IP_OPTION_INFORMATION (Structures)
Last changed: -64.19.72.74

.
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:

<StructLayout(LayoutKind.Sequential)>
Public Structure IP_OPTION_INFORMATION
   Public TimeToLive As Byte
   Public TypeOfService As Byte
   Public Flags As Byte
   Public OptionsSize As Byte
   Public OptionsData As IntPtr
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation