ITCustomTone::put_CadenceOff method (tapi3if.h)

The put_CadenceOff method sets the "off" duration of the cadence of the custom tone to generate.

Syntax

HRESULT put_CadenceOff(
  [in] long lCadenceOff
);

Parameters

[in] lCadenceOff

Specifies the "off" duration, in milliseconds, of the cadence of the custom tone to generate. Zero means no off time, that is, a constant tone.

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

ITCustomTone

get_CadenceOff