home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / CFX_Wizard / examples / nt_userdb / nt_userdb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-12  |  850 b   |  34 lines

  1. // NT_USERDB.h : main header file for the NT_USERDB DLL
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"        // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CNT_USERDBApp
  12. // See NT_USERDB.cpp for the implementation of this class
  13. //
  14.  
  15. class CNT_USERDBApp : public CWinApp
  16. {
  17. public:
  18.     CNT_USERDBApp();
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CNT_USERDBApp)
  23.     //}}AFX_VIRTUAL
  24.  
  25.     //{{AFX_MSG(CNT_USERDBApp)
  26.         // NOTE - the ClassWizard will add and remove member functions here.
  27.         //    DO NOT EDIT what you see in these blocks of generated code !
  28.     //}}AFX_MSG
  29.     DECLARE_MESSAGE_MAP()
  30. };
  31.  
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34.