Changeset 2327 for trunk/src/NTDLL/ntdll.h
- Timestamp:
- Jan 5, 2000, 8:37:29 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/NTDLL/ntdll.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/ntdll.h
r2134 r2327 1 /* $Id: ntdll.h,v 1.1 0 1999-12-19 12:25:55sandervl Exp $ */1 /* $Id: ntdll.h,v 1.11 2000-01-05 19:37:29 sandervl Exp $ */ 2 2 3 3 /* … … 658 658 PSID_IDENTIFIER_AUTHORITY WINAPI GetSidIdentifierAuthority(PSID); 659 659 660 //SvL: Security data for win32 process (nothing fancy; just trying to fool apps661 // into thinking the security subsystem is in perfect shape.662 #define SECTYPE_THREAD 0663 #define SECTYPE_PROCESS 1664 665 typedef struct {666 DWORD dwType;667 TOKEN_USER SidUser;668 TOKEN_GROUPS *pTokenGroups;669 PRIVILEGE_SET *pPrivilegeSet;670 TOKEN_PRIVILEGES *pTokenPrivileges;671 TOKEN_OWNER TokenOwner;672 TOKEN_PRIMARY_GROUP PrimaryGroup;673 TOKEN_DEFAULT_DACL DefaultDACL;674 TOKEN_SOURCE TokenSource;675 TOKEN_TYPE TokenType;676 } PROCESSTHREAD_SECURITYINFO;677 678 //Per process info; Should probably be stored in process database structure679 extern PROCESSTHREAD_SECURITYINFO ProcSecInfo;680 681 660 #ifdef __cplusplus 682 661 }
Note:
See TracChangeset
for help on using the changeset viewer.
