#ifndef _WINSTA_H typedef struct _CONNECTCONFIG { ASYNCCONNECTCLASS Type; ULONG fEnableBreakDisconnect : 1; } CONNECTCONFIG, *PCONNECTCONFIG; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.