ITDetectTone::put_Duration method (tapi3if.h)

The put_Duration method sets the length of time during which a tone should be present before the TAPI Server generates a tone event.

Syntax

HRESULT put_Duration(
  [in] long lDuration
);

Parameters

[in] lDuration

Specifies the tone duration, in milliseconds, during which the specified tone should be present.

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_Duration