Source code of Windows XP (NT5)
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.

20 lines
615 B

  1. #ifndef H__wwdde
  2. #define H__wwdde
  3. #define WM_DDE_ACK_INITIATE (WM_DDE_LAST+1)
  4. #define WM_DDE_ACK_EXECUTE (WM_DDE_LAST+2)
  5. #define WM_DDE_ACK_ADVISE (WM_DDE_LAST+3)
  6. #define WM_DDE_ACK_REQUEST (WM_DDE_LAST+4)
  7. #define WM_DDE_ACK_UNADVISE (WM_DDE_LAST+5)
  8. #define WM_DDE_ACK_POKE (WM_DDE_LAST+6)
  9. #define WM_DDE_ACK_DATA (WM_DDE_LAST+7)
  10. #define WM_DDE_WWTEST (WM_DDE_LAST+8)
  11. #define WM_HANDLE_DDE_INITIATE (WM_DDE_LAST+9)
  12. #define WM_HANDLE_DDE_INITIATE_PKT (WM_DDE_LAST+10)
  13. /* don't add any more here without changing ddeq.h, since it relies on only
  14. 16 total messages! */
  15. #define CF_INTOUCH_SPECIAL (15)
  16. #endif