Share via


IBDA_FrequencyFilter::get_Polarity method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_Polarity method retrieves the polarity.

Syntax

HRESULT get_Polarity(
  [out] Polarisation *pPolarity
);

Parameters

[out] pPolarity

Pointer that receives a Polarisation variable.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_FrequencyFilter Interface

IBDA_FrequencyFilter::put_Polarity