_MEMORY_RANGE_ARRAY_RANGE


Definition

typedef struct _MEMORY_RANGE_ARRAY_RANGE { ULONG PageNo; // ??? ULONG StartPage; // Block start (physical address) ULONG EndPage; // Block stop (physical address) ULONG CheckSum; // Always zero, but used under Windows 2000. } MEMORY_RANGE_ARRAY_RANGE, *PMEMORY_RANGE_ARRAY_RANGE;



Sandman framework. (c) 2008. Matthieu Suiche(msuiche [at] gmail.com)