Share via


IRTCParticipant3::SendDTMF (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Concepts

IRTCParticipant3