BthAGOnPhoneEvent (Compact 2013)
3/26/2014
This function sends an indicator event to the connected device.
Syntax
void BthAGOnPhoneEvent(
DWORD dwEvent,
LPVOID lpvParam,
DWORD cbParam
);
Parameters
dwEvent
[in] Event to send. One of the following values:- AG_PHONE_NOTIF_CELLULAR_SIGNAL_STRENGTH
- AG_PHONE_NOTIF_ROAM
- AG_PHONE_NOTIF_BATT_STRENGTH
- lpvParam
[in] Points to the value associated with the event.
- cbParam
[in] Size of the lpvParam value in bytes.
Return Value
None.
Requirements
Header |
btagpub.h |