windows-nt/Source/XPSP1/NT/admin/netui/common/h/uigenhlp.h
2020-09-26 16:20:57 +08:00

27 lines
653 B
C

/********************************************************/
/* Microsoft Windows NT */
/* Copyright(c) Microsoft Corp., 1990, 1991 */
/********************************************************/
/*
uigenhlp.h
This file contains the ranges for help contexts that live
in the general range. they will live in network.hlp
FILE HISTORY:
ChuckC 04-01-93 created
*/
#ifndef _UIGENHLP_H_
#define _UIGENHLP_H_
#include <uihelp.h>
#define HC_GENHELP_BROWSE (HC_UI_GENHELP_BASE+0)
#define HC_GENHELP_BROWSESERVERS (HC_UI_GENHELP_BASE+1)
#endif // _UIGENHLP_H_