Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.2 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. SCDlg
  5. Abstract:
  6. This file defines the CSCardDlgApp class for the SmartCard
  7. Common Control DLL
  8. Author:
  9. Chris Dudley 2/27/1997
  10. Environment:
  11. Win32, C++ w/Exceptions, MFC
  12. Revision History:
  13. Notes:
  14. --*/
  15. #ifndef __SCDLG_H__
  16. #define __SCDLG_H__
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Includes
  20. //
  21. #ifndef __AFXWIN_H__
  22. #error include 'stdafx.h' before including this file for PCH
  23. #endif
  24. #include "resource.h" // main symbols
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // CSCardDlgApp
  28. //
  29. class CSCardDlgApp : public CWinApp
  30. {
  31. public:
  32. CSCardDlgApp();
  33. // Overrides
  34. BOOL InitInstance();
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CSCardDlgApp)
  37. //}}AFX_VIRTUAL
  38. //{{AFX_MSG(CSCardDlgApp)
  39. // NOTE - the ClassWizard will add and remove member functions here.
  40. // DO NOT EDIT what you see in these blocks of generated code !
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. #endif //__SCDLG_H__