home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n10
/
vb40.exe
/
SHELLOCX.EXE
/
SHELLINK.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-10-01
|
536b
|
22 lines
// shellink.h : main header file for SHELLINK.DLL
#if !defined( __AFXCTL_H__ )
#error include 'afxctl.h' before including this file
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CShellinkApp : See shellink.cpp for implementation.
class CShellinkApp : public COleControlModule
{
public:
BOOL InitInstance();
int ExitInstance();
};
extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;