RtlInitializeSid (NTDLL.@)
BOOL RtlInitializeSid ( PSID pSid, PSID_IDENTIFIER_AUTHORITY pIdentifierAuthority, BYTE nSubAuthorityCount )
Initialise a SID.
pSid | [In] | SID to initialise. |
pIdentifierAuthority | [In] | Identifier Authority. |
nSubAuthorityCount | [In] | Number of Sub Authorities. |
Success: TRUE. pSid is initialised with the details given.
Failure: FALSE, if nSubAuthorityCount is >= SID_MAX_SUB_AUTHORITIES.
Defined in "winternl.h".
Implemented in "dlls/ntdll/sec.c". source.winehq.org/source/dlls/ntdll/sec.c
Debug channel "ntdll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.