INapComponentConfig2::IsRemoteConfigSupported 方法
注意
网络访问保护平台从Windows 10开始不可用
IsRemoteConfigSupported 方法由系统运行状况验证程序 (SHV) 实现,以指示是否支持远程配置。
语法
HRESULT IsRemoteConfigSupported(
[out] BOOL *isSupported,
[out] UINT8 *remoteConfigType
);
参数
-
isSupported [out]
-
指向 BOOL 的指针,如果组件支持远程配置,则设置为 TRUE ;如果不支持,则设置为 FALSE 。
-
remoteConfigType [out]
-
使用 RemoteConfigurationType 枚举中的 值指示支持的远程配置类型:
值 含义 - remoteConfigTypeMachine
InvokeUIForMachine 已实现。 - remoteConfigTypeConfigBlob
实现 InvokeUIFromConfigBlob 。 可以使用 DCOM 远程调用 INapComponentConfig::GetConfig 和 INapComponentConfig::SetConfig。
返回值
如果成功,则返回S_OK或标准 Windows 错误代码之一。
备注
如果 InvokeUIForMachine 和 InvokeUIFromConfigBlob 均未实现,则无法远程配置 SHV。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
无受支持的版本 |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
标头 |
|
IDL |
|