Share via


IAMTuner::get_Mode (Windows Embedded CE 6.0)

1/6/2010

The get_Mode method retrieves the current mode on a multifunction tuner.

Syntax

HRESULT get_Mode(
  AMTunerModeType* plMode
);

Parameters

  • plMode
    [out] Pointer to a variable that receives a flag indicating the current mode setting. The possible values are defined in the AMTunerModeType enumeration.

Return Value

Returns an HRESULT value that depends on the implementation of the interface.

Requirements

Header strmif.h

See Also

Reference

IAMTuner Interface