Process Hacker
_MEMORY_WORKING_SET_EX_BLOCK Struct Reference

#include <ntmmapi.h>

Data Fields

union {
   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   Priority: 3
 
      ULONG_PTR   Reserved: 3
 
      ULONG_PTR   SharedOriginal: 1
 
      ULONG_PTR   Bad: 1
 
   } 
 
   struct {
      ULONG_PTR   Valid: 1
 
      ULONG_PTR   Reserved0: 14
 
      ULONG_PTR   Shared: 1
 
      ULONG_PTR   Reserved1: 5
 
      ULONG_PTR   PageTable: 1
 
      ULONG_PTR   Location: 2
 
      ULONG_PTR   Priority: 3
 
      ULONG_PTR   ModifiedList: 1
 
      ULONG_PTR   Reserved2: 2
 
      ULONG_PTR   SharedOriginal: 1
 
      ULONG_PTR   Bad: 1
 
   }   Invalid
 
}; 
 

Detailed Description

Definition at line 44 of file ntmmapi.h.

Field Documentation

union { ... }
ULONG_PTR Bad

Definition at line 60 of file ntmmapi.h.

struct { ... } Invalid
ULONG_PTR LargePage

Definition at line 56 of file ntmmapi.h.

ULONG_PTR Location

Definition at line 72 of file ntmmapi.h.

ULONG_PTR Locked

Definition at line 55 of file ntmmapi.h.

ULONG_PTR ModifiedList

Definition at line 74 of file ntmmapi.h.

ULONG_PTR Node

Definition at line 54 of file ntmmapi.h.

ULONG_PTR PageTable

Definition at line 71 of file ntmmapi.h.

ULONG_PTR Priority

Definition at line 57 of file ntmmapi.h.

ULONG_PTR Reserved

Definition at line 58 of file ntmmapi.h.

ULONG_PTR Reserved0

Definition at line 68 of file ntmmapi.h.

ULONG_PTR Reserved1

Definition at line 70 of file ntmmapi.h.

ULONG_PTR Reserved2

Definition at line 75 of file ntmmapi.h.

ULONG_PTR ShareCount

Definition at line 51 of file ntmmapi.h.

ULONG_PTR Shared

Definition at line 53 of file ntmmapi.h.

ULONG_PTR SharedOriginal

Definition at line 59 of file ntmmapi.h.

ULONG_PTR Valid

Definition at line 50 of file ntmmapi.h.

ULONG_PTR Win32Protection

Definition at line 52 of file ntmmapi.h.


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