ReactOS 0.4.16-dev-122-g325d74c
|
#include <himem.h>
Public Attributes | |
BYTE | Handle |
BYTE | LockCount |
WORD | Size |
DWORD | Address |
DWORD _XMS_HANDLE::Address |
Definition at line 48 of file himem.h.
Referenced by XmsAlloc(), XmsBopProcedure(), XmsFree(), XmsLock(), and XmsRealloc().
BYTE _XMS_HANDLE::Handle |
Definition at line 45 of file himem.h.
Referenced by ValidateXmsHandle(), XmsAlloc(), and XmsFree().
BYTE _XMS_HANDLE::LockCount |
Definition at line 46 of file himem.h.
Referenced by XmsAlloc(), XmsBopProcedure(), XmsFree(), XmsLock(), XmsRealloc(), and XmsUnlock().
WORD _XMS_HANDLE::Size |
Definition at line 47 of file himem.h.
Referenced by XmsAlloc(), XmsBopProcedure(), XmsFree(), and XmsRealloc().