ReactOS 0.4.16-dev-597-gdbf7844
|
#include <ntgdihdl.h>
Classes | |
union | _EINFO |
union | _OBJECTOWNER |
Public Attributes | |
union _ENTRY::_EINFO | einfo |
union _ENTRY::_OBJECTOWNER | ObjectOwner |
USHORT | FullUnique |
UCHAR | Objt |
UCHAR | Flags |
PVOID | pUser |
Definition at line 217 of file ntgdihdl.h.
union _ENTRY::_EINFO _ENTRY::einfo |
Referenced by ENTRY_hInsertObject(), ENTRY_pentPopFreeEntry(), ENTRY_ReferenceEntryByHandle(), ENTRY_vPushFreeEntry(), GDI_CleanupForProcess(), GdiIsHandleValid(), GdiIsHandleValidEx(), GDIOBJ_ConvertFromStockObj(), GDIOBJ_ConvertToStockObj(), GDIOBJ_LockObject(), GDIOBJ_ReferenceObjectByHandle(), GDIOBJ_TryLockObject(), GreDeleteObject(), GreIsHandleValid(), GreSetObjectOwnerEx(), KdbCommand_Gdi_dumpht(), and KdbCommand_Gdi_entry().
UCHAR _ENTRY::Flags |
Definition at line 237 of file ntgdihdl.h.
Referenced by GdiIsHandleValidEx(), and KdbCommand_Gdi_entry().
USHORT _ENTRY::FullUnique |
Definition at line 235 of file ntgdihdl.h.
Referenced by ENTRY_hInsertObject(), ENTRY_ReferenceEntryByHandle(), ENTRY_vPushFreeEntry(), GdiIsHandleValid(), GdiIsHandleValidEx(), GDIOBJ_ConvertFromStockObj(), GDIOBJ_ConvertToStockObj(), and KdbCommand_Gdi_entry().
union _ENTRY::_OBJECTOWNER _ENTRY::ObjectOwner |
UCHAR _ENTRY::Objt |
Definition at line 236 of file ntgdihdl.h.
Referenced by ENTRY_hInsertObject(), ENTRY_ReferenceEntryByHandle(), ENTRY_vPushFreeEntry(), GDI_CleanupForProcess(), GdiIsHandleValidEx(), KdbCommand_Gdi_dumpht(), and KdbCommand_Gdi_entry().
PVOID _ENTRY::pUser |
Definition at line 238 of file ntgdihdl.h.
Referenced by ENTRY_vPushFreeEntry(), GdiGetHandleUserData(), GDIOBJ_pvGetObjectAttr(), GDIOBJ_vSetObjectAttr(), GDIOBJ_vSetObjectOwner(), and KdbCommand_Gdi_entry().