Iconizer DLL.h
上传用户:songshun
上传日期:2007-01-04
资源大小:51k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. //===========================================================================
  2. //
  3. // HomeWork from Belgium Not licensed software  
  4. // 1999 - 2000 No rights reserved
  5. //
  6. //===========================================================================
  7. //
  8. // Project/Product : Iconizer DLL
  9. //  FileName : Iconizer DLL.h
  10. // Author(s) : Bart Gysens
  11. //
  12. // Description : Header file of the Iconizer DLL
  13. //
  14. // Classes : None
  15. //
  16. // Information :
  17. //   Compiler(s) : Visual C++ 6.0
  18. //   Target(s) : Windows 95/9(8 and Windows NT (x86)
  19. //   Editor : Visual C++ 6.0 internal editor
  20. //
  21. // History
  22. // Vers.  Date      Aut.  Type     Description
  23. //  -----  --------  ----  -------  -----------------------------------------
  24. // 1.00   22 05 99  BG    Create   Original
  25. //
  26. //===========================================================================
  27. #ifndef _ICONIZER_DLL_H_INCLUDED__
  28. #define _ICONIZER_DLL_H_INCLUDED__
  29. //===========================================================================
  30. // Macro's and typedefs
  31. //===========================================================================
  32. #ifndef DLLAPI_ICONIZER
  33. #define DLLAPI_ICONIZER _declspec( dllimport )
  34. #endif
  35. //===========================================================================
  36. // Declarations
  37. //===========================================================================
  38. DLLAPI_ICONIZER BOOL WINAPI StartHook( void );
  39. DLLAPI_ICONIZER BOOL WINAPI StopHook ( void );
  40. #endif // _ICONIZER_DLL_H_INCLUDED__