* include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and

LPTOKEN_SOURCE.
This commit is contained in:
Corinna Vinschen 2000-07-21 10:11:57 +00:00
parent 6780333e20
commit 4c02a6ab9c
1 changed files with 1 additions and 1 deletions

View File

@ -1710,7 +1710,7 @@ typedef SID_AND_ATTRIBUTES_ARRAY *PSID_AND_ATTRIBUTES_ARRAY;
typedef struct _TOKEN_SOURCE {
CHAR SourceName[8];
LUID SourceIdentifier;
} TOKEN_SOURCE;
} TOKEN_SOURCE,*PTOKEN_SOURCE,*LPTOKEN_SOURCE;
typedef struct _TOKEN_CONTROL {
LUID TokenId;
LUID AuthenticationId;