PF_LOG_EVENT_DATA - NtDoc

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

// rev
typedef struct _PF_LOG_EVENT_DATA
{
    ULONG EventType : 5; // PF_EVENT_TYPE
    ULONG Flags : 2;
    ULONG DataSize : 25;
    PVOID EventData;
} PF_LOG_EVENT_DATA, *PPF_LOG_EVENT_DATA;

// end_private
#endif

View code on GitHub

No description available.