Microsoft Internet Security and Acceleration Server 2004 SDK

Service Property of IFPCLogEntry[C++]

FPCLogEntry.Service [Visual Basic]

[C++]

The Service property gets a value from the FpcLogServiceType enumerated type that specifies the logged service type.

HRESULT get_Service(
  FpcLogServiceType* pVal
);

Parameters

pVal
Pointer to a variable that on return receives a value from the FpcLogServiceType enumerated type specifying the logged service type.

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 Service property gets a value from the FpcLogServiceType enumerated type that specifies the logged service type.

Property Service As FpcLogServiceType

Property Value

Value from the FpcLogServiceType enumerated type that specifies the logged service type.

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

FPCLogEntry