BlackBone
Windows memory hacking library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
_MEMORY_WORKING_SET_EX_BLOCK Union Reference

#include <NativeStructs.h>

Data Fields

ULONG_PTR Flags
 
struct {
   ULONG_PTR   Valid: 1
 
   ULONG_PTR   ShareCount: 3
 
   ULONG_PTR   Win32Protection: 11
 
   ULONG_PTR   Shared: 1
 
   ULONG_PTR   Node: 6
 
   ULONG_PTR   Locked: 1
 
   ULONG_PTR   LargePage: 1
 
   ULONG_PTR   Reserved: 7
 
   ULONG_PTR   Bad: 1
 
}; 
 

Field Documentation

struct { ... }
ULONG_PTR Bad
ULONG_PTR Flags
ULONG_PTR LargePage
ULONG_PTR Locked
ULONG_PTR Node
ULONG_PTR Reserved
ULONG_PTR ShareCount
ULONG_PTR Shared
ULONG_PTR Valid
ULONG_PTR Win32Protection

The documentation for this union was generated from the following file: