Added two error codes: E_DRAW and DATA_E_FORMATETC.
This commit is contained in:
parent
fb976acdd2
commit
a4aeb2a165
|
@ -27,6 +27,9 @@ struct tagMSG;
|
|||
extern "C" {
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
||||
#define E_DRAW VIEW_E_DRAW
|
||||
#define DATA_E_FORMATETC DV_E_FORMATETC
|
||||
|
||||
#define OLEIVERB_PRIMARY (0L)
|
||||
#define OLEIVERB_SHOW (-1L)
|
||||
#define OLEIVERB_OPEN (-2L)
|
||||
|
|
Loading…
Reference in New Issue