SYSTEM_MEMORY_NUMA_CACHE_ENTRY - NtDoc

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

// rev
typedef struct _SYSTEM_MEMORY_NUMA_CACHE_ENTRY
{
    ULONG CacheNode;
    ULONG CacheLevel;
    ULONG CacheSize;
    ULONG CacheLineSize;
    ULONG CacheType;
    ULONG CacheAttributes;
    ULONG CacheFlags;
    UCHAR Present;
    UCHAR Reserved[3];
} SYSTEM_MEMORY_NUMA_CACHE_ENTRY, *PSYSTEM_MEMORY_NUMA_CACHE_ENTRY;

#endif

View code on GitHub

NtDoc

No description available.