#ifndef _WINSTA_H
typedef enum _TRANSMITFLOWCONTROLCLASS
{
TransmitFlowControl_None,
TransmitFlowControl_CTS,
TransmitFlowControl_DSR,
} TRANSMITFLOWCONTROLCLASS;
View code on GitHub
This type is documented in the [MS-TSTS] specification.