#ifndef _WINSTA_H typedef enum _RECEIVEFLOWCONTROLCLASS { ReceiveFlowControl_None, ReceiveFlowControl_RTS, ReceiveFlowControl_DTR, } RECEIVEFLOWCONTROLCLASS; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.