#ifndef _WINSTA_H typedef enum _CDCLASS { CdNone, // No connection driver. CdModem, // Connection driver is a modem. CdClass_Maximum, } CDCLASS; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.