IDARG_OUT_MONITORGETPHYSICALSIZE - NtDoc

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

struct IDARG_OUT_MONITORGETPHYSICALSIZE {
  UINT PhysicalWidth;
  UINT PhysicalHeight;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_out_monitorgetphysicalsize)

IDARG_OUT_MONITORGETPHYSICALSIZE structure

Description

Arguments used to get the monitor's physical size.

Members

PhysicalWidth

Physical width of the specified monitor in millimeters, value cannot be zero.

PhysicalHeight

Physical height of the specified monitor in millimeters, value cannot be zero.

Remarks

See also