BthAGNetworkDialNumber (Windows CE 5.0)
This function is called by the Audio Gateway (AG) service to place a call.
DWORD BthAGNetworkDialNumber(LPSTR pszNumber);
Parameters
- pszNumber
[in] Points to a null terminated string that contains the destination number, which follows a standard phone number format.
Return Values
If the function call succeeds, the return value is ERROR_SUCCESS. Any other value indicates a failure.
Remarks
BthAGNetworkDialNumber is called asynchronously.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Btagpub.h.
Link Library: Btagsvc_network.lib.
See Also
Send Feedback on this topic to the authors