Microsoft DirectX 8.1 (C++) |
The get_Bandwidth method retrieves the bandwidth.
Syntax
HRESULT get_Bandwidth(
ULONG* pulBandwidth
);
Parameters
pulBandwidth
[out] Pointer that receives the bandwidth.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also