ReactOS 0.4.15-dev-7958-gcd0bb1a
_ENGSECTION Struct Reference

#include <mapping.h>

Collaboration diagram for _ENGSECTION:

Public Attributes

PVOID pvSectionObject
 
PVOID pvMappedBase
 
SIZE_T cjViewSize
 
ULONG ulTag
 

Detailed Description

Definition at line 2 of file mapping.h.

Member Data Documentation

◆ cjViewSize

SIZE_T _ENGSECTION::cjViewSize

Definition at line 6 of file mapping.h.

Referenced by _Success_(), EngCreateSection(), and EngCreateSectionHack().

◆ pvMappedBase

PVOID _ENGSECTION::pvMappedBase

Definition at line 5 of file mapping.h.

Referenced by _Success_(), EngCreateSection(), and EngCreateSectionHack().

◆ pvSectionObject

PVOID _ENGSECTION::pvSectionObject

Definition at line 4 of file mapping.h.

Referenced by _Success_(), EngCreateSection(), EngCreateSectionHack(), and EngFreeSectionMem().

◆ ulTag

ULONG _ENGSECTION::ulTag

Definition at line 7 of file mapping.h.

Referenced by EngCreateSection(), and EngCreateSectionHack().


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