home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBLink / BLink.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.3 KB  |  53 lines

  1. // BLink.h : main header file for the BLINK DLL
  2. //
  3.  
  4. #if !defined(AFX_BLINK_H__6AA926B8_53B6_11D3_A911_00104B9A4FD0__INCLUDED_)
  5. #define AFX_BLINK_H__6AA926B8_53B6_11D3_A911_00104B9A4FD0__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // main symbols
  16.  
  17. extern BOOL g_ListenThread;
  18.  
  19. void StartServer();
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CBLinkApp
  23. // See BLink.cpp for the implementation of this class
  24. //
  25.  
  26. class CBLinkApp : public CWinApp
  27. {
  28. public:
  29.     CBLinkApp();
  30.  
  31. // Overrides
  32.     // ClassWizard generated virtual function overrides
  33.     //{{AFX_VIRTUAL(CBLinkApp)
  34.     public:
  35.     virtual BOOL InitInstance();
  36.     virtual int ExitInstance();
  37.     //}}AFX_VIRTUAL
  38.  
  39.     //{{AFX_MSG(CBLinkApp)
  40.         // NOTE - the ClassWizard will add and remove member functions here.
  41.         //    DO NOT EDIT what you see in these blocks of generated code !
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46.  
  47. /////////////////////////////////////////////////////////////////////////////
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_BLINK_H__6AA926B8_53B6_11D3_A911_00104B9A4FD0__INCLUDED_)
  53.