Main Page | Report this Page
Computers Forum Index  »  Computer Compilers - LCC  »  Declaration PSID...
Page 1 of 1    

Declaration PSID...

Author Message
Rainer Bröring...
Posted: Sat Jan 24, 2009 4:19 pm
Guest
Hello Jacob,

I think in win.h the Pointer PSID should have been declared as

typedef PVOID PSID;

instead of

typedef struct _SID {
BYTE Revision;
BYTE SubAuthorityCount;
SID_IDENTIFIER_AUTHORITY IdentifierAuthority;
DWORD SubAuthority[ANYSIZE_ARRAY];
} SID,*PSID;

which in my opinion is even more comprehensible, but
some other Windows-C-compilers have PVOID.

cmp. also

http://msdn.microsoft.com/en-us/library/bb401726.aspx

Rainer Bröring
 
 
Page 1 of 1    
All times are GMT
The time now is Sat Mar 20, 2010 1:06 am