ReactOS 0.4.16-dev-329-g9223134
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
BOOLEAN | KdbIsMemoryValid (PVOID pvBase, ULONG cjSize) |
static BOOL | KdbGetHexNumber (char *pszNum, ULONG_PTR *pulValue) |
static VOID | KdbCommand_Gdi_help (VOID) |
static VOID | KdbCommand_Gdi_dumpht (ULONG argc, char *argv[]) |
static VOID | KdbCommand_Gdi_handle (char *argv) |
static VOID | KdbCommand_Gdi_entry (char *argv) |
static VOID | KdbCommand_Gdi_baseobject (char *argv) |
BOOLEAN NTAPI | DbgGdiKdbgCliCallback (IN PCHAR pszCommand, IN ULONG argc, IN PCH argv[]) |
Variables | |
PENTRY | gpentHmgr |
PULONG | gpaulRefCount |
ULONG | gulFirstUnused |
static const char * | gpszObjectTypes [] |
Definition at line 324 of file gdikdbgext.c.
Referenced by InitProcessCallback().
Definition at line 80 of file gdikdbgext.c.
Referenced by DbgGdiKdbgCliCallback().
Definition at line 231 of file gdikdbgext.c.
Referenced by DbgGdiKdbgCliCallback().
Definition at line 181 of file gdikdbgext.c.
Referenced by DbgGdiKdbgCliCallback().
Definition at line 64 of file gdikdbgext.c.
Referenced by DbgGdiKdbgCliCallback().
Definition at line 48 of file gdikdbgext.c.
Referenced by KdbCommand_Gdi_dumpht(), KdbCommand_Gdi_entry(), and KdbCommand_Gdi_handle().
Definition at line 31 of file gdikdbgext.c.
Referenced by KdbCommand_Gdi_dumpht().
|
extern |
Definition at line 150 of file gdiobj.c.
Referenced by ENTRY_hInsertObject(), ENTRY_ReferenceEntryByHandle(), ENTRY_vPushFreeEntry(), GDI_CleanupForProcess(), GDIOBJ_ReferenceObjectByHandle(), GDIOBJ_TryLockObject(), GDIOBJ_vDeleteObject(), GDIOBJ_vDereferenceObject(), GDIOBJ_vReferenceObjectByPointer(), GDIOBJ_vUnlockObject(), InitGdiHandleTable(), KdbCommand_Gdi_dumpht(), and KdbCommand_Gdi_handle().
|
extern |
Definition at line 149 of file gdiobj.c.
Referenced by ENTRY_hInsertObject(), ENTRY_pentPopFreeEntry(), ENTRY_ReferenceEntryByHandle(), ENTRY_vPushFreeEntry(), GDI_CleanupForProcess(), GDIOBJ_pvGetObjectAttr(), GDIOBJ_ReferenceObjectByHandle(), GDIOBJ_vDereferenceObject(), GDIOBJ_vSetObjectAttr(), GDIOBJ_vSetObjectOwner(), GreGetObjectOwner(), InitGdiHandleTable(), KdbCommand_Gdi_dumpht(), KdbCommand_Gdi_entry(), and KdbCommand_Gdi_handle().
Definition at line 20 of file gdikdbgext.c.
Referenced by KdbCommand_Gdi_dumpht(), KdbCommand_Gdi_entry(), and KdbCommand_Gdi_handle().
|
extern |
Definition at line 152 of file gdiobj.c.
Referenced by ENTRY_pentPopFreeEntry(), GDI_CleanupForProcess(), InitGdiHandleTable(), and KdbCommand_Gdi_dumpht().