ITDigitsGatheredEvent::get_Digits method (tapi3if.h)

The get_Digits method gets the gathered digits for the call.

Syntax

HRESULT get_Digits(
  [out] BSTR *ppDigits
);

Parameters

[out] ppDigits

Pointer to a BSTR where the gathered digits are stored.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The ppDigits parameter is not a valid pointer.

Requirements

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

See also

ITDigitsGatheredEvent