Microsoft DirectX 8.1 (C++) |
The get_LNBSwitch method retrieves the LNB switch frequency in decaHertz (dHz).
Syntax
HRESULT get_LNBSwitch(
long* pLNBSwitch
);
Parameters
pLNBSwitch
[out] Specifies the address of a long integer to receive the LNB switch frequency.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also