Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkAdapters::GetItem

The GetItem method retrieves the requested IFWXNetworkAdapter interface from the collection.

HRESULT GetItem(
  unsigned int uiItemIndex,
  IFWXNetworkAdapter** ppNetworkAdapter
);

Parameters

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

IFWXNetworkAdapters