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

Public Attributes | |
| BOOLEAN | Allocated |
| USHORT | PageCount |
| LIST_ENTRY | PageList |
| UCHAR | Name [8] |
| BOOLEAN _EMS_HANDLE::Allocated |
Definition at line 42 of file emsdrv.h.
Referenced by CreateHandle(), FreeHandle(), InitHandlesTable(), InitSystemHandle(), and ValidateHandle().
| UCHAR _EMS_HANDLE::Name[8] |
Definition at line 45 of file emsdrv.h.
Referenced by EmsIntHandler(), and FreeHandle().
| USHORT _EMS_HANDLE::PageCount |
Definition at line 43 of file emsdrv.h.
Referenced by EmsAlloc(), EmsIntHandler(), FreeHandle(), InitHandlesTable(), and InitSystemHandle().
| LIST_ENTRY _EMS_HANDLE::PageList |
Definition at line 44 of file emsdrv.h.
Referenced by EmsAlloc(), EmsFree(), GetLogicalPage(), and InitSystemHandle().