PF_SCENARIO_QUERY_INFO - NtDoc

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

// rev
typedef struct _PF_SCENARIO_QUERY_INFO 
{
    ULONG_PTR Version;
    ULONG_PTR Field1;
    ULONG_PTR Field2;
    ULONG_PTR Field3;
} PF_SCENARIO_QUERY_INFO , *PPF_SCENARIO_QUERY_INFO;

// end_private
#endif

View code on GitHub

NtDoc

No description available.