ITDigitDetectionEvent::get_DigitMode method (tapi3if.h)

The get_DigitMode method gets the indicator of the line digit mode, such as LINEDIGITMODE_DTMF.

Syntax

HRESULT get_DigitMode(
  [out] TAPI_DIGITMODE *pDigitMode
);

Parameters

[out] pDigitMode

Pointer to indicator of digit mode.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The pDigitMode parameter is not a valid pointer.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITDigitDetectionEvent