ReactOS 0.4.16-dev-122-g325d74c
|
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winddi.h>
#include <prntfont.h>
#include <ndk/ntndk.h>
#include <ntgdityp.h>
#include <ntgdi.h>
#include <ntgdihdl.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | NTOS_MODE_USER |
Functions | |
PENTRY | GdiQueryTable (VOID) |
BOOL | GdiIsHandleValid (_In_ HGDIOBJ hobj) |
BOOL | GdiIsHandleValidEx (_In_ HGDIOBJ hobj, _In_ GDILOOBJTYPE ObjectType) |
PVOID | GdiGetHandleUserData (_In_ HGDIOBJ hobj) |
#define NTOS_MODE_USER |
Definition at line 11 of file gditools.c.
#define WIN32_NO_STATUS |
Definition at line 4 of file gditools.c.
Definition at line 68 of file gditools.c.
Referenced by CancelDC(), CreateCompatibleBitmap(), CreateCompatibleDC(), CreatePen(), GdiDeleteBrushOrPen(), GetBrushOrgEx(), GetColorSpace(), IntCreateDICW(), SetBrushOrgEx(), SetDIBitsToDevice(), START_TEST(), and StretchDIBits().
Definition at line 29 of file gditools.c.
Referenced by GdiGetHandleUserData(), and START_TEST().
BOOL GdiIsHandleValidEx | ( | _In_ HGDIOBJ | hobj, |
_In_ GDILOOBJTYPE | ObjectType | ||
) |
Definition at line 47 of file gditools.c.
Definition at line 20 of file gditools.c.
Referenced by GdiGetHandleUserData(), GdiIsHandleValid(), and GdiIsHandleValidEx().