#ifndef _NTEXAPI_H // 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; #endif View code on GitHub
No description available.