Microsoft DirectX 9.0 |
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.
See Also