windows-nt/Source/XPSP1/NT/public/internal/windows/inc/indicmlp.h
2020-09-26 16:20:57 +08:00

23 lines
1.1 KiB
C

#ifdef __cplusplus
extern "C" {
#endif
//------------------------------------------------------------------//
// //
// Internal ID for WM_COMMAND of Indicator Window. //
// //
//------------------------------------------------------------------//
#define CMDINDIC_REFRESHINDIC 249 //
// //
// defined in internat\exe\resource.h //
// #define IDM_RMENU_WHATSTHIS 250 //
// #define IDM_RMENU_HELPFINDER 251 //
// #define IDM_RMENU_PROPERTIES 252 //
// #define IDM_EXIT 253 //
// #define IDM_RMENU_IMEHELP 254 //
// //
#define CMDINDIC_EXIT 259 //
#ifdef __cplusplus
}
#endif