Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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 notification.

cbData

Size of the structure pointed to by lpData.

dwParam

Specifies the parameter passed to RIL_Initializeor RIL_InitializeEmergency.

Return Value

None.

Requirements

Header ril.h
Library Ril.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also