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