#ifndef _NTRTL_H
typedef struct _RTL_BSD_DATA_ERROR_INFO
{
ULONG BootId; // The Boot ID where the error occurred
ULONG RepeatCount; // How many times this specific error happened
ULONG OtherErrorCount; // Count of other errors
} RTL_BSD_DATA_ERROR_INFO, *PRTL_BSD_DATA_ERROR_INFO;
View code on GitHubNo description available.