SBCREATEPROCESSOUT - NtDoc

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

// private
typedef struct _SBCREATEPROCESSOUT
{
    _Out_ HANDLE Process;
    _Out_ HANDLE Thread;
    _Out_ ULONG SubSystemType;
    _Out_ CLIENT_ID ClientId;
} SBCREATEPROCESSOUT, *PSBCREATEPROCESSOUT;

#endif

View code on GitHub

No description available.