Microsoft DirectX 9.0 |
The put_Azimuth method adjusts the azimuth setting used for positioning the satellite dish.
Syntax
HRESULT put_Azimuth(
long Azimuth
);
Parameters
Azimuth
[in] Variable of type long that specifies 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.
See Also