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 "MIB_IPNETROW" in [All]

iphlpapi

.

    // Define the MIB_IPNETROW structure.      

.

    struct MIB_IPNETROW      

.

Public Structure MIB_IPNETROW

.

            MIB_IPNETROW[] table = new MIB_IPNETROW[entries];

.

               table[index] = (MIB_IPNETROW) Marshal.PtrToStructure(new

.

              Marshal.SizeOf(typeof(MIB_IPNETROW)))), typeof(MIB_IPNETROW));

.

        Dim table As MIB_IPNETROW() = New MIB_IPNETROW(entries - 1) {}

.

        table(index) = DirectCast(Marshal.PtrToStructure(New IntPtr(currentBuffer.ToInt64() + (index * Marshal.SizeOf(GetType(MIB_IPNETROW)))), GetType(MIB_IPNETROW)), MIB_IPNETROW)

.
Summary
.

    struct MIB_IPNETROW

.
Documentation
[MIB_IPNETROW] on MSDN

 
Access PInvoke.net directly from VS: