| // | |
| // castguard.h | |
| // | |
| // Copyright (c) Microsoft Corporation. All rights reserved. | |
| // | |
| // Declarations of CastGuard instrumentation support functions. | |
| // | |
| typedef void (__cdecl* __check_guard_fp)(void*); | |
| extern "C" { | |
| __check_guard_fp __cdecl __castguard_set_user_handler(__check_guard_fp new_handler); | |
| } // extern "C" | |