Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXConnection::GetConnectionFlags

The GetConnectionFlags method retrieves the flags that are set for the connection.

HRESULT GetConnectionFlags(
  LPDWORD pOutputFlags
);

Parameters

pOutputFlags
[out] Pointer to a variable that on return is set to the following flag if it is set for the connection, or to 0.
Value Meaning
FWX_CONNECTION_INTERNAL_ADDRESS_TRANSLATION The translation of external addresses to internal addresses is enabled for the connection.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXConnection