remoteConfigurationType 枚举 (naptypes.h)
注意网络访问保护平台从Windows 10开始不可用
语法
typedef enum tagRemoteConfigurationType {
remoteConfigTypeMachine = 1,
remoteConfigTypeConfigBlob
} RemoteConfigurationType;
常量
remoteConfigTypeMachine 值:1 组件允许直接在计算机上进行远程配置。 |
remoteConfigTypeConfigBlob 组件允许通过二进制大型对象进行远程配置, (BLOB) 加载到内存中。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | naptypes.h |