// 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 referenceNo description available.
The PDEV_ADJUST_PAPER_PHYSICAL_SIZE structure specifies a paper size value.
szlPhysicalPaperSizeA SIZEL structure that specifies the physical paper size, in graphics device units (pixels).
The PDEV_ADJUST_PAPER_PHYSICAL_SIZE structure is available in Windows Vista and later operating systems.