Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetIfTable" in [All]

iphlpapi

.
Summary
P/ invoque for GetIfTable iphlpapi function. Only C# example. You need also a MIB_IFROW structure
.

    public static extern uint GetIfTable(IntPtr pIfTable, ref uint pdwSize, bool bOrder);

.

Declare Function GetIfTable Lib "iphlpapi.dll" (TODO) As TODO

.

        IPHelperTraslation.GetIfTable(IntPtr.Zero, ref size, false);

.

        IPHelperTraslation.GetIfTable(buf, ref size, false);

.
Documentation
[GetIfTable] on MSDN

 
Access PInvoke.net directly from VS: