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.
 
 
 
 
 
 

32 lines
514 B

/*
* _undoid.h
*
* Purpose:
* Undo ID defintions. These ID's are used to lookup string names
* in our resources for the various undo operations
*
* Author:
* AlexGo 4/13/95
*/
#ifndef __UNDOID_H__
#define __UNDOID_H__
//
// typing operations
//
#define UID_TYPING 1
#define UID_REPLACESEL 2
#define UID_DELETE 3
//
// data transfer operations
//
#define UID_DRAGDROP 4
#define UID_CUT 5
#define UID_PASTE 6
#define UID_LOAD 7
#endif // __UNDOID_H__