HOT_PATCH_IMAGE_INFO - 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 HOT_PATCH_IMAGE_INFO structure contains identifying information about a hot patch image.
 */
typedef struct _HOT_PATCH_IMAGE_INFO
{
    ULONG CheckSum;             // The checksum of the hot patch image.
    ULONG TimeDateStamp;        // The time/date stamp of the hot patch image.
} HOT_PATCH_IMAGE_INFO, *PHOT_PATCH_IMAGE_INFO;

#endif
#endif

View code on GitHub

NtDoc

No description available.