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.

27 lines
587 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997-1999 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. #include "HelpArr.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. #endif // __HELPDATA_H__