Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains additional information used for configuring a client joined to a ___domain.
Syntax
typedef struct _OP_JOINPROV4_PART
{
DWORD Rid;
[string] wchar_t *lpSid;
GUID ObjectGuid;
} OP_JOINPROV4_PART, *POP_JOINPROV4_PART;
Members
Rid
The Relative Identifier of the machine account's SID
lpSid
The SID of the machine account in string form.
ObjectGuid
The objectGuid of the machine account.