| // | |
| // cfguard.h | |
| // | |
| // Copyright (c) Microsoft Corporation. All rights reserved. | |
| // | |
| // Declarations of Control Flow Guard instrumentation and support functions. | |
| // | |
| extern "C" { | |
| // This is a placeholder. Control Flow Guard is not implemented for /clr. | |
| void __cdecl _guard_check_icall(_In_ uintptr_t _Target); | |
| uintptr_t __fastcall __os_arm64x_check_icall_thunk(_In_ uintptr_t _Target); | |
| void __fastcall __guard_check_icall_thunk(_In_ uintptr_t _Target); | |
| void __fastcall _guard_check_icall(_In_ uintptr_t _Target); | |
| int __cdecl _guard_icall_checks_enforced(void); | |
| } // extern "C" | |
| // This is defined in the Windows 10 SDK but not in the Windows 8.1 SDK. | |