Share via


IRTCParticipant3::SendDTMF

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sends a Dual-Tone Multi-Frequency (DTMF) tone.

Syntax

HRESULT SendDTMF( 
    RTC_DTMF enDTMF
);

Parameters

  • enDTMF
    RTC_DTMF member that specifies the DTMF tone to send.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile 6 and later

See Also

Concepts

IRTCParticipant3