WindowsXP-SP1/inetsrv/iis/svcs/infocomm/log/plugin/plugin1.h
2020-09-30 16:53:49 +02:00

22 lines
531 B
C++

// plugin1.h : main header file for PLUGIN1.DLL
#if !defined( __AFXCTL_H__ )
#error include 'afxctl.h' before including this file
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CPlugin1App : See plugin1.cpp for implementation.
class CPlugin1App : public COleControlModule
{
public:
BOOL InitInstance();
int ExitInstance();
};
extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;