Microsoft Internet Security and Acceleration Server 2004 SDK

SessionType Property of IFPCSessionsMonitorEntry[C++]

FPCSessionsMonitorEntry.SessionType [Visual Basic]

[C++]

The SessionType property gets a value from the FpcSessionType enumeration that indicates the type of session.

HRESULT get_SessionType(
  FpcSessionType* pSessionType
);

Parameters

pSessionType
Pointer to a value from the FpcSessionType enumeration that is set on return to the value indicating the type of session.

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 SessionType property gets a value from the FpcSessionType enumeration that indicates the type of session.

Property SessionType As FpcSessionType

Property Value

Value from the FpcSessionType enumeration that indicates the type of session.

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

FPCSessionsMonitorEntry