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.
|
|
#define HELPCURSOR 3001
// These icons must have the same enumeration order
// as WIN_TYPES.
#define WINDBGICON 3002
#define DOCICON 3003
#define WATCHICON 3004
#define LOCALSICON 3005
#define CPUICON 3006
#define DISASMICON 3007
#define CMDICON 3008
#define SPADICON 3009
#define MEMORYICON 3010
#define QUICKWICON 3011
#define CALLSTACKICON 3012
#define PROCTHREADICON 3013
#define MINVAL_WINDOW_ICON WINDBGICON
#define IDB_BMP_TOOLBAR 3040
#define MAIN_MENU 3050
#define MAIN_ACC 3051
|