#ifndef _WINSTA_H typedef enum _FLOWCONTROLCLASS { FlowControl_None, FlowControl_Hardware, FlowControl_Software } FLOWCONTROLCLASS; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.