Share via


IRTCClient::IsTuned

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method gets the tuning status of the tuning wizard. This status indicates whether or not the wizard has been invoked.

Syntax

HRESULT get_IsTuned(
  VARIANT_BOOL* pfTuned
);

Parameters

  • pfTuned
    [out] VARIANT_TRUE if the tuning wizard has been invoked; VARIANT_FALSE otherwise.

Return Value

This method can return an RTC_E_ constant

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCClient