VirtualBox

Changeset 70197 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Dec 18, 2017 1:40:58 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119771
Message:

IPRT/R3: Made the core work on NT 3.51 (still experimental).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r70183 r70197  
    930930    uint32_t NumberOfProcessors;                                            /**< 0x0b8 / 0x064 */
    931931    uint32_t NtGlobalFlag;                                                  /**< 0x0bc / 0x068 */
     932#if ARCH_BITS == 32
     933    uint32_t Padding2b;
     934#endif
    932935    LARGE_INTEGER CriticalSectionTimeout;                                   /**< 0x0c0 / 0x070 */
    933936    SIZE_T HeapSegmentReserve;                                              /**< 0x0c8 / 0x078 */
     
    937940    uint32_t NumberOfHeaps;                                                 /**< 0x0e8 / 0x088 */
    938941    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  */
    941944    PVOID ProcessStarterHelper;                                             /**< 0x100 / 0x098 */
    942945    uint32_t GdiDCAttributeList;                                            /**< 0x108 / 0x09c */
     
    19101913NTSYSAPI NTSTATUS NTAPI NtWriteFile(HANDLE, HANDLE, PIO_APC_ROUTINE, void const *, PIO_STATUS_BLOCK, PVOID, ULONG, PLARGE_INTEGER, PULONG);
    19111914NTSYSAPI NTSTATUS NTAPI NtFlushBuffersFile(HANDLE, PIO_STATUS_BLOCK);
     1915NTSYSAPI NTSTATUS NTAPI NtCancelIoFile(HANDLE, PIO_STATUS_BLOCK);
    19121916
    19131917NTSYSAPI NTSTATUS NTAPI NtReadVirtualMemory(HANDLE, PVOID, PVOID, SIZE_T, PSIZE_T);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette