#ifndef _NTWMI_H
//
// The first four fields of this data structure mirror PROCESS_VIRTUAL_ALLOC_INFO.
//
typedef struct _PERFINFO_VIRTUAL_ALLOC
{
PVOID CapturedBase;
SIZE_T CapturedRegionSize;
ULONG ProcessId;
ULONG Flags;
} PERFINFO_VIRTUAL_ALLOC, *PPERFINFO_VIRTUAL_ALLOC;
View code on GitHub
No description available.