ReactOS 0.4.16-dev-981-g80eb313
|
#include <precomp.h>
Go to the source code of this file.
Classes | |
struct | _CLIENTOBJLINK |
Typedefs | |
typedef struct _CLIENTOBJLINK | CLIENTOBJLINK |
typedef struct _CLIENTOBJLINK * | PCLIENTOBJLINK |
Functions | |
BOOL WINAPI | GdiCreateClientObjLink (_In_ HGDIOBJ hobj, _In_ PVOID pvObject) |
PVOID WINAPI | GdiGetClientObjLink (_In_ HGDIOBJ hobj) |
PVOID WINAPI | GdiRemoveClientObjLink (_In_ HGDIOBJ hobj) |
HGDIOBJ WINAPI | GdiCreateClientObj (_In_ PVOID pvObject, _In_ GDILOOBJTYPE eObjType) |
PVOID WINAPI | GdiDeleteClientObj (_In_ HGDIOBJ hobj) |
Variables | |
CRITICAL_SECTION | gcsClientObjLinks |
ULONG | gcClientObj |
PCLIENTOBJLINK | gapcolHashTable [127] |
typedef struct _CLIENTOBJLINK CLIENTOBJLINK |
typedef struct _CLIENTOBJLINK * PCLIENTOBJLINK |
Definition at line 148 of file clientobj.c.
Referenced by alloc_gdi_handle(), and CreateMetaFileW().
Definition at line 24 of file clientobj.c.
Referenced by GDI_hdc_using_object(), and GdiCreateClientObj().
Definition at line 173 of file clientobj.c.
Referenced by CloseMetaFile(), CreateMetaFileW(), free_gdi_handle(), and METADC_DeleteDC().
Definition at line 61 of file clientobj.c.
Referenced by GDI_GetObjPtr(), get_dc_ptr(), and get_metadc_ptr().
Definition at line 98 of file clientobj.c.
Referenced by GDI_hdc_not_using_object(), GdiDeleteClientObj(), and METADC_RosGlueDeleteObject().
PCLIENTOBJLINK gapcolHashTable[127] |
Definition at line 20 of file clientobj.c.
Referenced by GdiCreateClientObjLink(), GdiGetClientObjLink(), and GdiRemoveClientObjLink().
ULONG gcClientObj |
Definition at line 11 of file clientobj.c.
Referenced by DeleteObject(), GdiCreateClientObjLink(), and GdiRemoveClientObjLink().
CRITICAL_SECTION gcsClientObjLinks |
Definition at line 10 of file clientobj.c.
Referenced by GdiCreateClientObjLink(), GdiGetClientObjLink(), GdiProcessSetup(), GdiProcessShutdown(), and GdiRemoveClientObjLink().