Microsoft DirectX 9.0 |
The get_EnableAutoProxy method queries whether the control or filter should use the browser's proxy settings.
Syntax
HRESULT get_EnableAutoProxy(
VARIANT_BOOL *pEnableAutoProxy
);
Parameters
pEnableAutoProxy
Pointer to a variable that receives a Boolean value.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
This flag is TRUE by default.
See Also