IMbnSmsEvents::OnSmsStatusChange 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 indicating a change in the status of the message store.

Syntax

HRESULT OnSmsStatusChange(
  [in] IMbnSms *sms
);

Parameters

[in] sms

An IMbnSms interface representing the Mobile Broadband device for which the message store status has changed.

Return value

This method must return S_OK.

Remarks

An application can use the IMbnSms interface to get the new status information.

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