Changeset 2327 for trunk/src/NTDLL/ntdll.cpp
- Timestamp:
- Jan 5, 2000, 8:37:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/ntdll.cpp
r2128 r2327 1 /* $Id: ntdll.cpp,v 1. 5 1999-12-18 21:45:13sandervl Exp $ */1 /* $Id: ntdll.cpp,v 1.6 2000-01-05 19:37:29 sandervl Exp $ */ 2 2 3 3 /* … … 42 42 43 43 #include "ntdll.h" 44 44 #include <ntdllsec.h> 45 45 46 46 /***************************************************************************** … … 94 94 NTDLL_hHeap = HeapCreate(0, 0x10000, 0); 95 95 96 ProcSecInfo.dwType = SECTYPE_PROCESS ;96 ProcSecInfo.dwType = SECTYPE_PROCESS | SECTYPE_INITIALIZED; 97 97 RtlAllocateAndInitializeSid(&sidIdAuth, 1, 0, 0, 0, 0, 0, 0, 0, 0, &ProcSecInfo.SidUser.User.Sid); 98 98 ProcSecInfo.SidUser.User.Attributes = 0; //?????????
Note:
See TracChangeset
for help on using the changeset viewer.