2.2.9.2.1.2.1 TSG_PACKET_CAPABILITIES

The TSG_PACKET_CAPABILITIES structure contains information about the capabilities of the RDG client and RDG server.

This structure MUST be embedded in the TSG_PACKET_VERSIONCAPS structure.

 typedef struct _TSG_PACKET_CAPABILITIES {
   unsigned long capabilityType;
   [switch_is(capabilityType)] TSG_CAPABILITIES_UNION TSGPacket;
 } TSG_PACKET_CAPABILITIES,
  *PTSG_PACKET_CAPABILITIES;

capabilityType: Indicates the type of NAP capability supported by the RDG client or the RDG server. This member MUST be the following value:

Value

Meaning

0x00000001

The RDG server supports NAP capability type (TSG_CAPABILITY_TYPE_NAP).<12>

TSGPacket: Specifies the union containing the actual structure corresponding to the value defined in the capabilityType field. Valid structures are specified in sections 2.2.9.2.1.2.1.1 and 2.2.9.2.1.2.1.2.