OP_JOINPROV2_PART struttura
Contiene informazioni aggiuntive usate per la configurazione di un client aggiunto a un dominio.
Sintassi
typedef struct _OP_JOINPROV2_PART
{
DWORD dwFlags;
[string] wchar_t *lpNetbiosName;
[string] wchar_t *lpSiteName;
[string] wchar_t *lpPrimaryDNSDomain;
DWORD dwReserved;
[string] wchar_t *lpReserved;
} OP_JOINPROV2_PART, *POP_JOINPROV2_PART;
Members
dwFlags
Deve essere impostato su zero o uno dei valori seguenti:
Valore | Significato |
---|---|
OP_JP2_FLAG_PERSISTENTSITE (0x00000001) | Il sito specificato in lpSiteName deve essere considerato il sito permanente per il client. |
lpNetbiosName
Contiene il nome Netbios dell'account del computer in formato Unicode.
lpSiteName
Contiene il nome del sito di Active Directory che il client deve usare.
lpPrimaryDNSDomain
Contiene il nome di dominio DNS primario che deve essere usato dal client.
dwReserved
Riservato per l'uso futuro e deve essere impostato su 0.
lpReserved
Riservato per l'uso futuro e deve essere impostato su NULL.