WinFinder.h
上传用户:lwzh1970
上传日期:2007-01-01
资源大小:33k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // WinFinder.h : main header file for WINFINDER.DLL
  2. #if !defined( __AFXCTL_H__ )
  3. #error include 'afxctl.h' before including this file
  4. #endif
  5. #include "resource.h"       // main symbols
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CWinFinderApp : See WinFinder.cpp for implementation.
  8. class CWinFinderApp : 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;