* include/winnt.h: Add PTOKEN_USER.

This commit is contained in:
Christopher Faylor 2001-01-26 16:35:17 +00:00
parent b0913397ba
commit 046fcbed3b
2 changed files with 22 additions and 19 deletions

View File

@ -1,3 +1,6 @@
Fri Jan 26 11:34:04 2001 Christopher Faylor <cgf@cygnus.com>
* include/winnt.h: Add PTOKEN_USER.
Tue Jan 16 13:53:30 2001 Earnie Boyd <earnie@users.sourceforge.net>

View File

@ -1791,7 +1791,7 @@ typedef struct _TOKEN_STATISTICS {
} TOKEN_STATISTICS;
typedef struct _TOKEN_USER {
SID_AND_ATTRIBUTES User;
} TOKEN_USER;
} TOKEN_USER, *PTOKEN_USER;
typedef DWORD SECURITY_INFORMATION,*PSECURITY_INFORMATION;
typedef WORD SECURITY_DESCRIPTOR_CONTROL,*PSECURITY_DESCRIPTOR_CONTROL;
typedef struct _SECURITY_DESCRIPTOR {