SMEXECPGM - NtDoc

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

// private
typedef struct _SMEXECPGM
{
    _In_ RTL_USER_PROCESS_INFORMATION ProcessInformation;
    _In_ BOOLEAN DebugFlag;
} SMEXECPGM, *PSMEXECPGM;

#endif

View code on GitHub

No description available.