次の方法で共有


IAMNetShowConfig::get_UseHTTPProxy (Compact 2013)

3/26/2014

This method indicates if the filter is using a HTTP proxy server.

Syntax

HRESULT get_UseHTTPProxy(
  VARIANT_BOOL *pUseHTTPProxy
);

Parameters

  • pUseHTTPProxy
    [out] Points to a variable which on return will contain VARIANT_TRUE if the filter is using a HTTP proxy server, VARIANT_FALSE if it is not using a proxy server.

Return Values

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

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMNetShowConfig