Microsoft Internet Security and Acceleration Server 2000

IFWXSession::GetSessionFlags Method

Gets flags that provide information about the session.

HRESULT GetSessionFlags(
  LPDWORD pOutputFlags
);

Parameters

pOutputFlags
[out] Pointer to variable that receives the session flags. The flags can be a combination of the following values:
Value Description
FWX_SESSION_NAT The session is by using SecureNAT (not a Firewall service control channel).
FWX_SESSION_PRIVATE The session was created by a filter by using IFWXFirewall::CreatePrivateSession.
FWX_SESSION_AUTHENTICATED The Firewall service authenticated the session.
FWX_SESSION_TERMINATED The session was terminated and is no longer valid.

See Also

IFWXFirewall::CreatePrivateSession