Microsoft Internet Security and Acceleration Server 2004 SDK

ComponentType Property of IFPCLog[C++]

FPCLog.ComponentType [Visual Basic]

[C++]

The ComponentType property gets a value from the FpcLoggingComponents enumerated type that specifies the component to which the logging configuration refers. There are three possible logging components:

HRESULT get_ComponentType(
  FpcLoggingComponents* pLoggingComponents
);

Parameters

pLoggingComponents
Pointer to a variable that on return receives a value from the FpcLoggingComponents enumerated type specifying the component to which the logging configuration refers.

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 ComponentType property gets a value from the FpcLoggingComponents enumerated type that specifies the component to which the logging configuration refers. There are three possible logging components:

Property ComponentType As FpcLoggingComponents

Property Value

Value from the FpcLoggingComponents enumerated type that specifies the component to which the logging configuration refers.

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

FPCLog