LdrControlFlowGuardEnforced - NtDoc

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

// private
/**
 * The LdrControlFlowGuardEnforced routine checks if Control Flow Guard is enforced.
 *
 * \return TRUE if Control Flow Guard is enforced, FALSE otherwise.
 */
NTSYSAPI
ULONG
NTAPI
LdrControlFlowGuardEnforced(
    VOID
    );

#endif
#endif
#endif

View code on GitHub

NtDoc

No description available.