--- UID: NF:netioapi.GetInvertedIfStackTable title: GetInvertedIfStackTable function (netioapi.h) description: Retrieves a table of inverted network interface stack row entries that specify the relationship of the network interfaces on an interface stack. helpviewer_keywords: ["GetInvertedIfStackTable","GetInvertedIfStackTable function [IP Helper]","iphlp.getinvertedifstacktable","netioapi/GetInvertedIfStackTable"] old-location: iphlp\getinvertedifstacktable.htm tech.root: IpHlp ms.assetid: d1808ded-2798-46cc-8021-fdbcd3da60ea ms.date: 12/05/2018 ms.keywords: GetInvertedIfStackTable, GetInvertedIfStackTable function [IP Helper], iphlp.getinvertedifstacktable, netioapi/GetInvertedIfStackTable req.header: netioapi.h req.include-header: Iphlpapi.h req.target-type: Windows req.target-min-winverclnt: Windows Vista [desktop apps only] req.target-min-winversvr: Windows Server 2008 [desktop apps only] req.kmdf-ver: req.umdf-ver: req.ddi-compliance: req.unicode-ansi: req.idl: req.max-support: req.namespace: req.assembly: req.type-library: req.lib: Iphlpapi.lib req.dll: Iphlpapi.dll req.irql: targetos: Windows req.typenames: req.redist: ms.custom: 19H1 f1_keywords: - GetInvertedIfStackTable - netioapi/GetInvertedIfStackTable dev_langs: - c++ topic_type: - APIRef - kbSyntax api_type: - DllExport api_location: - Iphlpapi.dll api_name: - GetInvertedIfStackTable --- # GetInvertedIfStackTable function ## -description The GetInvertedIfStackTable function retrieves a table of inverted network interface stack row entries that specify the relationship of the network interfaces on an interface stack. ## -parameters ### -param Table [out] A pointer to a buffer that receives the table of inverted interface stack row entries in a MIB_INVERTEDIFSTACK_TABLE structure. ## -returns If the function succeeds, the return value is NO_ERROR. If the function fails, the return value is one of the following error codes.
Return code | Description |
---|---|
|
An invalid parameter was passed to the function. This error is returned if a NULL pointer is passed in the Table parameter. |
|
Insufficient memory resources are available to complete the operation. |
|
No interface stack entries were found. |
|
Use the FormatMessage function to obtain the message string for the returned error. |