Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The GetItem method retrieves the requested IFWXNetworkAddress interface from the collection.
Syntax
HRESULT GetItem(
  [in]   unsigned int uiItemIndex,
  [out]  IFWXNetworkAddress **ppNetworkAddress
);
Parameters
- uiItemIndex [in] 
 One-based index of the IFWXNetworkAddress interface to retrieve.
- ppNetworkAddress [out] 
 Address of an interface pointer that on return points to the IFWXNetworkAddress interface requested.
Return value
This method can return one of the following:
- S_OK, indicating that the operation succeeded.
- An error code, indicating that the operation failed. In this case, the [out] parameter returned is a null object.
Requirements
| Minimum supported client | None supported | 
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) | 
| Version | Forefront Threat Management Gateway (TMG) 2010 | 
| Header | Wspfwext.idl | 
| DLL | Wspsrv.exe | 
See also
Build date: 7/12/2010