ITCustomTone::put_Frequency method (tapi3if.h)

The put_Frequency method sets the frequency of the tone component to generate.

Syntax

HRESULT put_Frequency(
  [in] long lFrequency
);

Parameters

[in] lFrequency

Specifies the frequency, in hertz, of the tone component.

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_Frequency