Metodo INapComponentConfig2::IsRemoteConfigSupported

Nota

La piattaforma Network Access Protection non è disponibile a partire da Windows 10

Il metodo IsRemoteConfigSupported viene implementato dai validator di integrità del sistema (SHV) per indicare se è supportata la configurazione remota.

Sintassi

HRESULT IsRemoteConfigSupported(
  [out] BOOL  *isSupported,
  [out] UINT8 *remoteConfigType
);

Parametri

isSupported [out]

Puntatore a un valore BOOL impostato su TRUE se il componente supporta la configurazione remota e FALSE se non lo fa.

remoteConfigType [out]

Indica il tipo di configurazione remota supportata usando il valore dell'enumerazione RemoteConfigurationType :

Valore Significato
remoteConfigTypeMachine
InvokeUIForMachine viene implementato.
remoteConfigTypeConfigBlob
InvokeUIFromConfigBlob viene implementato. INapComponentConfig::GetConfig e INapComponentConfig::SetConfig può essere chiamato in remoto usando DCOM.

Valore restituito

Restituisce S_OK se ha esito positivo o uno dei codici di errore di Windows standard.

Commenti

Se non vengono implementati invokeUIForMachineInvokeUIFromConfigBlob , la configurazione remota del SHV non è possibile.

Requisiti

Requisito Valore
Client minimo supportato
Nessuno supportato
Server minimo supportato
Windows Server 2008 [solo app desktop]
Intestazione
NapCommon.h
IDL
NapCommon.idl

Vedi anche

INapComponentConfig2