_DEVHTADJDATA

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

Members

DeviceFlags
Indicates the type of device. This member can be one of the following values.
Value Meaning
DEVHTADJF_COLOR_DEVICE Color device
DEVHTADJF_ADDITIVE_DEVICE Additive device

DeviceXDPI
Specifies device capabilities for x-coordinate dots per inch.
Device YDPI
Specifies device capabilities for y-coordinate dots per inch.
pDefHTInfo
Pointer to the _DEVHTINFO structure.
pAdjHTInfo
Pointer to the DEVHTINFO structure that was passed by the driver. On exiting the halftone user interface, the DEVHTINFO structure is returned to the driver with user changes.

QuickInfo

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

See Also

Colors Overview, Color Structures, HTUI_ColorAdjustment, _DEVHTINFO