mirror of https://github.com/tongzx/nt5src
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
29 lines
1.1 KiB
//--------------------------------------------------------------------------
|
|
// HelpUtils.h: interface for the HelpUtils class.
|
|
//
|
|
// (c) Copyright 1999, Mission Critical Software, Inc. All Rights Reserved.
|
|
//
|
|
// Proprietary and confidential to Mission Critical Software, Inc.
|
|
//--------------------------------------------------------------------------
|
|
|
|
#if !defined(AFX_HELPUTILS_H__AEB6F4E8_50CD_11D3_8AA4_0090270D38BA__INCLUDED_)
|
|
#define AFX_HELPUTILS_H__AEB6F4E8_50CD_11D3_8AA4_0090270D38BA__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
//--------------------------------------------------------------------------
|
|
// Included Files
|
|
//--------------------------------------------------------------------------
|
|
#include "EemGuiDll.h"
|
|
|
|
//--------------------------------------------------------------------------
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
namespace HelpUtils
|
|
{
|
|
HRESULT ShowHelpTopic(HWND hWnd, UINT nHelpTopicID);
|
|
};
|
|
|
|
#endif // !defined(AFX_HELPUTILS_H__AEB6F4E8_50CD_11D3_8AA4_0090270D38BA__INCLUDED_)
|