[This is preliminary documentation and subject to change.]
The HTUI_DeviceColorAdjustment function displays the user interface for adjusting color for a specific device, such as a printer.
LONG> APIENTRY HTUI_DeviceColorAdjustment(
LPSTR pDeviceName,
PDEVHTADJDATA pDevHTAdjData
);
The HTUI_DeviceColorAdjustment function returns one of the following LONG values.
Value | Meaning |
---|---|
> 0 | User updated the DEVHTADJDATA structure. |
= 0 | User canceled the color adjustment. |
< 0 | An error occurred. The value given identifies a predefined error code. |
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in winddi.h.
Colors Overview, Color Functions, _DEVHTADJDATA