The BuildTrusteeWithSid function initializes a TRUSTEE structure. The caller specifies the security identifier (SID) of the trustee. The function sets other members of the structure to default values. The function does not look up the name associated with the SID.
VOID BuildTrusteeWithName(
PTRUSTEE pTrustee, |
// pointer to the structure to initialize |
PSID pSid |
// name of the trustee to put in the structure |
); |
Member |
Value |
pMultipleTrustee |
NULL |
MultipleTrusteeOperation |
NO_MULTIPLE_TRUSTEE |
TrusteeForm |
TRUSTEE_IS_SID |
TrusteeType |
TRUSTEE_IS_UNKNOWN |
None.