HTUI_DeviceColorAdjustment

[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
);
 

Parameters

pDeviceName
Pointer to the device name to be displayed in the Modify For box on the user's color adjustment interface.
pDevHTAdjData
Pointer to the _DEVHTADJDATA structure.

Return Values

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.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in winddi.h.

See Also

Colors Overview, Color Functions, _DEVHTADJDATA