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
39 lines
1.1 KiB
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1996-1997 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// HelpData.h
|
|
//
|
|
// Abstract:
|
|
// Definitions for data required for implementing help.
|
|
//
|
|
// Author:
|
|
// David Potter (davidp) February 19, 1997
|
|
//
|
|
// Revision History:
|
|
//
|
|
// Notes:
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _HELPDATA_H_
|
|
#define _HELPDATA_H_
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Include Files
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _DLGHELP_H_
|
|
#include "DlgHelp.h" // for CMapCtrlToHelpID
|
|
#endif
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Global Variables
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
extern const CMapCtrlToHelpID g_rghelpmapIISParameters[];
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // _HELPDATA_H_
|