Changeset 62713 in vbox for trunk/include/iprt
- Timestamp:
- Jul 29, 2016 9:31:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r62674 r62713 42 42 # define NtQuerySystemInformation ZwQuerySystemInformation 43 43 # define NtQuerySecurityObject ZwQuerySecurityObject 44 # define NtSetInformationFile ZwSetInformationFile 44 45 # define NtClose ZwClose 45 46 # define NtCreateFile ZwCreateFile … … 1600 1601 NTSYSAPI NTSTATUS NTAPI NtQueryDirectoryFile(HANDLE, HANDLE, PIO_APC_ROUTINE, PVOID, PIO_STATUS_BLOCK, PVOID, ULONG, 1601 1602 FILE_INFORMATION_CLASS, BOOLEAN, PUNICODE_STRING, BOOLEAN); 1603 NTSYSAPI NTSTATUS NTAPI NtSetInformationFile(HANDLE, PIO_STATUS_BLOCK, PVOID, ULONG, FILE_INFORMATION_CLASS); 1604 1602 1605 1603 1606 /** For use with KeyBasicInformation. */ … … 2368 2371 #endif 2369 2372 2373 /*NTSYSAPI ULONG NTAPI RtlNtStatusToDosError(NTSTATUS rcNt);*/ 2374 2375 2370 2376 RT_C_DECLS_END 2371 2377 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.