winapi::um::fileapi

Function GetVolumeInformationW

Source
pub unsafe extern "system" fn GetVolumeInformationW(
    lpRootPathName: LPCWSTR,
    lpVolumeNameBuffer: LPWSTR,
    nVolumeNameSize: DWORD,
    lpVolumeSerialNumber: LPDWORD,
    lpMaximumComponentLength: LPDWORD,
    lpFileSystemFlags: LPDWORD,
    lpFileSystemNameBuffer: LPWSTR,
    nFileSystemNameSize: DWORD,
) -> BOOL