#ifndef _NTSMSS_H
// private
typedef struct _SBCREATESESSION
{
_In_ ULONG SessionId;
_In_ RTL_USER_PROCESS_INFORMATION ProcessInformation;
_In_opt_ PVOID UserProfile;
_In_ ULONG DebugSession;
_In_ CLIENT_ID DebugUiClientId;
} SBCREATESESSION, *PSBCREATESESSION;
View code on GitHub
No description available.