TS_USER_SESSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _WINSTA_H

// rev
typedef struct _TS_USER_SESSION
{
    ULONG Version;
    ULONG SessionId;
    ULONG Unknown;
    SESSIONTYPE State;
    ULONG field5;
} TS_USER_SESSION, *PTS_USER_SESSION;

#endif

View code on GitHub

No description available.