SBCREATESESSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

No description available.