IDVBSLocator::get_Azimuth
Microsoft DirectShow 9.0 |
IDVBSLocator::get_Azimuth
The get_Azimuth method retrieves the azimuth setting used for positioning the satellite dish.
Syntax
HRESULT get_Azimuth( long* pAzimuth );
Parameters
pAzimuth
[out] Pointer to a variable of type long that receives the azimuth in tenths of a degree.
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