Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkSets::GetItem

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

Parameters

uiItemIndex
[in] One-based index of the IFWXNetworkSet interface to retrieve.
ppNetworkSet
[out] Address of an interface pointer that on return points to the IFWXNetworkSet 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

IFWXNetworkSets