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.
|
|
/********************************************************/ /* 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_
|