RILNOTIFYCALLBACK (Compact 2013)
3/26/2014
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.
- dwParam
Specifies the parameter passed to RIL_Initialize or RIL_InitializeEmergency.
Return Value
None.
Requirements
Header |
ril.h |
Library |
Developer Implemented |