PORT_INFORMATION

typedef struct _PORT_INFORMATION{
   ULONG NextOffset;
   ULONG NameOffset;
   ULONG Instance;
   ULONG ConnectedInstance;
}PORT_INFORMATION, *PORT_INFORMATION;

Members

  • NextOffset
  •  Offset of the next PORT_INFORMATION structure

  • NameOffset
  •  Offset of the name

  • Instance
  •  Instance of the virtual serial pair

  • ConnectedInstance
  •  Instance of remote port which is linked to current port