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