IAMNetShowConfig::put_EnableAutoProxy
Microsoft DirectShow 9.0 |
IAMNetShowConfig::put_EnableAutoProxy
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.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also