Desktop Functions: Smart Device Functions:
|
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) 2: MIB_IPNETROW
|