Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called by the Audio Gateway service to send the specified Dual-Tone Multi-Frequency (DTMF) codes.
DWORD BthAGNetworkTransmitDTMF(LPSTR pszDTMF);
Parameters
- pszDTMF
[in] Points to a null-terminated string that contains the DTMF codes.
Return Values
If the function call succeeds, the return value is ERROR_SUCCESS. Any other value indicates a failure.
Remarks
BthAGNetworkTransmitDTMF returns synchronously.
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