Share via


IDVBSLocator::get_WestPosition method (tuner.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_WestPosition method retrieves a value indicating whether the orbital position is given in east or west longitude.

Syntax

HRESULT get_WestPosition(
  [out] VARIANT_BOOL *WestLongitude
);

Parameters

[out] WestLongitude

Pointer to a variable of type VARIANT_BOOL; a value of true means "west longitude."

Return value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Requirement Value
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IDVBSLocator Interface