SBCREATEPROCESSIN - NtDoc

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

// private
typedef struct _SBCREATEPROCESSIN
{
    _In_ PUNICODE_STRING ImageFileName;
    _In_ PUNICODE_STRING CurrentDirectory;
    _In_ PUNICODE_STRING CommandLine;
    _In_opt_ PUNICODE_STRING DefaultLibPath;
    _In_ ULONG Flags; // SMP_*
    _In_ ULONG DefaultDebugFlags;
} SBCREATEPROCESSIN, *PSBCREATEPROCESSIN;

#endif

View code on GitHub

No description available.