Item Method of the IFPCLogContent Interface

The Item method retrieves the requested FPCLogEntry object (IFPCLogEntry interface in C++) from the collection. This method returns only when the requested object (interface in C++) is found, the associated query ends, or an error occurs in the query.

[C++]

Syntax

HRESULT Item(
  [in]   long index,
  [out]  IFPCLogEntry** pItem
);

Parameters

index

Required. One-based index of the object to retrieve.

pItem

Address of an interface pointer that on return points to the IFPCLogEntry interface requested.

Return Value

This method can return one of the following: If the return value is not S_OK, the [out] parameter returned is a null object.
[Visual Basic]

Syntax

Function Item( _
  ByVal index As Long _
) As FPCLogEntry

Parameters

index

Required. One-based index of the object to retrieve.

Return Value

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

Remarks

This method can retrieve an FPCLogEntry object (IFPCLogEntry interface in C++) that represents a log entry that exists when the query starts. If the object requested is not found, the method waits until the associated query ends or an error occurs in the query.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCLogContent


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.