rnahelp.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. //****************************************************************************
  2. //
  3. //  Module:     RNAUI.DLL
  4. //  File:       rnahelp.h
  5. //  Content:    This file contains the context-sensitive help header.
  6. //  History:
  7. //      Sun 03-Jul-1994 15:22:54  -by-  Viroon  Touranachun [viroont]
  8. //
  9. //  Copyright (c) Microsoft Corporation 1991-1994
  10. //
  11. //****************************************************************************
  12. #ifdef SCRPT_HELP_ENABLED
  13. // RNA Scripting ID's
  14. #define IDH_SCRIPT_FILENAME 4302
  15. #define IDH_SCRIPT_BROWSE 4303
  16. #define IDH_SCRIPT_EDIT 4304
  17. #define IDH_SCRIPT_STEPTHROUGH 4305
  18. #define IDH_SCRIPT_STARTTERMINAL 4306
  19. #define IDH_SCRIPT_HELP                 4307
  20. #define CREATE_SCRIPT_MAIN              4313
  21. #endif // SCRPT_HELP_ENABLED
  22. //****************************************************************************
  23. // Context-sentive help/control mapping arrays
  24. //****************************************************************************
  25. extern DWORD const gaABEntry[];
  26. extern DWORD const gaABMLEntry[];
  27. extern DWORD const gaSubEntry[];
  28. extern DWORD const gaEditSub[];
  29. extern DWORD const gaSettings[];
  30. extern DWORD const gaScripter[];
  31. extern DWORD const gaConfirm[];
  32. void NEAR PASCAL ContextHelp (DWORD const *aHelp, UINT uMsg, WPARAM wParam,
  33.                               LPARAM lParam);
  34. void NEAR PASCAL WhatNextHelp (HWND hWnd);