Changeset 70197 in vbox for trunk/include/iprt/nt
- Timestamp:
- Dec 18, 2017 1:40:58 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119771
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r70183 r70197 930 930 uint32_t NumberOfProcessors; /**< 0x0b8 / 0x064 */ 931 931 uint32_t NtGlobalFlag; /**< 0x0bc / 0x068 */ 932 #if ARCH_BITS == 32 933 uint32_t Padding2b; 934 #endif 932 935 LARGE_INTEGER CriticalSectionTimeout; /**< 0x0c0 / 0x070 */ 933 936 SIZE_T HeapSegmentReserve; /**< 0x0c8 / 0x078 */ … … 937 940 uint32_t NumberOfHeaps; /**< 0x0e8 / 0x088 */ 938 941 uint32_t MaximumNumberOfHeaps; /**< 0x0ec / 0x08c */ 939 PVOID *ProcessHeaps; /**< 0x0f0 / 0x090 */940 PVOID GdiSharedHandleTable; /**< 0x0f8 / 0x094 */942 PVOID *ProcessHeaps; /**< 0x0f0 / 0x090 - Last NT 3.51 member. */ 943 PVOID GdiSharedHandleTable; /**< 0x0f8 / 0x094 */ 941 944 PVOID ProcessStarterHelper; /**< 0x100 / 0x098 */ 942 945 uint32_t GdiDCAttributeList; /**< 0x108 / 0x09c */ … … 1910 1913 NTSYSAPI NTSTATUS NTAPI NtWriteFile(HANDLE, HANDLE, PIO_APC_ROUTINE, void const *, PIO_STATUS_BLOCK, PVOID, ULONG, PLARGE_INTEGER, PULONG); 1911 1914 NTSYSAPI NTSTATUS NTAPI NtFlushBuffersFile(HANDLE, PIO_STATUS_BLOCK); 1915 NTSYSAPI NTSTATUS NTAPI NtCancelIoFile(HANDLE, PIO_STATUS_BLOCK); 1912 1916 1913 1917 NTSYSAPI NTSTATUS NTAPI NtReadVirtualMemory(HANDLE, PVOID, PVOID, SIZE_T, PSIZE_T);
Note:
See TracChangeset
for help on using the changeset viewer.