home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OLEERR32.PAK / OLE_ERRF.DLL / string.txt
Text File  |  1995-08-29  |  11KB  |  201 lines

  1. 20000    E_NOTIMPL: Not implemented
  2. 20001    E_OUTOFMEMORY: Ran out of memory
  3. 20002    E_INVALIDARG: One or more arguments are invalid
  4. 20003    E_NOINTERFACE: No such interface supported
  5. 20004    E_POINTER: Invalid pointer
  6. 20005    E_HANDLE: Invalid handle
  7. 20006    E_ABORT: Operation aborted
  8. 20007    E_FAIL: Unspecified error
  9. 20008    E_ACCESSDENIED: General access denied error
  10. 20009    E_UNEXPECTED: Relatively catastrophic failure
  11. 20010    RPC_E_CALL_REJECTED: Call was rejected by callee
  12. 20011    RPC_E_CALL_CANCELED: Call was canceled by call - returned by MessagePending
  13. 20012    RPC_E_CANTPOST_INSENDCALL: The caller is dispatching an intertask SendMessage call and can NOT call out via PostMessage
  14. 20013    RPC_E_CANTCALLOUT_INASYNCCALL: The caller is dispatching an asynchronous call can NOT make an outgoing call on behalf of this call
  15. 20014    RPC_E_CANTCALLOUT_INEXTERNALCALL: The caller is not in a state where an outgoing call can be made
  16. 20015    RPC_E_CONNECTION_TERMINATED: The connection terminated or is in a bogus state
  17. 20016    RPC_E_SERVER_DIED: The callee (server [not server application]) is not available 
  18. 20017    RPC_E_CLIENT_DIED: The caller (client) disappeared while the callee (server) was processing a call 
  19. 20018    RPC_E_INVALID_DATAPACKET: The date paket with the marshalled parameter data is incorrect
  20. 20019    RPC_E_CANTTRANSMIT_CALL: The call was not transmitted properly; the message queue was full and was not emptied after yielding
  21. 20020    RPC_E_CLIENT_CANTMARSHAL_DATA: The client (caller) can not marshall the parameter data
  22. 20021    RPC_E_CLIENT_CANTUNMARSHAL_DATA: The client (caller) can not unmarshall the return data
  23. 20022    RPC_E_SERVER_CANTMARSHAL_DATA: The server (caller) can not unmarshall the parameter data
  24. 20023    RPC_E_SERVER_CANTUNMARSHAL_DATA: The server (caller) can not marshall the return data - low memory
  25. 20024    RPC_E_INVALID_DATA: Received data are invalid; can be server or client data
  26. 20025    RPC_E_INVALID_PARAMETER: A particular parameter is invalid and can not be un/marshalled
  27. 20026    RPC_E_CANTCALLOUT_AGAIN: DDE conversation - no second outgoing call on same channel
  28. 20027    RPC_E_UNEXPECTED: An internal error occured
  29. 20028    DISP_E_UNKNOWNINTERFACE
  30. 20029    DISP_E_MEMBERNOTFOUND
  31. 20030    DISP_E_PARAMNOTFOUND
  32. 20031    DISP_E_TYPEMISMATCH
  33. 20032    DISP_E_UNKNOWNNAME
  34. 20033    DISP_E_NONAMEDARGS
  35. 20034    DISP_E_BADVARTYPE
  36. 20035    DISP_E_EXCEPTION
  37. 20036    DISP_E_OVERFLOW
  38. 20037    DISP_E_BADINDEX
  39. 20038    DISP_E_UNKNOWNLCID
  40. 20039    DISP_E_ARRAYISLOCKED
  41. 20040    DISP_E_BADPARAMCOUNT
  42. 20041    DISP_E_PARAMNOTOPTIONAL
  43. 20042    DISP_E_BADCALLEE
  44. 20043    DISP_E_NOTACOLLECTION
  45. 20044    TYPE_E_BUFFERTOOSMALL
  46. 20045    TYPE_E_INVDATAREAD
  47. 20046    TYPE_E_UNSUPFORMAT
  48. 20047    TYPE_E_REGISTRYACCESS
  49. 20048    TYPE_E_LIBNOTREGISTERED
  50. 20049    TYPE_E_UNDEFINEDTYPE
  51. 20050    TYPE_E_QUALIFIEDNAMEDISALLOWED
  52. 20051    TYPE_E_INVALIDSTATE
  53. 20052    TYPE_E_WRONGTYPEKIND
  54. 20053    TYPE_E_ELEMENTNOTFOUND
  55. 20054    TYPE_E_AMBIGUOUSNAME
  56. 20055    TYPE_E_NAMECONFLICT
  57. 20056    TYPE_E_UNKNOWNLCID
  58. 20057    TYPE_E_DLLFUNCTIONNOTFOUND
  59. 20058    TYPE_E_BADMODULEKIND
  60. 20059    TYPE_E_SIZETOOBIG
  61. 20060    TYPE_E_DUPLICATEID
  62. 20061    TYPE_E_TYPEMISMATCH
  63. 20062    TYPE_E_OUTOFBOUNDS
  64. 20063    TYPE_E_IOERROR
  65. 20064    TYPE_E_CANTCREATETMPFILE
  66. 20065    TYPE_E_CANTLOADLIBRARY
  67. 20066    TYPE_E_INCONSISTENTPROPFUNCS
  68. 20067    TYPE_E_CIRCULARTYPE
  69. 20068    STG_E_INVALIDFUNCTION
  70. 20069    STG_E_FILENOTFOUND
  71. 20070    STG_E_PATHNOTFOUND
  72. 20071    STG_E_TOOMANYOPENFILES
  73. 20072    STG_E_ACCESSDENIED
  74. 20073    STG_E_INVALIDHANDLE
  75. 20074    STG_E_INSUFFICIENTMEMORY
  76. 20075    STG_E_INVALIDPOINTER
  77. 20076    STG_E_NOMOREFILES
  78. 20077    STG_E_DISKISWRITEPROTECTED
  79. 20078    STG_E_SEEKERROR
  80. 20079    STG_E_WRITEFAULT
  81. 20080    STG_E_READFAULT
  82. 20081    STG_E_SHAREVIOLATION
  83. 20082    STG_E_LOCKVIOLATION
  84. 20083    STG_E_FILEALREADYEXISTS
  85. 20084    STG_E_INVALIDPARAMETER
  86. 20085    STG_E_MEDIUMFULL
  87. 20086    STG_E_ABNORMALAPIEXIT
  88. 20087    STG_E_INVALIDHEADER
  89. 20088    STG_E_INVALIDNAME
  90. 20089    STG_E_UNKNOWN
  91. 20090    STG_E_UNIMPLEMENTEDFUNCTION
  92. 20091    STG_E_INVALIDFLAG
  93. 20092    STG_E_INUSE
  94. 20093    STG_E_NOTCURRENT
  95. 20094    STG_E_REVERTED
  96. 20095    STG_E_CANTSAVE
  97. 20096    STG_E_OLDFORMAT
  98. 20097    STG_E_OLDDLL
  99. 20098    STG_E_SHAREREQUIRED
  100. 20099    STG_E_NOTFILEBASEDSTORAGE
  101. 20100    STG_E_EXTANTMARSHALLINGS
  102. 20101    OLE_E_OLEVERB: Invalid OLEVERB structure  
  103. 20102    OLE_E_ADVF: Invalid advise flags
  104. 20103    OLE_E_ENUM_NOMORE: You can't enuemrate any more, because the associated data is missing
  105. 20104    OLE_E_ADVISENOTSUPPORTED: This implementation doesn't take advises
  106. 20105    OLE_E_NOCONNECTION: There is no connection for this connection id
  107. 20106    OLE_E_NOTRUNNING: Need run the object to perform this operation
  108. 20107    OLE_E_NOCACHE: There is no cache to operate on
  109. 20108    OLE_E_BLANK: Uninitialized object
  110. 20109    OLE_E_CLASSDIFF: Linked object's source class has changed 
  111. 20110    OLE_E_CANT_GETMONIKER: Not able to get the moniker of the object
  112. 20111    OLE_E_CANT_BINDTOSOURCE: Not able to bind to the source
  113. 20112    OLE_E_STATIC: Object is static, operation not allowed
  114. 20113    OLE_E_PROMPTSAVECANCELLED: User cancelled out of save dialog
  115. 20114    OLE_E_INVALIDRECT: Invalid rectangle 
  116. 20115    OLE_E_WRONGCOMPOBJ: Compobj.dll is too old for the ole2.dll initialized
  117. 20116    OLE_E_INVALIDHWND: Invalid window handle
  118. 20117    OLE_E_NOT_INPLACEACTIVE: Object is not in any of the inplace active states  
  119. 20118    OLE_E_CANTCONVERT: Not able to convert the object 
  120. 20119    OLE_E_NOSTORAGE: Not able to perform the operation because object is not given storage yet.
  121. 20120    DV_E_FORMATETC: Invalid FORMATETC structure
  122. 20121    DV_E_DVTARGETDEVICE: Invalid DVTARGETDEVICE structure
  123. 20122    DV_E_STGMEDIUM: Invalid STDGMEDIUM structure
  124. 20123    DV_E_STATDATA: Invalid STATDATA structure
  125. 20124    DV_E_LINDEX: Invalid lindex
  126. 20125    DV_E_TYMED: Invalid tymed
  127. 20126    DV_E_CLIPFORMAT: Invalid clipboard format
  128. 20127    DV_E_DVASPECT: Invalid aspect(s) 
  129. 20128    DV_E_DVTARGETDEVICE_SIZE: tdSize paramter of the DVTARGETDEVICE structure is invalid
  130. 20129    DV_E_NOIVIEWOBJECT: Object doesn't support IViewObject interface
  131. 20130    DRAGDROP_E_INVALIDHWND: Invalid HWND
  132. 20131    DRAGDROP_E_ALREADYREGISTERED: This window has already been registered as a drop target
  133. 20132    DRAGDROP_E_NOTREGISTERED: Trying to revoke a drop target that has not been registered 
  134. 20133    CLASS_E_NOAGGREGATION: Class does not support aggregation (or class object is remote)
  135. 20135    CLASS_E_CLASSNOTAVAILABLE: Dll doesn't support that class (returned from DllGetClassObject)
  136. 20136    REGDB_E_READREGDB: Could not read key from registry
  137. 20137    REGDB_E_WRITEREGDB: Could not write key to registry
  138. 20138    REGDB_E_KEYMISSING: Could not find the key in the registry
  139. 20139    REGDB_E_INVALIDVALUE: Invalid value for registry
  140. 20140    REGDB_E_CLASSNOTREG: Class not registered
  141. 20141    REGDB_E_IIDNOTREG: Interface not registered
  142. 20142    CACHE_E_NOCACHE_UPDATED: Cache not updated
  143. 20143    OLEOBJ_E_NOVERBS: No verbs for OLE object
  144. 20144    OLEOBJ_E_INVALIDVERB: Invalid verb for OLE object
  145. 20145    INPLACE_E_NOTUNDOABLE: Undo is not available
  146. 20146    INPLACE_E_NOTOOLSPACE: Space for tools is not available
  147. 20147    CONVERT10_E_OLESTREAM_GET: OLESTREAM Get method failed
  148. 20148    CONVERT10_E_OLESTREAM_PUT: OLESTREAM Put method failed
  149. 20149    CONVERT10_E_OLESTREAM_FMT: Contents of the OLESTREAM not in correct format
  150. 20150    CONVERT10_E_OLESTREAM_BITMAP_TO_DIB: There was in an error in a Windows GDI call while converting the bitmap to a DIB
  151. 20151    CONVERT10_E_STG_FMT: Contents of the IStorage not in correct format
  152. 20152    CONVERT10_E_STG_NO_STD_STREAM: Contents of IStorage is missing one of the standard streams ('CompObj', 'Ole', '2OlePres000')
  153. 20153    CONVERT10_E_STG_DIB_TO_BITMAP: There was in an error in a Windows GDI call while converting the DIB to a bitmap
  154. 20154    CLIPBRD_E_CANT_OPEN: OpenClipboard Failed
  155. 20155    CLIPBRD_E_CANT_EMPTY: EmptyClipboard Failed
  156. 20156    CLIPBRD_E_CANT_SET: SetClipboard Failed
  157. 20157    CLIPBRD_E_BAD_DATA: Data on clipboard is invalid
  158. 20158    CLIPBRD_E_CANT_CLOSE: CloseClipboard Failed
  159. 20159    MK_E_CONNECTMANUALLY: Moniker needs to be connected manually
  160. 20160    MK_E_EXCEEDEDDEADLINE: Operation exceeded deadline
  161. 20161    MK_E_NEEDGENERIC: Moniker needs to be generic
  162. 20162    MK_E_UNAVAILABLE: Operation unavailable
  163. 20163    MK_E_SYNTAX: Invalid syntax
  164. 20164    MK_E_NOOBJECT: No object for moniker
  165. 20165    MK_E_INVALIDEXTENSION: Bad extension for file
  166. 20166    MK_E_INTERMEDIATEINTERFACENOTSUPPORTED: Intermediate operation failed
  167. 20167    MK_E_NOTBINDABLE: Moniker is not bindable
  168. 20168    MK_E_NOTBOUND: called IBindCtx->RevokeObjectBound for an object which was not bound
  169. 20169    MK_E_CANTOPENFILE: Moniker cannot open file
  170. 20170    MK_E_MUSTBOTHERUSER: User input required for operation to succeed
  171. 20171    MK_E_NOINVERSE: Moniker class has no inverse
  172. 20172    MK_E_NOSTORAGE: Moniker does not refer to storage
  173. 20173    MK_E_NOPREFIX: No common prefix
  174. 20174    CO_E_NOTINITIALIZED: CoInitialize has not been called and must be
  175. 20175    CO_E_ALREADYINITIALIZED: CoInitialize has already been called and cannot be called again (temporary)
  176. 20176    CO_E_CANTDETERMINECLASS: Can't determine clsid (e.g., extension not in reg.dat)
  177. 20177    CO_E_CLASSSTRING: The string form of the clsid is invalid (including ole1 classes)
  178. 20178    CO_E_IIDSTRING: The string form of the iid is invalid
  179. 20179    CO_E_APPNOTFOUND: Application not found
  180. 20180    CO_E_APPSINGLEUSE: Application cannot be run more than once
  181. 20181    CO_E_ERRORINAPP: Some error in the app program file
  182. 20182    CO_E_DLLNOTFOUND: Dll not found
  183. 20183    CO_E_ERRORINDLL: Some error in the dll file
  184. 20184    CO_E_WRONGOSFORAPP: App written for other version of OS or other OS altogether
  185. 20185    CO_E_OBJNOTREG: Object is not registered
  186. 20186    CO_E_OBJISREG: Object is already registered
  187. 20187    CO_E_OBJNOTCONNECTED: Handler is not connected to server
  188. 20188    CO_E_APPDIDNTREG: App was launched, but didn't register a class factory
  189. 20189    CO_E_RELEASED: Object has been released
  190. 20190    CO_E_CLASS_CREATE_FAILED: Attempt to create a class object failed
  191. 20191    CO_E_SCM_ERROR: OLE service could not bind object
  192. 20192    CO_E_SCM_RPC_FAILURE: RPC communication failed with OLE service
  193. 20193    CO_E_BAD_PATH: Bad path to object
  194. 20194    CO_E_SERVER_EXEC_FAILURE: Server execution failed
  195. 20195    CO_E_OBJSRV_RPC_FAILURE: OLE service could not communicate with the object server
  196. 20196    MK_E_NO_NORMALIZED: Moniker path could not be normalized
  197. 20197    CO_E_SERVER_STOPPING: Object server is stopping when OLE service contacts it
  198. 20198    MEM_E_INVALID_ROOT: An invalid root block pointer was specified
  199. 20199    MEM_E_INVALID_LINK: An allocation chain contained an invalid link pointer
  200. 20200    MEM_E_INVALID_SIZE: The requested allocation size was too large
  201.