IMbnSmsEvents::OnSmsSendComplete 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 the completion of a message send operation.
Syntax
HRESULT OnSmsSendComplete(
[in] IMbnSms *sms,
[in] ULONG requestID,
[in] HRESULT status
);
Parameters
[in] sms
An IMbnSms interface representing the Mobile Broadband device from which the operation completed.
[in] requestID
A request ID assigned by the Mobile Broadband service to identify the operation.
[in] status
A status code that indicates the outcome of the operation.
A calling application can expect one of the following values.
Return value
This method must return S_OK.
Remarks
A send operation should be tried only after the device is successfully registered to the network.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |