IDVBSLocator::put_WestPosition
Microsoft DirectShow 9.0 |
IDVBSLocator::put_WestPosition
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.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also