ITDetectTone::put_AppSpecific method (tapi3if.h)

The put_AppSpecific method sets the application-defined tag that identifies the tone to detect.

Syntax

HRESULT put_AppSpecific(
  [in] long lAppSpecific
);

Parameters

[in] lAppSpecific

Specifies an application-specific tag that identifies the tone to detect. 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.

Requirements

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

See also

ITDetectTone

get_AppSpecific