home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / IBMCLASS / ICCONST.H < prev    next >
C/C++ Source or Header  |  1993-10-22  |  7KB  |  122 lines

  1. #ifndef _ICCONST_
  2. #define _ICCONST_
  3. /*******************************************************************************
  4. * FILE NAME: icconst.h                                                         *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   IBM Class Library: User Interface resource identifier macro constants.     *
  8. *                                                                              *
  9. * COPYRIGHT:                                                                   *
  10. *   Licensed Materials - Property of IBM                                       *
  11. *   (C) Copyright IBM Corporation 1992, 1993                                   *
  12. *   All Rights Reserved                                                        *
  13. *   US Government Users Restricted Rights - Use, duplication, or               *
  14. *   disclosure                                                                 *
  15. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  16. *                                                                              *
  17. *******************************************************************************/
  18. #define IC_ASSERTPARM                          1
  19. #define IC_MEMBER_ACCESS_ERROR                 2
  20. #define IC_UNEXPECTED_ERROR                    3
  21. #define IC_HEAP_EXHAUSTED                      4
  22.  
  23. #define IC_RELEASEPSFAIL                      30  // Release PS failed.
  24. #define IC_INVALIDCHARCODE                    31  // Character code is not valid for this keyboard event
  25. #define IC_INVALIDSCANCODE                    32  // Scan code is not valid for this keyboard event
  26. #define IC_INVALIDVIRTUALKEY                  33  // Virtual key is not valid for this keyboard event
  27. #define IC_PRESPARAMNOTFOUND                  34  // Presentation parameter value not found.
  28. #define IC_INVALIDCOLORINDEX                  35  // Invalid color index specified.
  29. #define IC_INVALIDEVENT                       36  // Event (message) is invalid for this function.
  30. #define IC_DBCSCHARASSERT                     37  // DBCS string cannot be represend as SBCS
  31. #define IC_DBCSSCANCODEASSERT                 38  // Scan code not valid for DBCS input.
  32. #define IC_INVALIDENUMVALUE                   39  // Uninitialized enumerator value found.
  33. #define IC_NOMARKEDTEXT                       40  // No marked text to copy, cut, clear, or delete.
  34. #define IC_CLIPBOARDEMPTY                     41  // No data in the copyboard for pasting.
  35. #define IC_HANDLERNOTFOUND                    42  // removeHandler and handler not found.
  36. #define IC_INVALIDSTYLE                       43  // Incompatible styles specified.
  37. #define IC_INVALIDSIZE                        44
  38. #define IC_FRAME_EXTENSION_NOT_FOUND          45
  39. #define IC_INVALID_THREAD_ID                  46
  40. #define IC_THREAD_STARTED                     47
  41. #define IC_SUSPEND_PM_THREAD                  48
  42. #define IC_SEMAPHORES_EXHAUSTED               49
  43. #define IC_VIEWPORT_INVALID_SCROLL            50
  44. #define IC_ISTRING_OVERFLOW                   51
  45. #define IC_ISTRING_INDEX_ERROR                52
  46. #define IC_CNROBJ_INVALID_OBJECTCOPY          53
  47. #define IC_CNROBJ_INVALID_CREATE              54
  48. #define IC_MULTICELLCANVAS_CELL_OVERLAP       55
  49. #define IC_DISPATCHTO_INVALID_HANDLER         56  // Attempt to dispatch to a "dead" handler
  50. #define IC_INVALIDSIZE_LIMIT                  57
  51. #define IC_NULL_IREFERENCE                    58
  52.  
  53. #define IC_HELPERRORMSGBOX_TITLE              80
  54. #define IC_HMERR_LOAD_DLL                     81
  55. #define IC_HMERR_NO_FRAME_WND_IN_CHAIN        82
  56. #define IC_HMERR_INVALID_ASSOC_APP_WND        83
  57. #define IC_HMERR_INVALID_ASSOC_HELP_INST      84
  58. #define IC_HMERR_INVALID_QUERY_APP_WND        85
  59. #define IC_HMERR_HELPTABLE_UNDEFINE           86
  60. #define IC_HMERR_HELP_INSTANCE_UNDEFINE       87
  61. #define IC_HMERR_HELPITEM_NOT_FOUND           88
  62. #define IC_HMERR_INDEX_NOT_FOUND              89
  63. #define IC_HMERR_CONTENT_NOT_FOUND            90
  64. #define IC_HMERR_OPEN_LIB_FILE                91
  65. #define IC_HMERR_READ_LIB_FILE                92
  66. #define IC_HMERR_CLOSE_LIB_FILE               93
  67. #define IC_HMERR_INVALID_LIB_FILE             94
  68. #define IC_HMERR_NO_MEMORY                    95
  69. #define IC_HMERR_FREE_MEMORY                  96
  70. #define IC_HMERR_PANEL_NOT_FOUND              97
  71. #define IC_HMERR_DATABASE_NOT_OPEN            98
  72. #define IC_HMERR_UNKNOWN                      99
  73. #define IC_THREAD_NOT_PROCESSING_MSGS        100
  74. #define IC_FRAME_EXTENSION_IN_USE            101
  75.  
  76. #define IC_DDE_SERVER_IN_CONVERSATION        121
  77. #define IC_DDE_CLIENT_NOT_IN_CONVERSATION    122
  78. #define IC_DDE_SERVER_NOT_IN_CONVERSATION    123
  79. #define IC_DDE_WINDDEINITIATE                124
  80. #define IC_DDE_WINDDEPOSTMESSAGE_USER        125
  81. #define IC_DDE_HOTLINK_ACTIVE                128
  82. #define IC_DDE_HOTLINK_PENDING               129
  83. #define IC_DDE_NO_HOTLINK                    130
  84. #define IC_DDE_NO_HOTLINKS                   131
  85. #define IC_DDE_NO_HOTLINKS_ITEM              132
  86. #define IC_DDE_END_HOTLINK_PENDING           133
  87. #define IC_DDE_END_HOTLINKS_ITEM_PENDING     134
  88. #define IC_DDE_END_HOTLINKS_PENDING          135
  89. #define IC_DDE_SYNCHRONIZATION               136
  90. #define IC_INVALID_RANGE_OPERATION           138  /* ISpinButton */
  91. #define IC_INVALID_TEXT_OPERATION            139  /* ISpinButton */
  92. #define IC_SET_SPIN_ARRAY_FAIL               140  /* ISpinButton */
  93. #define IC_SETMENUITEM_FAIL                  141  /* IMenu */
  94. #define IC_INVALID_MENUITEM                  142  /* IMenu */
  95. #define IC_NO_SYSTEMMENU                     143  /* ISystemMenu */
  96. #define IC_NO_FRAME_MENUBAR                  144  /* IMenuBar */
  97. #define IC_NO_BITMAP_HANDLE                  145  /* IMenu */
  98. #define IC_NO_MENU_SELECTED                  147  /* IMenu */
  99. #define IC_ADD_SUBMENU_FAIL                  148  /* IMenu */
  100. #define IC_NO_TITLEBAR                       149  /* ITitle */
  101. #define IC_SLDR_SET_CTLDATA                  150
  102. #define IC_SLDR_GET_CTLDATA                  151
  103. #define IC_NO_SUBMENU                        152
  104. #define IC_NO_HELP_COVERPAGE                 153
  105. #define IC_INVALID_INDEX                     154  /* IListBox and IComboBox */
  106. #define IC_UNKNOWN_RENDERING_FORMAT          155
  107. #define IC_UNKNOWN_RENDERING_MECHANISM       156
  108. #define IC_RFPROCESS_FOR_SAME_PROCESS        157
  109. #define IC_RENDER_AT_SOURCE_FAILED           158
  110. #define IC_DRAGTRANSFER_INVALID              159
  111. #define IC_NO_SOURCE_OBJECT_SUPPLIED         160
  112. #define IC_INDEX_OUT_OF_RANGE                161
  113. #define IC_TARGET_ITEM_PROVIDER_FAILED       162
  114. #define IC_DRAGITEM_INVALID                  163
  115.  
  116. #define IC_FADEICON                          200  /* Fade icon for drag */
  117.  
  118. #define IC_DEFAULT_FRAME_ID                 1000
  119. #define IC_FRAME_MENU_ID                    0x8005  /* FID_MENU */
  120.  
  121. #endif
  122.