FLG_STOP_ON_EXCEPTION - NtDoc

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

//
// Global flags (NtGlobalFlag)
//
// \see https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/gflags-flag-table
//

#define FLG_STOP_ON_EXCEPTION 0x00000001            // Stop on exception (R,K,I)

#endif
#endif

View code on GitHub

NtDoc

No description available.