MANAGE_HOT_PATCH_CHECK_ENABLED - NtDoc

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

/**
 * The MANAGE_HOT_PATCH_CHECK_ENABLED structure is used to check if hot patching is enabled.
 */
typedef struct _MANAGE_HOT_PATCH_CHECK_ENABLED
{
    ULONG Version;          // Structure version. Must be MANAGE_HOT_PATCH_CHECK_ENABLED_VERSION.
    ULONG Flags;            // Flags for the check operation.
} MANAGE_HOT_PATCH_CHECK_ENABLED, *PMANAGE_HOT_PATCH_CHECK_ENABLED;

#endif
#endif

View code on GitHub

NtDoc

No description available.