struttura OP_JOINPROV3_PART

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

Sintassi

typedef struct _OP_JOINPROV3_PART
{
    DWORD Rid;
    [string] wchar_t *lpSid;
} OP_JOINPROV3_PART, *POP_JOINPROV3_PART;

Members

Liberarsi

Deve essere impostato sull'identificatore relativo del SID dell'account del computer

lpSid

Deve essere impostato sul SID dell'account del computer in formato stringa.

Vedi anche

Definizioni IDL di aggiunta a un dominio offline