// iddcx.h
struct IDARG_OUT_MONITORGETPHYSICALSIZE {
UINT PhysicalWidth;
UINT PhysicalHeight;
};
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to get the monitor's physical size.
PhysicalWidthPhysical width of the specified monitor in millimeters, value cannot be zero.
PhysicalHeightPhysical height of the specified monitor in millimeters, value cannot be zero.