home *** CD-ROM | disk | FTP | other *** search
- typedef struct tagPrintBarCode
- {
- int BarCodeType;
- int Checksum;
- char Text[30];
- int Rotation;
- int NarrowBarWidth;
- int Ratio;
- int hDCPrinter;
- int x;
- int y;
- int Height;
- } BARCODEPRINTDATA, *LPBARCODEPRINTDATA;
-
-
-