Leaked source code of windows server 2003
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.

26 lines
679 B

  1. /********************************************************/
  2. /* Microsoft Windows NT */
  3. /* Copyright(c) Microsoft Corp., 1990, 1991 */
  4. /********************************************************/
  5. /*
  6. uigenhlp.h
  7. This file contains the ranges for help contexts that live
  8. in the general range. they will live in network.hlp
  9. FILE HISTORY:
  10. ChuckC 04-01-93 created
  11. */
  12. #ifndef _UIGENHLP_H_
  13. #define _UIGENHLP_H_
  14. #include <uihelp.h>
  15. #define HC_GENHELP_BROWSE (HC_UI_GENHELP_BASE+0)
  16. #define HC_GENHELP_BROWSESERVERS (HC_UI_GENHELP_BASE+1)
  17. #endif // _UIGENHLP_H_