ReactOS 0.4.15-dev-7958-gcd0bb1a
_EMS_HANDLE Struct Reference

#include <emsdrv.h>

Collaboration diagram for _EMS_HANDLE:

Public Attributes

BOOLEAN Allocated
 
USHORT PageCount
 
LIST_ENTRY PageList
 
UCHAR Name [8]
 

Detailed Description

Definition at line 40 of file emsdrv.h.

Member Data Documentation

◆ Allocated

BOOLEAN _EMS_HANDLE::Allocated

Definition at line 42 of file emsdrv.h.

Referenced by CreateHandle(), FreeHandle(), InitHandlesTable(), InitSystemHandle(), and ValidateHandle().

◆ Name

UCHAR _EMS_HANDLE::Name[8]

Definition at line 45 of file emsdrv.h.

Referenced by EmsIntHandler(), and FreeHandle().

◆ PageCount

USHORT _EMS_HANDLE::PageCount

Definition at line 43 of file emsdrv.h.

Referenced by EmsAlloc(), EmsIntHandler(), FreeHandle(), InitHandlesTable(), and InitSystemHandle().

◆ PageList

LIST_ENTRY _EMS_HANDLE::PageList

Definition at line 44 of file emsdrv.h.

Referenced by EmsAlloc(), EmsFree(), GetLogicalPage(), and InitSystemHandle().


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