Microsoft DirectX 9.0 |
The put_EnableTCP method enables or disables TCP-based streaming.
Syntax
HRESULT put_EnableTCP(
VARIANT_BOOL EnableTCP
);
Parameters
EnableTCP
Specify one of the following values.
Value | Description |
VARIANT_TRUE | Enable TCP-based streaming. |
VARIANT_FALSE | Disable TCP-based streaming. |
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also