MEMORY_PARTITION_MEMORY_LIST_COMMAND - NtDoc

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

// private
typedef struct _MEMORY_PARTITION_MEMORY_LIST_COMMAND
{
    ULONG Command;
} MEMORY_PARTITION_MEMORY_LIST_COMMAND, *PMEMORY_PARTITION_MEMORY_LIST_COMMAND;

#endif

View code on GitHub

NtDoc

No description available.