[This is preliminary documentation and subject to change.]
The _DEVHTADJDATA structure contains the arguments for the HTUI_DeviceColorAdjustment function.
typedef struct _DEVHTADJDATA{
DWORD DeviceFlags;
DWORD DeviceXDPI;
DWORD DeviceYDPI;
PDEVHTINFO pDefHTInfo;
PDEVHTINFO pAdjHTInfo;
} DEVHTADJDATA, *PDEVHTADJDATA;
Value | Meaning |
---|---|
DEVHTADJF_COLOR_DEVICE | Color device |
DEVHTADJF_ADDITIVE_DEVICE | Additive device |
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in winddi.h.
Colors Overview, Color Structures, HTUI_ColorAdjustment, _DEVHTINFO