@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Describes the options to be included in the header of an IP packet. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct IP_OPTION_INFORMATION { public byte TimeToLive; public byte TypeOfService; public byte Flags; public byte OptionsSize; public IntPtr OptionsData; } !!!!VB Definition: Structure IP_OPTION_INFORMATION Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: IP_OPTION_INFORMATION@msdn on MSDN
Edit Structures.IP_OPT...
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.