home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / ibmcli / icconst.h__ / ICCONST.H
Encoding:
C/C++ Source or Header  |  1992-10-26  |  2.8 KB  |  48 lines

  1. #define IC_BROADCASTMSGFAIL      1000  // Broadcast message failed 
  2. #define IC_RELEASEPSFAIL         1001  // Release PS failed.
  3. #define IC_FONTTYPENOTALLOWED    1002  // Font type cannot be set to the window presentation
  4. #define IC_WININITIALIZEFAIL     1004  // Window initialization failed
  5. #define IC_INVALIDCHARCODE       1006  // Character code is not valid for this keyboard event
  6. #define IC_INVALIDSCANCODE       1007  // Scan code is not valid for this keyboard event
  7. #define IC_INVALIDVIRTUALKEY     1008  // Virtual key is not valid for this keyboard event
  8. #define IC_PRESPARAMNOTFOUND     1009  // Presentation parameter value not found.
  9. #define IC_INVALIDCOLORINDEX     1010  // Invalid color index specified.
  10. #define IC_WINDOWHANDLENOTSET    1011  // Window handle not set for this window.
  11. #define IC_INVALIDEVENT          1012  // Event (message) is invalid for this function.
  12. #define IC_DBCSCHARASSERT        1013  // DBCS string cannot be represend as SBCS
  13. #define IC_DBCSSCANCODEASSERT    1014  // Scan code not valid for DBCS input.
  14. #define IC_UNINITIALIZEDENUM     1015  // Uninitialized enumerator value found.
  15. #define IC_NOMARKEDTEXT          1016  // No marked text to copy, cut, clear, or delete.
  16. #define IC_CLIPBOARDEMPTY        1017  // No data in the copyboard for pasting.
  17.  
  18. #define IC_HELPERRORMSGBOX_TITLE             800
  19. #define IC_HMERR_LOAD_DLL                    801
  20. #define IC_HMERR_NO_FRAME_WND_IN_CHAIN       802
  21. #define IC_HMERR_INVALID_ASSOC_APP_WND       803
  22. #define IC_HMERR_INVALID_ASSOC_HELP_INST     804
  23. #define IC_HMERR_INVALID_DESTROY_HELP_INST   805
  24. #define IC_HMERR_NO_HELP_INST_IN_CHAIN       806
  25. #define IC_HMERR_INVALID_HELP_INSTANCE_HDL   807
  26. #define IC_HMERR_INVALID_QUERY_APP_WND       808
  27. #define IC_HMERR_HELP_INST_CALLED_INVALID    809
  28. #define IC_HMERR_HELPTABLE_UNDEFINE          810
  29. #define IC_HMERR_HELP_INSTANCE_UNDEFINE      811
  30. #define IC_HMERR_HELPITEM_NOT_FOUND          812
  31. #define IC_HMERR_INVALID_HELPSUBITEM_SIZE    813
  32. #define IC_HMERR_HELPSUBITEM_NOT_FOUND       814
  33. #define IC_HMERR_INDEX_NOT_FOUND             815
  34. #define IC_HMERR_CONTENT_NOT_FOUND           816
  35. #define IC_HMERR_OPEN_LIB_FILE               817
  36. #define IC_HMERR_READ_LIB_FILE               818
  37. #define IC_HMERR_CLOSE_LIB_FILE              819
  38. #define IC_HMERR_INVALID_LIB_FILE            820
  39. #define IC_HMERR_NO_MEMORY                   821
  40. #define IC_HMERR_ALLOCATE_SEGMENT            822
  41. #define IC_HMERR_FREE_MEMORY                 823
  42. #define IC_HMERR_PANEL_NOT_FOUND             824
  43. #define IC_HMERR_DATABASE_NOT_OPEN           825
  44. #define IC_HMERR_UNKNOWN                     826
  45. #define IC_EXT_HELP_UNDEFINED                827
  46. #define IC_GENERAL_HELP_UNDEFINED            828
  47. #define IC_HELPSUBITEM_NOT_FOUND             829
  48.