Microsoft DirectX 9.0

IAMNetShowConfig::get_HTTPProxyPort

The get_HTTPProxyPort method retrieves the HTTP proxy port.

Syntax

HRESULT get_HTTPProxyPort(
  long *pHTTPProxyPort
);

Parameters

pHTTPProxyPort

Pointer to a variable that receives the port number.

Return Values

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

See Also