Function win_sys::FileSystem::GetVolumeInformationA[][src]

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

Required features: Win32_Storage_FileSystem, Win32_Foundation