OP_JOINPROV4_PART struttura

Contiene informazioni aggiuntive usate per la configurazione di un client aggiunto a un dominio.

Sintassi

typedef struct _OP_JOINPROV4_PART
{
    DWORD Rid;
    [string] wchar_t *lpSid;
    GUID ObjectGuid;
} OP_JOINPROV4_PART, *POP_JOINPROV4_PART;

Members

Liberarsi

Identificatore relativo del SID dell'account del computer

lpSid

SID dell'account del computer in formato stringa.

Objectguid

OggettoGuid dell'account del computer.

Vedi anche