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