Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WINSTATIONUSERTOKEN structure defines the user token for a session.
-
typedef struct _WINSTATIONUSERTOKEN { HANDLE ProcessId; HANDLE ThreadId; HANDLE UserToken; } WINSTATIONUSERTOKEN, *PWINSTATIONUSERTOKEN;
ProcessId: Specifies the Process ID.
ThreadId: Specifies the handle to the calling thread.
UserToken: Returns the user token that is currently logged on to the session.