SCANWINDOW - NtDoc

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

typedef struct _SCANWINDOW {
  LONG xPos;
  LONG yPos;
  LONG xExtent;
  LONG yExtent;
} SCANWINDOW, *PSCANWINDOW;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wiamicro-_scanwindow)

_SCANWINDOW structure

Description

The SCANWINDOW structure is used by the WIA Flatbed driver to tell the microdriver what image area to scan.

Members

xPos

Specifies the horizontal position of the left edge of the scan window in pixels.

yPos

Specifies the vertical position of the top edge of the scan window in pixels.

xExtent

Specifies the width of the scan window in pixels.

yExtent

Specifies the height of the scan window in pixels.