// printoem.h
typedef struct _PDEV_ADJUST_PAPER_MARGIN {
RECTL rcImageableArea;
} PDEV_ADJUST_PAPER_MARGIN;
View the official Windows Driver Kit DDI referenceNo description available.
The PDEV_ADJUST_PAPER_MARGIN structure specifies the imageable printing area.
rcImageableAreaIs a RECTL structure that specifies the rectangular region that can be printed in. This region is specified in units of 0.001 mm.
This structure is available in Windows XP and later.
The pBuf parameter of the IPrintOemPS2::GetPDEVAdjustment method can point to a structure of this type.
IPrintOemPS2::GetPDEVAdjustment