Changeset 8387 for trunk/src/advapi32/security.c
- Timestamp:
- May 8, 2002, 4:03:10 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/security.c
r7983 r8387 186 186 PSID *pSid ) 187 187 { 188 CallWin32ToNt (RtlAllocateAndInitializeSid(188 return RtlAllocateAndInitializeSid( 189 189 pIdentifierAuthority, nSubAuthorityCount, 190 190 nSubAuthority0, nSubAuthority1, nSubAuthority2, nSubAuthority3, 191 191 nSubAuthority4, nSubAuthority5, nSubAuthority6, nSubAuthority7, 192 pSid ) );192 pSid ); 193 193 } 194 194
Note:
See TracChangeset
for help on using the changeset viewer.