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, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’