Share via


IAMNetShowConfig::get_EnableAutoProxy

 
Microsoft DirectShow 9.0

IAMNetShowConfig::get_EnableAutoProxy

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.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also