typedef struct {
BYTE TotalNumberOfDMs;
BYTE DMIndex;
LONG FileID;
} STRUCT_APPEND;
Description
Structure for Structured Append Info:
Members of the structure
|
BYTE |
TotalNumberOfDMs |
Total number of linked Data Matrix Symbols. Must be in range 1..16, and cannot be larger than DMIndex |
|
BYTE |
DMIndex |
Data Matrix Index. Must be in range 2..16 |
|
LONG |
FileID |
ID of the File. Must be in range 0..64515 |
Requirements
Header : Declared in BiBrDM.h, BiBwDM.h.