#ifndef _USERMGR_H // private typedef struct _SESSION_USER_CONTEXT { ULONGLONG ContextToken; ULONG SessionId; ULONG Reserved; } SESSION_USER_CONTEXT, *PSESSION_USER_CONTEXT; #endif View code on GitHub
No description available.