//
// Runtime Report Definitions
//
// private
typedef struct _SYSTEM_RUNTIME_REPORT_INPUT
{
USHORT InputVersion;
USHORT PackageVersion;
ULONG Reserved;
ULONG_PTR ReportTypesBitmap;
UCHAR Nonce[32];
} SYSTEM_RUNTIME_REPORT_INPUT, *PSYSTEM_RUNTIME_REPORT_INPUT;
View code on GitHub