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.
HRESULT Item( [in] long index, [out] IFPCLogEntry** pItem );
Required. One-based index of the object to retrieve.
Address of an interface pointer that on return points to the IFPCLogEntry interface requested.
Function Item( _ ByVal index As Long _ ) As FPCLogEntry
Required. One-based index of the object to retrieve.
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.
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.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.