#include <toolhelp.h>
typedef struct tagNFYLOGERROR { /* nfyle */
DWORD dwSize;
UINT wErrCode;
void FAR* lpInfo;
} NFYLOGERROR;
The NFYLOGERROR structure contains information about a validation error that caused the kernel to send an NFY_LOGERROR notification.
dwSize
Specifies the size of the NFYLOGERROR structure, in bytes.
wErrCode
Identifies the error value that caused the notification to be sent.
lpInfo
Points to additional information, dependent on the error value.