Microsoft DirectX 9.0 |
The put_WestPosition method sets the longitudinal position as west longitude or east longitude.
Syntax
HRESULT put_WestPosition(
VARIANT_BOOL WestLongitude
);
Parameters
WestLongitude
[in] Variable of type VARIANT_BOOL that specifies whether the following longitude values that follow will be west or east longitude. True means "west longitude."
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also