RILNOTIFYCALLBACK

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This callback function is called when the radio sends an unsolicited notification.

Syntax

typedef void (CALLBACK *RILNOTIFYCALLBACK)(
  DWORD dwCode,
  const void* lpData,
  DWORD cbData,
  DWORD dwParam
);

Parameters

  • dwCode
    Specifies the notification code.
  • lpData
    Data associated with the notification.
  • cbData
    Size of the structure pointed to by lpData.

Return Value

None.

Requirements

Header ril.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL_Initialize
RIL_InitializeEmergency