IMbnSmsEvents::OnSmsConfigurationChange 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 that SMS configuration has changed or is available.

Syntax

HRESULT OnSmsConfigurationChange(
  [in] IMbnSms *sms
);

Parameters

[in] sms

A pointer to an IMbnSms interface representing the Mobile Broadband device for which the SMS configuration is now available.

Return value

This method must return S_OK.

Remarks

An application can use the IMbnSms to get the new configuration details.

Requirements

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

See also

IMbnSmsEvents