NAME

RtlInitializeSid  (NTDLL.@)

SYNOPSIS

 BOOL RtlInitializeSid
 (
  PSID                      pSid,
  PSID_IDENTIFIER_AUTHORITY pIdentifierAuthority,
  BYTE                      nSubAuthorityCount
 )

DESCRIPTION

Initialise a SID.

PARAMS

pSid [In] SID to initialise.
pIdentifierAuthority [In] Identifier Authority.
nSubAuthorityCount [In] Number of Sub Authorities.

RETURNS

Success: TRUE. pSid is initialised with the details given.

Failure: FALSE, if nSubAuthorityCount is >= SID_MAX_SUB_AUTHORITIES.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/sec.c". source.winehq.org/source/dlls/ntdll/sec.c

Debug channel "ntdll".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.