ReactOS 0.4.15-dev-7842-g558ab78
_FILEVIEW Struct Reference

#include <mapping.h>

Collaboration diagram for _FILEVIEW:

Public Attributes

LARGE_INTEGER LastWriteTime
 
PVOID pvKView
 
PVOID pvViewFD
 
SIZE_T cjView
 
PVOID pSection
 

Detailed Description

Definition at line 10 of file mapping.h.

Member Data Documentation

◆ cjView

SIZE_T _FILEVIEW::cjView

Definition at line 15 of file mapping.h.

Referenced by EngLoadModuleEx().

◆ LastWriteTime

LARGE_INTEGER _FILEVIEW::LastWriteTime

Definition at line 12 of file mapping.h.

Referenced by EngLoadModuleEx().

◆ pSection

PVOID _FILEVIEW::pSection

Definition at line 16 of file mapping.h.

Referenced by EngFreeModule(), and EngLoadModuleEx().

◆ pvKView

PVOID _FILEVIEW::pvKView

Definition at line 13 of file mapping.h.

Referenced by EngFreeModule(), and EngLoadModuleEx().

◆ pvViewFD

PVOID _FILEVIEW::pvViewFD

Definition at line 14 of file mapping.h.

Referenced by EngLoadModuleEx().


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