共用方式為


IMbnConnectionProfileEvents::OnProfileUpdate 方法 (mbnapi.h)

重要

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

指示設定檔更新作業已完成的通知方法。

語法

HRESULT OnProfileUpdate(
  [in] IMbnConnectionProfile *newProfile
);

參數

[in] newProfile

IMbnConnectionProfile介面,表示已變更的設定檔。

傳回值

這個方法必須傳回 S_OK

備註

呼叫 OnProfileUpdate,以通知已註冊的應用程式完成IMbnConnectionProfile介面的UpdateProfile方法所起始的作業,或IMbnectionProfileManager介面的CreateConnectionProfile

需求

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

另請參閱

IMbnConnectionProfileEvents