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.

59 lines
1.6 KiB

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