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.

29 lines
1.1 KiB

  1. //--------------------------------------------------------------------------
  2. // HelpUtils.h: interface for the HelpUtils class.
  3. //
  4. // (c) Copyright 1999, Mission Critical Software, Inc. All Rights Reserved.
  5. //
  6. // Proprietary and confidential to Mission Critical Software, Inc.
  7. //--------------------------------------------------------------------------
  8. #if !defined(AFX_HELPUTILS_H__AEB6F4E8_50CD_11D3_8AA4_0090270D38BA__INCLUDED_)
  9. #define AFX_HELPUTILS_H__AEB6F4E8_50CD_11D3_8AA4_0090270D38BA__INCLUDED_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. //--------------------------------------------------------------------------
  14. // Included Files
  15. //--------------------------------------------------------------------------
  16. #include "EemGuiDll.h"
  17. //--------------------------------------------------------------------------
  18. //
  19. //--------------------------------------------------------------------------
  20. namespace HelpUtils
  21. {
  22. HRESULT ShowHelpTopic(HWND hWnd, UINT nHelpTopicID);
  23. };
  24. #endif // !defined(AFX_HELPUTILS_H__AEB6F4E8_50CD_11D3_8AA4_0090270D38BA__INCLUDED_)