estructura de OP_JOINPROV2_PART
Contiene información adicional utilizada para configurar un cliente unido a un dominio.
Sintaxis
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;
Miembros
dwFlags
Debe establecerse en cero o en uno de los valores siguientes:
Value | Significado |
---|---|
OP_JP2_FLAG_PERSISTENTSITE (0x00000001) | El sitio especificado en lpSiteName DEBE considerarse el sitio permanente para el cliente. |
lpNetbiosName
Contiene el nombre Netbios de la cuenta de equipo en formato Unicode.
lpSiteName
Contiene el nombre del sitio de Active Directory que debe usar el cliente.
lpPrimaryDNSDomain
Contiene el nombre de dominio DNS principal que debe usar el cliente.
dwReserved
Reservado para uso futuro y debe establecerse en 0.
lpReserved
Reservado para uso futuro y debe establecerse en NULL.