WindowsXP-SP1/inetsrv/iis/svcs/infocomm/log/plugin/ppages
2020-09-30 16:53:49 +02:00
..
asclogc.bmp First commit 2020-09-30 16:53:49 +02:00
asclogp.cpp First commit 2020-09-30 16:53:49 +02:00
asclogp.h First commit 2020-09-30 16:53:49 +02:00
cuslogc.bmp First commit 2020-09-30 16:53:49 +02:00
cuslogp.cpp First commit 2020-09-30 16:53:49 +02:00
cuslogp.h First commit 2020-09-30 16:53:49 +02:00
ncslogc.bmp First commit 2020-09-30 16:53:49 +02:00
ncslogp.cpp First commit 2020-09-30 16:53:49 +02:00
ncslogp.h First commit 2020-09-30 16:53:49 +02:00
odblogc.bmp First commit 2020-09-30 16:53:49 +02:00
odblogp.cpp First commit 2020-09-30 16:53:49 +02:00
odblogp.h First commit 2020-09-30 16:53:49 +02:00
plugin1.hpj First commit 2020-09-30 16:53:49 +02:00
plugin1.odl First commit 2020-09-30 16:53:49 +02:00
readme.txt First commit 2020-09-30 16:53:49 +02:00

========================================================================
		OLE Control DLL : PLUGIN1
========================================================================

ControlWizard has created this project for your PLUGIN1 OLE Control DLL,
which contains 4 controls.

This skeleton project not only demonstrates the basics of writing an OLE
Control, but is also a starting point for writing the specific features
of your control.

This file contains a summary of what you will find in each of the files
that make up your PLUGIN1 OLE Control DLL.

plugin1.mak
	The Visual C++ project makefile for building your OLE Control.

plugin1.h
	This is the main include file for the OLE Control DLL.  It
	includes other project-specific includes such as resource.h.

plugin1.cpp
	This is the main source file that contains code for DLL initialization,
	termination and other bookkeeping.

plugin1.rc
	This is a listing of the Microsoft Windows resources that the project
	uses.  This file can be directly edited with the Visual C++ resource
	editor.

plugin1.def
	This file contains information about the OLE Control DLL that
	must be provided to run with Microsoft Windows.

plugin1.clw
	This file contains information used by ClassWizard to edit existing
	classes or add new classes.  ClassWizard also uses this file to store
	information needed to generate and edit message maps and dialog data
	maps and to generate prototype member functions.

plugin1.odl
	This file contains the Object Description Language source code for the
	type library of your controls.

/////////////////////////////////////////////////////////////////////////////
MSBinaryLog control:

MSBinaryLogCtl.h
	This file contains the declaration of the CMSBinaryLogCtrl C++ class.

MSBinaryLogCtl.cpp
	This file contains the implementation of the CMSBinaryLogCtrl C++ class.

MSBinaryLogPpg.h
	This file contains the declaration of the CMSBinaryLogPropPage C++ class.

MSBinaryLogPpg.cpp
	This file contains the implementation of the CMSBinaryLogPropPage C++ class.

MSBinaryLogCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CMSBinaryLogCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file plugin1.rc.

/////////////////////////////////////////////////////////////////////////////
MSASCIILog control:

MSASCIILogCtl.h
	This file contains the declaration of the CMSASCIILogCtrl C++ class.

MSASCIILogCtl.cpp
	This file contains the implementation of the CMSASCIILogCtrl C++ class.

MSASCIILogPpg.h
	This file contains the declaration of the CMSASCIILogPropPage C++ class.

MSASCIILogPpg.cpp
	This file contains the implementation of the CMSASCIILogPropPage C++ class.

MSASCIILogCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CMSASCIILogCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file plugin1.rc.

/////////////////////////////////////////////////////////////////////////////
MSODBCLog control:

MSODBCLogCtl.h
	This file contains the declaration of the CMSODBCLogCtrl C++ class.

MSODBCLogCtl.cpp
	This file contains the implementation of the CMSODBCLogCtrl C++ class.

MSODBCLogPpg.h
	This file contains the declaration of the CMSODBCLogPropPage C++ class.

MSODBCLogPpg.cpp
	This file contains the implementation of the CMSODBCLogPropPage C++ class.

MSODBCLogCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CMSODBCLogCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file plugin1.rc.

/////////////////////////////////////////////////////////////////////////////
MSNCSALog control:

MSNCSALogCtl.h
	This file contains the declaration of the CMSNCSALogCtrl C++ class.

MSNCSALogCtl.cpp
	This file contains the implementation of the CMSNCSALogCtrl C++ class.

MSNCSALogPpg.h
	This file contains the declaration of the CMSNCSALogPropPage C++ class.

MSNCSALogPpg.cpp
	This file contains the implementation of the CMSNCSALogPropPage C++ class.

MSNCSALogCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CMSNCSALogCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file plugin1.rc.

/////////////////////////////////////////////////////////////////////////////
Help Support:

MakeHelp.bat
	Use this batch file to create your OLE control's Help file, plugin1.hlp.

plugin1.hpj
	This file is the Help Project file used by the Help compiler to create
	your OLE control's Help file.

*.bmp
	These are bitmap files required by the standard Help file topics for
	Microsoft Foundation Class Library standard commands.  These files are
	located in the HLP subdirectory.

plugin1.rtf
	This file contains the standard help topics for the common properties,
	events and methods supported by many OLE controls.  You can edit
	this to add or remove additional control specific topics.  This file is
	located in the HLP subdirectory.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

stdafx.h, stdafx.cpp
	These files are used to build a precompiled header (PCH) file
	named stdafx.pch and a precompiled types (PCT) file named stdafx.obj.

resource.h
	This is the standard header file, which defines new resource IDs.
	The Visual C++ resource editor reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

ControlWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////