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.

39 lines
1.1 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1997 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // HelpData.h
  7. //
  8. // Abstract:
  9. // Definitions for data required for implementing help.
  10. //
  11. // Author:
  12. // David Potter (davidp) February 19, 1997
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #ifndef _HELPDATA_H_
  20. #define _HELPDATA_H_
  21. /////////////////////////////////////////////////////////////////////////////
  22. // Include Files
  23. /////////////////////////////////////////////////////////////////////////////
  24. #ifndef _DLGHELP_H_
  25. #include "DlgHelp.h" // for CMapCtrlToHelpID
  26. #endif
  27. /////////////////////////////////////////////////////////////////////////////
  28. // Global Variables
  29. /////////////////////////////////////////////////////////////////////////////
  30. extern const CMapCtrlToHelpID g_rghelpmapIISParameters[];
  31. /////////////////////////////////////////////////////////////////////////////
  32. #endif // _HELPDATA_H_