WIA_MICR_INFO - NtDoc

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

typedef struct _WIA_MICR_INFO {
  DWORD Size;
  DWORD Page;
  DWORD Length;
  WCHAR Text[1];
} WIA_MICR_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wiadef-_wia_micr_info)

_WIA_MICR_INFO structure

Description

The WIA_MICR_INFO structure stores information for one decoded MICR code.

Members

Size

The total size of this structure, in bytes.

Page

The page number where the MICR code was detected. A zero-based index referring to the current scan job.

Length

Length of the MICR text, in characters, excluding the length of the NULL terminator.

Text

Placeholder for a NULL terminated character string containing the MICR text.