Condividi tramite


DSROLE_OPERATION_STATE_INFO struttura (dsrole.h)

La struttura DSROLE_OPERATION_STATE_INFO viene usata con la funzione DsRoleGetPrimaryDomainInformation per contenere i dati sullo stato operativo per un computer.

Sintassi

typedef struct _DSROLE_OPERATION_STATE_INFO {
  DSROLE_OPERATION_STATE OperationState;
} DSROLE_OPERATION_STATE_INFO, *PDSROLE_OPERATION_STATE_INFO;

Members

OperationState

Contiene uno dei valori DSROLE_OPERATION_STATE che indica lo stato operativo del computer.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione dsrole.h

Vedi anche

DSROLE_OPERATION_STATE

DsRoleGetPrimaryDomainInformation

Enumerazioni in Active Directory Domain Services