Share via


IRTCClient2::InvokeTuningWizardEx (Windows Embedded CE 6.0)

1/6/2010

This method is not supported in Windows Embedded CE.

Syntax

HRESULT InvokeTuningWizardEx( 
  OAHWND hwndParent, 
  VARIANT_BOOL fAllowAudio, 
  VARIANT_BOOL fAllowVideo 
);

Parameters

  • hwndParent
    [in] Handle to the content parent window.
  • fAllowAudio
    [in] VARIANT_TRUE to allow audio tuning; VARIANT_FALSE otherwise.
  • fAllowVideo
    [in] VARIANT_TRUE to allow video tuning; VARIANT_FALSE otherwise.

Return Value

This method returns E_NOTIMPL.

Note

Not supported in Windows Embedded CE.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Note Not supported in Windows Embedded CE

See Also

Reference

IRTCClient2