ReactOS 0.4.16-dev-289-g096a551
|
#include <mapping.h>
Public Attributes | |
PVOID | pvSectionObject |
PVOID | pvMappedBase |
SIZE_T | cjViewSize |
ULONG | ulTag |
SIZE_T _ENGSECTION::cjViewSize |
Definition at line 6 of file mapping.h.
Referenced by _Success_(), EngCreateSection(), and EngCreateSectionHack().
PVOID _ENGSECTION::pvMappedBase |
Definition at line 5 of file mapping.h.
Referenced by _Success_(), EngCreateSection(), and EngCreateSectionHack().
PVOID _ENGSECTION::pvSectionObject |
Definition at line 4 of file mapping.h.
Referenced by _Success_(), EngCreateSection(), EngCreateSectionHack(), and EngFreeSectionMem().
ULONG _ENGSECTION::ulTag |
Definition at line 7 of file mapping.h.
Referenced by EngCreateSection(), and EngCreateSectionHack().