The RESOURCE_TYPE enumeration provides 4-byte signed integer values that describe the resource to be negotiated.
typedef enum _ResourceType
{
RT_CONNECTIONS = 0x00000000
} RESOURCE_TYPE;
RT_CONNECTIONS: Indicates that the resource is a connection.