ITDigitsGatheredEvent::get_GatherTermination method (tapi3if.h)

The get_GatherTermination method gets the reason why the TAPI Server terminated the gathering of digits on the call.

Syntax

HRESULT get_GatherTermination(
  [out] TAPI_GATHERTERM *pGatherTermination
);

Parameters

[out] pGatherTermination

Pointer to a value from the TAPI_GATHERTERM enumeration.

Return value

This method can return one of these values.

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

Requirements

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

See also

ITDigitsGatheredEvent