IMbnConnectionProfileManagerEvents::OnConnectionProfileArrival 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.

Notification method that indicates a new connection profile has been added to the system.

Syntax

HRESULT OnConnectionProfileArrival(
  [in] IMbnConnectionProfile *newConnectionProfile
);

Parameters

[in] newConnectionProfile

An IMbnConnectionProfile interface that represents a connection profile that has been added.

Return value

This method must return S_OK.

Requirements

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

See also

IMbnConnectionProfileManagerEvents