IP_OPTION_INFORMATION (Structures)
Last changed: anonymous

.
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