Microsoft DirectX 8.1 (C++) |
The get_Bandwidth method retrieves the bandwidth of the frequency in megahertz, usually 7 or 8.
Syntax
HRESULT get_Bandwidth(
long* pBandWidthVal
);
Parameters
pBandWidthVal
[out] Pointer to a variable of type long that receives the bandwidth value.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also