RTL_BSD_DATA_ERROR_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

NtDoc

No description available.