ITCustomTone::get_CadenceOn method (tapi3if.h)

The get_CadenceOn method retrieves the "on" duration of the cadence of the custom tone to generate.

Syntax

HRESULT get_CadenceOn(
  [out] long *plCadenceOn
);

Parameters

[out] plCadenceOn

Pointer to a value to receive the "on" duration, in milliseconds, of the cadence of the custom tone. Zero means no tone is generated.

Return value

This method can return one of these values.

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

Requirements

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

See also

ITCustomTone

put_CadenceOn