RILRESULTCALLBACK (Compact 2013)

3/26/2014

This callback function is called to send a return value after an asynchronous RIL function call.

Syntax

typedef void ( CALLBACK *RILRESULTCALLBACK )(
  DWORD dwCode,
  HRESULT hrCmdID,
  const void* lpData,
  DWORD cbData,
  DWORD dwParam
);

Parameters

  • dwCode
    Specifies the result code.
  • hrCmdID
    ID returned by the command that originated this response.
  • lpData
    Data associated with the result.
  • cbData
    Size of the structure pointed to by lpData.

Return Value

None.

Requirements

Header

ril.h

Library

Ril.lib

See Also

Reference

RIL Functions
RIL_Initialize
RIL_InitializeEmergency