..where to start. I've posted:
now I wanna pull the data from WTSSessionInfo and WTSSessionInfoEx as described in https://docs.microsoft.com/en-us/windows/win32/api/wtsapi32/ns-wtsapi32-wtsinfoa
typedef struct _WTSINFOA {
WTS_CONNECTSTATE_CLASS State; <--- that is an enumeration from ht...