IMbnConnectionProfileManagerEvents::OnConnectionProfileRemoval 方法 (mbnapi.h)

重要

从 Windows 10 版本 1803 开始,本部分所述的 Win32 API 将替换为 Windows.Networking.Connectivity 命名空间中的 Windows 运行时 API。

指示已从系统中删除连接配置文件的通知方法。

语法

HRESULT OnConnectionProfileRemoval(
  [in] IMbnConnectionProfile *oldConnectionProfile
);

parameters

[in] oldConnectionProfile

表示已删除的连接配置文件的 IMbnConnectionProfile 接口。

返回值

此方法必须返回 S_OK

要求

   
最低受支持的客户端 Windows 7 [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 mbnapi.h

另请参阅

IMbnConnectionProfileManagerEvents