PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

typedef struct _PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA {
  POINT ptImageOrigin;
  SIZEL szlImageableArea;
} PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA, *PPDEV_ADJUST_IMAGEABLE_ORIGIN_AREA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-printoem-_pdev_adjust_imageable_origin_area)

Description

The PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure specifies the imageable origin area.

Members

ptImageOrigin

A POINT structure that specifies the origin of the imageable area, in graphics device units (pixels).

szlImageableArea

A SIZEL structure that specifies the size of the image area, in graphics device units (pixels).

Remarks

The PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure is available in Windows Vista and later operating systems.