IAMNetShowConfig::get_UseHTTPProxy
Microsoft DirectShow 9.0 |
IAMNetShowConfig::get_UseHTTPProxy
The get_UseHTTPProxy method queries whether the filter should use the HTTP proxy server.
Syntax
HRESULT get_UseHTTPProxy( VARIANT_BOOL *pUseHTTPProxy );
Parameters
pUseHTTPProxy
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.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also