The Item method retrieves the requested FPCSessionsMonitorEntry object (IFPCSessionsMonitorEntry 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] IFPCSessionsMonitorEntry** pItem );
Required. One-based index of the object to retrieve.
Address of an interface pointer that on return points to the IFPCSessionsMonitorEntry interface requested.
Function Item( _ ByVal index As Long _ ) As FPCSessionsMonitorEntry
Required. One-based index of the object to retrieve.
This method returns a reference to the FPCSessionsMonitorEntry object requested if successful. Otherwise, an error is raised that can be intercepted by using an error handler.
This method can retrieve an FPCSessionsMonitorEntry object (IFPCSessionsMonitorEntry interface in C++) that represents an active session 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.