SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION - NtDoc

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

// private
typedef struct _SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION
{
    ULONG FlagsToEnable; // FLG_* bits to add to the image's execution options.
    ULONG FlagsToDisable; // FLG_* bits to clear from the image's execution options.
} SYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION, *PSYSTEM_IMAGE_FILE_EXECUTION_OPTIONS_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.