IMbnConnectionProfileEvents::OnProfileUpdate 方法 (mbnapi.h)
重要
从 Windows 10 版本 1803 开始,本部分所述的 Win32 API 将替换为 Windows.Networking.Connectivity 命名空间中的 Windows 运行时 API。
指示配置文件更新操作已完成的通知方法。
语法
HRESULT OnProfileUpdate(
[in] IMbnConnectionProfile *newProfile
);
parameters
[in] newProfile
表示已更改的配置文件的 IMbnConnectionProfile 接口。
返回值
此方法必须返回 S_OK。
注解
调用 OnProfileUpdate 以通知已注册的应用程序通过调用 IMbnConnectionProfile 接口的 UpdateProfile 方法或 IMbnConnectionProfileManager 接口的 CreateConnectionProfile 启动的操作完成。
要求
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | mbnapi.h |