home *** CD-ROM | disk | FTP | other *** search
- #define IC_BROADCASTMSGFAIL 1000 // Broadcast message failed
- #define IC_RELEASEPSFAIL 1001 // Release PS failed.
- #define IC_FONTTYPENOTALLOWED 1002 // Font type cannot be set to the window presentation
- #define IC_WININITIALIZEFAIL 1004 // Window initialization failed
- #define IC_INVALIDCHARCODE 1006 // Character code is not valid for this keyboard event
- #define IC_INVALIDSCANCODE 1007 // Scan code is not valid for this keyboard event
- #define IC_INVALIDVIRTUALKEY 1008 // Virtual key is not valid for this keyboard event
- #define IC_PRESPARAMNOTFOUND 1009 // Presentation parameter value not found.
- #define IC_INVALIDCOLORINDEX 1010 // Invalid color index specified.
- #define IC_WINDOWHANDLENOTSET 1011 // Window handle not set for this window.
- #define IC_INVALIDEVENT 1012 // Event (message) is invalid for this function.
- #define IC_DBCSCHARASSERT 1013 // DBCS string cannot be represend as SBCS
- #define IC_DBCSSCANCODEASSERT 1014 // Scan code not valid for DBCS input.
- #define IC_UNINITIALIZEDENUM 1015 // Uninitialized enumerator value found.
- #define IC_NOMARKEDTEXT 1016 // No marked text to copy, cut, clear, or delete.
- #define IC_CLIPBOARDEMPTY 1017 // No data in the copyboard for pasting.
-
- #define IC_HELPERRORMSGBOX_TITLE 800
- #define IC_HMERR_LOAD_DLL 801
- #define IC_HMERR_NO_FRAME_WND_IN_CHAIN 802
- #define IC_HMERR_INVALID_ASSOC_APP_WND 803
- #define IC_HMERR_INVALID_ASSOC_HELP_INST 804
- #define IC_HMERR_INVALID_DESTROY_HELP_INST 805
- #define IC_HMERR_NO_HELP_INST_IN_CHAIN 806
- #define IC_HMERR_INVALID_HELP_INSTANCE_HDL 807
- #define IC_HMERR_INVALID_QUERY_APP_WND 808
- #define IC_HMERR_HELP_INST_CALLED_INVALID 809
- #define IC_HMERR_HELPTABLE_UNDEFINE 810
- #define IC_HMERR_HELP_INSTANCE_UNDEFINE 811
- #define IC_HMERR_HELPITEM_NOT_FOUND 812
- #define IC_HMERR_INVALID_HELPSUBITEM_SIZE 813
- #define IC_HMERR_HELPSUBITEM_NOT_FOUND 814
- #define IC_HMERR_INDEX_NOT_FOUND 815
- #define IC_HMERR_CONTENT_NOT_FOUND 816
- #define IC_HMERR_OPEN_LIB_FILE 817
- #define IC_HMERR_READ_LIB_FILE 818
- #define IC_HMERR_CLOSE_LIB_FILE 819
- #define IC_HMERR_INVALID_LIB_FILE 820
- #define IC_HMERR_NO_MEMORY 821
- #define IC_HMERR_ALLOCATE_SEGMENT 822
- #define IC_HMERR_FREE_MEMORY 823
- #define IC_HMERR_PANEL_NOT_FOUND 824
- #define IC_HMERR_DATABASE_NOT_OPEN 825
- #define IC_HMERR_UNKNOWN 826
- #define IC_EXT_HELP_UNDEFINED 827
- #define IC_GENERAL_HELP_UNDEFINED 828
- #define IC_HELPSUBITEM_NOT_FOUND 829