Function win_sys::FileSystem::GetDiskFreeSpaceExA[][src]

pub unsafe fn GetDiskFreeSpaceExA<'a, Param0>(
    lpdirectoryname: Param0,
    lpfreebytesavailabletocaller: *mut u64,
    lptotalnumberofbytes: *mut u64,
    lptotalnumberoffreebytes: *mut u64
) -> BOOL where
    Param0: IntoParam<'a, PSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation