INetworkListManager::SetSimulatedProfileInfo 方法 (netlistmgr.h)
SetSimulatedProfileInfo 方法将一组特定的连接配置文件值应用于 Internet 连接配置文件,以支持模拟特定的按流量计费的 Internet 连接条件。
模拟仅适用于 RDP 子会话,不会影响主要用户会话。 模拟的 Internet 连接配置文件通过 Windows 运行时 API GetInternetConnectionProfile 返回。
语法
HRESULT SetSimulatedProfileInfo(
NLM_SIMULATED_PROFILE_INFO *pSimulatedInfo
);
参数
pSimulatedInfo
从 RDP 子会话调用 GetInternetConnectionProfile 时,在当前 Internet 连接配置文件上模拟的特定连接配置文件值
返回值
如果成功,则返回 S_OK。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8.1 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | netlistmgr.h |