home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / bar_vbx / barcode.h < prev    next >
Text File  |  1993-11-15  |  260b  |  16 lines

  1. typedef struct tagPrintBarCode
  2. {
  3.    int BarCodeType;
  4.    int Checksum;
  5.    char Text[30];
  6.    int Rotation;
  7.    int NarrowBarWidth;   
  8.    int Ratio;   
  9.    int hDCPrinter;
  10.    int x;
  11.    int y;
  12.    int Height;
  13. } BARCODEPRINTDATA, *LPBARCODEPRINTDATA;
  14.  
  15.  
  16.