Microsoft Internet Security and Acceleration Server 2004 SDK

SessionsMonitorFirewall Property of IFPCSessionsMonitors[C++]

FPCSessionsMonitors.SessionsMonitorFirewall [Visual Basic]

[C++]

The SessionsMonitorFirewall property gets an FPCSessionsMonitor collection that represents the session monitor for the Microsoft Firewall service sessions.

HRESULT get_SessionsMonitorFirewall(
  IFPCSessionsMonitor** ppSessionsMonitorFirewall
);

Parameters

ppSessionsMonitorFirewall
Address of an interface pointer that on return points to an IFPCSessionsMonitor interface that represents the session monitor for Firewall service sessions.

Return Values

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

Remarks

This property is read-only.

[Visual Basic]

The SessionsMonitorFirewall property gets an FPCSessionsMonitor collection that represents the session monitor for the Microsoft Firewall service sessions.

Property SessionsMonitorFirewall As FPCSessionsMonitor

Property Value

Reference to an FPCSessionsMonitor collection that represents the session monitor for Firewall service sessions.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSessionsMonitors