PDEV_ADJUST_PAPER_MARGIN - NtDoc

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

typedef struct _PDEV_ADJUST_PAPER_MARGIN {
  RECTL rcImageableArea;
} PDEV_ADJUST_PAPER_MARGIN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The PDEV_ADJUST_PAPER_MARGIN structure specifies the imageable printing area.

Members

rcImageableArea

Is a RECTL structure that specifies the rectangular region that can be printed in. This region is specified in units of 0.001 mm.

Remarks

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.

See also

IPrintOemPS2::GetPDEVAdjustment

RECTL