Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkElements::GetItem

The GetItem method retrieves the requested IFWXNetworkElement interface from the collection.
HRESULT GetItem(
  unsigned int uiItemIndex,
  IFWXNetworkElement** ppNetworkElement
);

Parameters

uiItemIndex
[in] One-based index of the IFWXNetworkElement interface to retrieve.
ppNetworkElement
[out] Address of an interface pointer that on return points to the IFWXNetworkElement interface requested.

Return Values

This method can return one of the following:

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXNetworkElements