Source code of Windows XP (NT5)
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.

91 lines
3.6 KiB

  1. ========================================================================
  2. MICROSOFT FOUNDATION CLASS LIBRARY : CluAdmEx
  3. ========================================================================
  4. AppWizard has created this Microsoft Windows NT Cluster Administrator
  5. Extension DLL for you. This DLL not only demonstrates the basics of using
  6. the Microsoft Foundation classes but is also a starting point for writing
  7. your DLL.
  8. This file contains a summary of what you will find in each of the files that
  9. make up your Microsoft Windows NT Cluster Administrator Extension DLL.
  10. CluAdmEx.h
  11. This is the main header file for the DLL. It declares the
  12. CCluAdmExApp class.
  13. CluAdmEx.cpp
  14. This is the main DLL source file. It contains the class CCluAdmExApp.
  15. It also contains the OLE entry points required of inproc servers.
  16. CluAdmEx.rc
  17. This is a listing of all of the Microsoft Windows resources that the
  18. program uses. It includes the icons, bitmaps, and cursors that are stored
  19. in the RES subdirectory. This file can be directly edited in Microsoft
  20. Developer Studio.
  21. res\CluAdmEx.rc2
  22. This file contains resources that are not edited by Microsoft
  23. Developer Studio. You should place all resources not
  24. editable by the resource editor in this file.
  25. CluAdmEx.def
  26. This file contains information about the DLL that must be
  27. provided to run with Microsoft Windows. It defines parameters
  28. such as the name and description of the DLL. It also exports
  29. functions from the DLL.
  30. CluAdmEx.clw
  31. This file contains information used by ClassWizard to edit existing
  32. classes or add new classes. ClassWizard also uses this file to store
  33. information needed to create and edit message maps and dialog data
  34. maps and to create prototype member functions.
  35. Extensn.h
  36. This is the header file which defines the classes which implement the
  37. IShellExtInit and IShellPropSheetExt interfaces, which are the interfaces
  38. used by the Microsoft Windows NT Cluster Administrator program for adding
  39. property pages. Modify the CCluAdminExtension::XPropSheetExt::AddPages
  40. method to add new pages. It defines the CCluAdminExtension class.
  41. Extensn.cpp
  42. This is the source file which implements the CCluAdminExtension class.
  43. BasePage.h
  44. This is the header file which defines a class which provides base
  45. property page functionality for use by extension property pages. It
  46. defines the CBasePropertyPage class.
  47. BasePage.cpp
  48. This the source file which implements the CBasePropertyPage class.
  49. /////////////////////////////////////////////////////////////////////////////
  50. Other standard files:
  51. StdAfx.h, StdAfx.cpp
  52. These files are used to build a precompiled header (PCH) file
  53. named CluAdmEx.pch and a precompiled types file named StdAfx.obj.
  54. Resource.h
  55. This is the standard header file, which defines new resource IDs.
  56. Microsoft Developer Studio reads and updates this file.
  57. /////////////////////////////////////////////////////////////////////////////
  58. Property page files:
  59. ResProp.h
  60. This is the header file which defines a property page titled "Parameters"
  61. to add to property sheets for resources for which your extension DLL is
  62. written. It defines the CResourceParamsPage class.
  63. ResProp.cpp
  64. This is the source file which implements the CResourceParamsPage class.
  65. /////////////////////////////////////////////////////////////////////////////
  66. Other notes:
  67. AppWizard uses "TODO:" to indicate parts of the source code you
  68. should add to or customize.
  69. /////////////////////////////////////////////////////////////////////////////