Share via


IAMNetShowConfig::get_HTTPProxyHost

 
Microsoft DirectShow 9.0

IAMNetShowConfig::get_HTTPProxyHost

The get_HTTPProxyHost method retrieves the HTTP address of the proxy host.

Syntax

  HRESULT get_HTTPProxyHost(
  BSTR *pbstrHTTPProxyHost
);

Parameters

pbstrHTTPProxyHost

Pointer to a variable that receives the HTTP address.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The caller must release the returned BSTR, by calling SysFreeString.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also