BthAGNetworkExtRequest (Compact 2013)
3/26/2014
This function queries or sets audio gateway network events.
Syntax
BOOL BthAGNetworkExtRequest(
DWORD dwEvent,
DWORD dwParam,
VOID *pvParam2
);
Parameters
dwEvent
[in] Event to be queried or modified. One of the following values:- NETWORK_EVENT_SET_ADD_HELD_CALL_TO_CONF
- NETWORK_EVENT_QUERY_SUBSCRIBER_NO
- NETWORK_EVENT_QUERY_CALL_LIST
- NETWORK_EVENT_QUERY_CURRENT_OPERATOR
- dwParam
[in] Ignored in sample implementation.
- pvParam2
[out] Pointer to the structure returned by query events.
Return Value
Returns TRUE on success; otherwise FALSE.
Requirements
Header |
btagpub.h |