SYSTEM_RUNTIME_REPORT_INPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H

//
//  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;

#endif

View code on GitHub

NtDoc

No description available.