@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: struct MIB_IPADDRTABLE { public TODO; } !!!!VB Definition: Structure MIB_IPADDRTABLE Public TODO End Structure !!!!Managed C++ Definition (.NET 1.1) [ StructLayout( LayoutKind::Sequential, CharSet=CharSet::Ansi )] __gc struct MIB_IPADDRTABLE { UInt32 _numEntries; IntPtr _table; /* Properties (Optional) __property UInt32 get_NumEntries() { return _numEntries; } __property MIB_IPADDROW* get_Entries()[];*/ }; !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: MIB_IPADDRTABLE @msdn on MSDN
Edit Structures.MIB_IP...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.