#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;
View code on GitHubNo description available.