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.

32 lines
1.2 KiB

  1. //****************************************************************************
  2. //
  3. // Module: SMMSCRPT.DLL
  4. // File: scrpthlp.h
  5. // Content: This file contains the context-sensitive help header.
  6. //
  7. // Copyright (c) Microsoft Corporation 1991-1994
  8. //
  9. //****************************************************************************
  10. #ifndef WINNT_RAS
  11. //
  12. // We are not using the help supplied with the Win9x code,
  13. // so the header below has been commented out. Note that there is
  14. // a header of the same name in this file's directory, so if the #include
  15. // is uncommented below, the preprocessor will go into an infinite loop.
  16. // This doesn't happen on Win9x because there is a header named scrpthlp.h
  17. // in the compiler's include-file search-path.
  18. //
  19. #include <scrpthlp.h>
  20. #endif // !WINNT_RAS
  21. //****************************************************************************
  22. // Context-sentive help/control mapping arrays
  23. //****************************************************************************
  24. extern DWORD gaTerminal[];
  25. extern DWORD gaDebug[];
  26. void NEAR PASCAL ContextHelp (LPDWORD aHelp, UINT uMsg, WPARAM wParam,
  27. LPARAM lParam);