// 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 referenceNo description available.
The PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure specifies the imageable origin area.
ptImageOriginA POINT structure that specifies the origin of the imageable area, in graphics device units (pixels).
szlImageableAreaA SIZEL structure that specifies the size of the image area, in graphics device units (pixels).
The PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure is available in Windows Vista and later operating systems.