Click to return to the Component Development home page    
Web Workshop  |  Component Development

StopLite--StopLite.H


Index for Finished Code

// StopLite.h : main header file for STOPLITE.DLL

#if !defined( __AFXCTL_H__ )
#error include 'afxctl.h' before including this file
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CStopLiteApp : See StopLite.cpp for implementation.

class CStopLiteApp : public COleControlModule
{
public:
BOOL InitInstance();
int ExitInstance();
};

extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.