|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mmtypes.h>

| PVOID _SEGMENT::BasedAddress |
Definition at line 418 of file mmtypes.h.
Referenced by MmCreateArm3Section(), and NtQuerySection().
| struct _CONTROL_AREA* _SEGMENT::ControlArea |
Definition at line 409 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), MiMapViewInSystemSpace(), MmCreateArm3Section(), MmGetFileObjectForSection(), and MmMapViewOfArm3Section().
| PEPROCESS _SEGMENT::CreatingProcess |
Definition at line 422 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
| PMMEXTEND_INFO _SEGMENT::ExtendInfo |
| PSECTION_IMAGE_INFORMATION _SEGMENT::ImageInformation |
Definition at line 426 of file mmtypes.h.
Referenced by NtQuerySection().
| ULONG _SEGMENT::NonExtendedPtes |
Definition at line 411 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
| ULONG _SEGMENT::NumberOfCommittedPages |
Definition at line 415 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
| PMMPTE _SEGMENT::PrototypePte |
Definition at line 429 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
| SEGMENT_FLAGS _SEGMENT::SegmentFlags |
| MMPTE _SEGMENT::SegmentPteTemplate |
Definition at line 414 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
| ULONGLONG _SEGMENT::SizeOfSegment |
Definition at line 413 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), and MmCreateArm3Section().
| MMPTE _SEGMENT::ThePtes[1] |
Definition at line 430 of file mmtypes.h.
Referenced by MiCreatePagingFileMap().
| ULONG _SEGMENT::TotalNumberOfPtes |
Definition at line 410 of file mmtypes.h.
Referenced by MiCreatePagingFileMap(), and MmCreateArm3Section().
| union { ... } _SEGMENT::u1 |
Referenced by MiCreatePagingFileMap().
| union { ... } _SEGMENT::u2 |
Referenced by NtQuerySection().