ReactOS 0.4.15-dev-7958-gcd0bb1a
_MMPFN_IDENTITY Struct Reference

#include <mmtypes.h>

Collaboration diagram for _MMPFN_IDENTITY:

Public Attributes

union {
   MEMORY_FRAME_INFORMATION   e1
 
   FILEOFFSET_INFORMATION   e2
 
   PAGEDIR_INFORMATION   e3
 
   UNIQUE_PROCESS_INFORMATION   e4
 
u1
 
SIZE_T PageFrameIndex
 
union {
   struct {
      ULONG   Image:1
 
      ULONG   Mismatch:1
 
   }   e1
 
   PVOID   FileObject
 
   PVOID   UniqueFileObjectKey
 
   PVOID   ProtoPteAddress
 
   PVOID   VirtualAddress
 
u2
 

Detailed Description

Definition at line 288 of file mmtypes.h.

Member Data Documentation

◆ e1 [1/2]

MEMORY_FRAME_INFORMATION _MMPFN_IDENTITY::e1

Definition at line 292 of file mmtypes.h.

◆  [2/2]

struct { ... } _MMPFN_IDENTITY::e1

◆ e2

FILEOFFSET_INFORMATION _MMPFN_IDENTITY::e2

Definition at line 293 of file mmtypes.h.

◆ e3

PAGEDIR_INFORMATION _MMPFN_IDENTITY::e3

Definition at line 294 of file mmtypes.h.

◆ e4

UNIQUE_PROCESS_INFORMATION _MMPFN_IDENTITY::e4

Definition at line 295 of file mmtypes.h.

◆ FileObject

PVOID _MMPFN_IDENTITY::FileObject

Definition at line 305 of file mmtypes.h.

◆ Image

ULONG _MMPFN_IDENTITY::Image

Definition at line 302 of file mmtypes.h.

◆ Mismatch

ULONG _MMPFN_IDENTITY::Mismatch

Definition at line 303 of file mmtypes.h.

◆ PageFrameIndex

SIZE_T _MMPFN_IDENTITY::PageFrameIndex

Definition at line 297 of file mmtypes.h.

◆ ProtoPteAddress

PVOID _MMPFN_IDENTITY::ProtoPteAddress

Definition at line 307 of file mmtypes.h.

◆ 

union { ... } _MMPFN_IDENTITY::u1

◆ 

union { ... } _MMPFN_IDENTITY::u2

◆ UniqueFileObjectKey

PVOID _MMPFN_IDENTITY::UniqueFileObjectKey

Definition at line 306 of file mmtypes.h.

◆ VirtualAddress

PVOID _MMPFN_IDENTITY::VirtualAddress

Definition at line 308 of file mmtypes.h.


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