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
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "IP_ADAPTER_INFO" in [All]

iphlpapi

.

     Dim structSize As Int32 = Marshal.SizeOf(GetType(IP_ADAPTER_INFO))

.

         Dim Entry As IP_ADAPTER_INFO = CType(Marshal.PtrToStructure(pEntry, GetType(IP_ADAPTER_INFO)), IP_ADAPTER_INFO)

.

   long structSize = Marshal.SizeOf( typeof( IP_ADAPTER_INFO ) );

.

       IP_ADAPTER_INFO entry = (IP_ADAPTER_INFO)Marshal.PtrToStructure( pEntry, typeof( IP_ADAPTER_INFO ));

.

GetAdaptersInfo returns a pointer to an IP_ADAPTER_INFO linked list.

Structures

.

public struct IP_ADAPTER_INFO

.

Public Class IP_ADAPTER_INFO

.
Documentation
[IP_ADAPTER_INFO] on MSDN
.

Private Structure IP_ADAPTER_INFO


Find memory leaks fast

Is your application using too much memory, but you are not sure why? Holding on to too many objects?

Get to the root of your problem fast, with ANTS Memory Profiler

Download Now
 
Access PInvoke.net directly from VS: