#ifndef _WINSTA_H typedef enum _SDCLASS { SdNone = 0, SdConsole, SdNetwork, SdAsync, SdOemTransport } SDCLASS; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.