Dde.rh
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*++ BUILD Version: 0000     Increment this if a change has global effects
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4.     dde.rh
  5. Abstract:
  6.     This module defines the 32-Bit Windows resource codes from dde.h.
  7. Revision History:
  8. --*/
  9. /* DDE window messages */
  10. #define WM_DDE_FIRST     0x03E0
  11. #define WM_DDE_INITIATE     (WM_DDE_FIRST)
  12. #define WM_DDE_TERMINATE    (WM_DDE_FIRST+1)
  13. #define WM_DDE_ADVISE     (WM_DDE_FIRST+2)
  14. #define WM_DDE_UNADVISE     (WM_DDE_FIRST+3)
  15. #define WM_DDE_ACK         (WM_DDE_FIRST+4)
  16. #define WM_DDE_DATA         (WM_DDE_FIRST+5)
  17. #define WM_DDE_REQUEST     (WM_DDE_FIRST+6)
  18. #define WM_DDE_POKE         (WM_DDE_FIRST+7)
  19. #define WM_DDE_EXECUTE     (WM_DDE_FIRST+8)
  20. #define WM_DDE_LAST         (WM_DDE_FIRST+8)