Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
531 B

  1. // plugin1.h : main header file for PLUGIN1.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. // CPlugin1App : See plugin1.cpp for implementation.
  8. class CPlugin1App : 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;