WIA_MICR_INFO structure (wiadef.h)
The WIA_MICR_INFO structure stores information for one decoded MICR code.
Syntax
typedef struct _WIA_MICR_INFO {
DWORD Size;
DWORD Page;
DWORD Length;
WCHAR Text[1];
} WIA_MICR_INFO;
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[1]
Placeholder for a NULL terminated character string containing the MICR text.
Requirements
Requirement | Value |
---|---|
Header | wiadef.h (include Wiadef.h) |