PDEV_ADJUST_PHYSICAL_PAPER_SIZE - NtDoc

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

typedef struct _PDEV_ADJUST_PHYSICAL_PAPER_SIZE {
  SIZEL szlPhysicalPaperSize;
} PDEV_ADJUST_PHYSICAL_PAPER_SIZE, *PPDEV_ADJUST_PHYSICAL_PAPER_SIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The PDEV_ADJUST_PAPER_PHYSICAL_SIZE structure specifies a paper size value.

Members

szlPhysicalPaperSize

A SIZEL structure that specifies the physical paper size, in graphics device units (pixels).

Remarks

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