Enumerazione RemoteConfigurationType (naptypes.h)

Nota La piattaforma Network Access Protection non è disponibile a partire da Windows 10
 
L'enumerazione RemoteConfigurationType descrive il tipo di configurazione remota possibile per un componente.

Sintassi

typedef enum tagRemoteConfigurationType {
  remoteConfigTypeMachine = 1,
  remoteConfigTypeConfigBlob
} RemoteConfigurationType;

Costanti

 
remoteConfigTypeMachine
Valore: 1
Il componente consente la configurazione remota direttamente nel computer.
remoteConfigTypeConfigBlob
Il componente consente la configurazione remota tramite un oggetto BLOB (Binary Large Object) caricato in memoria.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione naptypes.h