Function win_sys::FileSystem::GetDiskFreeSpaceW[][src]

pub unsafe fn GetDiskFreeSpaceW<'a, Param0>(
    lprootpathname: Param0,
    lpsectorspercluster: *mut u32,
    lpbytespersector: *mut u32,
    lpnumberoffreeclusters: *mut u32,
    lptotalnumberofclusters: *mut u32
) -> BOOL where
    Param0: IntoParam<'a, PWSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation