Function win_sys::FileSystem::GetVolumeInformationW[][src]

pub unsafe fn GetVolumeInformationW<'a, Param0>(
    lprootpathname: Param0,
    lpvolumenamebuffer: PWSTR,
    nvolumenamesize: u32,
    lpvolumeserialnumber: *mut u32,
    lpmaximumcomponentlength: *mut u32,
    lpfilesystemflags: *mut u32,
    lpfilesystemnamebuffer: PWSTR,
    nfilesystemnamesize: u32
) -> BOOL where
    Param0: IntoParam<'a, PWSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation