Share via


IFPCLogs::Item method

Applies to: desktop apps only

The Item method retrieves the requested FPCLog object (IFPCLog interface in C++) from the collection. The object to be retrieved can be for Web proxy logging or Firewall service logging.

Syntax

HRESULT Item(
  [in]   FpcLoggingComponents lc,
  [out]  IFPCLog **pItem
);
FPCLogs.Item( _
  ByVal lc As FpcLoggingComponents, _
  ByRef pItem As IFPCLog _
) As FPCLog

Parameters

  • lc [in]

    C++ A value from the FpcLoggingComponents enumerated type that indicates whether the interface to be retrieved is for Web proxy logging or Firewall service logging.
    VB A value from the FpcLoggingComponents enumerated type that indicates whether the object to be retrieved is for Web proxy logging or Firewall service logging.
  • pItem [out]
    Address of an interface pointer that on return points to the IFPCLog interface specified by the lc parameter.

Return value

C++

The method can return one of the following:

  • S_OK, indicating that the operation succeeded.
  • An error code, indicating that the operation failed. In this case, the [out] parameter returned is a null object.

VB

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCLogs

 

 

Build date: 7/12/2010