#ifndef _WINSTA_H
/**
* Retrieves general information used to create the terminal server session (protocol) to which the station belongs.
*/
typedef struct _WINSTATIONCREATE
{
ULONG fEnableWinStation : 1;
ULONG MaxInstanceCount;
} WINSTATIONCREATE, *PWINSTATIONCREATE;
View code on GitHub
This type is documented in the [MS-TSTS] specification.