Partager via


IAMNetShowConfig::get_HTTPProxyHost (Compact 7)

3/12/2014

This method retrieves the HTTP address of the proxy host.

Syntax

HRESULT get_HTTPProxyHost(
  BSTR *pbstrHTTPProxyHost
);

Parameters

  • pbstrHTTPProxyHost
    [out] Points to a BSTR which on return will contain the address of the proxy host.

Return Values

Returns S_OK on success. Returns an HRESULT error code on failure.

Remarks

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

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMNetShowConfig