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.
|
|
/*
* Copyright (c) 1996 Microsoft Corporation * * Module Name: * * resource.h * * Abstract: * * This file contains all resources defines for ocgen.dll * * Author: * * Pat Styles (patst) 21-Nov-1996 * * Environment: * * User Mode */
#ifdef _RESOURCE_H_
#error "resource.h already included!"
#else
#define _RESOURCE_H_
#endif
#define IDS_DIALOG_CAPTION 1
#define IDS_SHORTCUT_TOOLTIP 2
#define IDS_ERR_EXCHANGE_INSTALLED 3
#define IDS_SNAPIN_NAME 4
// !!! WARNING !!! Don't change the resource ID, unless you
// also change the corresponding ID in the affected INF files.
//
#define IDB_ROOT_AUTO_UPDATE 1001 // DSIE: Bitmap ID for RootAU.INF
#define IDB_ROOT_IE 1002
|