sendhead.h 150 B

12345678910
  1. #if 0 // ÔÚGlobal/Global.h¶¨Òå;
  2. typedef struct
  3. {
  4. BYTE bsql;
  5. BYTE tabcount;
  6. BYTE code[100];
  7. DWORD count[100];
  8. DWORD length[100];
  9. }SENDHEAD;
  10. #endif