Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCLogs::Item[C++]

FPCLogs.Item [Visual Basic]

[C++]

The Item method retrieves the requested IFPCLog interface from the collection. The interface to be retrieved can be for Web proxy logging, Firewall service logging, or Simple Mail Transfer Protocol (SMTP) Message Screener logging.

HRESULT Item(
  FpcLoggingComponents LoggingComponents,
  IFPCLog** ppItem
);

Parameters

LoggingComponents
[in] A value from the FpcLoggingComponents enumerated type that indicates whether the interface to be retrieved is for Web proxy logging, Firewall service logging, or SMTP Message Screener logging.
ppItem
[out] Address of an interface pointer that on return points to the IFPCLog interface specified by the LoggingComponents parameter.

Return Values

The method can return one of the following:

[Visual Basic]

The Item method retrieves the requested FPCLog object from the collection. The object to be retrieved can be for Web proxy logging, Firewall service logging, or Simple Mail Transfer Protocol (SMTP) Message Screener logging.

Function Item( _
  ByVal LoggingComponents As FpcLoggingComponents _
) As FPCLog

Parameters

LoggingComponents
[in] A value from the FpcLoggingComponents enumerated type that indicates whether the object to be retrieved is for Web proxy logging, Firewall service logging, or SMTP Message Screener logging.

Return Values

This method returns a reference to the FPCLog object requested if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

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

FPCLogs