IModemOpaqueCommandCompletion::OnModemOpaqueCommandCompletion

Warning  The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.

 

The OnModemOpaqueCommandCompletion method is called after the IOemCellularModem::SendModemOpaqueCommand method has completed execution

Syntax

HRESULT OnModemOpaqueCommandCompletion(
    HRESULT result,
    BYTE *pOpaqueResponse,
    DWORD cbSize,
    INT_PTR context);

Parameters

  • result
    [in] Result code returned by the modem. Returns S_OK if successful.

  • pOpaqueResponse
    [in] Pointer to the opaque command response data

  • cbSize
    [in] Size of pOpaqueResponse in bytes

  • context
    [in] Pointer to the context

Return Value

Returns S_OK if successful

Remarks

Example

Requirements

Header: Generated from CellularAPI_OEM.idl

 

 

Send comments about this topic to Microsoft