[][src]Type Definition ntapi::ntioapi::NtQueryQuotaInformationFile

type NtQueryQuotaInformationFile = unsafe extern "system" fn(FileHandle: HANDLE, IoStatusBlock: PIO_STATUS_BLOCK, Buffer: PVOID, Length: ULONG, ReturnSingleEntry: BOOLEAN, SidList: PVOID, SidListLength: ULONG, StartSid: PSID, RestartScan: BOOLEAN) -> NTSTATUS;