Function win_sys::FileSystem::CheckNameLegalDOS8Dot3A [−][src]
pub unsafe fn CheckNameLegalDOS8Dot3A<'a, Param0>(
lpname: Param0,
lpoemname: PSTR,
oemnamesize: u32,
pbnamecontainsspaces: *mut BOOL,
pbnamelegal: *mut BOOL
) -> BOOL where
Param0: IntoParam<'a, PSTR>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation