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

  1. /******************************************************************************
  2. * .FILE:         aserver.h                                                    *
  3. *                                                                             *
  4. * .DESCRIPTION:  Dynamic Data Exchange Server 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_SERVER       1000
  23. #define WND_STATUS       1010
  24. #define WND_TODOSTA      1011
  25. #define WND_WORKSTA      1012
  26. #define WND_DONESTA      1013
  27. #define WND_DAREA        1020
  28. #define WND_TODO         1021
  29. #define WND_DONE         1022
  30. #define WND_WORK         1023
  31. #define WND_CAREA        1030
  32. #define WND_MLE          1040
  33.  
  34. #define WIN_ICON         2001
  35. #define WIN_OPTIONS      2002
  36. #define WIN_START_CONV   2003
  37. #define WIN_REQUEST_DATA 2004
  38. #define WIN_END_CONV     2005
  39. #define WIN_SERVER_INIT  2006
  40.  
  41. #define STR_HOTYES       3000
  42. #define STR_HOTNO        3001
  43.  
  44. #define MI_APP           2018
  45. #define MI_TOPIC         2019
  46. #define MI_HOTLINKUPDATE_HOTWORK   2020
  47. #define MI_HOTWORK       2021
  48. #define MI_HOTLINKUPDATE_HOTDONE   2022
  49. #define MI_HOTDONE       2023
  50. #define MI_HOTLINKUPDATE_HOTTODO   2024
  51. #define MI_HOTTODO       2025
  52. #define MI_NEXTTODO      2070
  53. #define MI_BUY_GIFTS     2026
  54. #define MI_PAY_PHONE     2027
  55. #define MI_PAY_TAXES     2028
  56. #define MI_PAPERS        2029
  57. #define MI_TRASH         2030
  58. #define MI_WASH_CAR      2031
  59. #define MI_WASH_DISH     2032
  60. #define MI_TODO_COUNT    2033
  61. #define MI_WORK_COUNT    2034
  62. #define MI_DONE_COUNT    2035
  63. #define MI_REQDATA       2036
  64. #define MI_RETURNING     2037
  65. #define MI_REQDATA2      2038
  66. #define MI_UNABLE_PROVIDE 2039
  67. #define MI_BEGIN_HOTLINK 2041
  68. #define MI_FROM          2042
  69. #define MI_BEGINDATA2    2043
  70. #define MI_UNABLE_HANDLE 2044
  71. #define MI_END_HOTLINK   2045
  72. #define MI_DONEPOKE      2046
  73. #define MI_POKEDATA      2047
  74. #define MI_REQDATA3      2048
  75. #define MI_REQDATA4      2049
  76. #define MI_DATA          2050
  77. #define MI_POKEDATA2     2051
  78. #define MI_TO            2052
  79. #define MI_ACCEPT        2053
  80. #define MI_END_CONV      2054
  81. #define MI_BY_SERVER     2055
  82. #define MI_BY_CLIENT     2056
  83. #define MI_BY_ERROR      2057
  84. #define MI_END_CONV2     2058
  85.