#ifndef _NTWMI_H
//
// Process In Swap structure.
//
typedef struct _PERFINFO_PROCESS_INSWAP
{
ULONG_PTR DirectoryTableBase;
ULONG ProcessId;
} PERFINFO_PROCESS_INSWAP, *PPERFINFO_PROCESS_INSWAP;
View code on GitHub
No description available.