Microsoft DirectX 8.1 (C++) |
The put_OutputEnable method enables or disables the output bus.
Syntax
HRESULT put_OutputEnable(
long lOutputEnable
);
Parameters
lOutputEnable
[in] Specifies whether the output bus is enabled. Use one of the following values.
Value | Description |
TRUE | Enable the output bus. |
FALSE | Disable the output bus. |
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also