home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / dde / ddeclnt / aclient.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  3.2 KB  |  70 lines

  1. /******************************************************************************
  2. * .FILE:         aclient.h                                                    *
  3. *                                                                             *
  4. * .DESCRIPTION:  Dynamic Data Exchange Client Program: Symbolic Definitions   *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define WND_CLIENT          1000
  23. #define WND_STATUS          1010
  24. #define WND_TODOSTA         1011
  25. #define WND_WORKSTA         1012
  26. #define WND_DONESTA         1013
  27. #define WND_WORKW           1020
  28. #define WND_CAREA           1030
  29. #define WND_MLE             1040
  30.  
  31. #define MI_CONV_OPTIONS     2001
  32. #define MI_START_CONV       2002
  33. #define MI_END_CONV         2003
  34. #define MI_DATA_OPTIONS     2004
  35. #define MI_REQUEST_DATA     2005
  36. #define MI_POKE_DATA        2006
  37. #define MI_HOTLINK_OPTIONS  2007
  38. #define MI_BEGIN_HOTLINK    2008
  39. #define MI_END_HOTLINK      2009
  40. #define MI_BEGIN_SENT       2020
  41. #define MI_APP              2021
  42. #define MI_TOPIC            2022
  43. #define MI_END_HOT_SENT     2023
  44. #define MI_END_SENT         2024
  45. #define MI_REQDATA_SENT     2025
  46. #define MI_NEXTTODO         2026
  47. #define MI_BEGIN_HOTLINK_HOTTODO_SENT   2027
  48. #define MI_HOTTODO          2028
  49. #define MI_BEGIN_HOTLINK_HOTWORK_SENT  2029
  50. #define MI_HOTWORK          2030
  51. #define MI_BEGIN_HOTLINK_HOTDONE_SENT  2031
  52. #define MI_HOTDONE          2032
  53. #define MI_POKEDATA_SENT    2033
  54. #define MI_DONEPOKE         2034
  55. #define MI_TODO_COUNT       2035
  56. #define MI_WORK_COUNT       2036
  57. #define MI_DONE_COUNT       2037
  58. #define MI_DATA_HOTLINK     2038
  59. #define MI_RECEIVED         2039
  60. #define MI_DATA             2040
  61. #define MI_TOPIC_END        2041
  62. #define MI_IN_APP           2042
  63. #define MI_BY_SERVER        2043
  64. #define MI_BY_CLIENT        2044
  65. #define MI_BY_ERROR         2045
  66. #define MI_ACK_RECEIVED     2046
  67.  
  68. #define STR_HOTYES       3000
  69. #define STR_HOTNO        3001
  70.