ITDetectTone::get_AppSpecific method (tapi3if.h)

The get_AppSpecific method retrieves the application-defined tag that identifies the tone to detect.

Syntax

HRESULT get_AppSpecific(
  [out] long *plAppSpecific
);

Parameters

[out] plAppSpecific

Pointer to a value to receive the application-specific identifier for the tone. When the TAPI Server detects the tone, the value of this parameter is passed back to the application in the TE_TONEEVENT event.

Return value

This method can return one of these values.

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

Requirements

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

See also

ITDetectTone

put_AppSpecific