BarCode.h 447 B

123456789101112131415161718192021222324
  1. #pragma once
  2. // BarCode.h : main header file for BarCode.DLL
  3. #if !defined( __AFXCTL_H__ )
  4. #error include 'afxctl.h' before including this file
  5. #endif
  6. #include "resource.h" // main symbols
  7. // CBarCodeApp : See BarCode.cpp for implementation.
  8. class CBarCodeApp : public COleControlModule
  9. {
  10. public:
  11. BOOL InitInstance();
  12. int ExitInstance();
  13. };
  14. extern const GUID CDECL _tlid;
  15. extern const WORD _wVerMajor;
  16. extern const WORD _wVerMinor;