IMbnConnectionProfileEvents::OnProfileUpdate method (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

A notification method that indicates that profile update operation has completed.

Syntax

HRESULT OnProfileUpdate(
  [in] IMbnConnectionProfile *newProfile
);

Parameters

[in] newProfile

An IMbnConnectionProfile interface that represents the profile that has changed.

Return value

This method must return S_OK.

Remarks

OnProfileUpdate is called to notify a registered application of the completion of an operation initiated by a call to the UpdateProfile method of the IMbnConnectionProfile interface, or the CreateConnectionProfile of the IMbnConnectionProfileManager interface.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mbnapi.h

See also

IMbnConnectionProfileEvents