共用方式為


IMbnConnectionProfileManagerEvents::OnConnectionProfileArrival 方法 (mbnapi.h)

重要

從 Windows 10 1803 版開始,本節所述的 Win32 API 會由 Windows.Networking.Connectivity 命名空間中的 Windows 執行階段 API 取代。

指出已將新的連線配置檔新增至系統的通知方法。

語法

HRESULT OnConnectionProfileArrival(
  [in] IMbnConnectionProfile *newConnectionProfile
);

參數

[in] newConnectionProfile

IMbnConnectionProfile 介面,表示已新增的連接配置檔。

傳回值

這個方法必須 傳回S_OK

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 mbnapi.h

另請參閱

IMbnConnectionProfileManagerEvents