Changeset 52354 in vbox for trunk/include/iprt
- Timestamp:
- Aug 11, 2014 7:20:47 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r52163 r52354 445 445 HANDLE Mutant; /**< 0x008 / 0x004 */ 446 446 PVOID ImageBaseAddress; /**< 0x010 / 0x008 */ 447 PPEB_LDR_DATA *Ldr;/**< 0x018 / 0x00c */447 PPEB_LDR_DATA Ldr; /**< 0x018 / 0x00c */ 448 448 struct _RTL_USER_PROCESS_PARAMETERS *ProcessParameters; /**< 0x020 / 0x010 */ 449 449 PVOID SubSystemData; /**< 0x028 / 0x014 */
Note:
See TracChangeset
for help on using the changeset viewer.