2.2.9.2.1.1 TSG_PACKET_HEADER

The TSG_PACKET_HEADER structure contains information about the ComponentId and PacketId fields of the TSG_PACKET structure. The value of PacketId in TSG_PACKET MUST be set to TSG_PACKET_TYPE_HEADER.

 typedef struct _TSG_PACKET_HEADER {
   unsigned short ComponentId;
   unsigned short PacketId;
 } TSG_PACKET_HEADER,
  *PTSG_PACKET_HEADER;

ComponentId: Represents the component sending the packet. This MUST be the following value:

Value

Meaning

0x5452

TS Gateway Transport

PacketId: Unused.

This structure cannot be used by itself as part of any method call. It can be used only in the context of other structures.