본문 바로가기
카테고리 없음

Windows Error Codes 3: HRESULT Error Codes

by oobw 2024. 5. 16.

이번 글에서는 COM (Component Object Model) 프로그래밍에 사용되고, COM operations의 실패와 성공을 나타내는 데 사용하는 HRESULT 에러 코드에  대해서 리스트업 합니다. 다른 에러 코드는 관련 블로그 글을 참조하세요.

Windows Error Codes 관련 모든글

Common NULL Facility / Win32 Facility  Error Codes

code hex name description
0 0x00000000 S_OK Operation successful
1 0x00000001 S_FALSE Operation successful but returned no results
-2147467260 0x80004004 E_ABORT Operation aborted
-2147467259 0x80004005 E_FAIL Unspecified failure
-2147467262 0x80004002 E_NOINTERFACE No such interface supported
-2147467263 0x80004001 E_NOTIMPL Not implemented
-2147467261 0x80004003 E_POINTER Pointer that is not valid
-2147418113 0x8000FFFF E_UNEXPECTED Unexpected failure
-2147024891 0x80070005 E_ACCESSDENIED General access denied error
-2147024890 0x80070006 E_HANDLE Handle that is not valid
-2147024809 0x80070057 E_INVALIDARG One or more arguments are not valid
-2147024882 0x8007000E E_OUTOFMEMORY Failed to allocate necessary memory

HRESULT Values

code hex name description
197120 0x00030200 STG_S_CONVERTED The underlying file was converted to compound file format.
197121 0x00030201 STG_S_BLOCK The storage operation should block until more data is available.
197122 0x00030202 STG_S_RETRYNOW The storage operation should retry immediately.
197123 0x00030203 STG_S_MONITORING The notified event sink will not influence the storage operation.
197124 0x00030204 STG_S_MULTIPLEOPENS Multiple opens prevent consolidated (commit succeeded).
197125 0x00030205 STG_S_CONSOLIDATIONFAILED Consolidation of the storage file failed (commit succeeded).
197126 0x00030206 STG_S_CANNOTCONSOLIDATE Consolidation of the storage file is inappropriate (commit succeeded).
262144 0x00040000 OLE_S_USEREG Use the registry database to provide the requested information.
262145 0x00040001 OLE_S_STATIC Success, but static.
262146 0x00040002 OLE_S_MAC_CLIPFORMAT Macintosh clipboard format.
262400 0x00040100 DRAGDROP_S_DROP Successful drop took place.
262401 0x00040101 DRAGDROP_S_CANCEL Drag-drop operation canceled.
262402 0x00040102 DRAGDROP_S_USEDEFAULTCURSORS Use the default cursor.
262448 0x00040130 DATA_S_SAMEFORMATETC Data has same FORMATETC.
262464 0x00040140 VIEW_S_ALREADY_FROZEN View is already frozen.
262512 0x00040170 CACHE_S_FORMATETC_NOTSUPPORTED FORMATETC not supported.
262513 0x00040171 CACHE_S_SAMECACHE Same cache.
262514 0x00040172 CACHE_S_SOMECACHES_NOTUPDATED Some caches are not updated.
262528 0x00040180 OLEOBJ_S_INVALIDVERB Invalid verb for OLE object.
262529 0x00040181 OLEOBJ_S_CANNOT_DOVERB_NOW Verb number is valid but verb cannot be done now.
262530 0x00040182 OLEOBJ_S_INVALIDHWND Invalid window handle passed.
262560 0x000401A0 INPLACE_S_TRUNCATED Message is too long; some of it had to be truncated before displaying.
262592 0x000401C0 CONVERT10_S_NO_PRESENTATION Unable to convert OLESTREAM to IStorage.
262626 0x000401E2 MK_S_REDUCED_TO_SELF Moniker reduced to itself.
262628 0x000401E4 MK_S_ME Common prefix is this moniker.
262629 0x000401E5 MK_S_HIM Common prefix is input moniker.
262630 0x000401E6 MK_S_US Common prefix is both monikers.
262631 0x000401E7 MK_S_MONIKERALREADYREGISTERED Moniker is already registered in running object table.
262656 0x00040200 EVENT_S_SOME_SUBSCRIBERS_FAILED An event was able to invoke some, but not all, of the subscribers.
262658 0x00040202 EVENT_S_NOSUBSCRIBERS An event was delivered, but there were no subscribers.
267008 0x00041300 SCHED_S_TASK_READY The task is ready to run at its next scheduled time.
267009 0x00041301 SCHED_S_TASK_RUNNING The task is currently running.
267010 0x00041302 SCHED_S_TASK_DISABLED The task will not run at the scheduled times because it has been disabled.
267011 0x00041303 SCHED_S_TASK_HAS_NOT_RUN The task has not yet run.
267012 0x00041304 SCHED_S_TASK_NO_MORE_RUNS There are no more runs scheduled for this task.
267013 0x00041305 SCHED_S_TASK_NOT_SCHEDULED One or more of the properties that are needed to run this task on a schedule have not been set.
267014 0x00041306 SCHED_S_TASK_TERMINATED The last run of the task was terminated by the user.
267015 0x00041307 SCHED_S_TASK_NO_VALID_TRIGGERS Either the task has no triggers, or the existing triggers are disabled or not set.
267016 0x00041308 SCHED_S_EVENT_TRIGGER Event triggers do not have set run times.
267035 0x0004131B SCHED_S_SOME_TRIGGERS_FAILED The task is registered, but not all specified triggers will start the task.
267036 0x0004131C SCHED_S_BATCH_LOGON_PROBLEM The task is registered, but it might fail to start. Batch logon privilege needs to be enabled for the task principal.
315392 0x0004D000 XACT_S_ASYNC An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
315394 0x0004D002 XACT_S_READONLY The method call succeeded because the transaction was read-only.
315395 0x0004D003 XACT_S_SOMENORETAIN The transaction was successfully aborted. However, this is a coordinated transaction, and a number of enlisted resources were aborted outright because they could not support abort-retaining semantics.
315396 0x0004D004 XACT_S_OKINFORM No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
315397 0x0004D005 XACT_S_MADECHANGESCONTENT The sink is content and wants the transaction to proceed. Changes were made to one or more resources during this call.
315398 0x0004D006 XACT_S_MADECHANGESINFORM The sink is for the moment and wants the transaction to proceed, but if other changes are made following this return by other event sinks, this sink wants another chance to look.
315399 0x0004D007 XACT_S_ALLNORETAIN The transaction was successfully aborted. However, the abort was nonretaining.
315400 0x0004D008 XACT_S_ABORTING An abort operation was already in progress.
315401 0x0004D009 XACT_S_SINGLEPHASE The resource manager has performed a single-phase commit of the transaction.
315402 0x0004D00A XACT_S_LOCALLY_OK The local transaction has not aborted.
315408 0x0004D010 XACT_S_LASTRESOURCEMANAGER The resource manager has requested to be the coordinator (last resource manager) for the transaction.
524306 0x00080012 CO_S_NOTALLINTERFACES Not all the requested interfaces were available.
524307 0x00080013 CO_S_MACHINENAMENOTFOUND The specified machine name was not found in the cache.
590610 0x00090312 SEC_I_CONTINUE_NEEDED The function completed successfully, but it must be called again to complete the context.
590611 0x00090313 SEC_I_COMPLETE_NEEDED The function completed successfully, but CompleteToken must be called.
590612 0x00090314 SEC_I_COMPLETE_AND_CONTINUE The function completed successfully, but both CompleteToken and this function must be called to complete the context.
590613 0x00090315 SEC_I_LOCAL_LOGON The logon was completed, but no network authority was available. The logon was made using locally known information.
590615 0x00090317 SEC_I_CONTEXT_EXPIRED The context has expired and can no longer be used.
590624 0x00090320 SEC_I_INCOMPLETE_CREDENTIALS The credentials supplied were not complete and could not be verified. Additional information can be returned from the context.
590625 0x00090321 SEC_I_RENEGOTIATE The context data must be renegotiated with the peer.
590627 0x00090323 SEC_I_NO_LSA_CONTEXT There is no LSA mode context associated with this context.
590684 0x0009035C SEC_I_SIGNATURE_NEEDED A signature operation must be performed before the user can authenticate.
593938 0x00091012 CRYPT_I_NEW_PROTECTION_REQUIRED The protected data needs to be reprotected.
851968 0x000D0000 NS_S_CALLPENDING The requested operation is pending completion.
851969 0x000D0001 NS_S_CALLABORTED The requested operation was aborted by the client.
851970 0x000D0002 NS_S_STREAM_TRUNCATED The stream was purposefully stopped before completion.
854984 0x000D0BC8 NS_S_REBUFFERING The requested operation has caused the source to rebuffer.
854985 0x000D0BC9 NS_S_DEGRADING_QUALITY The requested operation has caused the source to degrade codec quality.
855003 0x000D0BDB NS_S_TRANSCRYPTOR_EOF The transcryptor object has reached end of file.
856040 0x000D0FE8 NS_S_WMP_UI_VERSIONMISMATCH An upgrade is needed for the theme manager to correctly show this skin. Skin reports version: %.1f.
856041 0x000D0FE9 NS_S_WMP_EXCEPTION An error occurred in one of the UI components.
856128 0x000D1040 NS_S_WMP_LOADED_GIF_IMAGE Successfully loaded a GIF file.
856129 0x000D1041 NS_S_WMP_LOADED_PNG_IMAGE Successfully loaded a PNG file.
856130 0x000D1042 NS_S_WMP_LOADED_BMP_IMAGE Successfully loaded a BMP file.
856131 0x000D1043 NS_S_WMP_LOADED_JPG_IMAGE Successfully loaded a JPG file.
856143 0x000D104F NS_S_WMG_FORCE_DROP_FRAME Drop this frame.
856159 0x000D105F NS_S_WMR_ALREADYRENDERED The specified stream has already been rendered.
856160 0x000D1060 NS_S_WMR_PINTYPEPARTIALMATCH The specified type partially matches this pin type.
856161 0x000D1061 NS_S_WMR_PINTYPEFULLMATCH The specified type fully matches this pin type.
856166 0x000D1066 NS_S_WMG_ADVISE_DROP_FRAME The timestamp is late compared to the current render position. Advise dropping this frame.
856167 0x000D1067 NS_S_WMG_ADVISE_DROP_TO_KEYFRAME The timestamp is severely late compared to the current render position. Advise dropping everything up to the next key frame.
856283 0x000D10DB NS_S_NEED_TO_BUY_BURN_RIGHTS No burn rights. You will be prompted to buy burn rights when you try to burn this file to an audio CD.
856318 0x000D10FE NS_S_WMPCORE_PLAYLISTCLEARABORT Failed to clear playlist because it was aborted by user.
856319 0x000D10FF NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT Failed to remove item in the playlist since it was aborted by user.
856322 0x000D1102 NS_S_WMPCORE_PLAYLIST_CREATION_PENDING Playlist is being generated asynchronously.
856323 0x000D1103 NS_S_WMPCORE_MEDIA_VALIDATION_PENDING Validation of the media is pending.
856324 0x000D1104 NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED Encountered more than one Repeat block during ASX processing.
856325 0x000D1105 NS_S_WMPCORE_COMMAND_NOT_AVAILABLE Current state of WMP disallows calling this method or property.
856326 0x000D1106 NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED Name for the playlist has been auto generated.
856327 0x000D1107 NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS The imported playlist does not contain all items from the original.
856328 0x000D1108 NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA The M3U playlist has been ignored because it only contains one item.
856329 0x000D1109 NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING The open for the child playlist associated with this media is pending.
856330 0x000D110A NS_S_WMPCORE_MORE_NODES_AVAIABLE More nodes support the interface requested, but the array for returning them is full.
856373 0x000D1135 NS_S_WMPBR_SUCCESS Backup or Restore successful!.
856374 0x000D1136 NS_S_WMPBR_PARTIALSUCCESS Transfer complete with limitations.
856388 0x000D1144 NS_S_WMPEFFECT_TRANSPARENT Request to the effects control to change transparency status to transparent.
856389 0x000D1145 NS_S_WMPEFFECT_OPAQUE Request to the effects control to change transparency status to opaque.
856398 0x000D114E NS_S_OPERATION_PENDING The requested application pane is performing an operation and will not be released.
856921 0x000D1359 NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE The file is only available for purchase when you buy the entire album.
856926 0x000D135E NS_S_NAVIGATION_COMPLETE_WITH_ERRORS There were problems completing the requested navigation. There are identifiers missing in the catalog.
856929 0x000D1361 NS_S_TRACK_ALREADY_DOWNLOADED Track already downloaded.
857369 0x000D1519 NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS The publishing point successfully started, but one or more of the requested data writer plug-ins failed.
861990 0x000D2726 NS_S_DRM_LICENSE_ACQUIRED Status message: The license was acquired.
861991 0x000D2727 NS_S_DRM_INDIVIDUALIZED Status message: The security upgrade has been completed.
862022 0x000D2746 NS_S_DRM_MONITOR_CANCELLED Status message: License monitoring has been canceled.
862023 0x000D2747 NS_S_DRM_ACQUIRE_CANCELLED Status message: License acquisition has been canceled.
862062 0x000D276E NS_S_DRM_BURNABLE_TRACK The track is burnable and had no playlist burn limit.
862063 0x000D276F NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION The track is burnable but has a playlist burn limit.
862174 0x000D27DE NS_S_DRM_NEEDS_INDIVIDUALIZATION A security upgrade is required to perform the operation on this media file.
862968 0x000D2AF8 NS_S_REBOOT_RECOMMENDED Installation was successful; however, some file cleanup is not complete. For best results, restart your computer.
862969 0x000D2AF9 NS_S_REBOOT_REQUIRED Installation was successful; however, some file cleanup is not complete. To continue, you must restart your computer.
864009 0x000D2F09 NS_S_EOSRECEDING EOS hit during rewinding.
864013 0x000D2F0D NS_S_CHANGENOTICE Internal.
2031617 0x001F0001 ERROR_FLT_IO_COMPLETE The IO was completed by a filter.
2499335 0x00262307 ERROR_GRAPHICS_MODE_NOT_PINNED No mode is pinned on the specified VidPN source or target.
2499358 0x0026231E ERROR_GRAPHICS_NO_PREFERRED_MODE Specified mode set does not specify preference for one of its modes.
2499403 0x0026234B ERROR_GRAPHICS_DATASET_IS_EMPTY Specified data set (for example, mode set, frequency range set, descriptor set, and topology) is empty.
2499404 0x0026234C ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET Specified data set (for example, mode set, frequency range set, descriptor set, and topology) does not contain any more elements.
2499409 0x00262351 ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED Specified content transformation is not pinned on the specified VidPN present path.
3145984 0x00300100 PLA_S_PROPERTY_IGNORED Property value will be ignored.
3407873 0x00340001 ERROR_NDIS_INDICATION_REQUIRED The request will be completed later by a Network Driver Interface Specification (NDIS) status indication.
233492736 0x0DEAD100 TRK_S_OUT_OF_SYNC The VolumeSequenceNumber of a MOVE_NOTIFICATION request is incorrect.
233492738 0x0DEAD102 TRK_VOLUME_NOT_FOUND The VolumeID in a request was not found in the server's ServerVolumeTable.
233492739 0x0DEAD103 TRK_VOLUME_NOT_OWNED A notification was sent to the LnkSvrMessage method, but the RequestMachine for the request was not the VolumeOwner for a VolumeID in the request.
233492743 0x0DEAD107 TRK_S_NOTIFICATION_QUOTA_EXCEEDED The server received a MOVE_NOTIFICATION request, but the FileTable size limit has already been reached.
1074593871 0x400D004F NS_I_TIGER_START The Title Server %1 is running.
1074593873 0x400D0051 NS_I_CUB_START Content Server %1 (%2) is starting.
1074593874 0x400D0052 NS_I_CUB_RUNNING Content Server %1 (%2) is running.
1074593876 0x400D0054 NS_I_DISK_START Disk %1 ( %2 ) on Content Server %3, is running.
1074593878 0x400D0056 NS_I_DISK_REBUILD_STARTED Started rebuilding disk %1 ( %2 ) on Content Server %3.
1074593879 0x400D0057 NS_I_DISK_REBUILD_FINISHED Finished rebuilding disk %1 ( %2 ) on Content Server %3.
1074593880 0x400D0058 NS_I_DISK_REBUILD_ABORTED Aborted rebuilding disk %1 ( %2 ) on Content Server %3.
1074593881 0x400D0059 NS_I_LIMIT_FUNNELS A NetShow administrator at network location %1 set the data stream limit to %2 streams.
1074593882 0x400D005A NS_I_START_DISK A NetShow administrator at network location %1 started disk %2.
1074593883 0x400D005B NS_I_STOP_DISK A NetShow administrator at network location %1 stopped disk %2.
1074593884 0x400D005C NS_I_STOP_CUB A NetShow administrator at network location %1 stopped Content Server %2.
1074593885 0x400D005D NS_I_KILL_USERSESSION A NetShow administrator at network location %1 aborted user session %2 from the system.
1074593886 0x400D005E NS_I_KILL_CONNECTION A NetShow administrator at network location %1 aborted obsolete connection %2 from the system.
1074593887 0x400D005F NS_I_REBUILD_DISK A NetShow administrator at network location %1 started rebuilding disk %2.
1074593897 0x400D0069 MCMADM_I_NO_EVENTS Event initialization failed, there will be no MCM events.
1074593902 0x400D006E NS_I_LOGGING_FAILED The logging operation failed.
1074593904 0x400D0070 NS_I_LIMIT_BANDWIDTH A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps.
1074594193 0x400D0191 NS_I_CUB_UNFAIL_LINK Content Server %1 (%2) has established its link to Content Server %3.
1074594195 0x400D0193 NS_I_RESTRIPE_START Restripe operation has started.
1074594196 0x400D0194 NS_I_RESTRIPE_DONE Restripe operation has completed.
1074594198 0x400D0196 NS_I_RESTRIPE_DISK_OUT Content disk %1 (%2) on Content Server %3 has been restriped out.
1074594199 0x400D0197 NS_I_RESTRIPE_CUB_OUT Content server %1 (%2) has been restriped out.
1074594200 0x400D0198 NS_I_DISK_STOP Disk %1 ( %2 ) on Content Server %3, has been offlined.
1074599102 0x400D14BE NS_I_PLAYLIST_CHANGE_RECEDING The playlist change occurred while receding.
1074605823 0x400D2EFF NS_I_RECONNECTED The client is reconnected.
1074605825 0x400D2F01 NS_I_NOLOG_STOP Forcing a switch to a pending header on start.
1074605827 0x400D2F03 NS_I_EXISTING_PACKETIZER There is already an existing packetizer plugin for the stream.
1074605828 0x400D2F04 NS_I_MANUAL_PROXY The proxy setting is manual.
1076240393 0x40262009 ERROR_GRAPHICS_DRIVER_MISMATCH The kernel driver detected a version mismatch between it and the user mode driver.
1076241455 0x4026242F ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS Child device presence was not reliably detected.
1076241463 0x40262437 ERROR_GRAPHICS_LEADLINK_START_DEFERRED Starting the lead-link adapter has been deferred temporarily.
1076241465 0x40262439 ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY The display adapter is being polled for children too frequently at the same polling level.
1076241466 0x4026243A ERROR_GRAPHICS_START_DEFERRED Starting the adapter has been deferred temporarily.
-2147483638 0x8000000A E_PENDING The data necessary to complete this operation is not yet available.
-2147467263 0x80004001 E_NOTIMPL Not implemented.
-2147467262 0x80004002 E_NOINTERFACE No such interface supported.
-2147467261 0x80004003 E_POINTER Invalid pointer.
-2147467260 0x80004004 E_ABORT Operation aborted.
-2147467259 0x80004005 E_FAIL Unspecified error.
-2147467258 0x80004006 CO_E_INIT_TLS Thread local storage failure.
-2147467257 0x80004007 CO_E_INIT_SHARED_ALLOCATOR Get shared memory allocator failure.
-2147467256 0x80004008 CO_E_INIT_MEMORY_ALLOCATOR Get memory allocator failure.
-2147467255 0x80004009 CO_E_INIT_CLASS_CACHE Unable to initialize class cache.
-2147467254 0x8000400A CO_E_INIT_RPC_CHANNEL Unable to initialize remote procedure call (RPC) services.
-2147467253 0x8000400B CO_E_INIT_TLS_SET_CHANNEL_CONTROL Cannot set thread local storage channel control.
-2147467252 0x8000400C CO_E_INIT_TLS_CHANNEL_CONTROL Could not allocate thread local storage channel control.
-2147467251 0x8000400D CO_E_INIT_UNACCEPTED_USER_ALLOCATOR The user-supplied memory allocator is unacceptable.
-2147467250 0x8000400E CO_E_INIT_SCM_MUTEX_EXISTS The OLE service mutex already exists.
-2147467249 0x8000400F CO_E_INIT_SCM_FILE_MAPPING_EXISTS The OLE service file mapping already exists.
-2147467248 0x80004010 CO_E_INIT_SCM_MAP_VIEW_OF_FILE Unable to map view of file for OLE service.
-2147467247 0x80004011 CO_E_INIT_SCM_EXEC_FAILURE Failure attempting to launch OLE service.
-2147467246 0x80004012 CO_E_INIT_ONLY_SINGLE_THREADED There was an attempt to call CoInitialize a second time while single-threaded.
-2147467245 0x80004013 CO_E_CANT_REMOTE A Remote activation was necessary but was not allowed.
-2147467244 0x80004014 CO_E_BAD_SERVER_NAME A Remote activation was necessary, but the server name provided was invalid.
-2147467243 0x80004015 CO_E_WRONG_SERVER_IDENTITY The class is configured to run as a security ID different from the caller.
-2147467242 0x80004016 CO_E_OLE1DDE_DISABLED Use of OLE1 services requiring Dynamic Data Exchange (DDE) Windows is disabled.
-2147467241 0x80004017 CO_E_RUNAS_SYNTAX A RunAs specification must be <domain name>\<user name> or simply <user name>.
-2147467240 0x80004018 CO_E_CREATEPROCESS_FAILURE The server process could not be started. The path name might be incorrect.
-2147467239 0x80004019 CO_E_RUNAS_CREATEPROCESS_FAILURE The server process could not be started as the configured identity. The path name might be incorrect or unavailable.
-2147467238 0x8000401A CO_E_RUNAS_LOGON_FAILURE The server process could not be started because the configured identity is incorrect. Check the user name and password.
-2147467237 0x8000401B CO_E_LAUNCH_PERMSSION_DENIED The client is not allowed to launch this server.
-2147467236 0x8000401C CO_E_START_SERVICE_FAILURE The service providing this server could not be started.
-2147467235 0x8000401D CO_E_REMOTE_COMMUNICATION_FAILURE This computer was unable to communicate with the computer providing the server.
-2147467234 0x8000401E CO_E_SERVER_START_TIMEOUT The server did not respond after being launched.
-2147467233 0x8000401F CO_E_CLSREG_INCONSISTENT The registration information for this server is inconsistent or incomplete.
-2147467232 0x80004020 CO_E_IIDREG_INCONSISTENT The registration information for this interface is inconsistent or incomplete.
-2147467231 0x80004021 CO_E_NOT_SUPPORTED The operation attempted is not supported.
-2147467230 0x80004022 CO_E_RELOAD_DLL A DLL must be loaded.
-2147467229 0x80004023 CO_E_MSI_ERROR A Microsoft Software Installer error was encountered.
-2147467228 0x80004024 CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT The specified activation could not occur in the client context as specified.
-2147467227 0x80004025 CO_E_SERVER_PAUSED Activations on the server are paused.
-2147467226 0x80004026 CO_E_SERVER_NOT_PAUSED Activations on the server are not paused.
-2147467225 0x80004027 CO_E_CLASS_DISABLED The component or application containing the component has been disabled.
-2147467224 0x80004028 CO_E_CLRNOTAVAILABLE The common language runtime is not available.
-2147467223 0x80004029 CO_E_ASYNC_WORK_REJECTED The thread-pool rejected the submitted asynchronous work.
-2147467222 0x8000402A CO_E_SERVER_INIT_TIMEOUT The server started, but it did not finish initializing in a timely fashion.
-2147467221 0x8000402B CO_E_NO_SECCTX_IN_ACTIVATE Unable to complete the call because there is no COM+ security context inside IObjectControl.Activate.
-2147467216 0x80004030 CO_E_TRACKER_CONFIG The provided tracker configuration is invalid.
-2147467215 0x80004031 CO_E_THREADPOOL_CONFIG The provided thread pool configuration is invalid.
-2147467214 0x80004032 CO_E_SXS_CONFIG The provided side-by-side configuration is invalid.
-2147467213 0x80004033 CO_E_MALFORMED_SPN The server principal name (SPN) obtained during security negotiation is malformed.
-2147418113 0x8000FFFF E_UNEXPECTED Catastrophic failure.
-2147418111 0x80010001 RPC_E_CALL_REJECTED Call was rejected by callee.
-2147418110 0x80010002 RPC_E_CALL_CANCELED Call was canceled by the message filter.
-2147418109 0x80010003 RPC_E_CANTPOST_INSENDCALL The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
-2147418108 0x80010004 RPC_E_CANTCALLOUT_INASYNCCALL The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
-2147418107 0x80010005 RPC_E_CANTCALLOUT_INEXTERNALCALL It is illegal to call out while inside message filter.
-2147418106 0x80010006 RPC_E_CONNECTION_TERMINATED The connection terminated or is in a bogus state and can no longer be used. Other connections are still valid.
-2147418105 0x80010007 RPC_E_SERVER_DIED The callee (the server, not the server application) is not available and disappeared; all connections are invalid. The call might have executed.
-2147418104 0x80010008 RPC_E_CLIENT_DIED The caller (client) disappeared while the callee (server) was processing a call.
-2147418103 0x80010009 RPC_E_INVALID_DATAPACKET The data packet with the marshaled parameter data is incorrect.
-2147418102 0x8001000A RPC_E_CANTTRANSMIT_CALL The call was not transmitted properly; the message queue was full and was not emptied after yielding.
-2147418101 0x8001000B RPC_E_CLIENT_CANTMARSHAL_DATA The client RPC caller cannot marshal the parameter data due to errors (such as low memory).
-2147418100 0x8001000C RPC_E_CLIENT_CANTUNMARSHAL_DATA The client RPC caller cannot unmarshal the return data due to errors (such as low memory).
-2147418099 0x8001000D RPC_E_SERVER_CANTMARSHAL_DATA The server RPC callee cannot marshal the return data due to errors (such as low memory).
-2147418098 0x8001000E RPC_E_SERVER_CANTUNMARSHAL_DATA The server RPC callee cannot unmarshal the parameter data due to errors (such as low memory).
-2147418097 0x8001000F RPC_E_INVALID_DATA Received data is invalid. The data might be server or client data.
-2147418096 0x80010010 RPC_E_INVALID_PARAMETER A particular parameter is invalid and cannot be (un)marshaled.
-2147418095 0x80010011 RPC_E_CANTCALLOUT_AGAIN There is no second outgoing call on same channel in DDE conversation.
-2147418094 0x80010012 RPC_E_SERVER_DIED_DNE The callee (the server, not the server application) is not available and disappeared; all connections are invalid. The call did not execute.
-2147417856 0x80010100 RPC_E_SYS_CALL_FAILED System call failed.
-2147417855 0x80010101 RPC_E_OUT_OF_RESOURCES Could not allocate some required resource (such as memory or events)
-2147417854 0x80010102 RPC_E_ATTEMPTED_MULTITHREAD Attempted to make calls on more than one thread in single-threaded mode.
-2147417853 0x80010103 RPC_E_NOT_REGISTERED The requested interface is not registered on the server object.
-2147417852 0x80010104 RPC_E_FAULT RPC could not call the server or could not return the results of calling the server.
-2147417851 0x80010105 RPC_E_SERVERFAULT The server threw an exception.
-2147417850 0x80010106 RPC_E_CHANGED_MODE Cannot change thread mode after it is set.
-2147417849 0x80010107 RPC_E_INVALIDMETHOD The method called does not exist on the server.
-2147417848 0x80010108 RPC_E_DISCONNECTED The object invoked has disconnected from its clients.
-2147417847 0x80010109 RPC_E_RETRY The object invoked chose not to process the call now. Try again later.
-2147417846 0x8001010A RPC_E_SERVERCALL_RETRYLATER The message filter indicated that the application is busy.
-2147417845 0x8001010B RPC_E_SERVERCALL_REJECTED The message filter rejected the call.
-2147417844 0x8001010C RPC_E_INVALID_CALLDATA A call control interface was called with invalid data.
-2147417843 0x8001010D RPC_E_CANTCALLOUT_ININPUTSYNCCALL An outgoing call cannot be made because the application is dispatching an input-synchronous call.
-2147417842 0x8001010E RPC_E_WRONG_THREAD The application called an interface that was marshaled for a different thread.
-2147417841 0x8001010F RPC_E_THREAD_NOT_INIT CoInitialize has not been called on the current thread.
-2147417840 0x80010110 RPC_E_VERSION_MISMATCH The version of OLE on the client and server machines does not match.
-2147417839 0x80010111 RPC_E_INVALID_HEADER OLE received a packet with an invalid header.
-2147417838 0x80010112 RPC_E_INVALID_EXTENSION OLE received a packet with an invalid extension.
-2147417837 0x80010113 RPC_E_INVALID_IPID The requested object or interface does not exist.
-2147417836 0x80010114 RPC_E_INVALID_OBJECT The requested object does not exist.
-2147417835 0x80010115 RPC_S_CALLPENDING OLE has sent a request and is waiting for a reply.
-2147417834 0x80010116 RPC_S_WAITONTIMER OLE is waiting before retrying a request.
-2147417833 0x80010117 RPC_E_CALL_COMPLETE Call context cannot be accessed after call completed.
-2147417832 0x80010118 RPC_E_UNSECURE_CALL Impersonate on unsecure calls is not supported.
-2147417831 0x80010119 RPC_E_TOO_LATE Security must be initialized before any interfaces are marshaled or unmarshaled. It cannot be changed after initialized.
-2147417830 0x8001011A RPC_E_NO_GOOD_SECURITY_PACKAGES No security packages are installed on this machine, the user is not logged on, or there are no compatible security packages between the client and server.
-2147417829 0x8001011B RPC_E_ACCESS_DENIED Access is denied.
-2147417828 0x8001011C RPC_E_REMOTE_DISABLED Remote calls are not allowed for this process.
-2147417827 0x8001011D RPC_E_INVALID_OBJREF The marshaled interface data packet (OBJREF) has an invalid or unknown format.
-2147417826 0x8001011E RPC_E_NO_CONTEXT No context is associated with this call. This happens for some custom marshaled calls and on the client side of the call.
-2147417825 0x8001011F RPC_E_TIMEOUT This operation returned because the time-out period expired.
-2147417824 0x80010120 RPC_E_NO_SYNC There are no synchronize objects to wait on.
-2147417823 0x80010121 RPC_E_FULLSIC_REQUIRED Full subject issuer chain Secure Sockets Layer (SSL) principal name expected from the server.
-2147417822 0x80010122 RPC_E_INVALID_STD_NAME Principal name is not a valid Microsoft standard (msstd) name.
-2147417821 0x80010123 CO_E_FAILEDTOIMPERSONATE Unable to impersonate DCOM client.
-2147417820 0x80010124 CO_E_FAILEDTOGETSECCTX Unable to obtain server's security context.
-2147417819 0x80010125 CO_E_FAILEDTOOPENTHREADTOKEN Unable to open the access token of the current thread.
-2147417818 0x80010126 CO_E_FAILEDTOGETTOKENINFO Unable to obtain user information from an access token.
-2147417817 0x80010127 CO_E_TRUSTEEDOESNTMATCHCLIENT The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method.
-2147417816 0x80010128 CO_E_FAILEDTOQUERYCLIENTBLANKET Unable to obtain the client's security blanket.
-2147417815 0x80010129 CO_E_FAILEDTOSETDACL Unable to set a discretionary access control list (ACL) into a security descriptor.
-2147417814 0x8001012A CO_E_ACCESSCHECKFAILED The system function AccessCheck returned false.
-2147417813 0x8001012B CO_E_NETACCESSAPIFAILED Either NetAccessDel or NetAccessAdd returned an error code.
-2147417812 0x8001012C CO_E_WRONGTRUSTEENAMESYNTAX One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the *" string".
-2147417811 0x8001012D CO_E_INVALIDSID One of the security identifiers provided by the user was invalid.
-2147417810 0x8001012E CO_E_CONVERSIONFAILED Unable to convert a wide character trustee string to a multiple-byte trustee string.
-2147417809 0x8001012F CO_E_NOMATCHINGSIDFOUND Unable to find a security identifier that corresponds to a trustee string provided by the user.
-2147417808 0x80010130 CO_E_LOOKUPACCSIDFAILED The system function LookupAccountSID failed.
-2147417807 0x80010131 CO_E_NOMATCHINGNAMEFOUND Unable to find a trustee name that corresponds to a security identifier provided by the user.
-2147417806 0x80010132 CO_E_LOOKUPACCNAMEFAILED The system function LookupAccountName failed.
-2147417805 0x80010133 CO_E_SETSERLHNDLFAILED Unable to set or reset a serialization handle.
-2147417804 0x80010134 CO_E_FAILEDTOGETWINDIR Unable to obtain the Windows directory.
-2147417803 0x80010135 CO_E_PATHTOOLONG Path too long.
-2147417802 0x80010136 CO_E_FAILEDTOGENUUID Unable to generate a UUID.
-2147417801 0x80010137 CO_E_FAILEDTOCREATEFILE Unable to create file.
-2147417800 0x80010138 CO_E_FAILEDTOCLOSEHANDLE Unable to close a serialization handle or a file handle.
-2147417799 0x80010139 CO_E_EXCEEDSYSACLLIMIT The number of access control entries (ACEs) in an ACL exceeds the system limit.
-2147417798 0x8001013A CO_E_ACESINWRONGORDER Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
-2147417797 0x8001013B CO_E_INCOMPATIBLESTREAMVERSION The version of ACL format in the stream is not supported by this implementation of IAccessControl.
-2147417796 0x8001013C CO_E_FAILEDTOOPENPROCESSTOKEN Unable to open the access token of the server process.
-2147417795 0x8001013D CO_E_DECODEFAILED Unable to decode the ACL in the stream provided by the user.
-2147417793 0x8001013F CO_E_ACNOTINITIALIZED The COM IAccessControl object is not initialized.
-2147417792 0x80010140 CO_E_CANCEL_DISABLED Call Cancellation is disabled.
-2147352577 0x8001FFFF RPC_E_UNEXPECTED An internal error occurred.
-2147352575 0x80020001 DISP_E_UNKNOWNINTERFACE Unknown interface.
-2147352573 0x80020003 DISP_E_MEMBERNOTFOUND Member not found.
-2147352572 0x80020004 DISP_E_PARAMNOTFOUND Parameter not found.
-2147352571 0x80020005 DISP_E_TYPEMISMATCH Type mismatch.
-2147352570 0x80020006 DISP_E_UNKNOWNNAME Unknown name.
-2147352569 0x80020007 DISP_E_NONAMEDARGS No named arguments.
-2147352568 0x80020008 DISP_E_BADVARTYPE Bad variable type.
-2147352567 0x80020009 DISP_E_EXCEPTION Exception occurred.
-2147352566 0x8002000A DISP_E_OVERFLOW Out of present range.
-2147352565 0x8002000B DISP_E_BADINDEX Invalid index.
-2147352564 0x8002000C DISP_E_UNKNOWNLCID Unknown language.
-2147352563 0x8002000D DISP_E_ARRAYISLOCKED Memory is locked.
-2147352562 0x8002000E DISP_E_BADPARAMCOUNT Invalid number of parameters.
-2147352561 0x8002000F DISP_E_PARAMNOTOPTIONAL Parameter not optional.
-2147352560 0x80020010 DISP_E_BADCALLEE Invalid callee.
-2147352559 0x80020011 DISP_E_NOTACOLLECTION Does not support a collection.
-2147352558 0x80020012 DISP_E_DIVBYZERO Division by zero.
-2147352557 0x80020013 DISP_E_BUFFERTOOSMALL Buffer too small.
-2147319786 0x80028016 TYPE_E_BUFFERTOOSMALL Buffer too small.
-2147319785 0x80028017 TYPE_E_FIELDNOTFOUND Field name not defined in the record.
-2147319784 0x80028018 TYPE_E_INVDATAREAD Old format or invalid type library.
-2147319783 0x80028019 TYPE_E_UNSUPFORMAT Old format or invalid type library.
-2147319780 0x8002801C TYPE_E_REGISTRYACCESS Error accessing the OLE registry.
-2147319779 0x8002801D TYPE_E_LIBNOTREGISTERED Library not registered.
-2147319769 0x80028027 TYPE_E_UNDEFINEDTYPE Bound to unknown type.
-2147319768 0x80028028 TYPE_E_QUALIFIEDNAMEDISALLOWED Qualified name disallowed.
-2147319767 0x80028029 TYPE_E_INVALIDSTATE Invalid forward reference, or reference to uncompiled type.
-2147319766 0x8002802A TYPE_E_WRONGTYPEKIND Type mismatch.
-2147319765 0x8002802B TYPE_E_ELEMENTNOTFOUND Element not found.
-2147319764 0x8002802C TYPE_E_AMBIGUOUSNAME Ambiguous name.
-2147319763 0x8002802D TYPE_E_NAMECONFLICT Name already exists in the library.
-2147319762 0x8002802E TYPE_E_UNKNOWNLCID Unknown language code identifier (LCID).
-2147319761 0x8002802F TYPE_E_DLLFUNCTIONNOTFOUND Function not defined in specified DLL.
-2147317571 0x800288BD TYPE_E_BADMODULEKIND Wrong module kind for the operation.
-2147317563 0x800288C5 TYPE_E_SIZETOOBIG Size cannot exceed 64 KB.
-2147317562 0x800288C6 TYPE_E_DUPLICATEID Duplicate ID in inheritance hierarchy.
-2147317553 0x800288CF TYPE_E_INVALIDID Incorrect inheritance depth in standard OLE hmember.
-2147316576 0x80028CA0 TYPE_E_TYPEMISMATCH Type mismatch.
-2147316575 0x80028CA1 TYPE_E_OUTOFBOUNDS Invalid number of arguments.
-2147316574 0x80028CA2 TYPE_E_IOERROR I/O error.
-2147316573 0x80028CA3 TYPE_E_CANTCREATETMPFILE Error creating unique .tmp file.
-2147312566 0x80029C4A TYPE_E_CANTLOADLIBRARY Error loading type library or DLL.
-2147312509 0x80029C83 TYPE_E_INCONSISTENTPROPFUNCS Inconsistent property functions.
-2147312508 0x80029C84 TYPE_E_CIRCULARTYPE Circular dependency between types and modules.
-2147287039 0x80030001 STG_E_INVALIDFUNCTION Unable to perform requested operation.
-2147287038 0x80030002 STG_E_FILENOTFOUND %1 could not be found.
-2147287037 0x80030003 STG_E_PATHNOTFOUND The path %1 could not be found.
-2147287036 0x80030004 STG_E_TOOMANYOPENFILES There are insufficient resources to open another file.
-2147287035 0x80030005 STG_E_ACCESSDENIED Access denied.
-2147287034 0x80030006 STG_E_INVALIDHANDLE Attempted an operation on an invalid object.
-2147287032 0x80030008 STG_E_INSUFFICIENTMEMORY There is insufficient memory available to complete operation.
-2147287031 0x80030009 STG_E_INVALIDPOINTER Invalid pointer error.
-2147287022 0x80030012 STG_E_NOMOREFILES There are no more entries to return.
-2147287021 0x80030013 STG_E_DISKISWRITEPROTECTED Disk is write-protected.
-2147287015 0x80030019 STG_E_SEEKERROR An error occurred during a seek operation.
-2147287011 0x8003001D STG_E_WRITEFAULT A disk error occurred during a write operation.
-2147287010 0x8003001E STG_E_READFAULT A disk error occurred during a read operation.
-2147287008 0x80030020 STG_E_SHAREVIOLATION A share violation has occurred.
-2147287007 0x80030021 STG_E_LOCKVIOLATION A lock violation has occurred.
-2147286960 0x80030050 STG_E_FILEALREADYEXISTS %1 already exists.
-2147286953 0x80030057 STG_E_INVALIDPARAMETER Invalid parameter error.
-2147286928 0x80030070 STG_E_MEDIUMFULL There is insufficient disk space to complete operation.
-2147286800 0x800300F0 STG_E_PROPSETMISMATCHED Illegal write of non-simple property to simple property set.
-2147286790 0x800300FA STG_E_ABNORMALAPIEXIT An application programming interface (API) call exited abnormally.
-2147286789 0x800300FB STG_E_INVALIDHEADER The file %1 is not a valid compound file.
-2147286788 0x800300FC STG_E_INVALIDNAME The name %1 is not valid.
-2147286787 0x800300FD STG_E_UNKNOWN An unexpected error occurred.
-2147286786 0x800300FE STG_E_UNIMPLEMENTEDFUNCTION That function is not implemented.
-2147286785 0x800300FF STG_E_INVALIDFLAG Invalid flag error.
-2147286784 0x80030100 STG_E_INUSE Attempted to use an object that is busy.
-2147286783 0x80030101 STG_E_NOTCURRENT The storage has been changed since the last commit.
-2147286782 0x80030102 STG_E_REVERTED Attempted to use an object that has ceased to exist.
-2147286781 0x80030103 STG_E_CANTSAVE Cannot save.
-2147286780 0x80030104 STG_E_OLDFORMAT The compound file %1 was produced with an incompatible version of storage.
-2147286779 0x80030105 STG_E_OLDDLL The compound file %1 was produced with a newer version of storage.
-2147286778 0x80030106 STG_E_SHAREREQUIRED Share.exe or equivalent is required for operation.
-2147286777 0x80030107 STG_E_NOTFILEBASEDSTORAGE Illegal operation called on non-file based storage.
-2147286776 0x80030108 STG_E_EXTANTMARSHALLINGS Illegal operation called on object with extant marshalings.
-2147286775 0x80030109 STG_E_DOCFILECORRUPT The docfile has been corrupted.
-2147286768 0x80030110 STG_E_BADBASEADDRESS OLE32.DLL has been loaded at the wrong address.
-2147286767 0x80030111 STG_E_DOCFILETOOLARGE The compound file is too large for the current implementation.
-2147286766 0x80030112 STG_E_NOTSIMPLEFORMAT The compound file was not created with the STGM_SIMPLE flag.
-2147286527 0x80030201 STG_E_INCOMPLETE The file download was aborted abnormally. The file is incomplete.
-2147286526 0x80030202 STG_E_TERMINATED The file download has been terminated.
-2147286267 0x80030305 STG_E_STATUS_COPY_PROTECTION_FAILURE Generic Copy Protection Error.
-2147286266 0x80030306 STG_E_CSS_AUTHENTICATION_FAILURE Copy Protection Error—DVD CSS Authentication failed.
-2147286265 0x80030307 STG_E_CSS_KEY_NOT_PRESENT Copy Protection Error—The given sector does not have a valid CSS key.
-2147286264 0x80030308 STG_E_CSS_KEY_NOT_ESTABLISHED Copy Protection Error—DVD session key not established.
-2147286263 0x80030309 STG_E_CSS_SCRAMBLED_SECTOR Copy Protection Error—The read failed because the sector is encrypted.
-2147286262 0x8003030A STG_E_CSS_REGION_MISMATCH Copy Protection Error—The current DVD's region does not correspond to the region setting of the drive.
-2147286261 0x8003030B STG_E_RESETS_EXHAUSTED Copy Protection Error—The drive's region setting might be permanent or the number of user resets has been exhausted.
-2147221504 0x80040000 OLE_E_OLEVERB Invalid OLEVERB structure.
-2147221503 0x80040001 OLE_E_ADVF Invalid advise flags.
-2147221502 0x80040002 OLE_E_ENUM_NOMORE Cannot enumerate any more because the associated data is missing.
-2147221501 0x80040003 OLE_E_ADVISENOTSUPPORTED This implementation does not take advises.
-2147221500 0x80040004 OLE_E_NOCONNECTION There is no connection for this connection ID.
-2147221499 0x80040005 OLE_E_NOTRUNNING Need to run the object to perform this operation.
-2147221498 0x80040006 OLE_E_NOCACHE There is no cache to operate on.
-2147221497 0x80040007 OLE_E_BLANK Uninitialized object.
-2147221496 0x80040008 OLE_E_CLASSDIFF Linked object's source class has changed.
-2147221495 0x80040009 OLE_E_CANT_GETMONIKER Not able to get the moniker of the object.
-2147221494 0x8004000A OLE_E_CANT_BINDTOSOURCE Not able to bind to the source.
-2147221493 0x8004000B OLE_E_STATIC Object is static; operation not allowed.
-2147221492 0x8004000C OLE_E_PROMPTSAVECANCELLED User canceled out of the Save dialog box.
-2147221491 0x8004000D OLE_E_INVALIDRECT Invalid rectangle.
-2147221490 0x8004000E OLE_E_WRONGCOMPOBJ compobj.dll is too old for the ole2.dll initialized.
-2147221489 0x8004000F OLE_E_INVALIDHWND Invalid window handle.
-2147221488 0x80040010 OLE_E_NOT_INPLACEACTIVE Object is not in any of the inplace active states.
-2147221487 0x80040011 OLE_E_CANTCONVERT Not able to convert object.
-2147221486 0x80040012 OLE_E_NOSTORAGE Not able to perform the operation because object is not given storage yet.
-2147221404 0x80040064 DV_E_FORMATETC Invalid FORMATETC structure.
-2147221403 0x80040065 DV_E_DVTARGETDEVICE Invalid DVTARGETDEVICE structure.
-2147221402 0x80040066 DV_E_STGMEDIUM Invalid STDGMEDIUM structure.
-2147221401 0x80040067 DV_E_STATDATA Invalid STATDATA structure.
-2147221400 0x80040068 DV_E_LINDEX Invalid lindex.
-2147221399 0x80040069 DV_E_TYMED Invalid TYMED structure.
-2147221398 0x8004006A DV_E_CLIPFORMAT Invalid clipboard format.
-2147221397 0x8004006B DV_E_DVASPECT Invalid aspects.
-2147221396 0x8004006C DV_E_DVTARGETDEVICE_SIZE The tdSize parameter of the DVTARGETDEVICE structure is invalid.
-2147221395 0x8004006D DV_E_NOIVIEWOBJECT Object does not support IViewObject interface.
-2147221248 0x80040100 DRAGDROP_E_NOTREGISTERED Trying to revoke a drop target that has not been registered.
-2147221247 0x80040101 DRAGDROP_E_ALREADYREGISTERED This window has already been registered as a drop target.
-2147221246 0x80040102 DRAGDROP_E_INVALIDHWND Invalid window handle.
-2147221232 0x80040110 CLASS_E_NOAGGREGATION Class does not support aggregation (or class object is remote).
-2147221231 0x80040111 CLASS_E_CLASSNOTAVAILABLE ClassFactory cannot supply requested class.
-2147221230 0x80040112 CLASS_E_NOTLICENSED Class is not licensed for use.
-2147221184 0x80040140 VIEW_E_DRAW Error drawing view.
-2147221168 0x80040150 REGDB_E_READREGDB Could not read key from registry.
-2147221167 0x80040151 REGDB_E_WRITEREGDB Could not write key to registry.
-2147221166 0x80040152 REGDB_E_KEYMISSING Could not find the key in the registry.
-2147221165 0x80040153 REGDB_E_INVALIDVALUE Invalid value for registry.
-2147221164 0x80040154 REGDB_E_CLASSNOTREG Class not registered.
-2147221163 0x80040155 REGDB_E_IIDNOTREG Interface not registered.
-2147221162 0x80040156 REGDB_E_BADTHREADINGMODEL Threading model entry is not valid.
-2147221152 0x80040160 CAT_E_CATIDNOEXIST CATID does not exist.
-2147221151 0x80040161 CAT_E_NODESCRIPTION Description not found.
-2147221148 0x80040164 CS_E_PACKAGE_NOTFOUND No package in the software installation data in Active Directory meets this criteria.
-2147221147 0x80040165 CS_E_NOT_DELETABLE Deleting this will break the referential integrity of the software installation data in Active Directory.
-2147221146 0x80040166 CS_E_CLASS_NOTFOUND The CLSID was not found in the software installation data in Active Directory.
-2147221145 0x80040167 CS_E_INVALID_VERSION The software installation data in Active Directory is corrupt.
-2147221144 0x80040168 CS_E_NO_CLASSSTORE There is no software installation data in Active Directory.
-2147221143 0x80040169 CS_E_OBJECT_NOTFOUND There is no software installation data object in Active Directory.
-2147221142 0x8004016A CS_E_OBJECT_ALREADY_EXISTS The software installation data object in Active Directory already exists.
-2147221141 0x8004016B CS_E_INVALID_PATH The path to the software installation data in Active Directory is not correct.
-2147221140 0x8004016C CS_E_NETWORK_ERROR A network error interrupted the operation.
-2147221139 0x8004016D CS_E_ADMIN_LIMIT_EXCEEDED The size of this object exceeds the maximum size set by the administrator.
-2147221138 0x8004016E CS_E_SCHEMA_MISMATCH The schema for the software installation data in Active Directory does not match the required schema.
-2147221137 0x8004016F CS_E_INTERNAL_ERROR An error occurred in the software installation data in Active Directory.
-2147221136 0x80040170 CACHE_E_NOCACHE_UPDATED Cache not updated.
-2147221120 0x80040180 OLEOBJ_E_NOVERBS No verbs for OLE object.
-2147221119 0x80040181 OLEOBJ_E_INVALIDVERB Invalid verb for OLE object.
-2147221088 0x800401A0 INPLACE_E_NOTUNDOABLE Undo is not available.
-2147221087 0x800401A1 INPLACE_E_NOTOOLSPACE Space for tools is not available.
-2147221056 0x800401C0 CONVERT10_E_OLESTREAM_GET OLESTREAM Get method failed.
-2147221055 0x800401C1 CONVERT10_E_OLESTREAM_PUT OLESTREAM Put method failed.
-2147221054 0x800401C2 CONVERT10_E_OLESTREAM_FMT Contents of the OLESTREAM not in correct format.
-2147221053 0x800401C3 CONVERT10_E_OLESTREAM_BITMAP_TO_DIB There was an error in a Windows GDI call while converting the bitmap to a device-independent bitmap (DIB).
-2147221052 0x800401C4 CONVERT10_E_STG_FMT Contents of the IStorage not in correct format.
-2147221051 0x800401C5 CONVERT10_E_STG_NO_STD_STREAM Contents of IStorage is missing one of the standard streams.
-2147221050 0x800401C6 CONVERT10_E_STG_DIB_TO_BITMAP There was an error in a Windows Graphics Device Interface (GDI) call while converting the DIB to a bitmap.
-2147221040 0x800401D0 CLIPBRD_E_CANT_OPEN OpenClipboard failed.
-2147221039 0x800401D1 CLIPBRD_E_CANT_EMPTY EmptyClipboard failed.
-2147221038 0x800401D2 CLIPBRD_E_CANT_SET SetClipboard failed.
-2147221037 0x800401D3 CLIPBRD_E_BAD_DATA Data on clipboard is invalid.
-2147221036 0x800401D4 CLIPBRD_E_CANT_CLOSE CloseClipboard failed.
-2147221024 0x800401E0 MK_E_CONNECTMANUALLY Moniker needs to be connected manually.
-2147221023 0x800401E1 MK_E_EXCEEDEDDEADLINE Operation exceeded deadline.
-2147221022 0x800401E2 MK_E_NEEDGENERIC Moniker needs to be generic.
-2147221021 0x800401E3 MK_E_UNAVAILABLE Operation unavailable.
-2147221020 0x800401E4 MK_E_SYNTAX Invalid syntax.
-2147221019 0x800401E5 MK_E_NOOBJECT No object for moniker.
-2147221018 0x800401E6 MK_E_INVALIDEXTENSION Bad extension for file.
-2147221017 0x800401E7 MK_E_INTERMEDIATEINTERFACENOTSUPPORTED Intermediate operation failed.
-2147221016 0x800401E8 MK_E_NOTBINDABLE Moniker is not bindable.
-2147221015 0x800401E9 MK_E_NOTBOUND Moniker is not bound.
-2147221014 0x800401EA MK_E_CANTOPENFILE Moniker cannot open file.
-2147221013 0x800401EB MK_E_MUSTBOTHERUSER User input required for operation to succeed.
-2147221012 0x800401EC MK_E_NOINVERSE Moniker class has no inverse.
-2147221011 0x800401ED MK_E_NOSTORAGE Moniker does not refer to storage.
-2147221010 0x800401EE MK_E_NOPREFIX No common prefix.
-2147221009 0x800401EF MK_E_ENUMERATION_FAILED Moniker could not be enumerated.
-2147221008 0x800401F0 CO_E_NOTINITIALIZED CoInitialize has not been called.
-2147221007 0x800401F1 CO_E_ALREADYINITIALIZED CoInitialize has already been called.
-2147221006 0x800401F2 CO_E_CANTDETERMINECLASS Class of object cannot be determined.
-2147221005 0x800401F3 CO_E_CLASSSTRING Invalid class string.
-2147221004 0x800401F4 CO_E_IIDSTRING Invalid interface string.
-2147221003 0x800401F5 CO_E_APPNOTFOUND Application not found.
-2147221002 0x800401F6 CO_E_APPSINGLEUSE Application cannot be run more than once.
-2147221001 0x800401F7 CO_E_ERRORINAPP Some error in application.
-2147221000 0x800401F8 CO_E_DLLNOTFOUND DLL for class not found.
-2147220999 0x800401F9 CO_E_ERRORINDLL Error in the DLL.
-2147220998 0x800401FA CO_E_WRONGOSFORAPP Wrong operating system or operating system version for application.
-2147220997 0x800401FB CO_E_OBJNOTREG Object is not registered.
-2147220996 0x800401FC CO_E_OBJISREG Object is already registered.
-2147220995 0x800401FD CO_E_OBJNOTCONNECTED Object is not connected to server.
-2147220994 0x800401FE CO_E_APPDIDNTREG Application was launched, but it did not register a class factory.
-2147220993 0x800401FF CO_E_RELEASED Object has been released.
-2147220991 0x80040201 EVENT_E_ALL_SUBSCRIBERS_FAILED An event was unable to invoke any of the subscribers.
-2147220989 0x80040203 EVENT_E_QUERYSYNTAX A syntax error occurred trying to evaluate a query string.
-2147220988 0x80040204 EVENT_E_QUERYFIELD An invalid field name was used in a query string.
-2147220987 0x80040205 EVENT_E_INTERNALEXCEPTION An unexpected exception was raised.
-2147220986 0x80040206 EVENT_E_INTERNALERROR An unexpected internal error was detected.
-2147220985 0x80040207 EVENT_E_INVALID_PER_USER_SID The owner security identifier (SID) on a per-user subscription does not exist.
-2147220984 0x80040208 EVENT_E_USER_EXCEPTION A user-supplied component or subscriber raised an exception.
-2147220983 0x80040209 EVENT_E_TOO_MANY_METHODS An interface has too many methods to fire events from.
-2147220982 0x8004020A EVENT_E_MISSING_EVENTCLASS A subscription cannot be stored unless its event class already exists.
-2147220981 0x8004020B EVENT_E_NOT_ALL_REMOVED Not all the objects requested could be removed.
-2147220980 0x8004020C EVENT_E_COMPLUS_NOT_INSTALLED COM+ is required for this operation, but it is not installed.
-2147220979 0x8004020D EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT Cannot modify or delete an object that was not added using the COM+ Administrative SDK.
-2147220978 0x8004020E EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT Cannot modify or delete an object that was added using the COM+ Administrative SDK.
-2147220977 0x8004020F EVENT_E_INVALID_EVENT_CLASS_PARTITION The event class for this subscription is in an invalid partition.
-2147220976 0x80040210 EVENT_E_PER_USER_SID_NOT_LOGGED_ON The owner of the PerUser subscription is not logged on to the system specified.
-2147216631 0x80041309 SCHED_E_TRIGGER_NOT_FOUND Trigger not found.
-2147216630 0x8004130A SCHED_E_TASK_NOT_READY One or more of the properties that are needed to run this task have not been set.
-2147216629 0x8004130B SCHED_E_TASK_NOT_RUNNING There is no running instance of the task.
-2147216628 0x8004130C SCHED_E_SERVICE_NOT_INSTALLED The Task Scheduler service is not installed on this computer.
-2147216627 0x8004130D SCHED_E_CANNOT_OPEN_TASK The task object could not be opened.
-2147216626 0x8004130E SCHED_E_INVALID_TASK The object is either an invalid task object or is not a task object.
-2147216625 0x8004130F SCHED_E_ACCOUNT_INFORMATION_NOT_SET No account information could be found in the Task Scheduler security database for the task indicated.
-2147216624 0x80041310 SCHED_E_ACCOUNT_NAME_NOT_FOUND Unable to establish existence of the account specified.
-2147216623 0x80041311 SCHED_E_ACCOUNT_DBASE_CORRUPT Corruption was detected in the Task Scheduler security database; the database has been reset.
-2147216622 0x80041312 SCHED_E_NO_SECURITY_SERVICES Task Scheduler security services are available only on Windows NT operating system.
-2147216621 0x80041313 SCHED_E_UNKNOWN_OBJECT_VERSION The task object version is either unsupported or invalid.
-2147216620 0x80041314 SCHED_E_UNSUPPORTED_ACCOUNT_OPTION The task has been configured with an unsupported combination of account settings and run-time options.
-2147216619 0x80041315 SCHED_E_SERVICE_NOT_RUNNING The Task Scheduler service is not running.
-2147216618 0x80041316 SCHED_E_UNEXPECTEDNODE The task XML contains an unexpected node.
-2147216617 0x80041317 SCHED_E_NAMESPACE The task XML contains an element or attribute from an unexpected namespace.
-2147216616 0x80041318 SCHED_E_INVALIDVALUE The task XML contains a value that is incorrectly formatted or out of range.
-2147216615 0x80041319 SCHED_E_MISSINGNODE The task XML is missing a required element or attribute.
-2147216614 0x8004131A SCHED_E_MALFORMEDXML The task XML is malformed.
-2147216611 0x8004131D SCHED_E_TOO_MANY_NODES The task XML contains too many nodes of the same type.
-2147216610 0x8004131E SCHED_E_PAST_END_BOUNDARY The task cannot be started after the trigger's end boundary.
-2147216609 0x8004131F SCHED_E_ALREADY_RUNNING An instance of this task is already running.
-2147216608 0x80041320 SCHED_E_USER_NOT_LOGGED_ON The task will not run because the user is not logged on.
-2147216607 0x80041321 SCHED_E_INVALID_TASK_HASH The task image is corrupt or has been tampered with.
-2147216606 0x80041322 SCHED_E_SERVICE_NOT_AVAILABLE The Task Scheduler service is not available.
-2147216605 0x80041323 SCHED_E_SERVICE_TOO_BUSY The Task Scheduler service is too busy to handle your request. Try again later.
-2147216604 0x80041324 SCHED_E_TASK_ATTEMPTED The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.
-2147168256 0x8004D000 XACT_E_ALREADYOTHERSINGLEPHASE Another single phase resource manager has already been enlisted in this transaction.
-2147168255 0x8004D001 XACT_E_CANTRETAIN A retaining commit or abort is not supported.
-2147168254 0x8004D002 XACT_E_COMMITFAILED The transaction failed to commit for an unknown reason. The transaction was aborted.
-2147168253 0x8004D003 XACT_E_COMMITPREVENTED Cannot call commit on this transaction object because the calling application did not initiate the transaction.
-2147168252 0x8004D004 XACT_E_HEURISTICABORT Instead of committing, the resource heuristically aborted.
-2147168251 0x8004D005 XACT_E_HEURISTICCOMMIT Instead of aborting, the resource heuristically committed.
-2147168250 0x8004D006 XACT_E_HEURISTICDAMAGE Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
-2147168249 0x8004D007 XACT_E_HEURISTICDANGER Some of the states of the resource might have been committed while others were aborted, likely because of heuristic decisions.
-2147168248 0x8004D008 XACT_E_ISOLATIONLEVEL The requested isolation level is not valid or supported.
-2147168247 0x8004D009 XACT_E_NOASYNC The transaction manager does not support an asynchronous operation for this method.
-2147168246 0x8004D00A XACT_E_NOENLIST Unable to enlist in the transaction.
-2147168245 0x8004D00B XACT_E_NOISORETAIN The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to 0.
-2147168244 0x8004D00C XACT_E_NORESOURCE There is no resource presently associated with this enlistment.
-2147168243 0x8004D00D XACT_E_NOTCURRENT The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
-2147168242 0x8004D00E XACT_E_NOTRANSACTION The transaction has already been implicitly or explicitly committed or aborted.
-2147168241 0x8004D00F XACT_E_NOTSUPPORTED An invalid combination of flags was specified.
-2147168240 0x8004D010 XACT_E_UNKNOWNRMGRID The resource manager ID is not associated with this transaction or the transaction manager.
-2147168239 0x8004D011 XACT_E_WRONGSTATE This method was called in the wrong state.
-2147168238 0x8004D012 XACT_E_WRONGUOW The indicated unit of work does not match the unit of work expected by the resource manager.
-2147168237 0x8004D013 XACT_E_XTIONEXISTS An enlistment in a transaction already exists.
-2147168236 0x8004D014 XACT_E_NOIMPORTOBJECT An import object for the transaction could not be found.
-2147168235 0x8004D015 XACT_E_INVALIDCOOKIE The transaction cookie is invalid.
-2147168234 0x8004D016 XACT_E_INDOUBT The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed.
-2147168233 0x8004D017 XACT_E_NOTIMEOUT A time-out was specified, but time-outs are not supported.
-2147168232 0x8004D018 XACT_E_ALREADYINPROGRESS The requested operation is already in progress for the transaction.
-2147168231 0x8004D019 XACT_E_ABORTED The transaction has already been aborted.
-2147168230 0x8004D01A XACT_E_LOGFULL The Transaction Manager returned a log full error.
-2147168229 0x8004D01B XACT_E_TMNOTAVAILABLE The transaction manager is not available.
-2147168228 0x8004D01C XACT_E_CONNECTION_DOWN A connection with the transaction manager was lost.
-2147168227 0x8004D01D XACT_E_CONNECTION_DENIED A request to establish a connection with the transaction manager was denied.
-2147168226 0x8004D01E XACT_E_REENLISTTIMEOUT Resource manager reenlistment to determine transaction status timed out.
-2147168225 0x8004D01F XACT_E_TIP_CONNECT_FAILED The transaction manager failed to establish a connection with another Transaction Internet Protocol (TIP) transaction manager.
-2147168224 0x8004D020 XACT_E_TIP_PROTOCOL_ERROR The transaction manager encountered a protocol error with another TIP transaction manager.
-2147168223 0x8004D021 XACT_E_TIP_PULL_FAILED The transaction manager could not propagate a transaction from another TIP transaction manager.
-2147168222 0x8004D022 XACT_E_DEST_TMNOTAVAILABLE The transaction manager on the destination machine is not available.
-2147168221 0x8004D023 XACT_E_TIP_DISABLED The transaction manager has disabled its support for TIP.
-2147168220 0x8004D024 XACT_E_NETWORK_TX_DISABLED The transaction manager has disabled its support for remote or network transactions.
-2147168219 0x8004D025 XACT_E_PARTNER_NETWORK_TX_DISABLED The partner transaction manager has disabled its support for remote or network transactions.
-2147168218 0x8004D026 XACT_E_XA_TX_DISABLED The transaction manager has disabled its support for XA transactions.
-2147168217 0x8004D027 XACT_E_UNABLE_TO_READ_DTC_CONFIG Microsoft Distributed Transaction Coordinator (MSDTC) was unable to read its configuration information.
-2147168216 0x8004D028 XACT_E_UNABLE_TO_LOAD_DTC_PROXY MSDTC was unable to load the DTC proxy DLL.
-2147168215 0x8004D029 XACT_E_ABORTING The local transaction has aborted.
-2147168128 0x8004D080 XACT_E_CLERKNOTFOUND The specified CRM clerk was not found. It might have completed before it could be held.
-2147168127 0x8004D081 XACT_E_CLERKEXISTS The specified CRM clerk does not exist.
-2147168126 0x8004D082 XACT_E_RECOVERYINPROGRESS Recovery of the CRM log file is still in progress.
-2147168125 0x8004D083 XACT_E_TRANSACTIONCLOSED The transaction has completed, and the log records have been discarded from the log file. They are no longer available.
-2147168124 0x8004D084 XACT_E_INVALIDLSN lsnToRead is outside of the current limits of the log
-2147168123 0x8004D085 XACT_E_REPLAYREQUEST The COM+ Compensating Resource Manager has records it wishes to replay.
-2147168000 0x8004D100 XACT_E_CONNECTION_REQUEST_DENIED The request to connect to the specified transaction coordinator was denied.
-2147167999 0x8004D101 XACT_E_TOOMANY_ENLISTMENTS The maximum number of enlistments for the specified transaction has been reached.
-2147167998 0x8004D102 XACT_E_DUPLICATE_GUID A resource manager with the same identifier is already registered with the specified transaction coordinator.
-2147167997 0x8004D103 XACT_E_NOTSINGLEPHASE The prepare request given was not eligible for single-phase optimizations.
-2147167996 0x8004D104 XACT_E_RECOVERYALREADYDONE RecoveryComplete has already been called for the given resource manager.
-2147167995 0x8004D105 XACT_E_PROTOCOL The interface call made was incorrect for the current state of the protocol.
-2147167994 0x8004D106 XACT_E_RM_FAILURE The xa_open call failed for the XA resource.
-2147167993 0x8004D107 XACT_E_RECOVERY_FAILED The xa_recover call failed for the XA resource.
-2147167992 0x8004D108 XACT_E_LU_NOT_FOUND The logical unit of work specified cannot be found.
-2147167991 0x8004D109 XACT_E_DUPLICATE_LU The specified logical unit of work already exists.
-2147167990 0x8004D10A XACT_E_LU_NOT_CONNECTED Subordinate creation failed. The specified logical unit of work was not connected.
-2147167989 0x8004D10B XACT_E_DUPLICATE_TRANSID A transaction with the given identifier already exists.
-2147167988 0x8004D10C XACT_E_LU_BUSY The resource is in use.
-2147167987 0x8004D10D XACT_E_LU_NO_RECOVERY_PROCESS The LU Recovery process is down.
-2147167986 0x8004D10E XACT_E_LU_DOWN The remote session was lost.
-2147167985 0x8004D10F XACT_E_LU_RECOVERING The resource is currently recovering.
-2147167984 0x8004D110 XACT_E_LU_RECOVERY_MISMATCH There was a mismatch in driving recovery.
-2147167983 0x8004D111 XACT_E_RM_UNAVAILABLE An error occurred with the XA resource.
-2147164158 0x8004E002 CONTEXT_E_ABORTED The root transaction wanted to commit, but the transaction aborted.
-2147164157 0x8004E003 CONTEXT_E_ABORTING The COM+ component on which the method call was made has a transaction that has already aborted or is in the process of aborting.
-2147164156 0x8004E004 CONTEXT_E_NOCONTEXT There is no Microsoft Transaction Server (MTS) object context.
-2147164155 0x8004E005 CONTEXT_E_WOULD_DEADLOCK The component is configured to use synchronization, and this method call would cause a deadlock to occur.
-2147164154 0x8004E006 CONTEXT_E_SYNCH_TIMEOUT The component is configured to use synchronization, and a thread has timed out waiting to enter the context.
-2147164153 0x8004E007 CONTEXT_E_OLDREF You made a method call on a COM+ component that has a transaction that has already committed or aborted.
-2147164148 0x8004E00C CONTEXT_E_ROLENOTFOUND The specified role was not configured for the application.
-2147164145 0x8004E00F CONTEXT_E_TMNOTAVAILABLE COM+ was unable to talk to the MSDTC.
-2147164127 0x8004E021 CO_E_ACTIVATIONFAILED An unexpected error occurred during COM+ activation.
-2147164126 0x8004E022 CO_E_ACTIVATIONFAILED_EVENTLOGGED COM+ activation failed. Check the event log for more information.
-2147164125 0x8004E023 CO_E_ACTIVATIONFAILED_CATALOGERROR COM+ activation failed due to a catalog or configuration error.
-2147164124 0x8004E024 CO_E_ACTIVATIONFAILED_TIMEOUT COM+ activation failed because the activation could not be completed in the specified amount of time.
-2147164123 0x8004E025 CO_E_INITIALIZATIONFAILED COM+ activation failed because an initialization function failed. Check the event log for more information.
-2147164122 0x8004E026 CONTEXT_E_NOJIT The requested operation requires that just-in-time (JIT) be in the current context, and it is not.
-2147164121 0x8004E027 CONTEXT_E_NOTRANSACTION The requested operation requires that the current context have a transaction, and it does not.
-2147164120 0x8004E028 CO_E_THREADINGMODEL_CHANGED The components threading model has changed after install into a COM+ application. Re-install component.
-2147164119 0x8004E029 CO_E_NOIISINTRINSICS Internet Information Services (IIS) intrinsics not available. Start your work with IIS.
-2147164118 0x8004E02A CO_E_NOCOOKIES An attempt to write a cookie failed.
-2147164117 0x8004E02B CO_E_DBERROR An attempt to use a database generated a database-specific error.
-2147164116 0x8004E02C CO_E_NOTPOOLED The COM+ component you created must use object pooling to work.
-2147164115 0x8004E02D CO_E_NOTCONSTRUCTED The COM+ component you created must use object construction to work correctly.
-2147164114 0x8004E02E CO_E_NOSYNCHRONIZATION The COM+ component requires synchronization, and it is not configured for it.
-2147164113 0x8004E02F CO_E_ISOLEVELMISMATCH The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the root.
-2147164112 0x8004E030 CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED The component attempted to make a cross-context call between invocations of EnterTransactionScope and ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside a transaction scope.
-2147164111 0x8004E031 CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning.
-2147024891 0x80070005 E_ACCESSDENIED General access denied error.
-2147024882 0x8007000E E_OUTOFMEMORY The server does not have enough memory for the new channel.
-2147024846 0x80070032 ERROR_NOT_SUPPORTED The server cannot support a client request for a dynamic virtual channel.
-2147024809 0x80070057 E_INVALIDARG One or more arguments are invalid.
-2147024784 0x80070070 ERROR_DISK_FULL There is not enough space on the disk.
-2146959359 0x80080001 CO_E_CLASS_CREATE_FAILED Attempt to create a class object failed.
-2146959358 0x80080002 CO_E_SCM_ERROR OLE service could not bind object.
-2146959357 0x80080003 CO_E_SCM_RPC_FAILURE RPC communication failed with OLE service.
-2146959356 0x80080004 CO_E_BAD_PATH Bad path to object.
-2146959355 0x80080005 CO_E_SERVER_EXEC_FAILURE Server execution failed.
-2146959354 0x80080006 CO_E_OBJSRV_RPC_FAILURE OLE service could not communicate with the object server.
-2146959353 0x80080007 MK_E_NO_NORMALIZED Moniker path could not be normalized.
-2146959352 0x80080008 CO_E_SERVER_STOPPING Object server is stopping when OLE service contacts it.
-2146959351 0x80080009 MEM_E_INVALID_ROOT An invalid root block pointer was specified.
-2146959344 0x80080010 MEM_E_INVALID_LINK An allocation chain contained an invalid link pointer.
-2146959343 0x80080011 MEM_E_INVALID_SIZE The requested allocation size was too large.
-2146959339 0x80080015 CO_E_MISSING_DISPLAYNAME The activation requires a display name to be present under the class identifier (CLSID) key.
-2146959338 0x80080016 CO_E_RUNAS_VALUE_MUST_BE_AAA The activation requires that the RunAs value for the application is Activate As Activator.
-2146959337 0x80080017 CO_E_ELEVATION_DISABLED The class is not configured to support elevated activation.
-2146893823 0x80090001 NTE_BAD_UID Bad UID.
-2146893822 0x80090002 NTE_BAD_HASH Bad hash.
-2146893821 0x80090003 NTE_BAD_KEY Bad key.
-2146893820 0x80090004 NTE_BAD_LEN Bad length.
-2146893819 0x80090005 NTE_BAD_DATA Bad data.
-2146893818 0x80090006 NTE_BAD_SIGNATURE Invalid signature.
-2146893817 0x80090007 NTE_BAD_VER Bad version of provider.
-2146893816 0x80090008 NTE_BAD_ALGID Invalid algorithm specified.
-2146893815 0x80090009 NTE_BAD_FLAGS Invalid flags specified.
-2146893814 0x8009000A NTE_BAD_TYPE Invalid type specified.
-2146893813 0x8009000B NTE_BAD_KEY_STATE Key not valid for use in specified state.
-2146893812 0x8009000C NTE_BAD_HASH_STATE Hash not valid for use in specified state.
-2146893811 0x8009000D NTE_NO_KEY Key does not exist.
-2146893810 0x8009000E NTE_NO_MEMORY Insufficient memory available for the operation.
-2146893809 0x8009000F NTE_EXISTS Object already exists.
-2146893808 0x80090010 NTE_PERM Access denied.
-2146893807 0x80090011 NTE_NOT_FOUND Object was not found.
-2146893806 0x80090012 NTE_DOUBLE_ENCRYPT Data already encrypted.
-2146893805 0x80090013 NTE_BAD_PROVIDER Invalid provider specified.
-2146893804 0x80090014 NTE_BAD_PROV_TYPE Invalid provider type specified.
-2146893803 0x80090015 NTE_BAD_PUBLIC_KEY Provider's public key is invalid.
-2146893802 0x80090016 NTE_BAD_KEYSET Key set does not exist.
-2146893801 0x80090017 NTE_PROV_TYPE_NOT_DEF Provider type not defined.
-2146893800 0x80090018 NTE_PROV_TYPE_ENTRY_BAD The provider type, as registered, is invalid.
-2146893799 0x80090019 NTE_KEYSET_NOT_DEF The key set is not defined.
-2146893798 0x8009001A NTE_KEYSET_ENTRY_BAD The key set, as registered, is invalid.
-2146893797 0x8009001B NTE_PROV_TYPE_NO_MATCH Provider type does not match registered value.
-2146893796 0x8009001C NTE_SIGNATURE_FILE_BAD The digital signature file is corrupt.
-2146893795 0x8009001D NTE_PROVIDER_DLL_FAIL Provider DLL failed to initialize correctly.
-2146893794 0x8009001E NTE_PROV_DLL_NOT_FOUND Provider DLL could not be found.
-2146893793 0x8009001F NTE_BAD_KEYSET_PARAM The keyset parameter is invalid.
-2146893792 0x80090020 NTE_FAIL An internal error occurred.
-2146893791 0x80090021 NTE_SYS_ERR A base error occurred.
-2146893790 0x80090022 NTE_SILENT_CONTEXT Provider could not perform the action because the context was acquired as silent.
-2146893789 0x80090023 NTE_TOKEN_KEYSET_STORAGE_FULL The security token does not have storage space available for an additional container.
-2146893788 0x80090024 NTE_TEMPORARY_PROFILE The profile for the user is a temporary profile.
-2146893787 0x80090025 NTE_FIXEDPARAMETER The key parameters could not be set because the configuration service provider (CSP) uses fixed parameters.
-2146893786 0x80090026 NTE_INVALID_HANDLE The supplied handle is invalid.
-2146893785 0x80090027 NTE_INVALID_PARAMETER The parameter is incorrect.
-2146893784 0x80090028 NTE_BUFFER_TOO_SMALL The buffer supplied to a function was too small.
-2146893783 0x80090029 NTE_NOT_SUPPORTED The requested operation is not supported.
-2146893782 0x8009002A NTE_NO_MORE_ITEMS No more data is available.
-2146893781 0x8009002B NTE_BUFFERS_OVERLAP The supplied buffers overlap incorrectly.
-2146893780 0x8009002C NTE_DECRYPTION_FAILURE The specified data could not be decrypted.
-2146893779 0x8009002D NTE_INTERNAL_ERROR An internal consistency check failed.
-2146893778 0x8009002E NTE_UI_REQUIRED This operation requires input from the user.
-2146893777 0x8009002F NTE_HMAC_NOT_SUPPORTED The cryptographic provider does not support Hash Message Authentication Code (HMAC).
-2146893056 0x80090300 SEC_E_INSUFFICIENT_MEMORY Not enough memory is available to complete this request.
-2146893055 0x80090301 SEC_E_INVALID_HANDLE The handle specified is invalid.
-2146893054 0x80090302 SEC_E_UNSUPPORTED_FUNCTION The function requested is not supported.
-2146893053 0x80090303 SEC_E_TARGET_UNKNOWN The specified target is unknown or unreachable.
-2146893052 0x80090304 SEC_E_INTERNAL_ERROR The Local Security Authority (LSA) cannot be contacted.
-2146893051 0x80090305 SEC_E_SECPKG_NOT_FOUND The requested security package does not exist.
-2146893050 0x80090306 SEC_E_NOT_OWNER The caller is not the owner of the desired credentials.
-2146893049 0x80090307 SEC_E_CANNOT_INSTALL The security package failed to initialize and cannot be installed.
-2146893048 0x80090308 SEC_E_INVALID_TOKEN The token supplied to the function is invalid.
-2146893047 0x80090309 SEC_E_CANNOT_PACK The security package is not able to marshal the logon buffer, so the logon attempt has failed.
-2146893046 0x8009030A SEC_E_QOP_NOT_SUPPORTED The per-message quality of protection is not supported by the security package.
-2146893045 0x8009030B SEC_E_NO_IMPERSONATION The security context does not allow impersonation of the client.
-2146893044 0x8009030C SEC_E_LOGON_DENIED The logon attempt failed.
-2146893043 0x8009030D SEC_E_UNKNOWN_CREDENTIALS The credentials supplied to the package were not recognized.
-2146893042 0x8009030E SEC_E_NO_CREDENTIALS No credentials are available in the security package.
-2146893041 0x8009030F SEC_E_MESSAGE_ALTERED The message or signature supplied for verification has been altered.
-2146893040 0x80090310 SEC_E_OUT_OF_SEQUENCE The message supplied for verification is out of sequence.
-2146893039 0x80090311 SEC_E_NO_AUTHENTICATING_AUTHORITY No authority could be contacted for authentication.
-2146893034 0x80090316 SEC_E_BAD_PKGID The requested security package does not exist.
-2146893033 0x80090317 SEC_E_CONTEXT_EXPIRED The context has expired and can no longer be used.
-2146893032 0x80090318 SEC_E_INCOMPLETE_MESSAGE The supplied message is incomplete. The signature was not verified.
-2146893024 0x80090320 SEC_E_INCOMPLETE_CREDENTIALS The credentials supplied were not complete and could not be verified. The context could not be initialized.
-2146893023 0x80090321 SEC_E_BUFFER_TOO_SMALL The buffers supplied to a function was too small.
-2146893022 0x80090322 SEC_E_WRONG_PRINCIPAL The target principal name is incorrect.
-2146893020 0x80090324 SEC_E_TIME_SKEW The clocks on the client and server machines are skewed.
-2146893019 0x80090325 SEC_E_UNTRUSTED_ROOT The certificate chain was issued by an authority that is not trusted.
-2146893018 0x80090326 SEC_E_ILLEGAL_MESSAGE The message received was unexpected or badly formatted.
-2146893017 0x80090327 SEC_E_CERT_UNKNOWN An unknown error occurred while processing the certificate.
-2146893016 0x80090328 SEC_E_CERT_EXPIRED The received certificate has expired.
-2146893015 0x80090329 SEC_E_ENCRYPT_FAILURE The specified data could not be encrypted.
-2146893008 0x80090330 SEC_E_DECRYPT_FAILURE The specified data could not be decrypted.
-2146893007 0x80090331 SEC_E_ALGORITHM_MISMATCH The client and server cannot communicate because they do not possess a common algorithm.
-2146893006 0x80090332 SEC_E_SECURITY_QOS_FAILED The security context could not be established due to a failure in the requested quality of service (for example, mutual authentication or delegation).
-2146893005 0x80090333 SEC_E_UNFINISHED_CONTEXT_DELETED A security context was deleted before the context was completed. This is considered a logon failure.
-2146893004 0x80090334 SEC_E_NO_TGT_REPLY The client is trying to negotiate a context and the server requires user-to-user but did not send a ticket granting ticket (TGT) reply.
-2146893003 0x80090335 SEC_E_NO_IP_ADDRESSES Unable to accomplish the requested task because the local machine does not have an IP addresses.
-2146893002 0x80090336 SEC_E_WRONG_CREDENTIAL_HANDLE The supplied credential handle does not match the credential associated with the security context.
-2146893001 0x80090337 SEC_E_CRYPTO_SYSTEM_INVALID The cryptographic system or checksum function is invalid because a required function is unavailable.
-2146893000 0x80090338 SEC_E_MAX_REFERRALS_EXCEEDED The number of maximum ticket referrals has been exceeded.
-2146892999 0x80090339 SEC_E_MUST_BE_KDC The local machine must be a Kerberos domain controller (KDC), and it is not.
-2146892998 0x8009033A SEC_E_STRONG_CRYPTO_NOT_SUPPORTED The other end of the security negotiation requires strong cryptographics, but it is not supported on the local machine.
-2146892997 0x8009033B SEC_E_TOO_MANY_PRINCIPALS The KDC reply contained more than one principal name.
-2146892996 0x8009033C SEC_E_NO_PA_DATA Expected to find PA data for a hint of what etype to use, but it was not found.
-2146892995 0x8009033D SEC_E_PKINIT_NAME_MISMATCH The client certificate does not contain a valid user principal name (UPN), or does not match the client name in the logon request. Contact your administrator.
-2146892994 0x8009033E SEC_E_SMARTCARD_LOGON_REQUIRED Smart card logon is required and was not used.
-2146892993 0x8009033F SEC_E_SHUTDOWN_IN_PROGRESS A system shutdown is in progress.
-2146892992 0x80090340 SEC_E_KDC_INVALID_REQUEST An invalid request was sent to the KDC.
-2146892991 0x80090341 SEC_E_KDC_UNABLE_TO_REFER The KDC was unable to generate a referral for the service requested.
-2146892990 0x80090342 SEC_E_KDC_UNKNOWN_ETYPE The encryption type requested is not supported by the KDC.
-2146892989 0x80090343 SEC_E_UNSUPPORTED_PREAUTH An unsupported pre-authentication mechanism was presented to the Kerberos package.
-2146892987 0x80090345 SEC_E_DELEGATION_REQUIRED The requested operation cannot be completed. The computer must be trusted for delegation, and the current user account must be configured to allow delegation.
-2146892986 0x80090346 SEC_E_BAD_BINDINGS Client's supplied Security Support Provider Interface (SSPI) channel bindings were incorrect.
-2146892985 0x80090347 SEC_E_MULTIPLE_ACCOUNTS The received certificate was mapped to multiple accounts.
-2146892984 0x80090348 SEC_E_NO_KERB_KEY No Kerberos key was found.
-2146892983 0x80090349 SEC_E_CERT_WRONG_USAGE The certificate is not valid for the requested usage.
-2146892976 0x80090350 SEC_E_DOWNGRADE_DETECTED The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
-2146892975 0x80090351 SEC_E_SMARTCARD_CERT_REVOKED The smart card certificate used for authentication has been revoked. Contact your system administrator. The event log might contain additional information.
-2146892974 0x80090352 SEC_E_ISSUING_CA_UNTRUSTED An untrusted certification authority (CA) was detected while processing the smart card certificate used for authentication. Contact your system administrator.
-2146892973 0x80090353 SEC_E_REVOCATION_OFFLINE_C The revocation status of the smart card certificate used for authentication could not be determined. Contact your system administrator.
-2146892972 0x80090354 SEC_E_PKINIT_CLIENT_FAILURE The smart card certificate used for authentication was not trusted. Contact your system administrator.
-2146892971 0x80090355 SEC_E_SMARTCARD_CERT_EXPIRED The smart card certificate used for authentication has expired. Contact your system administrator.
-2146892970 0x80090356 SEC_E_NO_S4U_PROT_SUPPORT The Kerberos subsystem encountered an error. A service for user protocol requests was made against a domain controller that does not support services for users.
-2146892969 0x80090357 SEC_E_CROSSREALM_DELEGATION_FAILURE An attempt was made by this server to make a Kerberos-constrained delegation request for a target outside the server's realm. This is not supported and indicates a misconfiguration on this server's allowed-to-delegate-to list. Contact your administrator.
-2146892968 0x80090358 SEC_E_REVOCATION_OFFLINE_KDC The revocation status of the domain controller certificate used for smart card authentication could not be determined. The system event log contains additional information. Contact your system administrator.
-2146892967 0x80090359 SEC_E_ISSUING_CA_UNTRUSTED_KDC An untrusted CA was detected while processing the domain controller certificate used for authentication. The system event log contains additional information. Contact your system administrator.
-2146892966 0x8009035A SEC_E_KDC_CERT_EXPIRED The domain controller certificate used for smart card logon has expired. Contact your system administrator with the contents of your system event log.
-2146892965 0x8009035B SEC_E_KDC_CERT_REVOKED The domain controller certificate used for smart card logon has been revoked. Contact your system administrator with the contents of your system event log.
-2146892963 0x8009035D SEC_E_INVALID_PARAMETER One or more of the parameters passed to the function were invalid.
-2146892962 0x8009035E SEC_E_DELEGATION_POLICY The client policy does not allow credential delegation to the target server.
-2146892961 0x8009035F SEC_E_POLICY_NLTM_ONLY The client policy does not allow credential delegation to the target server with NLTM only authentication.
-2146889727 0x80091001 CRYPT_E_MSG_ERROR An error occurred while performing an operation on a cryptographic message.
-2146889726 0x80091002 CRYPT_E_UNKNOWN_ALGO Unknown cryptographic algorithm.
-2146889725 0x80091003 CRYPT_E_OID_FORMAT The object identifier is poorly formatted.
-2146889724 0x80091004 CRYPT_E_INVALID_MSG_TYPE Invalid cryptographic message type.
-2146889723 0x80091005 CRYPT_E_UNEXPECTED_ENCODING Unexpected cryptographic message encoding.
-2146889722 0x80091006 CRYPT_E_AUTH_ATTR_MISSING The cryptographic message does not contain an expected authenticated attribute.
-2146889721 0x80091007 CRYPT_E_HASH_VALUE The hash value is not correct.
-2146889720 0x80091008 CRYPT_E_INVALID_INDEX The index value is not valid.
-2146889719 0x80091009 CRYPT_E_ALREADY_DECRYPTED The content of the cryptographic message has already been decrypted.
-2146889718 0x8009100A CRYPT_E_NOT_DECRYPTED The content of the cryptographic message has not been decrypted yet.
-2146889717 0x8009100B CRYPT_E_RECIPIENT_NOT_FOUND The enveloped-data message does not contain the specified recipient.
-2146889716 0x8009100C CRYPT_E_CONTROL_TYPE Invalid control type.
-2146889715 0x8009100D CRYPT_E_ISSUER_SERIALNUMBER Invalid issuer or serial number.
-2146889714 0x8009100E CRYPT_E_SIGNER_NOT_FOUND Cannot find the original signer.
-2146889713 0x8009100F CRYPT_E_ATTRIBUTES_MISSING The cryptographic message does not contain all of the requested attributes.
-2146889712 0x80091010 CRYPT_E_STREAM_MSG_NOT_READY The streamed cryptographic message is not ready to return data.
-2146889711 0x80091011 CRYPT_E_STREAM_INSUFFICIENT_DATA The streamed cryptographic message requires more data to complete the decode operation.
-2146885631 0x80092001 CRYPT_E_BAD_LEN The length specified for the output data was insufficient.
-2146885630 0x80092002 CRYPT_E_BAD_ENCODE An error occurred during the encode or decode operation.
-2146885629 0x80092003 CRYPT_E_FILE_ERROR An error occurred while reading or writing to a file.
-2146885628 0x80092004 CRYPT_E_NOT_FOUND Cannot find object or property.
-2146885627 0x80092005 CRYPT_E_EXISTS The object or property already exists.
-2146885626 0x80092006 CRYPT_E_NO_PROVIDER No provider was specified for the store or object.
-2146885625 0x80092007 CRYPT_E_SELF_SIGNED The specified certificate is self-signed.
-2146885624 0x80092008 CRYPT_E_DELETED_PREV The previous certificate or certificate revocation list (CRL) context was deleted.
-2146885623 0x80092009 CRYPT_E_NO_MATCH Cannot find the requested object.
-2146885622 0x8009200A CRYPT_E_UNEXPECTED_MSG_TYPE The certificate does not have a property that references a private key.
-2146885621 0x8009200B CRYPT_E_NO_KEY_PROPERTY Cannot find the certificate and private key for decryption.
-2146885620 0x8009200C CRYPT_E_NO_DECRYPT_CERT Cannot find the certificate and private key to use for decryption.
-2146885619 0x8009200D CRYPT_E_BAD_MSG Not a cryptographic message or the cryptographic message is not formatted correctly.
-2146885618 0x8009200E CRYPT_E_NO_SIGNER The signed cryptographic message does not have a signer for the specified signer index.
-2146885617 0x8009200F CRYPT_E_PENDING_CLOSE Final closure is pending until additional frees or closes.
-2146885616 0x80092010 CRYPT_E_REVOKED The certificate is revoked.
-2146885615 0x80092011 CRYPT_E_NO_REVOCATION_DLL No DLL or exported function was found to verify revocation.
-2146885614 0x80092012 CRYPT_E_NO_REVOCATION_CHECK The revocation function was unable to check revocation for the certificate.
-2146885613 0x80092013 CRYPT_E_REVOCATION_OFFLINE The revocation function was unable to check revocation because the revocation server was offline.
-2146885612 0x80092014 CRYPT_E_NOT_IN_REVOCATION_DATABASE The certificate is not in the revocation server's database.
-2146885600 0x80092020 CRYPT_E_INVALID_NUMERIC_STRING The string contains a non-numeric character.
-2146885599 0x80092021 CRYPT_E_INVALID_PRINTABLE_STRING The string contains a nonprintable character.
-2146885598 0x80092022 CRYPT_E_INVALID_IA5_STRING The string contains a character not in the 7-bit ASCII character set.
-2146885597 0x80092023 CRYPT_E_INVALID_X500_STRING The string contains an invalid X500 name attribute key, object identifier (OID), value, or delimiter.
-2146885596 0x80092024 CRYPT_E_NOT_CHAR_STRING The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING.
-2146885595 0x80092025 CRYPT_E_FILERESIZED The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
-2146885594 0x80092026 CRYPT_E_SECURITY_SETTINGS The cryptographic operation failed due to a local security option setting.
-2146885593 0x80092027 CRYPT_E_NO_VERIFY_USAGE_DLL No DLL or exported function was found to verify subject usage.
-2146885592 0x80092028 CRYPT_E_NO_VERIFY_USAGE_CHECK The called function was unable to perform a usage check on the subject.
-2146885591 0x80092029 CRYPT_E_VERIFY_USAGE_OFFLINE The called function was unable to complete the usage check because the server was offline.
-2146885590 0x8009202A CRYPT_E_NOT_IN_CTL The subject was not found in a certificate trust list (CTL).
-2146885589 0x8009202B CRYPT_E_NO_TRUSTED_SIGNER None of the signers of the cryptographic message or certificate trust list is trusted.
-2146885588 0x8009202C CRYPT_E_MISSING_PUBKEY_PARA The public key's algorithm parameters are missing.
-2146881536 0x80093000 CRYPT_E_OSS_ERROR OSS Certificate encode/decode error code base.
-2146881535 0x80093001 OSS_MORE_BUF OSS ASN.1 Error: Output Buffer is too small.
-2146881534 0x80093002 OSS_NEGATIVE_UINTEGER OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
-2146881533 0x80093003 OSS_PDU_RANGE OSS ASN.1 Error: Unknown ASN.1 data type.
-2146881532 0x80093004 OSS_MORE_INPUT OSS ASN.1 Error: Output buffer is too small; the decoded data has been truncated.
-2146881531 0x80093005 OSS_DATA_ERROR OSS ASN.1 Error: Invalid data.
-2146881530 0x80093006 OSS_BAD_ARG OSS ASN.1 Error: Invalid argument.
-2146881529 0x80093007 OSS_BAD_VERSION OSS ASN.1 Error: Encode/Decode version mismatch.
-2146881528 0x80093008 OSS_OUT_MEMORY OSS ASN.1 Error: Out of memory.
-2146881527 0x80093009 OSS_PDU_MISMATCH OSS ASN.1 Error: Encode/Decode error.
-2146881526 0x8009300A OSS_LIMITED OSS ASN.1 Error: Internal error.
-2146881525 0x8009300B OSS_BAD_PTR OSS ASN.1 Error: Invalid data.
-2146881524 0x8009300C OSS_BAD_TIME OSS ASN.1 Error: Invalid data.
-2146881523 0x8009300D OSS_INDEFINITE_NOT_SUPPORTED OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
-2146881522 0x8009300E OSS_MEM_ERROR OSS ASN.1 Error: Access violation.
-2146881521 0x8009300F OSS_BAD_TABLE OSS ASN.1 Error: Invalid data.
-2146881520 0x80093010 OSS_TOO_LONG OSS ASN.1 Error: Invalid data.
-2146881519 0x80093011 OSS_CONSTRAINT_VIOLATED OSS ASN.1 Error: Invalid data.
-2146881518 0x80093012 OSS_FATAL_ERROR OSS ASN.1 Error: Internal error.
-2146881517 0x80093013 OSS_ACCESS_SERIALIZATION_ERROR OSS ASN.1 Error: Multithreading conflict.
-2146881516 0x80093014 OSS_NULL_TBL OSS ASN.1 Error: Invalid data.
-2146881515 0x80093015 OSS_NULL_FCN OSS ASN.1 Error: Invalid data.
-2146881514 0x80093016 OSS_BAD_ENCRULES OSS ASN.1 Error: Invalid data.
-2146881513 0x80093017 OSS_UNAVAIL_ENCRULES OSS ASN.1 Error: Encode/Decode function not implemented.
-2146881512 0x80093018 OSS_CANT_OPEN_TRACE_WINDOW OSS ASN.1 Error: Trace file error.
-2146881511 0x80093019 OSS_UNIMPLEMENTED OSS ASN.1 Error: Function not implemented.
-2146881510 0x8009301A OSS_OID_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881509 0x8009301B OSS_CANT_OPEN_TRACE_FILE OSS ASN.1 Error: Trace file error.
-2146881508 0x8009301C OSS_TRACE_FILE_ALREADY_OPEN OSS ASN.1 Error: Trace file error.
-2146881507 0x8009301D OSS_TABLE_MISMATCH OSS ASN.1 Error: Invalid data.
-2146881506 0x8009301E OSS_TYPE_NOT_SUPPORTED OSS ASN.1 Error: Invalid data.
-2146881505 0x8009301F OSS_REAL_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881504 0x80093020 OSS_REAL_CODE_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881503 0x80093021 OSS_OUT_OF_RANGE OSS ASN.1 Error: Program link error.
-2146881502 0x80093022 OSS_COPIER_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881501 0x80093023 OSS_CONSTRAINT_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881500 0x80093024 OSS_COMPARATOR_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881499 0x80093025 OSS_COMPARATOR_CODE_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881498 0x80093026 OSS_MEM_MGR_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881497 0x80093027 OSS_PDV_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881496 0x80093028 OSS_PDV_CODE_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881495 0x80093029 OSS_API_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881494 0x8009302A OSS_BERDER_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881493 0x8009302B OSS_PER_DLL_NOT_LINKED OSS ASN.1 Error: Program link error.
-2146881492 0x8009302C OSS_OPEN_TYPE_ERROR OSS ASN.1 Error: Program link error.
-2146881491 0x8009302D OSS_MUTEX_NOT_CREATED OSS ASN.1 Error: System resource error.
-2146881490 0x8009302E OSS_CANT_CLOSE_TRACE_FILE OSS ASN.1 Error: Trace file error.
-2146881280 0x80093100 CRYPT_E_ASN1_ERROR ASN1 Certificate encode/decode error code base.
-2146881279 0x80093101 CRYPT_E_ASN1_INTERNAL ASN1 internal encode or decode error.
-2146881278 0x80093102 CRYPT_E_ASN1_EOD ASN1 unexpected end of data.
-2146881277 0x80093103 CRYPT_E_ASN1_CORRUPT ASN1 corrupted data.
-2146881276 0x80093104 CRYPT_E_ASN1_LARGE ASN1 value too large.
-2146881275 0x80093105 CRYPT_E_ASN1_CONSTRAINT ASN1 constraint violated.
-2146881274 0x80093106 CRYPT_E_ASN1_MEMORY ASN1 out of memory.
-2146881273 0x80093107 CRYPT_E_ASN1_OVERFLOW ASN1 buffer overflow.
-2146881272 0x80093108 CRYPT_E_ASN1_BADPDU ASN1 function not supported for this protocol data unit (PDU).
-2146881271 0x80093109 CRYPT_E_ASN1_BADARGS ASN1 bad arguments to function call.
-2146881270 0x8009310A CRYPT_E_ASN1_BADREAL ASN1 bad real value.
-2146881269 0x8009310B CRYPT_E_ASN1_BADTAG ASN1 bad tag value met.
-2146881268 0x8009310C CRYPT_E_ASN1_CHOICE ASN1 bad choice value.
-2146881267 0x8009310D CRYPT_E_ASN1_RULE ASN1 bad encoding rule.
-2146881266 0x8009310E CRYPT_E_ASN1_UTF8 ASN1 bad Unicode (UTF8).
-2146881229 0x80093133 CRYPT_E_ASN1_PDU_TYPE ASN1 bad PDU type.
-2146881228 0x80093134 CRYPT_E_ASN1_NYI ASN1 not yet implemented.
-2146881023 0x80093201 CRYPT_E_ASN1_EXTENDED ASN1 skipped unknown extensions.
-2146881022 0x80093202 CRYPT_E_ASN1_NOEOD ASN1 end of data expected.
-2146877439 0x80094001 CERTSRV_E_BAD_REQUESTSUBJECT The request subject name is invalid or too long.
-2146877438 0x80094002 CERTSRV_E_NO_REQUEST The request does not exist.
-2146877437 0x80094003 CERTSRV_E_BAD_REQUESTSTATUS The request's current status does not allow this operation.
-2146877436 0x80094004 CERTSRV_E_PROPERTY_EMPTY The requested property value is empty.
-2146877435 0x80094005 CERTSRV_E_INVALID_CA_CERTIFICATE The CA's certificate contains invalid data.
-2146877434 0x80094006 CERTSRV_E_SERVER_SUSPENDED Certificate service has been suspended for a database restore operation.
-2146877433 0x80094007 CERTSRV_E_ENCODING_LENGTH The certificate contains an encoded length that is potentially incompatible with older enrollment software.
-2146877432 0x80094008 CERTSRV_E_ROLECONFLICT The operation is denied. The user has multiple roles assigned, and the CA is configured to enforce role separation.
-2146877431 0x80094009 CERTSRV_E_RESTRICTEDOFFICER The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
-2146877430 0x8009400A CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED Cannot archive private key. The CA is not configured for key archival.
-2146877429 0x8009400B CERTSRV_E_NO_VALID_KRA Cannot archive private key. The CA could not verify one or more key recovery certificates.
-2146877428 0x8009400C CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
-2146877427 0x8009400D CERTSRV_E_NO_CAADMIN_DEFINED At least one security principal must have the permission to manage this CA.
-2146877426 0x8009400E CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE The request contains an invalid renewal certificate attribute.
-2146877425 0x8009400F CERTSRV_E_NO_DB_SESSIONS An attempt was made to open a CA database session, but there are already too many active sessions. The server needs to be configured to allow additional sessions.
-2146877424 0x80094010 CERTSRV_E_ALIGNMENT_FAULT A memory reference caused a data alignment fault.
-2146877423 0x80094011 CERTSRV_E_ENROLL_DENIED The permissions on this CA do not allow the current user to enroll for certificates.
-2146877422 0x80094012 CERTSRV_E_TEMPLATE_DENIED The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
-2146877421 0x80094013 CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE The contacted domain controller cannot support signed Lightweight Directory Access Protocol (LDAP) traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
-2146875392 0x80094800 CERTSRV_E_UNSUPPORTED_CERT_TYPE The requested certificate template is not supported by this CA.
-2146875391 0x80094801 CERTSRV_E_NO_CERT_TYPE The request contains no certificate template information.
-2146875390 0x80094802 CERTSRV_E_TEMPLATE_CONFLICT The request contains conflicting template information.
-2146875389 0x80094803 CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED The request is missing a required Subject Alternate name extension.
-2146875388 0x80094804 CERTSRV_E_ARCHIVED_KEY_REQUIRED The request is missing a required private key for archival by the server.
-2146875387 0x80094805 CERTSRV_E_SMIME_REQUIRED The request is missing a required SMIME capabilities extension.
-2146875386 0x80094806 CERTSRV_E_BAD_RENEWAL_SUBJECT The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
-2146875385 0x80094807 CERTSRV_E_BAD_TEMPLATE_VERSION The request template version is newer than the supported template version.
-2146875384 0x80094808 CERTSRV_E_TEMPLATE_POLICY_REQUIRED The template is missing a required signature policy attribute.
-2146875383 0x80094809 CERTSRV_E_SIGNATURE_POLICY_REQUIRED The request is missing required signature policy information.
-2146875382 0x8009480A CERTSRV_E_SIGNATURE_COUNT The request is missing one or more required signatures.
-2146875381 0x8009480B CERTSRV_E_SIGNATURE_REJECTED One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
-2146875380 0x8009480C CERTSRV_E_ISSUANCE_POLICY_REQUIRED The request is missing one or more required signature issuance policies.
-2146875379 0x8009480D CERTSRV_E_SUBJECT_UPN_REQUIRED The UPN is unavailable and cannot be added to the Subject Alternate name.
-2146875378 0x8009480E CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
-2146875377 0x8009480F CERTSRV_E_SUBJECT_DNS_REQUIRED The Domain Name System (DNS) name is unavailable and cannot be added to the Subject Alternate name.
-2146875376 0x80094810 CERTSRV_E_ARCHIVED_KEY_UNEXPECTED The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
-2146875375 0x80094811 CERTSRV_E_KEY_LENGTH The public key does not meet the minimum size required by the specified certificate template.
-2146875374 0x80094812 CERTSRV_E_SUBJECT_EMAIL_REQUIRED The email name is unavailable and cannot be added to the Subject or Subject Alternate name.
-2146875373 0x80094813 CERTSRV_E_UNKNOWN_CERT_TYPE One or more certificate templates to be enabled on this CA could not be found.
-2146875372 0x80094814 CERTSRV_E_CERT_TYPE_OVERLAP The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed.
-2146875371 0x80094815 CERTSRV_E_TOO_MANY_SIGNATURES The certificate template requires too many return authorization (RA) signatures. Only one RA signature is allowed.
-2146875370 0x80094816 CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY The key used in a renewal request does not match one of the certificates being renewed.
-2146875369 0x80094817 CERTSRV_E_INVALID_EK The endorsement key certificate is not valid.
-2146875366 0x8009481A CERTSRV_E_KEY_ATTESTATION Key attestation did not succeed.
-2146873344 0x80095000 XENROLL_E_KEY_NOT_EXPORTABLE The key is not exportable.
-2146873343 0x80095001 XENROLL_E_CANNOT_ADD_ROOT_CERT You cannot add the root CA certificate into your local store.
-2146873342 0x80095002 XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND The key archival hash attribute was not found in the response.
-2146873341 0x80095003 XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH An unexpected key archival hash attribute was found in the response.
-2146873340 0x80095004 XENROLL_E_RESPONSE_KA_HASH_MISMATCH There is a key archival hash mismatch between the request and the response.
-2146873339 0x80095005 XENROLL_E_KEYSPEC_SMIME_MISMATCH Signing certificate cannot include SMIME extension.
-2146869247 0x80096001 TRUST_E_SYSTEM_ERROR A system-level error occurred while verifying trust.
-2146869246 0x80096002 TRUST_E_NO_SIGNER_CERT The certificate for the signer of the message is invalid or not found.
-2146869245 0x80096003 TRUST_E_COUNTER_SIGNER One of the counter signatures was invalid.
-2146869244 0x80096004 TRUST_E_CERT_SIGNATURE The signature of the certificate cannot be verified.
-2146869243 0x80096005 TRUST_E_TIME_STAMP The time-stamp signature or certificate could not be verified or is malformed.
-2146869232 0x80096010 TRUST_E_BAD_DIGEST The digital signature of the object did not verify.
-2146869223 0x80096019 TRUST_E_BASIC_CONSTRAINTS A certificate's basic constraint extension has not been observed.
-2146869218 0x8009601E TRUST_E_FINANCIAL_CRITERIA The certificate does not meet or contain the Authenticode financial extensions.
-2146865151 0x80097001 MSSIPOTF_E_OUTOFMEMRANGE Tried to reference a part of the file outside the proper range.
-2146865150 0x80097002 MSSIPOTF_E_CANTGETOBJECT Could not retrieve an object from the file.
-2146865149 0x80097003 MSSIPOTF_E_NOHEADTABLE Could not find the head table in the file.
-2146865148 0x80097004 MSSIPOTF_E_BAD_MAGICNUMBER The magic number in the head table is incorrect.
-2146865147 0x80097005 MSSIPOTF_E_BAD_OFFSET_TABLE The offset table has incorrect values.
-2146865146 0x80097006 MSSIPOTF_E_TABLE_TAGORDER Duplicate table tags or the tags are out of alphabetical order.
-2146865145 0x80097007 MSSIPOTF_E_TABLE_LONGWORD A table does not start on a long word boundary.
-2146865144 0x80097008 MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT First table does not appear after header information.
-2146865143 0x80097009 MSSIPOTF_E_TABLES_OVERLAP Two or more tables overlap.
-2146865142 0x8009700A MSSIPOTF_E_TABLE_PADBYTES Too many pad bytes between tables, or pad bytes are not 0.
-2146865141 0x8009700B MSSIPOTF_E_FILETOOSMALL File is too small to contain the last table.
-2146865140 0x8009700C MSSIPOTF_E_TABLE_CHECKSUM A table checksum is incorrect.
-2146865139 0x8009700D MSSIPOTF_E_FILE_CHECKSUM The file checksum is incorrect.
-2146865136 0x80097010 MSSIPOTF_E_FAILED_POLICY The signature does not have the correct attributes for the policy.
-2146865135 0x80097011 MSSIPOTF_E_FAILED_HINTS_CHECK The file did not pass the hints check.
-2146865134 0x80097012 MSSIPOTF_E_NOT_OPENTYPE The file is not an OpenType file.
-2146865133 0x80097013 MSSIPOTF_E_FILE Failed on a file operation (such as open, map, read, or write).
-2146865132 0x80097014 MSSIPOTF_E_CRYPT A call to a CryptoAPI function failed.
-2146865131 0x80097015 MSSIPOTF_E_BADVERSION There is a bad version number in the file.
-2146865130 0x80097016 MSSIPOTF_E_DSIG_STRUCTURE The structure of the DSIG table is incorrect.
-2146865129 0x80097017 MSSIPOTF_E_PCONST_CHECK A check failed in a partially constant table.
-2146865128 0x80097018 MSSIPOTF_E_STRUCTURE Some kind of structural error.
-2146865127 0x80097019 ERROR_CRED_REQUIRES_CONFIRMATION The requested credential requires confirmation.
-2146762751 0x800B0001 TRUST_E_PROVIDER_UNKNOWN Unknown trust provider.
-2146762750 0x800B0002 TRUST_E_ACTION_UNKNOWN The trust verification action specified is not supported by the specified trust provider.
-2146762749 0x800B0003 TRUST_E_SUBJECT_FORM_UNKNOWN The form specified for the subject is not one supported or known by the specified trust provider.
-2146762748 0x800B0004 TRUST_E_SUBJECT_NOT_TRUSTED The subject is not trusted for the specified action.
-2146762747 0x800B0005 DIGSIG_E_ENCODE Error due to problem in ASN.1 encoding process.
-2146762746 0x800B0006 DIGSIG_E_DECODE Error due to problem in ASN.1 decoding process.
-2146762745 0x800B0007 DIGSIG_E_EXTENSIBILITY Reading/writing extensions where attributes are appropriate, and vice versa.
-2146762744 0x800B0008 DIGSIG_E_CRYPTO Unspecified cryptographic failure.
-2146762743 0x800B0009 PERSIST_E_SIZEDEFINITE The size of the data could not be determined.
-2146762742 0x800B000A PERSIST_E_SIZEINDEFINITE The size of the indefinite-sized data could not be determined.
-2146762741 0x800B000B PERSIST_E_NOTSELFSIZING This object does not read and write self-sizing data.
-2146762496 0x800B0100 TRUST_E_NOSIGNATURE No signature was present in the subject.
-2146762495 0x800B0101 CERT_E_EXPIRED A required certificate is not within its validity period when verifying against the current system clock or the time stamp in the signed file.
-2146762494 0x800B0102 CERT_E_VALIDITYPERIODNESTING The validity periods of the certification chain do not nest correctly.
-2146762493 0x800B0103 CERT_E_ROLE A certificate that can only be used as an end entity is being used as a CA or vice versa.
-2146762492 0x800B0104 CERT_E_PATHLENCONST A path length constraint in the certification chain has been violated.
-2146762491 0x800B0105 CERT_E_CRITICAL A certificate contains an unknown extension that is marked "critical".
-2146762490 0x800B0106 CERT_E_PURPOSE A certificate is being used for a purpose other than the ones specified by its CA.
-2146762489 0x800B0107 CERT_E_ISSUERCHAINING A parent of a given certificate did not issue that child certificate.
-2146762488 0x800B0108 CERT_E_MALFORMED A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
-2146762487 0x800B0109 CERT_E_UNTRUSTEDROOT A certificate chain processed, but terminated in a root certificate that is not trusted by the trust provider.
-2146762486 0x800B010A CERT_E_CHAINING A certificate chain could not be built to a trusted root authority.
-2146762485 0x800B010B TRUST_E_FAIL Generic trust failure.
-2146762484 0x800B010C CERT_E_REVOKED A certificate was explicitly revoked by its issuer. If the certificate is Microsoft Windows PCA 2010, then the driver was signed by a certificate no longer recognized by Windows.<3>
-2146762483 0x800B010D CERT_E_UNTRUSTEDTESTROOT The certification path terminates with the test root that is not trusted with the current policy settings.
-2146762482 0x800B010E CERT_E_REVOCATION_FAILURE The revocation process could not continue—the certificates could not be checked.
-2146762481 0x800B010F CERT_E_CN_NO_MATCH The certificate's CN name does not match the passed value.
-2146762480 0x800B0110 CERT_E_WRONG_USAGE The certificate is not valid for the requested usage.
-2146762479 0x800B0111 TRUST_E_EXPLICIT_DISTRUST The certificate was explicitly marked as untrusted by the user.
-2146762478 0x800B0112 CERT_E_UNTRUSTEDCA A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
-2146762477 0x800B0113 CERT_E_INVALID_POLICY The certificate has invalid policy.
-2146762476 0x800B0114 CERT_E_INVALID_NAME The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
-2146631677 0x800D0003 NS_W_SERVER_BANDWIDTH_LIMIT The maximum filebitrate value specified is greater than the server's configured maximum bandwidth.
-2146631676 0x800D0004 NS_W_FILE_BANDWIDTH_LIMIT The maximum bandwidth value specified is less than the maximum filebitrate.
-2146631584 0x800D0060 NS_W_UNKNOWN_EVENT Unknown %1 event encountered.
-2146631271 0x800D0199 NS_I_CATATONIC_FAILURE Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic.
-2146631270 0x800D019A NS_I_CATATONIC_AUTO_UNFAIL Disk %1 ( %2 ) on Content Server %3, auto online from catatonic state.
-2146500608 0x800F0000 SPAPI_E_EXPECTED_SECTION_NAME A non-empty line was encountered in the INF before the start of a section.
-2146500607 0x800F0001 SPAPI_E_BAD_SECTION_NAME_LINE A section name marker in the information file (INF) is not complete or does not exist on a line by itself.
-2146500606 0x800F0002 SPAPI_E_SECTION_NAME_TOO_LONG An INF section was encountered whose name exceeds the maximum section name length.
-2146500605 0x800F0003 SPAPI_E_GENERAL_SYNTAX The syntax of the INF is invalid.
-2146500352 0x800F0100 SPAPI_E_WRONG_INF_STYLE The style of the INF is different than what was requested.
-2146500351 0x800F0101 SPAPI_E_SECTION_NOT_FOUND The required section was not found in the INF.
-2146500350 0x800F0102 SPAPI_E_LINE_NOT_FOUND The required line was not found in the INF.
-2146500349 0x800F0103 SPAPI_E_NO_BACKUP The files affected by the installation of this file queue have not been backed up for uninstall.
-2146500096 0x800F0200 SPAPI_E_NO_ASSOCIATED_CLASS The INF or the device information set or element does not have an associated install class.
-2146500095 0x800F0201 SPAPI_E_CLASS_MISMATCH The INF or the device information set or element does not match the specified install class.
-2146500094 0x800F0202 SPAPI_E_DUPLICATE_FOUND An existing device was found that is a duplicate of the device being manually installed.
-2146500093 0x800F0203 SPAPI_E_NO_DRIVER_SELECTED There is no driver selected for the device information set or element.
-2146500092 0x800F0204 SPAPI_E_KEY_DOES_NOT_EXIST The requested device registry key does not exist.
-2146500091 0x800F0205 SPAPI_E_INVALID_DEVINST_NAME The device instance name is invalid.
-2146500090 0x800F0206 SPAPI_E_INVALID_CLASS The install class is not present or is invalid.
-2146500089 0x800F0207 SPAPI_E_DEVINST_ALREADY_EXISTS The device instance cannot be created because it already exists.
-2146500088 0x800F0208 SPAPI_E_DEVINFO_NOT_REGISTERED The operation cannot be performed on a device information element that has not been registered.
-2146500087 0x800F0209 SPAPI_E_INVALID_REG_PROPERTY The device property code is invalid.
-2146500086 0x800F020A SPAPI_E_NO_INF The INF from which a driver list is to be built does not exist.
-2146500085 0x800F020B SPAPI_E_NO_SUCH_DEVINST The device instance does not exist in the hardware tree.
-2146500084 0x800F020C SPAPI_E_CANT_LOAD_CLASS_ICON The icon representing this install class cannot be loaded.
-2146500083 0x800F020D SPAPI_E_INVALID_CLASS_INSTALLER The class installer registry entry is invalid.
-2146500082 0x800F020E SPAPI_E_DI_DO_DEFAULT The class installer has indicated that the default action should be performed for this installation request.
-2146500081 0x800F020F SPAPI_E_DI_NOFILECOPY The operation does not require any files to be copied.
-2146500080 0x800F0210 SPAPI_E_INVALID_HWPROFILE The specified hardware profile does not exist.
-2146500079 0x800F0211 SPAPI_E_NO_DEVICE_SELECTED There is no device information element currently selected for this device information set.
-2146500078 0x800F0212 SPAPI_E_DEVINFO_LIST_LOCKED The operation cannot be performed because the device information set is locked.
-2146500077 0x800F0213 SPAPI_E_DEVINFO_DATA_LOCKED The operation cannot be performed because the device information element is locked.
-2146500076 0x800F0214 SPAPI_E_DI_BAD_PATH The specified path does not contain any applicable device INFs.
-2146500075 0x800F0215 SPAPI_E_NO_CLASSINSTALL_PARAMS No class installer parameters have been set for the device information set or element.
-2146500074 0x800F0216 SPAPI_E_FILEQUEUE_LOCKED The operation cannot be performed because the file queue is locked.
-2146500073 0x800F0217 SPAPI_E_BAD_SERVICE_INSTALLSECT A service installation section in this INF is invalid.
-2146500072 0x800F0218 SPAPI_E_NO_CLASS_DRIVER_LIST There is no class driver list for the device information element.
-2146500071 0x800F0219 SPAPI_E_NO_ASSOCIATED_SERVICE The installation failed because a function driver was not specified for this device instance.
-2146500070 0x800F021A SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE There is presently no default device interface designated for this interface class.
-2146500069 0x800F021B SPAPI_E_DEVICE_INTERFACE_ACTIVE The operation cannot be performed because the device interface is currently active.
-2146500068 0x800F021C SPAPI_E_DEVICE_INTERFACE_REMOVED The operation cannot be performed because the device interface has been removed from the system.
-2146500067 0x800F021D SPAPI_E_BAD_INTERFACE_INSTALLSECT An interface installation section in this INF is invalid.
-2146500066 0x800F021E SPAPI_E_NO_SUCH_INTERFACE_CLASS This interface class does not exist in the system.
-2146500065 0x800F021F SPAPI_E_INVALID_REFERENCE_STRING The reference string supplied for this interface device is invalid.
-2146500064 0x800F0220 SPAPI_E_INVALID_MACHINENAME The specified machine name does not conform to Universal Naming Convention (UNCs).
-2146500063 0x800F0221 SPAPI_E_REMOTE_COMM_FAILURE A general remote communication error occurred.
-2146500062 0x800F0222 SPAPI_E_MACHINE_UNAVAILABLE The machine selected for remote communication is not available at this time.
-2146500061 0x800F0223 SPAPI_E_NO_CONFIGMGR_SERVICES The Plug and Play service is not available on the remote machine.
-2146500060 0x800F0224 SPAPI_E_INVALID_PROPPAGE_PROVIDER The property page provider registry entry is invalid.
-2146500059 0x800F0225 SPAPI_E_NO_SUCH_DEVICE_INTERFACE The requested device interface is not present in the system.
-2146500058 0x800F0226 SPAPI_E_DI_POSTPROCESSING_REQUIRED The device's co-installer has additional work to perform after installation is complete.
-2146500057 0x800F0227 SPAPI_E_INVALID_COINSTALLER The device's co-installer is invalid.
-2146500056 0x800F0228 SPAPI_E_NO_COMPAT_DRIVERS There are no compatible drivers for this device.
-2146500055 0x800F0229 SPAPI_E_NO_DEVICE_ICON There is no icon that represents this device or device type.
-2146500054 0x800F022A SPAPI_E_INVALID_INF_LOGCONFIG A logical configuration specified in this INF is invalid.
-2146500053 0x800F022B SPAPI_E_DI_DONT_INSTALL The class installer has denied the request to install or upgrade this device.
-2146500052 0x800F022C SPAPI_E_INVALID_FILTER_DRIVER One of the filter drivers installed for this device is invalid.
-2146500051 0x800F022D SPAPI_E_NON_WINDOWS_NT_DRIVER The driver selected for this device does not support Windows XP operating system.
-2146500050 0x800F022E SPAPI_E_NON_WINDOWS_DRIVER The driver selected for this device does not support Windows.
-2146500049 0x800F022F SPAPI_E_NO_CATALOG_FOR_OEM_INF The third-party INF does not contain digital signature information.
-2146500048 0x800F0230 SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
-2146500047 0x800F0231 SPAPI_E_NOT_DISABLEABLE The device cannot be disabled.
-2146500046 0x800F0232 SPAPI_E_CANT_REMOVE_DEVINST The device could not be dynamically removed.
-2146500045 0x800F0233 SPAPI_E_INVALID_TARGET Cannot copy to specified target.
-2146500044 0x800F0234 SPAPI_E_DRIVER_NONNATIVE Driver is not intended for this platform.
-2146500043 0x800F0235 SPAPI_E_IN_WOW64 Operation not allowed in WOW64.
-2146500042 0x800F0236 SPAPI_E_SET_SYSTEM_RESTORE_POINT The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
-2146500041 0x800F0237 SPAPI_E_INCORRECTLY_COPIED_INF An INF was copied into the Windows INF directory in an improper manner.
-2146500040 0x800F0238 SPAPI_E_SCE_DISABLED The Security Configuration Editor (SCE) APIs have been disabled on this embedded product.
-2146500039 0x800F0239 SPAPI_E_UNKNOWN_EXCEPTION An unknown exception was encountered.
-2146500038 0x800F023A SPAPI_E_PNP_REGISTRY_ERROR A problem was encountered when accessing the Plug and Play registry database.
-2146500037 0x800F023B SPAPI_E_REMOTE_REQUEST_UNSUPPORTED The requested operation is not supported for a remote machine.
-2146500036 0x800F023C SPAPI_E_NOT_AN_INSTALLED_OEM_INF The specified file is not an installed original equipment manufacturer (OEM) INF.
-2146500035 0x800F023D SPAPI_E_INF_IN_USE_BY_DEVICES One or more devices are presently installed using the specified INF.
-2146500034 0x800F023E SPAPI_E_DI_FUNCTION_OBSOLETE The requested device install operation is obsolete.
-2146500033 0x800F023F SPAPI_E_NO_AUTHENTICODE_CATALOG A file could not be verified because it does not have an associated catalog signed via Authenticode.
-2146500032 0x800F0240 SPAPI_E_AUTHENTICODE_DISALLOWED Authenticode signature verification is not supported for the specified INF.
-2146500031 0x800F0241 SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER The INF was signed with an Authenticode catalog from a trusted publisher.
-2146500030 0x800F0242 SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED The publisher of an Authenticode-signed catalog has not yet been established as trusted.
-2146500029 0x800F0243 SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED The publisher of an Authenticode-signed catalog was not established as trusted.
-2146500028 0x800F0244 SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH The software was tested for compliance with Windows logo requirements on a different version of Windows and might not be compatible with this version.
-2146500027 0x800F0245 SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE The file can be validated only by a catalog signed via Authenticode.
-2146500026 0x800F0246 SPAPI_E_DEVICE_INSTALLER_NOT_READY One of the installers for this device cannot perform the installation at this time.
-2146500025 0x800F0247 SPAPI_E_DRIVER_STORE_ADD_FAILED A problem was encountered while attempting to add the driver to the store.
-2146500024 0x800F0248 SPAPI_E_DEVICE_INSTALL_BLOCKED The installation of this device is forbidden by system policy. Contact your system administrator.
-2146500023 0x800F0249 SPAPI_E_DRIVER_INSTALL_BLOCKED The installation of this driver is forbidden by system policy. Contact your system administrator.
-2146500022 0x800F024A SPAPI_E_WRONG_INF_TYPE The specified INF is the wrong type for this operation.
-2146500021 0x800F024B SPAPI_E_FILE_HASH_NOT_IN_CATALOG The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
-2146500020 0x800F024C SPAPI_E_DRIVER_STORE_DELETE_FAILED A problem was encountered while attempting to delete the driver from the store.
-2146499840 0x800F0300 SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW An unrecoverable stack overflow was encountered.
-2146496512 0x800F1000 SPAPI_E_ERROR_NOT_INSTALLED No installed components were detected.
-2146435071 0x80100001 SCARD_F_INTERNAL_ERROR An internal consistency check failed.
-2146435070 0x80100002 SCARD_E_CANCELLED The action was canceled by an SCardCancel request.
-2146435069 0x80100003 SCARD_E_INVALID_HANDLE The supplied handle was invalid.
-2146435068 0x80100004 SCARD_E_INVALID_PARAMETER One or more of the supplied parameters could not be properly interpreted.
-2146435067 0x80100005 SCARD_E_INVALID_TARGET Registry startup information is missing or invalid.
-2146435066 0x80100006 SCARD_E_NO_MEMORY Not enough memory available to complete this command.
-2146435065 0x80100007 SCARD_F_WAITED_TOO_LONG An internal consistency timer has expired.
-2146435064 0x80100008 SCARD_E_INSUFFICIENT_BUFFER The data buffer to receive returned data is too small for the returned data.
-2146435063 0x80100009 SCARD_E_UNKNOWN_READER The specified reader name is not recognized.
-2146435062 0x8010000A SCARD_E_TIMEOUT The user-specified time-out value has expired.
-2146435061 0x8010000B SCARD_E_SHARING_VIOLATION The smart card cannot be accessed because of other connections outstanding.
-2146435060 0x8010000C SCARD_E_NO_SMARTCARD The operation requires a smart card, but no smart card is currently in the device.
-2146435059 0x8010000D SCARD_E_UNKNOWN_CARD The specified smart card name is not recognized.
-2146435058 0x8010000E SCARD_E_CANT_DISPOSE The system could not dispose of the media in the requested manner.
-2146435057 0x8010000F SCARD_E_PROTO_MISMATCH The requested protocols are incompatible with the protocol currently in use with the smart card.
-2146435056 0x80100010 SCARD_E_NOT_READY The reader or smart card is not ready to accept commands.
-2146435055 0x80100011 SCARD_E_INVALID_VALUE One or more of the supplied parameters values could not be properly interpreted.
-2146435054 0x80100012 SCARD_E_SYSTEM_CANCELLED The action was canceled by the system, presumably to log off or shut down.
-2146435053 0x80100013 SCARD_F_COMM_ERROR An internal communications error has been detected.
-2146435052 0x80100014 SCARD_F_UNKNOWN_ERROR An internal error has been detected, but the source is unknown.
-2146435051 0x80100015 SCARD_E_INVALID_ATR An automatic terminal recognition (ATR) obtained from the registry is not a valid ATR string.
-2146435050 0x80100016 SCARD_E_NOT_TRANSACTED An attempt was made to end a nonexistent transaction.
-2146435049 0x80100017 SCARD_E_READER_UNAVAILABLE The specified reader is not currently available for use.
-2146435048 0x80100018 SCARD_P_SHUTDOWN The operation has been aborted to allow the server application to exit.
-2146435047 0x80100019 SCARD_E_PCI_TOO_SMALL The peripheral component interconnect (PCI) Receive buffer was too small.
-2146435046 0x8010001A SCARD_E_READER_UNSUPPORTED The reader driver does not meet minimal requirements for support.
-2146435045 0x8010001B SCARD_E_DUPLICATE_READER The reader driver did not produce a unique reader name.
-2146435044 0x8010001C SCARD_E_CARD_UNSUPPORTED The smart card does not meet minimal requirements for support.
-2146435043 0x8010001D SCARD_E_NO_SERVICE The smart card resource manager is not running.
-2146435042 0x8010001E SCARD_E_SERVICE_STOPPED The smart card resource manager has shut down.
-2146435041 0x8010001F SCARD_E_UNEXPECTED An unexpected card error has occurred.
-2146435040 0x80100020 SCARD_E_ICC_INSTALLATION No primary provider can be found for the smart card.
-2146435039 0x80100021 SCARD_E_ICC_CREATEORDER The requested order of object creation is not supported.
-2146435038 0x80100022 SCARD_E_UNSUPPORTED_FEATURE This smart card does not support the requested feature.
-2146435037 0x80100023 SCARD_E_DIR_NOT_FOUND The identified directory does not exist in the smart card.
-2146435036 0x80100024 SCARD_E_FILE_NOT_FOUND The identified file does not exist in the smart card.
-2146435035 0x80100025 SCARD_E_NO_DIR The supplied path does not represent a smart card directory.
-2146435034 0x80100026 SCARD_E_NO_FILE The supplied path does not represent a smart card file.
-2146435033 0x80100027 SCARD_E_NO_ACCESS Access is denied to this file.
-2146435032 0x80100028 SCARD_E_WRITE_TOO_MANY The smart card does not have enough memory to store the information.
-2146435031 0x80100029 SCARD_E_BAD_SEEK There was an error trying to set the smart card file object pointer.
-2146435030 0x8010002A SCARD_E_INVALID_CHV The supplied PIN is incorrect.
-2146435029 0x8010002B SCARD_E_UNKNOWN_RES_MNG An unrecognized error code was returned from a layered component.
-2146435028 0x8010002C SCARD_E_NO_SUCH_CERTIFICATE The requested certificate does not exist.
-2146435027 0x8010002D SCARD_E_CERTIFICATE_UNAVAILABLE The requested certificate could not be obtained.
-2146435026 0x8010002E SCARD_E_NO_READERS_AVAILABLE Cannot find a smart card reader.
-2146435025 0x8010002F SCARD_E_COMM_DATA_LOST A communications error with the smart card has been detected. Retry the operation.
-2146435024 0x80100030 SCARD_E_NO_KEY_CONTAINER The requested key container does not exist on the smart card.
-2146435023 0x80100031 SCARD_E_SERVER_TOO_BUSY The smart card resource manager is too busy to complete this operation.
-2146434971 0x80100065 SCARD_W_UNSUPPORTED_CARD The reader cannot communicate with the smart card, due to ATR configuration conflicts.
-2146434970 0x80100066 SCARD_W_UNRESPONSIVE_CARD The smart card is not responding to a reset.
-2146434969 0x80100067 SCARD_W_UNPOWERED_CARD Power has been removed from the smart card, so that further communication is not possible.
-2146434968 0x80100068 SCARD_W_RESET_CARD The smart card has been reset, so any shared state information is invalid.
-2146434967 0x80100069 SCARD_W_REMOVED_CARD The smart card has been removed, so that further communication is not possible.
-2146434966 0x8010006A SCARD_W_SECURITY_VIOLATION Access was denied because of a security violation.
-2146434965 0x8010006B SCARD_W_WRONG_CHV The card cannot be accessed because the wrong PIN was presented.
-2146434964 0x8010006C SCARD_W_CHV_BLOCKED The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
-2146434963 0x8010006D SCARD_W_EOF The end of the smart card file has been reached.
-2146434962 0x8010006E SCARD_W_CANCELLED_BY_USER The action was canceled by the user.
-2146434961 0x8010006F SCARD_W_CARD_NOT_AUTHENTICATED No PIN was presented to the smart card.
-2146368511 0x80110401 COMADMIN_E_OBJECTERRORS Errors occurred accessing one or more objects—the ErrorInfo collection contains more detail.
-2146368510 0x80110402 COMADMIN_E_OBJECTINVALID One or more of the object's properties are missing or invalid.
-2146368509 0x80110403 COMADMIN_E_KEYMISSING The object was not found in the catalog.
-2146368508 0x80110404 COMADMIN_E_ALREADYINSTALLED The object is already registered.
-2146368505 0x80110407 COMADMIN_E_APP_FILE_WRITEFAIL An error occurred writing to the application file.
-2146368504 0x80110408 COMADMIN_E_APP_FILE_READFAIL An error occurred reading the application file.
-2146368503 0x80110409 COMADMIN_E_APP_FILE_VERSION Invalid version number in application file.
-2146368502 0x8011040A COMADMIN_E_BADPATH The file path is invalid.
-2146368501 0x8011040B COMADMIN_E_APPLICATIONEXISTS The application is already installed.
-2146368500 0x8011040C COMADMIN_E_ROLEEXISTS The role already exists.
-2146368499 0x8011040D COMADMIN_E_CANTCOPYFILE An error occurred copying the file.
-2146368497 0x8011040F COMADMIN_E_NOUSER One or more users are not valid.
-2146368496 0x80110410 COMADMIN_E_INVALIDUSERIDS One or more users in the application file are not valid.
-2146368495 0x80110411 COMADMIN_E_NOREGISTRYCLSID The component's CLSID is missing or corrupt.
-2146368494 0x80110412 COMADMIN_E_BADREGISTRYPROGID The component's programmatic ID is missing or corrupt.
-2146368493 0x80110413 COMADMIN_E_AUTHENTICATIONLEVEL Unable to set required authentication level for update request.
-2146368492 0x80110414 COMADMIN_E_USERPASSWDNOTVALID The identity or password set on the application is not valid.
-2146368488 0x80110418 COMADMIN_E_CLSIDORIIDMISMATCH Application file CLSIDs or instance identifiers (IIDs) do not match corresponding DLLs.
-2146368487 0x80110419 COMADMIN_E_REMOTEINTERFACE Interface information is either missing or changed.
-2146368486 0x8011041A COMADMIN_E_DLLREGISTERSERVER DllRegisterServer failed on component install.
-2146368485 0x8011041B COMADMIN_E_NOSERVERSHARE No server file share available.
-2146368483 0x8011041D COMADMIN_E_DLLLOADFAILED DLL could not be loaded.
-2146368482 0x8011041E COMADMIN_E_BADREGISTRYLIBID The registered TypeLib ID is not valid.
-2146368481 0x8011041F COMADMIN_E_APPDIRNOTFOUND Application install directory not found.
-2146368477 0x80110423 COMADMIN_E_REGISTRARFAILED Errors occurred while in the component registrar.
-2146368476 0x80110424 COMADMIN_E_COMPFILE_DOESNOTEXIST The file does not exist.
-2146368475 0x80110425 COMADMIN_E_COMPFILE_LOADDLLFAIL The DLL could not be loaded.
-2146368474 0x80110426 COMADMIN_E_COMPFILE_GETCLASSOBJ GetClassObject failed in the DLL.
-2146368473 0x80110427 COMADMIN_E_COMPFILE_CLASSNOTAVAIL The DLL does not support the components listed in the TypeLib.
-2146368472 0x80110428 COMADMIN_E_COMPFILE_BADTLB The TypeLib could not be loaded.
-2146368471 0x80110429 COMADMIN_E_COMPFILE_NOTINSTALLABLE The file does not contain components or component information.
-2146368470 0x8011042A COMADMIN_E_NOTCHANGEABLE Changes to this object and its subobjects have been disabled.
-2146368469 0x8011042B COMADMIN_E_NOTDELETEABLE The delete function has been disabled for this object.
-2146368468 0x8011042C COMADMIN_E_SESSION The server catalog version is not supported.
-2146368467 0x8011042D COMADMIN_E_COMP_MOVE_LOCKED The component move was disallowed because the source or destination application is either a system application or currently locked against changes.
-2146368466 0x8011042E COMADMIN_E_COMP_MOVE_BAD_DEST The component move failed because the destination application no longer exists.
-2146368464 0x80110430 COMADMIN_E_REGISTERTLB The system was unable to register the TypeLib.
-2146368461 0x80110433 COMADMIN_E_SYSTEMAPP This operation cannot be performed on the system application.
-2146368460 0x80110434 COMADMIN_E_COMPFILE_NOREGISTRAR The component registrar referenced in this file is not available.
-2146368459 0x80110435 COMADMIN_E_COREQCOMPINSTALLED A component in the same DLL is already installed.
-2146368458 0x80110436 COMADMIN_E_SERVICENOTINSTALLED The service is not installed.
-2146368457 0x80110437 COMADMIN_E_PROPERTYSAVEFAILED One or more property settings are either invalid or in conflict with each other.
-2146368456 0x80110438 COMADMIN_E_OBJECTEXISTS The object you are attempting to add or rename already exists.
-2146368455 0x80110439 COMADMIN_E_COMPONENTEXISTS The component already exists.
-2146368453 0x8011043B COMADMIN_E_REGFILE_CORRUPT The registration file is corrupt.
-2146368452 0x8011043C COMADMIN_E_PROPERTY_OVERFLOW The property value is too large.
-2146368450 0x8011043E COMADMIN_E_NOTINREGISTRY Object was not found in registry.
-2146368449 0x8011043F COMADMIN_E_OBJECTNOTPOOLABLE This object cannot be pooled.
-2146368442 0x80110446 COMADMIN_E_APPLID_MATCHES_CLSID A CLSID with the same GUID as the new application ID is already installed on this machine.
-2146368441 0x80110447 COMADMIN_E_ROLE_DOES_NOT_EXIST A role assigned to a component, interface, or method did not exist in the application.
-2146368440 0x80110448 COMADMIN_E_START_APP_NEEDS_COMPONENTS You must have components in an application to start the application.
-2146368439 0x80110449 COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM This operation is not enabled on this platform.
-2146368438 0x8011044A COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY Application proxy is not exportable.
-2146368437 0x8011044B COMADMIN_E_CAN_NOT_START_APP Failed to start application because it is either a library application or an application proxy.
-2146368436 0x8011044C COMADMIN_E_CAN_NOT_EXPORT_SYS_APP System application is not exportable.
-2146368435 0x8011044D COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT Cannot subscribe to this component (the component might have been imported).
-2146368434 0x8011044E COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER An event class cannot also be a subscriber component.
-2146368433 0x8011044F COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE Library applications and application proxies are incompatible.
-2146368432 0x80110450 COMADMIN_E_BASE_PARTITION_ONLY This function is valid for the base partition only.
-2146368431 0x80110451 COMADMIN_E_START_APP_DISABLED You cannot start an application that has been disabled.
-2146368425 0x80110457 COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME The specified partition name is already in use on this computer.
-2146368424 0x80110458 COMADMIN_E_CAT_INVALID_PARTITION_NAME The specified partition name is invalid. Check that the name contains at least one visible character.
-2146368423 0x80110459 COMADMIN_E_CAT_PARTITION_IN_USE The partition cannot be deleted because it is the default partition for one or more users.
-2146368422 0x8011045A COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES The partition cannot be exported because one or more components in the partition have the same file name.
-2146368421 0x8011045B COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED Applications that contain one or more imported components cannot be installed into a nonbase partition.
-2146368420 0x8011045C COMADMIN_E_AMBIGUOUS_APPLICATION_NAME The application name is not unique and cannot be resolved to an application ID.
-2146368419 0x8011045D COMADMIN_E_AMBIGUOUS_PARTITION_NAME The partition name is not unique and cannot be resolved to a partition ID.
-2146368398 0x80110472 COMADMIN_E_REGDB_NOTINITIALIZED The COM+ registry database has not been initialized.
-2146368397 0x80110473 COMADMIN_E_REGDB_NOTOPEN The COM+ registry database is not open.
-2146368396 0x80110474 COMADMIN_E_REGDB_SYSTEMERR The COM+ registry database detected a system error.
-2146368395 0x80110475 COMADMIN_E_REGDB_ALREADYRUNNING The COM+ registry database is already running.
-2146368384 0x80110480 COMADMIN_E_MIG_VERSIONNOTSUPPORTED This version of the COM+ registry database cannot be migrated.
-2146368383 0x80110481 COMADMIN_E_MIG_SCHEMANOTFOUND The schema version to be migrated could not be found in the COM+ registry database.
-2146368382 0x80110482 COMADMIN_E_CAT_BITNESSMISMATCH There was a type mismatch between binaries.
-2146368381 0x80110483 COMADMIN_E_CAT_UNACCEPTABLEBITNESS A binary of unknown or invalid type was provided.
-2146368380 0x80110484 COMADMIN_E_CAT_WRONGAPPBITNESS There was a type mismatch between a binary and an application.
-2146368379 0x80110485 COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED The application cannot be paused or resumed.
-2146368378 0x80110486 COMADMIN_E_CAT_SERVERFAULT The COM+ catalog server threw an exception during execution.
-2146368000 0x80110600 COMQC_E_APPLICATION_NOT_QUEUED Only COM+ applications marked "queued" can be invoked using the "queue" moniker.
-2146367999 0x80110601 COMQC_E_NO_QUEUEABLE_INTERFACES At least one interface must be marked "queued" to create a queued component instance with the "queue" moniker.
-2146367998 0x80110602 COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE Message Queuing is required for the requested operation and is not installed.
-2146367997 0x80110603 COMQC_E_NO_IPERSISTSTREAM Unable to marshal an interface that does not support IPersistStream.
-2146367996 0x80110604 COMQC_E_BAD_MESSAGE The message is improperly formatted or was damaged in transit.
-2146367995 0x80110605 COMQC_E_UNAUTHENTICATED An unauthenticated message was received by an application that accepts only authenticated messages.
-2146367994 0x80110606 COMQC_E_UNTRUSTED_ENQUEUER The message was requeued or moved by a user not in the QC Trusted User "role".
-2146367743 0x80110701 MSDTC_E_DUPLICATE_RESOURCE Cannot create a duplicate resource of type Distributed Transaction Coordinator.
-2146367480 0x80110808 COMADMIN_E_OBJECT_PARENT_MISSING One of the objects being inserted or updated does not belong to a valid parent collection.
-2146367479 0x80110809 COMADMIN_E_OBJECT_DOES_NOT_EXIST One of the specified objects cannot be found.
-2146367478 0x8011080A COMADMIN_E_APP_NOT_RUNNING The specified application is not currently running.
-2146367477 0x8011080B COMADMIN_E_INVALID_PARTITION The partitions specified are not valid.
-2146367475 0x8011080D COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE COM+ applications that run as Windows NT service cannot be pooled or recycled.
-2146367474 0x8011080E COMADMIN_E_USER_IN_SET One or more users are already assigned to a local partition set.
-2146367473 0x8011080F COMADMIN_E_CANTRECYCLELIBRARYAPPS Library applications cannot be recycled.
-2146367471 0x80110811 COMADMIN_E_CANTRECYCLESERVICEAPPS Applications running as Windows NT services cannot be recycled.
-2146367470 0x80110812 COMADMIN_E_PROCESSALREADYRECYCLED The process has already been recycled.
-2146367469 0x80110813 COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED A paused process cannot be recycled.
-2146367468 0x80110814 COMADMIN_E_CANTMAKEINPROCSERVICE Library applications cannot be Windows NT services.
-2146367467 0x80110815 COMADMIN_E_PROGIDINUSEBYCLSID The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
-2146367466 0x80110816 COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET The partition specified as the default is not a member of the partition set.
-2146367465 0x80110817 COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED A recycled process cannot be paused.
-2146367464 0x80110818 COMADMIN_E_PARTITION_ACCESSDENIED Access to the specified partition is denied.
-2146367463 0x80110819 COMADMIN_E_PARTITION_MSI_ONLY Only application files (*.msi files) can be installed into partitions.
-2146367462 0x8011081A COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT Applications containing one or more legacy components cannot be exported to 1.0 format.
-2146367461 0x8011081B COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS Legacy components cannot exist in nonbase partitions.
-2146367460 0x8011081C COMADMIN_E_COMP_MOVE_SOURCE A component cannot be moved (or copied) from the System Application, an application proxy, or a nonchangeable application.
-2146367459 0x8011081D COMADMIN_E_COMP_MOVE_DEST A component cannot be moved (or copied) to the System Application, an application proxy or a nonchangeable application.
-2146367458 0x8011081E COMADMIN_E_COMP_MOVE_PRIVATE A private component cannot be moved (or copied) to a library application or to the base partition.
-2146367457 0x8011081F COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET The Base Application Partition exists in all partition sets and cannot be removed.
-2146367456 0x80110820 COMADMIN_E_CANNOT_ALIAS_EVENTCLASS Alas, Event Class components cannot be aliased.
-2146367455 0x80110821 COMADMIN_E_PRIVATE_ACCESSDENIED Access is denied because the component is private.
-2146367454 0x80110822 COMADMIN_E_SAFERINVALID The specified SAFER level is invalid.
-2146367453 0x80110823 COMADMIN_E_REGISTRY_ACCESSDENIED The specified user cannot write to the system registry.
-2146367452 0x80110824 COMADMIN_E_PARTITIONS_DISABLED COM+ partitions are currently disabled.
-2145452031 0x801F0001 ERROR_FLT_NO_HANDLER_DEFINED A handler was not defined by the filter for this operation.
-2145452030 0x801F0002 ERROR_FLT_CONTEXT_ALREADY_DEFINED A context is already defined for this object.
-2145452029 0x801F0003 ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST Asynchronous requests are not valid for this operation.
-2145452028 0x801F0004 ERROR_FLT_DISALLOW_FAST_IO Disallow the Fast IO path for this operation.
-2145452027 0x801F0005 ERROR_FLT_INVALID_NAME_REQUEST An invalid name request was made. The name requested cannot be retrieved at this time.
-2145452026 0x801F0006 ERROR_FLT_NOT_SAFE_TO_POST_OPERATION Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
-2145452025 0x801F0007 ERROR_FLT_NOT_INITIALIZED The Filter Manager was not initialized when a filter tried to register. Be sure that the Filter Manager is being loaded as a driver.
-2145452024 0x801F0008 ERROR_FLT_FILTER_NOT_READY The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
-2145452023 0x801F0009 ERROR_FLT_POST_OPERATION_CLEANUP The filter must clean up any operation-specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
-2145452022 0x801F000A ERROR_FLT_INTERNAL_ERROR The Filter Manager had an internal error from which it cannot recover; therefore, the operation has been failed. This is usually the result of a filter returning an invalid value from a preoperation callback.
-2145452021 0x801F000B ERROR_FLT_DELETING_OBJECT The object specified for this action is in the process of being deleted; therefore, the action requested cannot be completed at this time.
-2145452020 0x801F000C ERROR_FLT_MUST_BE_NONPAGED_POOL Nonpaged pool must be used for this type of context.
-2145452019 0x801F000D ERROR_FLT_DUPLICATE_ENTRY A duplicate handler definition has been provided for an operation.
-2145452018 0x801F000E ERROR_FLT_CBDQ_DISABLED The callback data queue has been disabled.
-2145452017 0x801F000F ERROR_FLT_DO_NOT_ATTACH Do not attach the filter to the volume at this time.
-2145452016 0x801F0010 ERROR_FLT_DO_NOT_DETACH Do not detach the filter from the volume at this time.
-2145452015 0x801F0011 ERROR_FLT_INSTANCE_ALTITUDE_COLLISION An instance already exists at this altitude on the volume specified.
-2145452014 0x801F0012 ERROR_FLT_INSTANCE_NAME_COLLISION An instance already exists with this name on the volume specified.
-2145452013 0x801F0013 ERROR_FLT_FILTER_NOT_FOUND The system could not find the filter specified.
-2145452012 0x801F0014 ERROR_FLT_VOLUME_NOT_FOUND The system could not find the volume specified.
-2145452011 0x801F0015 ERROR_FLT_INSTANCE_NOT_FOUND The system could not find the instance specified.
-2145452010 0x801F0016 ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND No registered context allocation definition was found for the given request.
-2145452009 0x801F0017 ERROR_FLT_INVALID_CONTEXT_REGISTRATION An invalid parameter was specified during context registration.
-2145452008 0x801F0018 ERROR_FLT_NAME_CACHE_MISS The name requested was not found in the Filter Manager name cache and could not be retrieved from the file system.
-2145452007 0x801F0019 ERROR_FLT_NO_DEVICE_OBJECT The requested device object does not exist for the given volume.
-2145452006 0x801F001A ERROR_FLT_VOLUME_ALREADY_MOUNTED The specified volume is already mounted.
-2145452005 0x801F001B ERROR_FLT_ALREADY_ENLISTED The specified Transaction Context is already enlisted in a transaction.
-2145452004 0x801F001C ERROR_FLT_CONTEXT_ALREADY_LINKED The specified context is already attached to another object.
-2145452000 0x801F0020 ERROR_FLT_NO_WAITER_FOR_REPLY No waiter is present for the filter's reply to this message.
-2144993279 0x80260001 ERROR_HUNG_DISPLAY_DRIVER_THREAD {Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
-2144989183 0x80261001 ERROR_MONITOR_NO_DESCRIPTOR Monitor descriptor could not be obtained.
-2144989182 0x80261002 ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT Format of the obtained monitor descriptor is not supported by this release.
-2144980991 0x80263001 DWM_E_COMPOSITIONDISABLED {Desktop Composition is Disabled} The operation could not be completed because desktop composition is disabled.
-2144980990 0x80263002 DWM_E_REMOTING_NOT_SUPPORTED {Some Desktop Composition APIs Are Not Supported While Remoting} Some desktop composition APIs are not supported while remoting. The operation is not supported while running in a remote session.
-2144980989 0x80263003 DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE {No DWM Redirection Surface is Available} The Desktop Window Manager (DWM) was unable to provide a redirection surface to complete the DirectX present.
-2144980988 0x80263004 DWM_E_NOT_QUEUING_PRESENTS {DWM Is Not Queuing Presents for the Specified Window} The window specified is not currently using queued presents.
-2144862208 0x80280000 TPM_E_ERROR_MASK This is an error mask to convert Trusted Platform Module (TPM) hardware errors to Win32 errors.
-2144862207 0x80280001 TPM_E_AUTHFAIL Authentication failed.
-2144862206 0x80280002 TPM_E_BADINDEX The index to a Platform Configuration Register (PCR), DIR, or other register is incorrect.
-2144862205 0x80280003 TPM_E_BAD_PARAMETER One or more parameters are bad.
-2144862204 0x80280004 TPM_E_AUDITFAILURE An operation completed successfully but the auditing of that operation failed.
-2144862203 0x80280005 TPM_E_CLEAR_DISABLED The clear disable flag is set and all clear operations now require physical access.
-2144862202 0x80280006 TPM_E_DEACTIVATED The TPM is deactivated.
-2144862201 0x80280007 TPM_E_DISABLED The TPM is disabled.
-2144862200 0x80280008 TPM_E_DISABLED_CMD The target command has been disabled.
-2144862199 0x80280009 TPM_E_FAIL The operation failed.
-2144862198 0x8028000A TPM_E_BAD_ORDINAL The ordinal was unknown or inconsistent.
-2144862197 0x8028000B TPM_E_INSTALL_DISABLED The ability to install an owner is disabled.
-2144862196 0x8028000C TPM_E_INVALID_KEYHANDLE The key handle cannot be interpreted.
-2144862195 0x8028000D TPM_E_KEYNOTFOUND The key handle points to an invalid key.
-2144862194 0x8028000E TPM_E_INAPPROPRIATE_ENC Unacceptable encryption scheme.
-2144862193 0x8028000F TPM_E_MIGRATEFAIL Migration authorization failed.
-2144862192 0x80280010 TPM_E_INVALID_PCR_INFO PCR information could not be interpreted.
-2144862191 0x80280011 TPM_E_NOSPACE No room to load key.
-2144862190 0x80280012 TPM_E_NOSRK There is no storage root key (SRK) set.
-2144862189 0x80280013 TPM_E_NOTSEALED_BLOB An encrypted blob is invalid or was not created by this TPM.
-2144862188 0x80280014 TPM_E_OWNER_SET There is already an owner.
-2144862187 0x80280015 TPM_E_RESOURCES The TPM has insufficient internal resources to perform the requested action.
-2144862186 0x80280016 TPM_E_SHORTRANDOM A random string was too short.
-2144862185 0x80280017 TPM_E_SIZE The TPM does not have the space to perform the operation.
-2144862184 0x80280018 TPM_E_WRONGPCRVAL The named PCR value does not match the current PCR value.
-2144862183 0x80280019 TPM_E_BAD_PARAM_SIZE The paramSize argument to the command has the incorrect value.
-2144862182 0x8028001A TPM_E_SHA_THREAD There is no existing SHA-1 thread.
-2144862181 0x8028001B TPM_E_SHA_ERROR The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
-2144862180 0x8028001C TPM_E_FAILEDSELFTEST Self-test has failed and the TPM has shut down.
-2144862179 0x8028001D TPM_E_AUTH2FAIL The authorization for the second key in a two-key function failed authorization.
-2144862178 0x8028001E TPM_E_BADTAG The tag value sent to for a command is invalid.
-2144862177 0x8028001F TPM_E_IOERROR An I/O error occurred transmitting information to the TPM.
-2144862176 0x80280020 TPM_E_ENCRYPT_ERROR The encryption process had a problem.
-2144862175 0x80280021 TPM_E_DECRYPT_ERROR The decryption process did not complete.
-2144862174 0x80280022 TPM_E_INVALID_AUTHHANDLE An invalid handle was used.
-2144862173 0x80280023 TPM_E_NO_ENDORSEMENT The TPM does not have an endorsement key (EK) installed.
-2144862172 0x80280024 TPM_E_INVALID_KEYUSAGE The usage of a key is not allowed.
-2144862171 0x80280025 TPM_E_WRONG_ENTITYTYPE The submitted entity type is not allowed.
-2144862170 0x80280026 TPM_E_INVALID_POSTINIT The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
-2144862169 0x80280027 TPM_E_INAPPROPRIATE_SIG Signed data cannot include additional DER information.
-2144862168 0x80280028 TPM_E_BAD_KEY_PROPERTY The key properties in TPM_KEY_PARMs are not supported by this TPM.
-2144862167 0x80280029 TPM_E_BAD_MIGRATION The migration properties of this key are incorrect.
-2144862166 0x8028002A TPM_E_BAD_SCHEME The signature or encryption scheme for this key is incorrect or not permitted in this situation.
-2144862165 0x8028002B TPM_E_BAD_DATASIZE The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
-2144862164 0x8028002C TPM_E_BAD_MODE A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, physicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.
-2144862163 0x8028002D TPM_E_BAD_PRESENCE Either the physicalPresence or physicalPresenceLock bits have the wrong value.
-2144862162 0x8028002E TPM_E_BAD_VERSION The TPM cannot perform this version of the capability.
-2144862161 0x8028002F TPM_E_NO_WRAP_TRANSPORT The TPM does not allow for wrapped transport sessions.
-2144862160 0x80280030 TPM_E_AUDITFAIL_UNSUCCESSFUL TPM audit construction failed and the underlying command was returning a failure code also.
-2144862159 0x80280031 TPM_E_AUDITFAIL_SUCCESSFUL TPM audit construction failed and the underlying command was returning success.
-2144862158 0x80280032 TPM_E_NOTRESETABLE Attempt to reset a PCR that does not have the resettable attribute.
-2144862157 0x80280033 TPM_E_NOTLOCAL Attempt to reset a PCR register that requires locality and the locality modifier not part of command transport.
-2144862156 0x80280034 TPM_E_BAD_TYPE Make identity blob not properly typed.
-2144862155 0x80280035 TPM_E_INVALID_RESOURCE When saving context identified resource type does not match actual resource.
-2144862154 0x80280036 TPM_E_NOTFIPS The TPM is attempting to execute a command only available when in Federal Information Processing Standards (FIPS) mode.
-2144862153 0x80280037 TPM_E_INVALID_FAMILY The command is attempting to use an invalid family ID.
-2144862152 0x80280038 TPM_E_NO_NV_PERMISSION The permission to manipulate the NV storage is not available.
-2144862151 0x80280039 TPM_E_REQUIRES_SIGN The operation requires a signed command.
-2144862150 0x8028003A TPM_E_KEY_NOTSUPPORTED Wrong operation to load an NV key.
-2144862149 0x8028003B TPM_E_AUTH_CONFLICT NV_LoadKey blob requires both owner and blob authorization.
-2144862148 0x8028003C TPM_E_AREA_LOCKED The NV area is locked and not writable.
-2144862147 0x8028003D TPM_E_BAD_LOCALITY The locality is incorrect for the attempted operation.
-2144862146 0x8028003E TPM_E_READ_ONLY The NV area is read-only and cannot be written to.
-2144862145 0x8028003F TPM_E_PER_NOWRITE There is no protection on the write to the NV area.
-2144862144 0x80280040 TPM_E_FAMILYCOUNT The family count value does not match.
-2144862143 0x80280041 TPM_E_WRITE_LOCKED The NV area has already been written to.
-2144862142 0x80280042 TPM_E_BAD_ATTRIBUTES The NV area attributes conflict.
-2144862141 0x80280043 TPM_E_INVALID_STRUCTURE The structure tag and version are invalid or inconsistent.
-2144862140 0x80280044 TPM_E_KEY_OWNER_CONTROL The key is under control of the TPM owner and can only be evicted by the TPM owner.
-2144862139 0x80280045 TPM_E_BAD_COUNTER The counter handle is incorrect.
-2144862138 0x80280046 TPM_E_NOT_FULLWRITE The write is not a complete write of the area.
-2144862137 0x80280047 TPM_E_CONTEXT_GAP The gap between saved context counts is too large.
-2144862136 0x80280048 TPM_E_MAXNVWRITES The maximum number of NV writes without an owner has been exceeded.
-2144862135 0x80280049 TPM_E_NOOPERATOR No operator AuthData value is set.
-2144862134 0x8028004A TPM_E_RESOURCEMISSING The resource pointed to by context is not loaded.
-2144862133 0x8028004B TPM_E_DELEGATE_LOCK The delegate administration is locked.
-2144862132 0x8028004C TPM_E_DELEGATE_FAMILY Attempt to manage a family other then the delegated family.
-2144862131 0x8028004D TPM_E_DELEGATE_ADMIN Delegation table management not enabled.
-2144862130 0x8028004E TPM_E_TRANSPORT_NOTEXCLUSIVE There was a command executed outside an exclusive transport session.
-2144862129 0x8028004F TPM_E_OWNER_CONTROL Attempt to context save an owner evict controlled key.
-2144862128 0x80280050 TPM_E_DAA_RESOURCES The DAA command has no resources available to execute the command.
-2144862127 0x80280051 TPM_E_DAA_INPUT_DATA0 The consistency check on DAA parameter inputData0 has failed.
-2144862126 0x80280052 TPM_E_DAA_INPUT_DATA1 The consistency check on DAA parameter inputData1 has failed.
-2144862125 0x80280053 TPM_E_DAA_ISSUER_SETTINGS The consistency check on DAA_issuerSettings has failed.
-2144862124 0x80280054 TPM_E_DAA_TPM_SETTINGS The consistency check on DAA_tpmSpecific has failed.
-2144862123 0x80280055 TPM_E_DAA_STAGE The atomic process indicated by the submitted DAA command is not the expected process.
-2144862122 0x80280056 TPM_E_DAA_ISSUER_VALIDITY The issuer's validity check has detected an inconsistency.
-2144862121 0x80280057 TPM_E_DAA_WRONG_W The consistency check on w has failed.
-2144862120 0x80280058 TPM_E_BAD_HANDLE The handle is incorrect.
-2144862119 0x80280059 TPM_E_BAD_DELEGATE Delegation is not correct.
-2144862118 0x8028005A TPM_E_BADCONTEXT The context blob is invalid.
-2144862117 0x8028005B TPM_E_TOOMANYCONTEXTS Too many contexts held by the TPM.
-2144862116 0x8028005C TPM_E_MA_TICKET_SIGNATURE Migration authority signature validation failure.
-2144862115 0x8028005D TPM_E_MA_DESTINATION Migration destination not authenticated.
-2144862114 0x8028005E TPM_E_MA_SOURCE Migration source incorrect.
-2144862113 0x8028005F TPM_E_MA_AUTHORITY Incorrect migration authority.
-2144862111 0x80280061 TPM_E_PERMANENTEK Attempt to revoke the EK and the EK is not revocable.
-2144862110 0x80280062 TPM_E_BAD_SIGNATURE Bad signature of CMK ticket.
-2144862109 0x80280063 TPM_E_NOCONTEXTSPACE There is no room in the context list for additional contexts.
-2144861184 0x80280400 TPM_E_COMMAND_BLOCKED The command was blocked.
-2144861183 0x80280401 TPM_E_INVALID_HANDLE The specified handle was not found.
-2144861182 0x80280402 TPM_E_DUPLICATE_VHANDLE The TPM returned a duplicate handle and the command needs to be resubmitted.
-2144861181 0x80280403 TPM_E_EMBEDDED_COMMAND_BLOCKED The command within the transport was blocked.
-2144861180 0x80280404 TPM_E_EMBEDDED_COMMAND_UNSUPPORTED The command within the transport is not supported.
-2144860160 0x80280800 TPM_E_RETRY The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
-2144860159 0x80280801 TPM_E_NEEDS_SELFTEST SelfTestFull has not been run.
-2144860158 0x80280802 TPM_E_DOING_SELFTEST The TPM is currently executing a full self-test.
-2144860157 0x80280803 TPM_E_DEFEND_LOCK_RUNNING The TPM is defending against dictionary attacks and is in a time-out period.
-2144845823 0x80284001 TBS_E_INTERNAL_ERROR An internal software error has been detected.
-2144845822 0x80284002 TBS_E_BAD_PARAMETER One or more input parameters are bad.
-2144845821 0x80284003 TBS_E_INVALID_OUTPUT_POINTER A specified output pointer is bad.
-2144845820 0x80284004 TBS_E_INVALID_CONTEXT The specified context handle does not refer to a valid context.
-2144845819 0x80284005 TBS_E_INSUFFICIENT_BUFFER A specified output buffer is too small.
-2144845818 0x80284006 TBS_E_IOERROR An error occurred while communicating with the TPM.
-2144845817 0x80284007 TBS_E_INVALID_CONTEXT_PARAM One or more context parameters are invalid.
-2144845816 0x80284008 TBS_E_SERVICE_NOT_RUNNING The TPM Base Services (TBS) is not running and could not be started.
-2144845815 0x80284009 TBS_E_TOO_MANY_TBS_CONTEXTS A new context could not be created because there are too many open contexts.
-2144845814 0x8028400A TBS_E_TOO_MANY_RESOURCES A new virtual resource could not be created because there are too many open virtual resources.
-2144845813 0x8028400B TBS_E_SERVICE_START_PENDING The TBS service has been started but is not yet running.
-2144845812 0x8028400C TBS_E_PPI_NOT_SUPPORTED The physical presence interface is not supported.
-2144845811 0x8028400D TBS_E_COMMAND_CANCELED The command was canceled.
-2144845810 0x8028400E TBS_E_BUFFER_TOO_LARGE The input or output buffer is too large.
-2144796416 0x80290100 TPMAPI_E_INVALID_STATE The command buffer is not in the correct state.
-2144796415 0x80290101 TPMAPI_E_NOT_ENOUGH_DATA The command buffer does not contain enough data to satisfy the request.
-2144796414 0x80290102 TPMAPI_E_TOO_MUCH_DATA The command buffer cannot contain any more data.
-2144796413 0x80290103 TPMAPI_E_INVALID_OUTPUT_POINTER One or more output parameters was null or invalid.
-2144796412 0x80290104 TPMAPI_E_INVALID_PARAMETER One or more input parameters are invalid.
-2144796411 0x80290105 TPMAPI_E_OUT_OF_MEMORY Not enough memory was available to satisfy the request.
-2144796410 0x80290106 TPMAPI_E_BUFFER_TOO_SMALL The specified buffer was too small.
-2144796409 0x80290107 TPMAPI_E_INTERNAL_ERROR An internal error was detected.
-2144796408 0x80290108 TPMAPI_E_ACCESS_DENIED The caller does not have the appropriate rights to perform the requested operation.
-2144796407 0x80290109 TPMAPI_E_AUTHORIZATION_FAILED The specified authorization information was invalid.
-2144796406 0x8029010A TPMAPI_E_INVALID_CONTEXT_HANDLE The specified context handle was not valid.
-2144796405 0x8029010B TPMAPI_E_TBS_COMMUNICATION_ERROR An error occurred while communicating with the TBS.
-2144796404 0x8029010C TPMAPI_E_TPM_COMMAND_ERROR The TPM returned an unexpected result.
-2144796403 0x8029010D TPMAPI_E_MESSAGE_TOO_LARGE The message was too large for the encoding scheme.
-2144796402 0x8029010E TPMAPI_E_INVALID_ENCODING The encoding in the binary large object (BLOB) was not recognized.
-2144796401 0x8029010F TPMAPI_E_INVALID_KEY_SIZE The key size is not valid.
-2144796400 0x80290110 TPMAPI_E_ENCRYPTION_FAILED The encryption operation failed.
-2144796399 0x80290111 TPMAPI_E_INVALID_KEY_PARAMS The key parameters structure was not valid.
-2144796398 0x80290112 TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB The requested supplied data does not appear to be a valid migration authorization BLOB.
-2144796397 0x80290113 TPMAPI_E_INVALID_PCR_INDEX The specified PCR index was invalid.
-2144796396 0x80290114 TPMAPI_E_INVALID_DELEGATE_BLOB The data given does not appear to be a valid delegate BLOB.
-2144796395 0x80290115 TPMAPI_E_INVALID_CONTEXT_PARAMS One or more of the specified context parameters was not valid.
-2144796394 0x80290116 TPMAPI_E_INVALID_KEY_BLOB The data given does not appear to be a valid key BLOB.
-2144796393 0x80290117 TPMAPI_E_INVALID_PCR_DATA The specified PCR data was invalid.
-2144796392 0x80290118 TPMAPI_E_INVALID_OWNER_AUTH The format of the owner authorization data was invalid.
-2144796160 0x80290200 TBSIMP_E_BUFFER_TOO_SMALL The specified buffer was too small.
-2144796159 0x80290201 TBSIMP_E_CLEANUP_FAILED The context could not be cleaned up.
-2144796158 0x80290202 TBSIMP_E_INVALID_CONTEXT_HANDLE The specified context handle is invalid.
-2144796157 0x80290203 TBSIMP_E_INVALID_CONTEXT_PARAM An invalid context parameter was specified.
-2144796156 0x80290204 TBSIMP_E_TPM_ERROR An error occurred while communicating with the TPM.
-2144796155 0x80290205 TBSIMP_E_HASH_BAD_KEY No entry with the specified key was found.
-2144796154 0x80290206 TBSIMP_E_DUPLICATE_VHANDLE The specified virtual handle matches a virtual handle already in use.
-2144796153 0x80290207 TBSIMP_E_INVALID_OUTPUT_POINTER The pointer to the returned handle location was null or invalid.
-2144796152 0x80290208 TBSIMP_E_INVALID_PARAMETER One or more parameters are invalid.
-2144796151 0x80290209 TBSIMP_E_RPC_INIT_FAILED The RPC subsystem could not be initialized.
-2144796150 0x8029020A TBSIMP_E_SCHEDULER_NOT_RUNNING The TBS scheduler is not running.
-2144796149 0x8029020B TBSIMP_E_COMMAND_CANCELED The command was canceled.
-2144796148 0x8029020C TBSIMP_E_OUT_OF_MEMORY There was not enough memory to fulfill the request.
-2144796147 0x8029020D TBSIMP_E_LIST_NO_MORE_ITEMS The specified list is empty, or the iteration has reached the end of the list.
-2144796146 0x8029020E TBSIMP_E_LIST_NOT_FOUND The specified item was not found in the list.
-2144796145 0x8029020F TBSIMP_E_NOT_ENOUGH_SPACE The TPM does not have enough space to load the requested resource.
-2144796144 0x80290210 TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS There are too many TPM contexts in use.
-2144796143 0x80290211 TBSIMP_E_COMMAND_FAILED The TPM command failed.
-2144796142 0x80290212 TBSIMP_E_UNKNOWN_ORDINAL The TBS does not recognize the specified ordinal.
-2144796141 0x80290213 TBSIMP_E_RESOURCE_EXPIRED The requested resource is no longer available.
-2144796140 0x80290214 TBSIMP_E_INVALID_RESOURCE The resource type did not match.
-2144796139 0x80290215 TBSIMP_E_NOTHING_TO_UNLOAD No resources can be unloaded.
-2144796138 0x80290216 TBSIMP_E_HASH_TABLE_FULL No new entries can be added to the hash table.
-2144796137 0x80290217 TBSIMP_E_TOO_MANY_TBS_CONTEXTS A new TBS context could not be created because there are too many open contexts.
-2144796136 0x80290218 TBSIMP_E_TOO_MANY_RESOURCES A new virtual resource could not be created because there are too many open virtual resources.
-2144796135 0x80290219 TBSIMP_E_PPI_NOT_SUPPORTED The physical presence interface is not supported.
-2144796134 0x8029021A TBSIMP_E_TPM_INCOMPATIBLE TBS is not compatible with the version of TPM found on the system.
-2144795904 0x80290300 TPM_E_PPI_ACPI_FAILURE A general error was detected when attempting to acquire the BIOS response to a physical presence command.
-2144795903 0x80290301 TPM_E_PPI_USER_ABORT The user failed to confirm the TPM operation request.
-2144795902 0x80290302 TPM_E_PPI_BIOS_FAILURE The BIOS failure prevented the successful execution of the requested TPM operation (for example, invalid TPM operation request, BIOS communication error with the TPM).
-2144795901 0x80290303 TPM_E_PPI_NOT_SUPPORTED The BIOS does not support the physical presence interface.
-2144337918 0x80300002 PLA_E_DCS_NOT_FOUND A Data Collector Set was not found.
-2144337851 0x80300045 PLA_E_TOO_MANY_FOLDERS Unable to start Data Collector Set because there are too many folders.
-2144337808 0x80300070 PLA_E_NO_MIN_DISK Not enough free disk space to start Data Collector Set.
-2144337750 0x803000AA PLA_E_DCS_IN_USE Data Collector Set is in use.
-2144337737 0x803000B7 PLA_E_DCS_ALREADY_EXISTS Data Collector Set already exists.
-2144337663 0x80300101 PLA_E_PROPERTY_CONFLICT Property value conflict.
-2144337662 0x80300102 PLA_E_DCS_SINGLETON_REQUIRED The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
-2144337661 0x80300103 PLA_E_CREDENTIALS_REQUIRED A user account is required to commit the current Data Collector Set properties.
-2144337660 0x80300104 PLA_E_DCS_NOT_RUNNING Data Collector Set is not running.
-2144337659 0x80300105 PLA_E_CONFLICT_INCL_EXCL_API A conflict was detected in the list of include and exclude APIs. Do not specify the same API in both the include list and the exclude list.
-2144337658 0x80300106 PLA_E_NETWORK_EXE_NOT_VALID The executable path specified refers to a network share or UNC path.
-2144337657 0x80300107 PLA_E_EXE_ALREADY_CONFIGURED The executable path specified is already configured for API tracing.
-2144337656 0x80300108 PLA_E_EXE_PATH_NOT_VALID The executable path specified does not exist. Verify that the specified path is correct.
-2144337655 0x80300109 PLA_E_DC_ALREADY_EXISTS Data Collector already exists.
-2144337654 0x8030010A PLA_E_DCS_START_WAIT_TIMEOUT The wait for the Data Collector Set start notification has timed out.
-2144337653 0x8030010B PLA_E_DC_START_WAIT_TIMEOUT The wait for the Data Collector to start has timed out.
-2144337652 0x8030010C PLA_E_REPORT_WAIT_TIMEOUT The wait for the report generation tool to finish has timed out.
-2144337651 0x8030010D PLA_E_NO_DUPLICATES Duplicate items are not allowed.
-2144337650 0x8030010E PLA_E_EXE_FULL_PATH_REQUIRED When specifying the executable to trace, you must specify a full path to the executable and not just a file name.
-2144337649 0x8030010F PLA_E_INVALID_SESSION_NAME The session name provided is invalid.
-2144337648 0x80300110 PLA_E_PLA_CHANNEL_NOT_ENABLED The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
-2144337647 0x80300111 PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
-2144272384 0x80310000 FVE_E_LOCKED_VOLUME The volume must be unlocked before it can be used.
-2144272383 0x80310001 FVE_E_NOT_ENCRYPTED The volume is fully decrypted and no key is available.
-2144272382 0x80310002 FVE_E_NO_TPM_BIOS The firmware does not support using a TPM during boot.
-2144272381 0x80310003 FVE_E_NO_MBR_METRIC The firmware does not use a TPM to perform initial program load (IPL) measurement.
-2144272380 0x80310004 FVE_E_NO_BOOTSECTOR_METRIC The master boot record (MBR) is not TPM-aware.
-2144272379 0x80310005 FVE_E_NO_BOOTMGR_METRIC The BOOTMGR is not being measured by the TPM.
-2144272378 0x80310006 FVE_E_WRONG_BOOTMGR The BOOTMGR component does not perform expected TPM measurements.
-2144272377 0x80310007 FVE_E_SECURE_KEY_REQUIRED No secure key protection mechanism has been defined.
-2144272376 0x80310008 FVE_E_NOT_ACTIVATED This volume has not been provisioned for encryption.
-2144272375 0x80310009 FVE_E_ACTION_NOT_ALLOWED Requested action was denied by the full-volume encryption (FVE) control engine.
-2144272374 0x8031000A FVE_E_AD_SCHEMA_NOT_INSTALLED The Active Directory forest does not contain the required attributes and classes to host FVE or TPM information.
-2144272373 0x8031000B FVE_E_AD_INVALID_DATATYPE The type of data obtained from Active Directory was not expected.
-2144272372 0x8031000C FVE_E_AD_INVALID_DATASIZE The size of the data obtained from Active Directory was not expected.
-2144272371 0x8031000D FVE_E_AD_NO_VALUES The attribute read from Active Directory has no (zero) values.
-2144272370 0x8031000E FVE_E_AD_ATTR_NOT_SET The attribute was not set.
-2144272369 0x8031000F FVE_E_AD_GUID_NOT_FOUND The specified GUID could not be found.
-2144272368 0x80310010 FVE_E_BAD_INFORMATION The control block for the encrypted volume is not valid.
-2144272367 0x80310011 FVE_E_TOO_SMALL Not enough free space remaining on volume to allow encryption.
-2144272366 0x80310012 FVE_E_SYSTEM_VOLUME The volume cannot be encrypted because it is required to boot the operating system.
-2144272365 0x80310013 FVE_E_FAILED_WRONG_FS The volume cannot be encrypted because the file system is not supported.
-2144272364 0x80310014 FVE_E_FAILED_BAD_FS The file system is inconsistent. Run CHKDSK.
-2144272363 0x80310015 FVE_E_NOT_SUPPORTED This volume cannot be encrypted.
-2144272362 0x80310016 FVE_E_BAD_DATA Data supplied is malformed.
-2144272361 0x80310017 FVE_E_VOLUME_NOT_BOUND Volume is not bound to the system.
-2144272360 0x80310018 FVE_E_TPM_NOT_OWNED TPM must be owned before a volume can be bound to it.
-2144272359 0x80310019 FVE_E_NOT_DATA_VOLUME The volume specified is not a data volume.
-2144272358 0x8031001A FVE_E_AD_INSUFFICIENT_BUFFER The buffer supplied to a function was insufficient to contain the returned data.
-2144272357 0x8031001B FVE_E_CONV_READ A read operation failed while converting the volume.
-2144272356 0x8031001C FVE_E_CONV_WRITE A write operation failed while converting the volume.
-2144272355 0x8031001D FVE_E_KEY_REQUIRED One or more key protection mechanisms are required for this volume.
-2144272354 0x8031001E FVE_E_CLUSTERING_NOT_SUPPORTED Cluster configurations are not supported.
-2144272353 0x8031001F FVE_E_VOLUME_BOUND_ALREADY The volume is already bound to the system.
-2144272352 0x80310020 FVE_E_OS_NOT_PROTECTED The boot OS volume is not being protected via FVE.
-2144272351 0x80310021 FVE_E_PROTECTION_DISABLED All protection mechanisms are effectively disabled (clear key exists).
-2144272350 0x80310022 FVE_E_RECOVERY_KEY_REQUIRED A recovery key protection mechanism is required.
-2144272349 0x80310023 FVE_E_FOREIGN_VOLUME This volume cannot be bound to a TPM.
-2144272348 0x80310024 FVE_E_OVERLAPPED_UPDATE The control block for the encrypted volume was updated by another thread. Try again.
-2144272347 0x80310025 FVE_E_TPM_SRK_AUTH_NOT_ZERO The SRK authentication of the TPM is not zero and, therefore, is not compatible.
-2144272346 0x80310026 FVE_E_FAILED_SECTOR_SIZE The volume encryption algorithm cannot be used on this sector size.
-2144272345 0x80310027 FVE_E_FAILED_AUTHENTICATION BitLocker recovery authentication failed.
-2144272344 0x80310028 FVE_E_NOT_OS_VOLUME The volume specified is not the boot OS volume.
-2144272343 0x80310029 FVE_E_AUTOUNLOCK_ENABLED Auto-unlock information for data volumes is present on the boot OS volume.
-2144272342 0x8031002A FVE_E_WRONG_BOOTSECTOR The system partition boot sector does not perform TPM measurements.
-2144272341 0x8031002B FVE_E_WRONG_SYSTEM_FS The system partition file system must be NTFS.
-2144272340 0x8031002C FVE_E_POLICY_PASSWORD_REQUIRED Group policy requires a recovery password before encryption can begin.
-2144272339 0x8031002D FVE_E_CANNOT_SET_FVEK_ENCRYPTED The volume encryption algorithm and key cannot be set on an encrypted volume.
-2144272338 0x8031002E FVE_E_CANNOT_ENCRYPT_NO_KEY A key must be specified before encryption can begin.
-2144272336 0x80310030 FVE_E_BOOTABLE_CDDVD A bootable CD/DVD is in the system. Remove the CD/DVD and reboot the system.
-2144272335 0x80310031 FVE_E_PROTECTOR_EXISTS An instance of this key protector already exists on the volume.
-2144272334 0x80310032 FVE_E_RELATIVE_PATH The file cannot be saved to a relative path.
-2144206847 0x80320001 FWP_E_CALLOUT_NOT_FOUND The callout does not exist.
-2144206846 0x80320002 FWP_E_CONDITION_NOT_FOUND The filter condition does not exist.
-2144206845 0x80320003 FWP_E_FILTER_NOT_FOUND The filter does not exist.
-2144206844 0x80320004 FWP_E_LAYER_NOT_FOUND The layer does not exist.
-2144206843 0x80320005 FWP_E_PROVIDER_NOT_FOUND The provider does not exist.
-2144206842 0x80320006 FWP_E_PROVIDER_CONTEXT_NOT_FOUND The provider context does not exist.
-2144206841 0x80320007 FWP_E_SUBLAYER_NOT_FOUND The sublayer does not exist.
-2144206840 0x80320008 FWP_E_NOT_FOUND The object does not exist.
-2144206839 0x80320009 FWP_E_ALREADY_EXISTS An object with that GUID or LUID already exists.
-2144206838 0x8032000A FWP_E_IN_USE The object is referenced by other objects and, therefore, cannot be deleted.
-2144206837 0x8032000B FWP_E_DYNAMIC_SESSION_IN_PROGRESS The call is not allowed from within a dynamic session.
-2144206836 0x8032000C FWP_E_WRONG_SESSION The call was made from the wrong session and, therefore, cannot be completed.
-2144206835 0x8032000D FWP_E_NO_TXN_IN_PROGRESS The call must be made from within an explicit transaction.
-2144206834 0x8032000E FWP_E_TXN_IN_PROGRESS The call is not allowed from within an explicit transaction.
-2144206833 0x8032000F FWP_E_TXN_ABORTED The explicit transaction has been forcibly canceled.
-2144206832 0x80320010 FWP_E_SESSION_ABORTED The session has been canceled.
-2144206831 0x80320011 FWP_E_INCOMPATIBLE_TXN The call is not allowed from within a read-only transaction.
-2144206830 0x80320012 FWP_E_TIMEOUT The call timed out while waiting to acquire the transaction lock.
-2144206829 0x80320013 FWP_E_NET_EVENTS_DISABLED Collection of network diagnostic events is disabled.
-2144206828 0x80320014 FWP_E_INCOMPATIBLE_LAYER The operation is not supported by the specified layer.
-2144206827 0x80320015 FWP_E_KM_CLIENTS_ONLY The call is allowed for kernel-mode callers only.
-2144206826 0x80320016 FWP_E_LIFETIME_MISMATCH The call tried to associate two objects with incompatible lifetimes.
-2144206825 0x80320017 FWP_E_BUILTIN_OBJECT The object is built in and, therefore, cannot be deleted.
-2144206824 0x80320018 FWP_E_TOO_MANY_BOOTTIME_FILTERS The maximum number of boot-time filters has been reached.
-2144206823 0x80320019 FWP_E_NOTIFICATION_DROPPED A notification could not be delivered because a message queue is at its maximum capacity.
-2144206822 0x8032001A FWP_E_TRAFFIC_MISMATCH The traffic parameters do not match those for the security association context.
-2144206821 0x8032001B FWP_E_INCOMPATIBLE_SA_STATE The call is not allowed for the current security association state.
-2144206820 0x8032001C FWP_E_NULL_POINTER A required pointer is null.
-2144206819 0x8032001D FWP_E_INVALID_ENUMERATOR An enumerator is not valid.
-2144206818 0x8032001E FWP_E_INVALID_FLAGS The flags field contains an invalid value.
-2144206817 0x8032001F FWP_E_INVALID_NET_MASK A network mask is not valid.
-2144206816 0x80320020 FWP_E_INVALID_RANGE An FWP_RANGE is not valid.
-2144206815 0x80320021 FWP_E_INVALID_INTERVAL The time interval is not valid.
-2144206814 0x80320022 FWP_E_ZERO_LENGTH_ARRAY An array that must contain at least one element that is zero-length.
-2144206813 0x80320023 FWP_E_NULL_DISPLAY_NAME The displayData.name field cannot be null.
-2144206812 0x80320024 FWP_E_INVALID_ACTION_TYPE The action type is not one of the allowed action types for a filter.
-2144206811 0x80320025 FWP_E_INVALID_WEIGHT The filter weight is not valid.
-2144206810 0x80320026 FWP_E_MATCH_TYPE_MISMATCH A filter condition contains a match type that is not compatible with the operands.
-2144206809 0x80320027 FWP_E_TYPE_MISMATCH An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
-2144206808 0x80320028 FWP_E_OUT_OF_BOUNDS An integer value is outside the allowed range.
-2144206807 0x80320029 FWP_E_RESERVED A reserved field is nonzero.
-2144206806 0x8032002A FWP_E_DUPLICATE_CONDITION A filter cannot contain multiple conditions operating on a single field.
-2144206805 0x8032002B FWP_E_DUPLICATE_KEYMOD A policy cannot contain the same keying module more than once.
-2144206804 0x8032002C FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER The action type is not compatible with the layer.
-2144206803 0x8032002D FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER The action type is not compatible with the sublayer.
-2144206802 0x8032002E FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER The raw context or the provider context is not compatible with the layer.
-2144206801 0x8032002F FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT The raw context or the provider context is not compatible with the callout.
-2144206800 0x80320030 FWP_E_INCOMPATIBLE_AUTH_METHOD The authentication method is not compatible with the policy type.
-2144206799 0x80320031 FWP_E_INCOMPATIBLE_DH_GROUP The Diffie-Hellman group is not compatible with the policy type.
-2144206798 0x80320032 FWP_E_EM_NOT_SUPPORTED An Internet Key Exchange (IKE) policy cannot contain an Extended Mode policy.
-2144206797 0x80320033 FWP_E_NEVER_MATCH The enumeration template or subscription will never match any objects.
-2144206796 0x80320034 FWP_E_PROVIDER_CONTEXT_MISMATCH The provider context is of the wrong type.
-2144206795 0x80320035 FWP_E_INVALID_PARAMETER The parameter is incorrect.
-2144206794 0x80320036 FWP_E_TOO_MANY_SUBLAYERS The maximum number of sublayers has been reached.
-2144206793 0x80320037 FWP_E_CALLOUT_NOTIFICATION_FAILED The notification function for a callout returned an error.
-2144206792 0x80320038 FWP_E_INCOMPATIBLE_AUTH_CONFIG The IPsec authentication configuration is not compatible with the authentication type.
-2144206791 0x80320039 FWP_E_INCOMPATIBLE_CIPHER_CONFIG The IPsec cipher configuration is not compatible with the cipher type.
-2144075774 0x80340002 ERROR_NDIS_INTERFACE_CLOSING The binding to the network interface is being closed.
-2144075772 0x80340004 ERROR_NDIS_BAD_VERSION An invalid version was specified.
-2144075771 0x80340005 ERROR_NDIS_BAD_CHARACTERISTICS An invalid characteristics table was used.
-2144075770 0x80340006 ERROR_NDIS_ADAPTER_NOT_FOUND Failed to find the network interface, or the network interface is not ready.
-2144075769 0x80340007 ERROR_NDIS_OPEN_FAILED Failed to open the network interface.
-2144075768 0x80340008 ERROR_NDIS_DEVICE_FAILED The network interface has encountered an internal unrecoverable failure.
-2144075767 0x80340009 ERROR_NDIS_MULTICAST_FULL The multicast list on the network interface is full.
-2144075766 0x8034000A ERROR_NDIS_MULTICAST_EXISTS An attempt was made to add a duplicate multicast address to the list.
-2144075765 0x8034000B ERROR_NDIS_MULTICAST_NOT_FOUND At attempt was made to remove a multicast address that was never added.
-2144075764 0x8034000C ERROR_NDIS_REQUEST_ABORTED The network interface aborted the request.
-2144075763 0x8034000D ERROR_NDIS_RESET_IN_PROGRESS The network interface cannot process the request because it is being reset.
-2144075761 0x8034000F ERROR_NDIS_INVALID_PACKET An attempt was made to send an invalid packet on a network interface.
-2144075760 0x80340010 ERROR_NDIS_INVALID_DEVICE_REQUEST The specified request is not a valid operation for the target device.
-2144075759 0x80340011 ERROR_NDIS_ADAPTER_NOT_READY The network interface is not ready to complete this operation.
-2144075756 0x80340014 ERROR_NDIS_INVALID_LENGTH The length of the buffer submitted for this operation is not valid.
-2144075755 0x80340015 ERROR_NDIS_INVALID_DATA The data used for this operation is not valid.
-2144075754 0x80340016 ERROR_NDIS_BUFFER_TOO_SHORT The length of the buffer submitted for this operation is too small.
-2144075753 0x80340017 ERROR_NDIS_INVALID_OID The network interface does not support this OID.
-2144075752 0x80340018 ERROR_NDIS_ADAPTER_REMOVED The network interface has been removed.
-2144075751 0x80340019 ERROR_NDIS_UNSUPPORTED_MEDIA The network interface does not support this media type.
-2144075750 0x8034001A ERROR_NDIS_GROUP_ADDRESS_IN_USE An attempt was made to remove a token ring group address that is in use by other components.
-2144075749 0x8034001B ERROR_NDIS_FILE_NOT_FOUND An attempt was made to map a file that cannot be found.
-2144075748 0x8034001C ERROR_NDIS_ERROR_READING_FILE An error occurred while the NDIS tried to map the file.
-2144075747 0x8034001D ERROR_NDIS_ALREADY_MAPPED An attempt was made to map a file that is already mapped.
-2144075746 0x8034001E ERROR_NDIS_RESOURCE_CONFLICT An attempt to allocate a hardware resource failed because the resource is used by another component.
-2144075745 0x8034001F ERROR_NDIS_MEDIA_DISCONNECTED The I/O operation failed because network media is disconnected or the wireless access point is out of range.
-2144075742 0x80340022 ERROR_NDIS_INVALID_ADDRESS The network address used in the request is invalid.
-2144075734 0x8034002A ERROR_NDIS_PAUSED The offload operation on the network interface has been paused.
-2144075733 0x8034002B ERROR_NDIS_INTERFACE_NOT_FOUND The network interface was not found.
-2144075732 0x8034002C ERROR_NDIS_UNSUPPORTED_REVISION The revision number specified in the structure is not supported.
-2144075731 0x8034002D ERROR_NDIS_INVALID_PORT The specified port does not exist on this network interface.
-2144075730 0x8034002E ERROR_NDIS_INVALID_PORT_STATE The current state of the specified port on this network interface does not support the requested operation.
-2144075589 0x803400BB ERROR_NDIS_NOT_SUPPORTED The network interface does not support this request.
-2144067584 0x80342000 ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED The wireless local area network (LAN) interface is in auto-configuration mode and does not support the requested parameter change operation.
-2144067583 0x80342001 ERROR_NDIS_DOT11_MEDIA_IN_USE The wireless LAN interface is busy and cannot perform the requested operation.
-2144067582 0x80342002 ERROR_NDIS_DOT11_POWER_STATE_INVALID The wireless LAN interface is shutting down and does not support the requested operation.
-1913991141 0x8DEAD01B TRK_E_NOT_FOUND A requested object was not found.
-1913991140 0x8DEAD01C TRK_E_VOLUME_QUOTA_EXCEEDED The server received a CREATE_VOLUME subrequest of a SYNC_VOLUMES request, but the ServerVolumeTable size limit for the RequestMachine has already been reached.
-1913991138 0x8DEAD01E TRK_SERVER_TOO_BUSY The server is busy, and the client should retry the request at a later time.
-1073151999 0xC0090001 ERROR_AUDITING_DISABLED The specified event is currently not being audited.
-1073151998 0xC0090002 ERROR_ALL_SIDS_FILTERED The SID filtering operation removed all SIDs.
-1073151997 0xC0090003 ERROR_BIZRULES_NOT_ENABLED Business rule scripts are disabled for the calling application.
-1072889851 0xC00D0005 NS_E_NOCONNECTION There is no connection established with the Windows Media server. The operation failed.
-1072889850 0xC00D0006 NS_E_CANNOTCONNECT Unable to establish a connection to the server.
-1072889849 0xC00D0007 NS_E_CANNOTDESTROYTITLE Unable to destroy the title.
-1072889848 0xC00D0008 NS_E_CANNOTRENAMETITLE Unable to rename the title.
-1072889847 0xC00D0009 NS_E_CANNOTOFFLINEDISK Unable to offline disk.
-1072889846 0xC00D000A NS_E_CANNOTONLINEDISK Unable to online disk.
-1072889845 0xC00D000B NS_E_NOREGISTEREDWALKER There is no file parser registered for this type of file.
-1072889844 0xC00D000C NS_E_NOFUNNEL There is no data connection established.
-1072889843 0xC00D000D NS_E_NO_LOCALPLAY Failed to load the local play DLL.
-1072889842 0xC00D000E NS_E_NETWORK_BUSY The network is busy.
-1072889841 0xC00D000F NS_E_TOO_MANY_SESS The server session limit was exceeded.
-1072889840 0xC00D0010 NS_E_ALREADY_CONNECTED The network connection already exists.
-1072889839 0xC00D0011 NS_E_INVALID_INDEX Index %1 is invalid.
-1072889838 0xC00D0012 NS_E_PROTOCOL_MISMATCH There is no protocol or protocol version supported by both the client and the server.
-1072889837 0xC00D0013 NS_E_TIMEOUT The server, a computer set up to offer multimedia content to other computers, could not handle your request for multimedia content in a timely manner. Please try again later.
-1072889836 0xC00D0014 NS_E_NET_WRITE Error writing to the network.
-1072889835 0xC00D0015 NS_E_NET_READ Error reading from the network.
-1072889834 0xC00D0016 NS_E_DISK_WRITE Error writing to a disk.
-1072889833 0xC00D0017 NS_E_DISK_READ Error reading from a disk.
-1072889832 0xC00D0018 NS_E_FILE_WRITE Error writing to a file.
-1072889831 0xC00D0019 NS_E_FILE_READ Error reading from a file.
-1072889830 0xC00D001A NS_E_FILE_NOT_FOUND The system cannot find the file specified.
-1072889829 0xC00D001B NS_E_FILE_EXISTS The file already exists.
-1072889828 0xC00D001C NS_E_INVALID_NAME The file name, directory name, or volume label syntax is incorrect.
-1072889827 0xC00D001D NS_E_FILE_OPEN_FAILED Failed to open a file.
-1072889826 0xC00D001E NS_E_FILE_ALLOCATION_FAILED Unable to allocate a file.
-1072889825 0xC00D001F NS_E_FILE_INIT_FAILED Unable to initialize a file.
-1072889824 0xC00D0020 NS_E_FILE_PLAY_FAILED Unable to play a file.
-1072889823 0xC00D0021 NS_E_SET_DISK_UID_FAILED Could not set the disk UID.
-1072889822 0xC00D0022 NS_E_INDUCED An error was induced for testing purposes.
-1072889821 0xC00D0023 NS_E_CCLINK_DOWN Two Content Servers failed to communicate.
-1072889820 0xC00D0024 NS_E_INTERNAL An unknown error occurred.
-1072889819 0xC00D0025 NS_E_BUSY The requested resource is in use.
-1072889818 0xC00D0026 NS_E_UNRECOGNIZED_STREAM_TYPE The specified protocol is not recognized. Be sure that the file name and syntax, such as slashes, are correct for the protocol.
-1072889817 0xC00D0027 NS_E_NETWORK_SERVICE_FAILURE The network service provider failed.
-1072889816 0xC00D0028 NS_E_NETWORK_RESOURCE_FAILURE An attempt to acquire a network resource failed.
-1072889815 0xC00D0029 NS_E_CONNECTION_FAILURE The network connection has failed.
-1072889814 0xC00D002A NS_E_SHUTDOWN The session is being terminated locally.
-1072889813 0xC00D002B NS_E_INVALID_REQUEST The request is invalid in the current state.
-1072889812 0xC00D002C NS_E_INSUFFICIENT_BANDWIDTH There is insufficient bandwidth available to fulfill the request.
-1072889811 0xC00D002D NS_E_NOT_REBUILDING The disk is not rebuilding.
-1072889810 0xC00D002E NS_E_LATE_OPERATION An operation requested for a particular time could not be carried out on schedule.
-1072889809 0xC00D002F NS_E_INVALID_DATA Invalid or corrupt data was encountered.
-1072889808 0xC00D0030 NS_E_FILE_BANDWIDTH_LIMIT The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server.
-1072889807 0xC00D0031 NS_E_OPEN_FILE_LIMIT The client cannot have any more files open simultaneously.
-1072889806 0xC00D0032 NS_E_BAD_CONTROL_DATA The server received invalid data from the client on the control connection.
-1072889805 0xC00D0033 NS_E_NO_STREAM There is no stream available.
-1072889804 0xC00D0034 NS_E_STREAM_END There is no more data in the stream.
-1072889803 0xC00D0035 NS_E_SERVER_NOT_FOUND The specified server could not be found.
-1072889802 0xC00D0036 NS_E_DUPLICATE_NAME The specified name is already in use.
-1072889801 0xC00D0037 NS_E_DUPLICATE_ADDRESS The specified address is already in use.
-1072889800 0xC00D0038 NS_E_BAD_MULTICAST_ADDRESS The specified address is not a valid multicast address.
-1072889799 0xC00D0039 NS_E_BAD_ADAPTER_ADDRESS The specified adapter address is invalid.
-1072889798 0xC00D003A NS_E_BAD_DELIVERY_MODE The specified delivery mode is invalid.
-1072889797 0xC00D003B NS_E_INVALID_CHANNEL The specified station does not exist.
-1072889796 0xC00D003C NS_E_INVALID_STREAM The specified stream does not exist.
-1072889795 0xC00D003D NS_E_INVALID_ARCHIVE The specified archive could not be opened.
-1072889794 0xC00D003E NS_E_NOTITLES The system cannot find any titles on the server.
-1072889793 0xC00D003F NS_E_INVALID_CLIENT The system cannot find the client specified.
-1072889792 0xC00D0040 NS_E_INVALID_BLACKHOLE_ADDRESS The Blackhole Address is not initialized.
-1072889791 0xC00D0041 NS_E_INCOMPATIBLE_FORMAT The station does not support the stream format.
-1072889790 0xC00D0042 NS_E_INVALID_KEY The specified key is not valid.
-1072889789 0xC00D0043 NS_E_INVALID_PORT The specified port is not valid.
-1072889788 0xC00D0044 NS_E_INVALID_TTL The specified TTL is not valid.
-1072889787 0xC00D0045 NS_E_STRIDE_REFUSED The request to fast forward or rewind could not be fulfilled.
-1072889786 0xC00D0046 NS_E_MMSAUTOSERVER_CANTFINDWALKER Unable to load the appropriate file parser.
-1072889785 0xC00D0047 NS_E_MAX_BITRATE Cannot exceed the maximum bandwidth limit.
-1072889784 0xC00D0048 NS_E_LOGFILEPERIOD Invalid value for LogFilePeriod.
-1072889783 0xC00D0049 NS_E_MAX_CLIENTS Cannot exceed the maximum client limit.
-1072889782 0xC00D004A NS_E_LOG_FILE_SIZE The maximum log file size has been reached.
-1072889781 0xC00D004B NS_E_MAX_FILERATE Cannot exceed the maximum file rate.
-1072889780 0xC00D004C NS_E_WALKER_UNKNOWN Unknown file type.
-1072889779 0xC00D004D NS_E_WALKER_SERVER The specified file, %1, cannot be loaded onto the specified server, %2.
-1072889778 0xC00D004E NS_E_WALKER_USAGE There was a usage error with file parser.
-1072889776 0xC00D0050 NS_E_TIGER_FAIL The Title Server %1 has failed.
-1072889773 0xC00D0053 NS_E_CUB_FAIL Content Server %1 (%2) has failed.
-1072889771 0xC00D0055 NS_E_DISK_FAIL Disk %1 ( %2 ) on Content Server %3, has failed.
-1072889760 0xC00D0060 NS_E_MAX_FUNNELS_ALERT The NetShow data stream limit of %1 streams was reached.
-1072889759 0xC00D0061 NS_E_ALLOCATE_FILE_FAIL The NetShow Video Server was unable to allocate a %1 block file named %2.
-1072889758 0xC00D0062 NS_E_PAGING_ERROR A Content Server was unable to page a block.
-1072889757 0xC00D0063 NS_E_BAD_BLOCK0_VERSION Disk %1 has unrecognized control block version %2.
-1072889756 0xC00D0064 NS_E_BAD_DISK_UID Disk %1 has incorrect uid %2.
-1072889755 0xC00D0065 NS_E_BAD_FSMAJOR_VERSION Disk %1 has unsupported file system major version %2.
-1072889754 0xC00D0066 NS_E_BAD_STAMPNUMBER Disk %1 has bad stamp number in control block.
-1072889753 0xC00D0067 NS_E_PARTIALLY_REBUILT_DISK Disk %1 is partially reconstructed.
-1072889752 0xC00D0068 NS_E_ENACTPLAN_GIVEUP EnactPlan gives up.
-1072889750 0xC00D006A MCMADM_E_REGKEY_NOT_FOUND The key was not found in the registry.
-1072889749 0xC00D006B NS_E_NO_FORMATS The publishing point cannot be started because the server does not have the appropriate stream formats. Use the Multicast Announcement Wizard to create a new announcement for this publishing point.
-1072889748 0xC00D006C NS_E_NO_REFERENCES No reference URLs were found in an ASX file.
-1072889747 0xC00D006D NS_E_WAVE_OPEN Error opening wave device, the device might be in use.
-1072889745 0xC00D006F NS_E_CANNOTCONNECTEVENTS Unable to establish a connection to the NetShow event monitor service.
-1072889743 0xC00D0071 NS_E_NO_DEVICE No device driver is present on the system.
-1072889742 0xC00D0072 NS_E_NO_SPECIFIED_DEVICE No specified device driver is present.
-1072889656 0xC00D00C8 NS_E_MONITOR_GIVEUP Netshow Events Monitor is not operational and has been disconnected.
-1072889655 0xC00D00C9 NS_E_REMIRRORED_DISK Disk %1 is remirrored.
-1072889654 0xC00D00CA NS_E_INSUFFICIENT_DATA Insufficient data found.
-1072889653 0xC00D00CB NS_E_ASSERT 1 failed in file %2 line %3.
-1072889652 0xC00D00CC NS_E_BAD_ADAPTER_NAME The specified adapter name is invalid.
-1072889651 0xC00D00CD NS_E_NOT_LICENSED The application is not licensed for this feature.
-1072889650 0xC00D00CE NS_E_NO_SERVER_CONTACT Unable to contact the server.
-1072889649 0xC00D00CF NS_E_TOO_MANY_TITLES Maximum number of titles exceeded.
-1072889648 0xC00D00D0 NS_E_TITLE_SIZE_EXCEEDED Maximum size of a title exceeded.
-1072889647 0xC00D00D1 NS_E_UDP_DISABLED UDP protocol not enabled. Not trying %1!ls!.
-1072889646 0xC00D00D2 NS_E_TCP_DISABLED TCP protocol not enabled. Not trying %1!ls!.
-1072889645 0xC00D00D3 NS_E_HTTP_DISABLED HTTP protocol not enabled. Not trying %1!ls!.
-1072889644 0xC00D00D4 NS_E_LICENSE_EXPIRED The product license has expired.
-1072889643 0xC00D00D5 NS_E_TITLE_BITRATE Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information.
-1072889642 0xC00D00D6 NS_E_EMPTY_PROGRAM_NAME The program name cannot be empty.
-1072889641 0xC00D00D7 NS_E_MISSING_CHANNEL Station %1 does not exist.
-1072889640 0xC00D00D8 NS_E_NO_CHANNELS You need to define at least one station before this operation can complete.
-1072889639 0xC00D00D9 NS_E_INVALID_INDEX2 The index specified is invalid.
-1072889456 0xC00D0190 NS_E_CUB_FAIL_LINK Content Server %1 (%2) has failed its link to Content Server %3.
-1072889454 0xC00D0192 NS_E_BAD_CUB_UID Content Server %1 (%2) has incorrect uid %3.
-1072889451 0xC00D0195 NS_E_GLITCH_MODE Server unreliable because multiple components failed.
-1072889445 0xC00D019B NS_E_NO_MEDIA_PROTOCOL Content Server %1 (%2) is unable to communicate with the Media System Network Protocol.
-1072887823 0xC00D07F1 NS_E_NOTHING_TO_DO Nothing to do.
-1072887822 0xC00D07F2 NS_E_NO_MULTICAST Not receiving data from the server.
-1072886856 0xC00D0BB8 NS_E_INVALID_INPUT_FORMAT The input media format is invalid.
-1072886855 0xC00D0BB9 NS_E_MSAUDIO_NOT_INSTALLED The MSAudio codec is not installed on this system.
-1072886854 0xC00D0BBA NS_E_UNEXPECTED_MSAUDIO_ERROR An unexpected error occurred with the MSAudio codec.
-1072886853 0xC00D0BBB NS_E_INVALID_OUTPUT_FORMAT The output media format is invalid.
-1072886852 0xC00D0BBC NS_E_NOT_CONFIGURED The object must be fully configured before audio samples can be processed.
-1072886851 0xC00D0BBD NS_E_PROTECTED_CONTENT You need a license to perform the requested operation on this media file.
-1072886850 0xC00D0BBE NS_E_LICENSE_REQUIRED You need a license to perform the requested operation on this media file.
-1072886849 0xC00D0BBF NS_E_TAMPERED_CONTENT This media file is corrupted or invalid. Contact the content provider for a new file.
-1072886848 0xC00D0BC0 NS_E_LICENSE_OUTOFDATE The license for this media file has expired. Get a new license or contact the content provider for further assistance.
-1072886847 0xC00D0BC1 NS_E_LICENSE_INCORRECT_RIGHTS You are not allowed to open this file. Contact the content provider for further assistance.
-1072886846 0xC00D0BC2 NS_E_AUDIO_CODEC_NOT_INSTALLED The requested audio codec is not installed on this system.
-1072886845 0xC00D0BC3 NS_E_AUDIO_CODEC_ERROR An unexpected error occurred with the audio codec.
-1072886844 0xC00D0BC4 NS_E_VIDEO_CODEC_NOT_INSTALLED The requested video codec is not installed on this system.
-1072886843 0xC00D0BC5 NS_E_VIDEO_CODEC_ERROR An unexpected error occurred with the video codec.
-1072886842 0xC00D0BC6 NS_E_INVALIDPROFILE The Profile is invalid.
-1072886841 0xC00D0BC7 NS_E_INCOMPATIBLE_VERSION A new version of the SDK is needed to play the requested content.
-1072886838 0xC00D0BCA NS_E_OFFLINE_MODE The requested URL is not available in offline mode.
-1072886837 0xC00D0BCB NS_E_NOT_CONNECTED The requested URL cannot be accessed because there is no network connection.
-1072886836 0xC00D0BCC NS_E_TOO_MUCH_DATA The encoding process was unable to keep up with the amount of supplied data.
-1072886835 0xC00D0BCD NS_E_UNSUPPORTED_PROPERTY The given property is not supported.
-1072886834 0xC00D0BCE NS_E_8BIT_WAVE_UNSUPPORTED Windows Media Player cannot copy the files to the CD because they are 8-bit. Convert the files to 16-bit, 44-kHz stereo files by using Sound Recorder or another audio-processing program, and then try again.
-1072886833 0xC00D0BCF NS_E_NO_MORE_SAMPLES There are no more samples in the current range.
-1072886832 0xC00D0BD0 NS_E_INVALID_SAMPLING_RATE The given sampling rate is invalid.
-1072886831 0xC00D0BD1 NS_E_MAX_PACKET_SIZE_TOO_SMALL The given maximum packet size is too small to accommodate this profile.)
-1072886830 0xC00D0BD2 NS_E_LATE_PACKET The packet arrived too late to be of use.
-1072886829 0xC00D0BD3 NS_E_DUPLICATE_PACKET The packet is a duplicate of one received before.
-1072886828 0xC00D0BD4 NS_E_SDK_BUFFERTOOSMALL Supplied buffer is too small.
-1072886827 0xC00D0BD5 NS_E_INVALID_NUM_PASSES The wrong number of preprocessing passes was used for the stream's output type.
-1072886826 0xC00D0BD6 NS_E_ATTRIBUTE_READ_ONLY An attempt was made to add, modify, or delete a read only attribute.
-1072886825 0xC00D0BD7 NS_E_ATTRIBUTE_NOT_ALLOWED An attempt was made to add attribute that is not allowed for the given media type.
-1072886824 0xC00D0BD8 NS_E_INVALID_EDL The EDL provided is invalid.
-1072886823 0xC00D0BD9 NS_E_DATA_UNIT_EXTENSION_TOO_LARGE The Data Unit Extension data was too large to be used.
-1072886822 0xC00D0BDA NS_E_CODEC_DMO_ERROR An unexpected error occurred with a DMO codec.
-1072886820 0xC00D0BDC NS_E_FEATURE_DISABLED_BY_GROUP_POLICY This feature has been disabled by group policy.
-1072886819 0xC00D0BDD NS_E_FEATURE_DISABLED_IN_SKU This feature is disabled in this SKU.
-1072885856 0xC00D0FA0 NS_E_NO_CD There is no CD in the CD drive. Insert a CD, and then try again.
-1072885855 0xC00D0FA1 NS_E_CANT_READ_DIGITAL Windows Media Player could not use digital playback to play the CD. To switch to analog playback, on the Tools menu, click Options, and then click the Devices tab. Double-click the CD drive, and then in the Playback area, click Analog. For additional assistance, click Web Help.
-1072885854 0xC00D0FA2 NS_E_DEVICE_DISCONNECTED Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try synchronizing the file again.
-1072885853 0xC00D0FA3 NS_E_DEVICE_NOT_SUPPORT_FORMAT Windows Media Player cannot play the file. The portable device does not support the specified file type.
-1072885852 0xC00D0FA4 NS_E_SLOW_READ_DIGITAL Windows Media Player could not use digital playback to play the CD. The Player has automatically switched the CD drive to analog playback. To switch back to digital CD playback, use the Devices tab. For additional assistance, click Web Help.
-1072885851 0xC00D0FA5 NS_E_MIXER_INVALID_LINE An invalid line error occurred in the mixer.
-1072885850 0xC00D0FA6 NS_E_MIXER_INVALID_CONTROL An invalid control error occurred in the mixer.
-1072885849 0xC00D0FA7 NS_E_MIXER_INVALID_VALUE An invalid value error occurred in the mixer.
-1072885848 0xC00D0FA8 NS_E_MIXER_UNKNOWN_MMRESULT An unrecognized MMRESULT occurred in the mixer.
-1072885847 0xC00D0FA9 NS_E_USER_STOP User has stopped the operation.
-1072885846 0xC00D0FAA NS_E_MP3_FORMAT_NOT_FOUND Windows Media Player cannot rip the track because a compatible MP3 encoder is not installed on your computer. Install a compatible MP3 encoder or choose a different format to rip to (such as Windows Media Audio).
-1072885845 0xC00D0FAB NS_E_CD_READ_ERROR_NO_CORRECTION Windows Media Player cannot read the CD. The disc might be dirty or damaged. Turn on error correction, and then try again.
-1072885844 0xC00D0FAC NS_E_CD_READ_ERROR Windows Media Player cannot read the CD. The disc might be dirty or damaged or the CD drive might be malfunctioning.
-1072885843 0xC00D0FAD NS_E_CD_SLOW_COPY For best performance, do not play CD tracks while ripping them.
-1072885842 0xC00D0FAE NS_E_CD_COPYTO_CD It is not possible to directly burn tracks from one CD to another CD. You must first rip the tracks from the CD to your computer, and then burn the files to a blank CD.
-1072885841 0xC00D0FAF NS_E_MIXER_NODRIVER Could not open a sound mixer driver.
-1072885840 0xC00D0FB0 NS_E_REDBOOK_ENABLED_WHILE_COPYING Windows Media Player cannot rip tracks from the CD correctly because the CD drive settings in Device Manager do not match the CD drive settings in the Player.
-1072885839 0xC00D0FB1 NS_E_CD_REFRESH Windows Media Player is busy reading the CD.
-1072885838 0xC00D0FB2 NS_E_CD_DRIVER_PROBLEM Windows Media Player could not use digital playback to play the CD. The Player has automatically switched the CD drive to analog playback. To switch back to digital CD playback, use the Devices tab. For additional assistance, click Web Help.
-1072885837 0xC00D0FB3 NS_E_WONT_DO_DIGITAL Windows Media Player could not use digital playback to play the CD. The Player has automatically switched the CD drive to analog playback. To switch back to digital CD playback, use the Devices tab. For additional assistance, click Web Help.
-1072885836 0xC00D0FB4 NS_E_WMPXML_NOERROR A call was made to GetParseError on the XML parser but there was no error to retrieve.
-1072885835 0xC00D0FB5 NS_E_WMPXML_ENDOFDATA The XML Parser ran out of data while parsing.
-1072885834 0xC00D0FB6 NS_E_WMPXML_PARSEERROR A generic parse error occurred in the XML parser but no information is available.
-1072885833 0xC00D0FB7 NS_E_WMPXML_ATTRIBUTENOTFOUND A call get GetNamedAttribute or GetNamedAttributeIndex on the XML parser resulted in the index not being found.
-1072885832 0xC00D0FB8 NS_E_WMPXML_PINOTFOUND A call was made go GetNamedPI on the XML parser, but the requested Processing Instruction was not found.
-1072885831 0xC00D0FB9 NS_E_WMPXML_EMPTYDOC Persist was called on the XML parser, but the parser has no data to persist.
-1072885830 0xC00D0FBA NS_E_WMP_PATH_ALREADY_IN_LIBRARY This file path is already in the library.
-1072885826 0xC00D0FBE NS_E_WMP_FILESCANALREADYSTARTED Windows Media Player is already searching for files to add to your library. Wait for the current process to finish before attempting to search again.
-1072885825 0xC00D0FBF NS_E_WMP_HME_INVALIDOBJECTID Windows Media Player is unable to find the media you are looking for.
-1072885824 0xC00D0FC0 NS_E_WMP_MF_CODE_EXPIRED A component of Windows Media Player is out-of-date. If you are running a pre-release version of Windows, try upgrading to a more recent version.
-1072885823 0xC00D0FC1 NS_E_WMP_HME_NOTSEARCHABLEFORITEMS This container does not support search on items.
-1072885817 0xC00D0FC7 NS_E_WMP_ADDTOLIBRARY_FAILED Windows Media Player encountered a problem while adding one or more files to the library. For additional assistance, click Web Help.
-1072885816 0xC00D0FC8 NS_E_WMP_WINDOWSAPIFAILURE A Windows API call failed but no error information was available.
-1072885815 0xC00D0FC9 NS_E_WMP_RECORDING_NOT_ALLOWED This file does not have burn rights. If you obtained this file from an online store, go to the online store to get burn rights.
-1072885814 0xC00D0FCA NS_E_DEVICE_NOT_READY Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try to sync the file again.
-1072885813 0xC00D0FCB NS_E_DAMAGED_FILE Windows Media Player cannot play the file because it is corrupted.
-1072885812 0xC00D0FCC NS_E_MPDB_GENERIC Windows Media Player encountered an error while attempting to access information in the library. Try restarting the Player.
-1072885811 0xC00D0FCD NS_E_FILE_FAILED_CHECKS The file cannot be added to the library because it is smaller than the "Skip files smaller than" setting. To add the file, change the setting on the Library tab. For additional assistance, click Web Help.
-1072885810 0xC00D0FCE NS_E_MEDIA_LIBRARY_FAILED Windows Media Player cannot create the library. You must be logged on as an administrator or a member of the Administrators group to install the Player. For more information, contact your system administrator.
-1072885809 0xC00D0FCF NS_E_SHARING_VIOLATION The file is already in use. Close other programs that might be using the file, or stop playing the file, and then try again.
-1072885808 0xC00D0FD0 NS_E_NO_ERROR_STRING_FOUND Windows Media Player has encountered an unknown error.
-1072885807 0xC00D0FD1 NS_E_WMPOCX_NO_REMOTE_CORE The Windows Media Player ActiveX control cannot connect to remote media services, but will continue with local media services.
-1072885806 0xC00D0FD2 NS_E_WMPOCX_NO_ACTIVE_CORE The requested method or property is not available because the Windows Media Player ActiveX control has not been properly activated.
-1072885805 0xC00D0FD3 NS_E_WMPOCX_NOT_RUNNING_REMOTELY The Windows Media Player ActiveX control is not running in remote mode.
-1072885804 0xC00D0FD4 NS_E_WMPOCX_NO_REMOTE_WINDOW An error occurred while trying to get the remote Windows Media Player window.
-1072885803 0xC00D0FD5 NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE Windows Media Player has encountered an unknown error.
-1072885802 0xC00D0FD6 NS_E_PLUGIN_NOTSHUTDOWN Windows Media Player was not closed properly. A damaged or incompatible plug-in might have caused the problem to occur. As a precaution, all optional plug-ins have been disabled.
-1072885801 0xC00D0FD7 NS_E_WMP_CANNOT_FIND_FOLDER Windows Media Player cannot find the specified path. Verify that the path is typed correctly. If it is, the path does not exist in the specified location, or the computer where the path is located is not available.
-1072885800 0xC00D0FD8 NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED Windows Media Player cannot save a file that is being streamed.
-1072885799 0xC00D0FD9 NS_E_WMP_PLUGINDLL_NOTFOUND Windows Media Player cannot find the selected plug-in. The Player will try to remove it from the menu. To use this plug-in, install it again.
-1072885798 0xC00D0FDA NS_E_NEED_TO_ASK_USER Action requires input from the user.
-1072885797 0xC00D0FDB NS_E_WMPOCX_PLAYER_NOT_DOCKED The Windows Media Player ActiveX control must be in a docked state for this action to be performed.
-1072885796 0xC00D0FDC NS_E_WMP_EXTERNAL_NOTREADY The Windows Media Player external object is not ready.
-1072885795 0xC00D0FDD NS_E_WMP_MLS_STALE_DATA Windows Media Player cannot perform the requested action. Your computer's time and date might not be set correctly.
-1072885794 0xC00D0FDE NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED The control (%s) does not support creation of sub-controls, yet (%d) sub-controls have been specified.
-1072885793 0xC00D0FDF NS_E_WMP_UI_VERSIONMISMATCH Version mismatch: (%.1f required, %.1f found).
-1072885792 0xC00D0FE0 NS_E_WMP_UI_NOTATHEMEFILE The layout manager was given valid XML that wasn't a theme file.
-1072885791 0xC00D0FE1 NS_E_WMP_UI_SUBELEMENTNOTFOUND The %s subelement could not be found on the %s object.
-1072885790 0xC00D0FE2 NS_E_WMP_UI_VERSIONPARSE An error occurred parsing the version tag. Valid version tags are of the form: <?wmp version='1.0'?>.
-1072885789 0xC00D0FE3 NS_E_WMP_UI_VIEWIDNOTFOUND The view specified in for the 'currentViewID' property (%s) was not found in this theme file.
-1072885788 0xC00D0FE4 NS_E_WMP_UI_PASSTHROUGH This error used internally for hit testing.
-1072885787 0xC00D0FE5 NS_E_WMP_UI_OBJECTNOTFOUND Attributes were specified for the %s object, but the object was not available to send them to.
-1072885786 0xC00D0FE6 NS_E_WMP_UI_SECONDHANDLER The %s event already has a handler, the second handler was ignored.
-1072885785 0xC00D0FE7 NS_E_WMP_UI_NOSKININZIP No .wms file found in skin archive.
-1072885782 0xC00D0FEA NS_E_WMP_URLDOWNLOADFAILED Windows Media Player encountered a problem while downloading the file. For additional assistance, click Web Help.
-1072885781 0xC00D0FEB NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN The Windows Media Player ActiveX control cannot load the requested uiMode and cannot roll back to the existing uiMode.
-1072885780 0xC00D0FEC NS_E_WMP_INVALID_SKIN Windows Media Player encountered a problem with the skin file. The skin file might not be valid.
-1072885779 0xC00D0FED NS_E_WMP_SENDMAILFAILED Windows Media Player cannot send the link because your email program is not responding. Verify that your email program is configured properly, and then try again. For more information about email, see Windows Help.
-1072885778 0xC00D0FEE NS_E_WMP_LOCKEDINSKINMODE Windows Media Player cannot switch to full mode because your computer administrator has locked this skin.
-1072885777 0xC00D0FEF NS_E_WMP_FAILED_TO_SAVE_FILE Windows Media Player encountered a problem while saving the file. For additional assistance, click Web Help.
-1072885776 0xC00D0FF0 NS_E_WMP_SAVEAS_READONLY Windows Media Player cannot overwrite a read-only file. Try using a different file name.
-1072885775 0xC00D0FF1 NS_E_WMP_FAILED_TO_SAVE_PLAYLIST Windows Media Player encountered a problem while creating or saving the playlist. For additional assistance, click Web Help.
-1072885774 0xC00D0FF2 NS_E_WMP_FAILED_TO_OPEN_WMD Windows Media Player cannot open the Windows Media Download file. The file might be damaged.
-1072885773 0xC00D0FF3 NS_E_WMP_CANT_PLAY_PROTECTED The file cannot be added to the library because it is a protected DVR-MS file. This content cannot be played back by Windows Media Player.
-1072885772 0xC00D0FF4 NS_E_SHARING_STATE_OUT_OF_SYNC Media sharing has been turned off because a required Windows setting or component has changed. For additional assistance, click Web Help.
-1072885766 0xC00D0FFA NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING Exclusive Services launch failed because the Windows Media Player is already running.
-1072885756 0xC00D1004 NS_E_WMP_RBC_JPGMAPPINGIMAGE JPG Images are not recommended for use as a mappingImage.
-1072885755 0xC00D1005 NS_E_WMP_JPGTRANSPARENCY JPG Images are not recommended when using a transparencyColor.
-1072885751 0xC00D1009 NS_E_WMP_INVALID_MAX_VAL The Max property cannot be less than Min property.
-1072885750 0xC00D100A NS_E_WMP_INVALID_MIN_VAL The Min property cannot be greater than Max property.
-1072885746 0xC00D100E NS_E_WMP_CS_JPGPOSITIONIMAGE JPG Images are not recommended for use as a positionImage.
-1072885745 0xC00D100F NS_E_WMP_CS_NOTEVENLYDIVISIBLE The (%s) image's size is not evenly divisible by the positionImage's size.
-1072885736 0xC00D1018 NS_E_WMPZIP_NOTAZIPFILE The ZIP reader opened a file and its signature did not match that of the ZIP files.
-1072885735 0xC00D1019 NS_E_WMPZIP_CORRUPT The ZIP reader has detected that the file is corrupted.
-1072885734 0xC00D101A NS_E_WMPZIP_FILENOTFOUND GetFileStream, SaveToFile, or SaveTemp file was called on the ZIP reader with a file name that was not found in the ZIP file.
-1072885726 0xC00D1022 NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED Image type not supported.
-1072885725 0xC00D1023 NS_E_WMP_IMAGE_INVALID_FORMAT Image file might be corrupt.
-1072885724 0xC00D1024 NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE Unexpected end of file. GIF file might be corrupt.
-1072885723 0xC00D1025 NS_E_WMP_GIF_INVALID_FORMAT Invalid GIF file.
-1072885722 0xC00D1026 NS_E_WMP_GIF_BAD_VERSION_NUMBER Invalid GIF version. Only 87a or 89a supported.
-1072885721 0xC00D1027 NS_E_WMP_GIF_NO_IMAGE_IN_FILE No images found in GIF file.
-1072885720 0xC00D1028 NS_E_WMP_PNG_INVALIDFORMAT Invalid PNG image file format.
-1072885719 0xC00D1029 NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH PNG bitdepth not supported.
-1072885718 0xC00D102A NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION Compression format defined in PNG file not supported,
-1072885717 0xC00D102B NS_E_WMP_PNG_UNSUPPORTED_FILTER Filter method defined in PNG file not supported.
-1072885716 0xC00D102C NS_E_WMP_PNG_UNSUPPORTED_INTERLACE Interlace method defined in PNG file not supported.
-1072885715 0xC00D102D NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC Bad CRC in PNG file.
-1072885714 0xC00D102E NS_E_WMP_BMP_INVALID_BITMASK Invalid bitmask in BMP file.
-1072885713 0xC00D102F NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED Topdown DIB not supported.
-1072885712 0xC00D1030 NS_E_WMP_BMP_BITMAP_NOT_CREATED Bitmap could not be created.
-1072885711 0xC00D1031 NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED Compression format defined in BMP not supported.
-1072885710 0xC00D1032 NS_E_WMP_BMP_INVALID_FORMAT Invalid Bitmap format.
-1072885709 0xC00D1033 NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL JPEG Arithmetic coding not supported.
-1072885708 0xC00D1034 NS_E_WMP_JPG_INVALID_FORMAT Invalid JPEG format.
-1072885707 0xC00D1035 NS_E_WMP_JPG_BAD_DCTSIZE Invalid JPEG format.
-1072885706 0xC00D1036 NS_E_WMP_JPG_BAD_VERSION_NUMBER Internal version error. Unexpected JPEG library version.
-1072885705 0xC00D1037 NS_E_WMP_JPG_BAD_PRECISION Internal JPEG Library error. Unsupported JPEG data precision.
-1072885704 0xC00D1038 NS_E_WMP_JPG_CCIR601_NOTIMPL JPEG CCIR601 not supported.
-1072885703 0xC00D1039 NS_E_WMP_JPG_NO_IMAGE_IN_FILE No image found in JPEG file.
-1072885702 0xC00D103A NS_E_WMP_JPG_READ_ERROR Could not read JPEG file.
-1072885701 0xC00D103B NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL JPEG Fractional sampling not supported.
-1072885700 0xC00D103C NS_E_WMP_JPG_IMAGE_TOO_BIG JPEG image too large. Maximum image size supported is 65500 X 65500.
-1072885699 0xC00D103D NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE Unexpected end of file reached in JPEG file.
-1072885698 0xC00D103E NS_E_WMP_JPG_SOF_UNSUPPORTED Unsupported JPEG SOF marker found.
-1072885697 0xC00D103F NS_E_WMP_JPG_UNKNOWN_MARKER Unknown JPEG marker found.
-1072885692 0xC00D1044 NS_E_WMP_FAILED_TO_OPEN_IMAGE Windows Media Player cannot display the picture file. The player either does not support the picture type or the picture is corrupted.
-1072885687 0xC00D1049 NS_E_WMP_DAI_SONGTOOSHORT Windows Media Player cannot compute a Digital Audio Id for the song. It is too short.
-1072885686 0xC00D104A NS_E_WMG_RATEUNAVAILABLE Windows Media Player cannot play the file at the requested speed.
-1072885685 0xC00D104B NS_E_WMG_PLUGINUNAVAILABLE The rendering or digital signal processing plug-in cannot be instantiated.
-1072885684 0xC00D104C NS_E_WMG_CANNOTQUEUE The file cannot be queued for seamless playback.
-1072885683 0xC00D104D NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED Windows Media Player cannot download media usage rights for a file in the playlist.
-1072885682 0xC00D104E NS_E_WMG_UNEXPECTEDPREROLLSTATUS Windows Media Player encountered an error while trying to queue a file.
-1072885679 0xC00D1051 NS_E_WMG_INVALID_COPP_CERTIFICATE Windows Media Player cannot play the protected file. The Player cannot verify that the connection to your video card is secure. Try installing an updated device driver for your video card.
-1072885678 0xC00D1052 NS_E_WMG_COPP_SECURITY_INVALID Windows Media Player cannot play the protected file. The Player detected that the connection to your hardware might not be secure.
-1072885677 0xC00D1053 NS_E_WMG_COPP_UNSUPPORTED Windows Media Player output link protection is unsupported on this system.
-1072885676 0xC00D1054 NS_E_WMG_INVALIDSTATE Operation attempted in an invalid graph state.
-1072885675 0xC00D1055 NS_E_WMG_SINKALREADYEXISTS A renderer cannot be inserted in a stream while one already exists.
-1072885674 0xC00D1056 NS_E_WMG_NOSDKINTERFACE The Windows Media SDK interface needed to complete the operation does not exist at this time.
-1072885673 0xC00D1057 NS_E_WMG_NOTALLOUTPUTSRENDERED Windows Media Player cannot play a portion of the file because it requires a codec that either could not be downloaded or that is not supported by the Player.
-1072885672 0xC00D1058 NS_E_WMG_FILETRANSFERNOTALLOWED File transfer streams are not allowed in the standalone Player.
-1072885671 0xC00D1059 NS_E_WMR_UNSUPPORTEDSTREAM Windows Media Player cannot play the file. The Player does not support the format you are trying to play.
-1072885670 0xC00D105A NS_E_WMR_PINNOTFOUND An operation was attempted on a pin that does not exist in the DirectShow filter graph.
-1072885669 0xC00D105B NS_E_WMR_WAITINGONFORMATSWITCH Specified operation cannot be completed while waiting for a media format change from the SDK.
-1072885668 0xC00D105C NS_E_WMR_NOSOURCEFILTER Specified operation cannot be completed because the source filter does not exist.
-1072885667 0xC00D105D NS_E_WMR_PINTYPENOMATCH The specified type does not match this pin.
-1072885666 0xC00D105E NS_E_WMR_NOCALLBACKAVAILABLE The WMR Source Filter does not have a callback available.
-1072885662 0xC00D1062 NS_E_WMR_SAMPLEPROPERTYNOTSET The specified property has not been set on this sample.
-1072885661 0xC00D1063 NS_E_WMR_CANNOT_RENDER_BINARY_STREAM A plug-in is required to correctly play the file. To determine if the plug-in is available to download, click Web Help.
-1072885660 0xC00D1064 NS_E_WMG_LICENSE_TAMPERED Windows Media Player cannot play the file because your media usage rights are corrupted. If you previously backed up your media usage rights, try restoring them.
-1072885659 0xC00D1065 NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM Windows Media Player cannot play protected files that contain binary streams.
-1072885656 0xC00D1068 NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT Windows Media Player cannot play the playlist because it is not valid.
-1072885655 0xC00D1069 NS_E_ASX_INVALIDFORMAT Windows Media Player cannot play the playlist because it is not valid.
-1072885654 0xC00D106A NS_E_ASX_INVALIDVERSION A later version of Windows Media Player might be required to play this playlist.
-1072885653 0xC00D106B NS_E_ASX_INVALID_REPEAT_BLOCK The format of a REPEAT loop within the current playlist file is not valid.
-1072885652 0xC00D106C NS_E_ASX_NOTHING_TO_WRITE Windows Media Player cannot save the playlist because it does not contain any items.
-1072885651 0xC00D106D NS_E_URLLIST_INVALIDFORMAT Windows Media Player cannot play the playlist because it is not valid.
-1072885650 0xC00D106E NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST The specified attribute does not exist.
-1072885649 0xC00D106F NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS The specified attribute already exists.
-1072885648 0xC00D1070 NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE Cannot retrieve the specified attribute.
-1072885647 0xC00D1071 NS_E_WMX_ITEM_DOES_NOT_EXIST The specified item does not exist in the current playlist.
-1072885646 0xC00D1072 NS_E_WMX_ITEM_TYPE_ILLEGAL Items of the specified type cannot be created within the current playlist.
-1072885645 0xC00D1073 NS_E_WMX_ITEM_UNSETTABLE The specified item cannot be set in the current playlist.
-1072885644 0xC00D1074 NS_E_WMX_PLAYLIST_EMPTY Windows Media Player cannot perform the requested action because the playlist does not contain any items.
-1072885643 0xC00D1075 NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED The specified auto playlist contains a filter type that is either not valid or is not installed on this computer.
-1072885642 0xC00D1076 NS_E_WMX_INVALID_FORMAT_OVER_NESTING Windows Media Player cannot play the file because the associated playlist contains too many nested playlists.
-1072885636 0xC00D107C NS_E_WMPCORE_NOSOURCEURLSTRING Windows Media Player cannot find the file. Verify that the path is typed correctly. If it is, the file might not exist in the specified location, or the computer where the file is stored might not be available.
-1072885635 0xC00D107D NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT Failed to create the Global Interface Table.
-1072885634 0xC00D107E NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE Failed to get the marshaled graph event handler interface.
-1072885633 0xC00D107F NS_E_WMPCORE_BUFFERTOOSMALL Buffer is too small for copying media type.
-1072885632 0xC00D1080 NS_E_WMPCORE_UNAVAILABLE The current state of the Player does not allow this operation.
-1072885631 0xC00D1081 NS_E_WMPCORE_INVALIDPLAYLISTMODE The playlist manager does not understand the current play mode (for example, shuffle or normal).
-1072885626 0xC00D1086 NS_E_WMPCORE_ITEMNOTINPLAYLIST Windows Media Player cannot play the file because it is not in the current playlist.
-1072885625 0xC00D1087 NS_E_WMPCORE_PLAYLISTEMPTY There are no items in the playlist. Add items to the playlist, and then try again.
-1072885624 0xC00D1088 NS_E_WMPCORE_NOBROWSER The web page cannot be displayed because no web browser is installed on your computer.
-1072885623 0xC00D1089 NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL Windows Media Player cannot find the specified file. Verify the path is typed correctly. If it is, the file does not exist in the specified location, or the computer where the file is stored is not available.
-1072885622 0xC00D108A NS_E_WMPCORE_GRAPH_NOT_IN_LIST Graph with the specified URL was not found in the prerolled graph list.
-1072885621 0xC00D108B NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA Windows Media Player cannot perform the requested operation because there is only one item in the playlist.
-1072885620 0xC00D108C NS_E_WMPCORE_ERRORSINKNOTREGISTERED An error sink was never registered for the calling object.
-1072885619 0xC00D108D NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE The error manager is not available to respond to errors.
-1072885618 0xC00D108E NS_E_WMPCORE_WEBHELPFAILED The Web Help URL cannot be opened.
-1072885617 0xC00D108F NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED Could not resume playing next item in playlist.
-1072885616 0xC00D1090 NS_E_WMPCORE_NO_REF_IN_ENTRY Windows Media Player cannot play the file because the associated playlist does not contain any items or the playlist is not valid.
-1072885615 0xC00D1091 NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY An empty string for playlist attribute name was found.
-1072885614 0xC00D1092 NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL A playlist attribute name that is not valid was found.
-1072885613 0xC00D1093 NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY An empty string for a playlist attribute value was found.
-1072885612 0xC00D1094 NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL An illegal value for a playlist attribute was found.
-1072885611 0xC00D1095 NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY An empty string for a playlist item attribute name was found.
-1072885610 0xC00D1096 NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL An illegal value for a playlist item attribute name was found.
-1072885609 0xC00D1097 NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY An illegal value for a playlist item attribute was found.
-1072885608 0xC00D1098 NS_E_WMPCORE_LIST_ENTRY_NO_REF The playlist does not contain any items.
-1072885607 0xC00D1099 NS_E_WMPCORE_MISNAMED_FILE Windows Media Player cannot play the file. The file is either corrupted or the Player does not support the format you are trying to play.
-1072885606 0xC00D109A NS_E_WMPCORE_CODEC_NOT_TRUSTED The codec downloaded for this file does not appear to be properly signed, so it cannot be installed.
-1072885605 0xC00D109B NS_E_WMPCORE_CODEC_NOT_FOUND Windows Media Player cannot play the file. One or more codecs required to play the file could not be found.
-1072885604 0xC00D109C NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED Windows Media Player cannot play the file because a required codec is not installed on your computer. To try downloading the codec, turn on the "Download codecs automatically" option.
-1072885603 0xC00D109D NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST Windows Media Player encountered a problem while downloading the playlist. For additional assistance, click Web Help.
-1072885602 0xC00D109E NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST Failed to build the playlist.
-1072885601 0xC00D109F NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE Playlist has no alternates to switch into.
-1072885600 0xC00D10A0 NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED No more playlist alternates available to switch to.
-1072885599 0xC00D10A1 NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND Could not find the name of the alternate playlist to switch into.
-1072885598 0xC00D10A2 NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED Failed to switch to an alternate for this media.
-1072885597 0xC00D10A3 NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED Failed to initialize an alternate for the media.
-1072885596 0xC00D10A4 NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY No URL specified for the roll over Refs in the playlist file.
-1072885595 0xC00D10A5 NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME Encountered a playlist with no name.
-1072885594 0xC00D10A6 NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT A required attribute in the event block of the playlist was not found.
-1072885593 0xC00D10A7 NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY No items were found in the event block of the playlist.
-1072885592 0xC00D10A8 NS_E_WMPCORE_PLAYLIST_STACK_EMPTY No playlist was found while returning from a nested playlist.
-1072885591 0xC00D10A9 NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE The media item is not active currently.
-1072885589 0xC00D10AB NS_E_WMPCORE_USER_CANCEL Windows Media Player cannot perform the requested action because you chose to cancel it.
-1072885588 0xC00D10AC NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY Windows Media Player encountered a problem with the playlist. The format of the playlist is not valid.
-1072885587 0xC00D10AD NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE Media object corresponding to start of a playlist repeat block was not found.
-1072885586 0xC00D10AE NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE Media object corresponding to the end of a playlist repeat block was not found.
-1072885585 0xC00D10AF NS_E_WMPCORE_INVALID_PLAYLIST_URL The playlist URL supplied to the playlist manager is not valid.
-1072885584 0xC00D10B0 NS_E_WMPCORE_MISMATCHED_RUNTIME Windows Media Player cannot play the file because it is corrupted.
-1072885583 0xC00D10B1 NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS Windows Media Player cannot add the playlist to the library because the playlist does not contain any items.
-1072885582 0xC00D10B2 NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION An error has occurred that could prevent the changing of the video contrast on this media.
-1072885581 0xC00D10B3 NS_E_WMPCORE_MEDIA_UNAVAILABLE Windows Media Player cannot play the file. If the file is located on the Internet, connect to the Internet. If the file is located on a removable storage card, insert the storage card.
-1072885580 0xC00D10B4 NS_E_WMPCORE_WMX_ENTRYREF_NO_REF The playlist contains an ENTRYREF for which no href was parsed. Check the syntax of playlist file.
-1072885579 0xC00D10B5 NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST Windows Media Player cannot play any items in the playlist. To find information about the problem, click the Now Playing tab, and then click the icon next to each file in the List pane.
-1072885578 0xC00D10B6 NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS Windows Media Player cannot play some or all of the items in the playlist because the playlist is nested.
-1072885577 0xC00D10B7 NS_E_WMPCORE_BUSY Windows Media Player cannot play the file at this time. Try again later.
-1072885576 0xC00D10B8 NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE There is no child playlist available for this media item at this time.
-1072885575 0xC00D10B9 NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST There is no child playlist for this media item.
-1072885574 0xC00D10BA NS_E_WMPCORE_FILE_NOT_FOUND Windows Media Player cannot find the file. The link from the item in the library to its associated digital media file might be broken. To fix the problem, try repairing the link or removing the item from the library.
-1072885573 0xC00D10BB NS_E_WMPCORE_TEMP_FILE_NOT_FOUND The temporary file was not found.
-1072885572 0xC00D10BC NS_E_WMDM_REVOKED Windows Media Player cannot sync the file because the device needs to be updated.
-1072885571 0xC00D10BD NS_E_DDRAW_GENERIC Windows Media Player cannot play the video because there is a problem with your video card.
-1072885570 0xC00D10BE NS_E_DISPLAY_MODE_CHANGE_FAILED Windows Media Player failed to change the screen mode for full-screen video playback.
-1072885569 0xC00D10BF NS_E_PLAYLIST_CONTAINS_ERRORS Windows Media Player cannot play one or more files. For additional information, right-click an item that cannot be played, and then click Error Details.
-1072885568 0xC00D10C0 NS_E_CHANGING_PROXY_NAME Cannot change the proxy name if the proxy setting is not set to custom.
-1072885567 0xC00D10C1 NS_E_CHANGING_PROXY_PORT Cannot change the proxy port if the proxy setting is not set to custom.
-1072885566 0xC00D10C2 NS_E_CHANGING_PROXY_EXCEPTIONLIST Cannot change the proxy exception list if the proxy setting is not set to custom.
-1072885565 0xC00D10C3 NS_E_CHANGING_PROXYBYPASS Cannot change the proxy bypass flag if the proxy setting is not set to custom.
-1072885564 0xC00D10C4 NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND Cannot find the specified protocol.
-1072885563 0xC00D10C5 NS_E_GRAPH_NOAUDIOLANGUAGE Cannot change the language settings. Either the graph has no audio or the audio only supports one language.
-1072885562 0xC00D10C6 NS_E_GRAPH_NOAUDIOLANGUAGESELECTED The graph has no audio language selected.
-1072885561 0xC00D10C7 NS_E_CORECD_NOTAMEDIACD This is not a media CD.
-1072885560 0xC00D10C8 NS_E_WMPCORE_MEDIA_URL_TOO_LONG Windows Media Player cannot play the file because the URL is too long.
-1072885559 0xC00D10C9 NS_E_WMPFLASH_CANT_FIND_COM_SERVER To play the selected item, you must install the Macromedia Flash Player. To download the Macromedia Flash Player, go to the Adobe website.
-1072885558 0xC00D10CA NS_E_WMPFLASH_INCOMPATIBLEVERSION To play the selected item, you must install a later version of the Macromedia Flash Player. To download the Macromedia Flash Player, go to the Adobe website.
-1072885557 0xC00D10CB NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS Windows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls.
-1072885556 0xC00D10CC NS_E_NEED_CORE_REFERENCE The use of this method requires an existing reference to the Player object.
-1072885555 0xC00D10CD NS_E_MEDIACD_READ_ERROR Windows Media Player cannot play the CD. The disc might be dirty or damaged.
-1072885554 0xC00D10CE NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS Windows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls.
-1072885553 0xC00D10CF NS_E_FLASH_PLAYBACK_NOT_ALLOWED Flash playback has been turned off in Windows Media Player.
-1072885552 0xC00D10D0 NS_E_UNABLE_TO_CREATE_RIP_LOCATION Windows Media Player cannot rip the CD because a valid rip location cannot be created.
-1072885551 0xC00D10D1 NS_E_WMPCORE_SOME_CODECS_MISSING Windows Media Player cannot play the file because a required codec is not installed on your computer.
-1072885550 0xC00D10D2 NS_E_WMP_RIP_FAILED Windows Media Player cannot rip one or more tracks from the CD.
-1072885549 0xC00D10D3 NS_E_WMP_FAILED_TO_RIP_TRACK Windows Media Player encountered a problem while ripping the track from the CD. For additional assistance, click Web Help.
-1072885548 0xC00D10D4 NS_E_WMP_ERASE_FAILED Windows Media Player encountered a problem while erasing the disc. For additional assistance, click Web Help.
-1072885547 0xC00D10D5 NS_E_WMP_FORMAT_FAILED Windows Media Player encountered a problem while formatting the device. For additional assistance, click Web Help.
-1072885546 0xC00D10D6 NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE This file cannot be burned to a CD because it is not located on your computer.
-1072885545 0xC00D10D7 NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD It is not possible to burn this file type to an audio CD. Windows Media Player can burn the following file types to an audio CD: WMA, MP3, or WAV.
-1072885544 0xC00D10D8 NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD This file is too large to fit on a disc.
-1072885543 0xC00D10D9 NS_E_WMP_FILE_NO_DURATION It is not possible to determine if this file can fit on a disc because Windows Media Player cannot detect the length of the file. Playing the file before burning might enable the Player to detect the file length.
-1072885542 0xC00D10DA NS_E_PDA_FAILED_TO_BURN Windows Media Player encountered a problem while burning the file to the disc. For additional assistance, click Web Help.
-1072885540 0xC00D10DC NS_E_FAILED_DOWNLOAD_ABORT_BURN Windows Media Player cannot burn the audio CD because some items in the list that you chose to buy could not be downloaded from the online store.
-1072885539 0xC00D10DD NS_E_WMPCORE_DEVICE_DRIVERS_MISSING Windows Media Player cannot play the file. Try using Windows Update or Device Manager to update the device drivers for your audio and video cards. For information about using Windows Update or Device Manager, see Windows Help.
-1072885466 0xC00D1126 NS_E_WMPIM_USEROFFLINE Windows Media Player has detected that you are not connected to the Internet. Connect to the Internet, and then try again.
-1072885465 0xC00D1127 NS_E_WMPIM_USERCANCELED The attempt to connect to the Internet was canceled.
-1072885464 0xC00D1128 NS_E_WMPIM_DIALUPFAILED The attempt to connect to the Internet failed.
-1072885463 0xC00D1129 NS_E_WINSOCK_ERROR_STRING Windows Media Player has encountered an unknown network error.
-1072885456 0xC00D1130 NS_E_WMPBR_NOLISTENER No window is currently listening to Backup and Restore events.
-1072885455 0xC00D1131 NS_E_WMPBR_BACKUPCANCEL Your media usage rights were not backed up because the backup was canceled.
-1072885454 0xC00D1132 NS_E_WMPBR_RESTORECANCEL Your media usage rights were not restored because the restoration was canceled.
-1072885453 0xC00D1133 NS_E_WMPBR_ERRORWITHURL An error occurred while backing up or restoring your media usage rights. A required web page cannot be displayed.
-1072885452 0xC00D1134 NS_E_WMPBR_NAMECOLLISION Your media usage rights were not backed up because the backup was canceled.
-1072885449 0xC00D1137 NS_E_WMPBR_DRIVE_INVALID Windows Media Player cannot restore your media usage rights from the specified location. Choose another location, and then try again.
-1072885448 0xC00D1138 NS_E_WMPBR_BACKUPRESTOREFAILED Windows Media Player cannot backup or restore your media usage rights.
-1072885416 0xC00D1158 NS_E_WMP_CONVERT_FILE_FAILED Windows Media Player cannot add the file to the library.
-1072885415 0xC00D1159 NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL Windows Media Player cannot add the file to the library because the content provider prohibits it. For assistance, contact the company that provided the file.
-1072885414 0xC00D115A NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL Windows Media Player cannot add the file to the library because the content provider prohibits it. For assistance, contact the company that provided the file.
-1072885413 0xC00D115B NS_E_WMP_CONVERT_FILE_CORRUPT Windows Media Player cannot add the file to the library. The file might not be valid.
-1072885412 0xC00D115C NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL Windows Media Player cannot add the file to the library. The plug-in required to add the file is not installed properly. For assistance, click Web Help to display the website of the company that provided the file.
-1072885411 0xC00D115D NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL Windows Media Player cannot add the file to the library. The plug-in required to add the file is not installed properly. For assistance, contact the company that provided the file.
-1072885410 0xC00D115E NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER Windows Media Player cannot add the file to the library. The plug-in required to add the file is not installed properly. For assistance, contact the company that provided the file.
-1072885408 0xC00D1160 NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS Windows Media Player cannot play this DVD. Try installing an updated driver for your video card or obtaining a newer video card.
-1072885407 0xC00D1161 NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED This DVD's resolution exceeds the maximum allowed by your component video outputs. Try reducing your screen resolution to 640 x 480, or turn off analog component outputs and use a VGA connection to your monitor.
-1072885406 0xC00D1162 NS_E_DVD_NO_SUBPICTURE_STREAM Windows Media Player cannot display subtitles or highlights in DVD menus. Reinstall the DVD decoder or contact the DVD drive manufacturer to obtain an updated decoder.
-1072885405 0xC00D1163 NS_E_DVD_COPY_PROTECT Windows Media Player cannot play this DVD because there is a problem with digital copy protection between your DVD drive, decoder, and video card. Try installing an updated driver for your video card.
-1072885404 0xC00D1164 NS_E_DVD_AUTHORING_PROBLEM Windows Media Player cannot play the DVD. The disc was created in a manner that the Player does not support.
-1072885403 0xC00D1165 NS_E_DVD_INVALID_DISC_REGION Windows Media Player cannot play the DVD because the disc prohibits playback in your region of the world. You must obtain a disc that is intended for your geographic region.
-1072885402 0xC00D1166 NS_E_DVD_COMPATIBLE_VIDEO_CARD Windows Media Player cannot play the DVD because your video card does not support DVD playback.
-1072885401 0xC00D1167 NS_E_DVD_MACROVISION Windows Media Player cannot play this DVD because it is not possible to turn on analog copy protection on the output display. Try installing an updated driver for your video card.
-1072885400 0xC00D1168 NS_E_DVD_SYSTEM_DECODER_REGION Windows Media Player cannot play the DVD because the region assigned to your DVD drive does not match the region assigned to your DVD decoder.
-1072885399 0xC00D1169 NS_E_DVD_DISC_DECODER_REGION Windows Media Player cannot play the DVD because the disc prohibits playback in your region of the world. You must obtain a disc that is intended for your geographic region.
-1072885398 0xC00D116A NS_E_DVD_NO_VIDEO_STREAM Windows Media Player cannot play DVD video. You might need to adjust your Windows display settings. Open display settings in Control Panel, and then try lowering your screen resolution and color quality settings.
-1072885397 0xC00D116B NS_E_DVD_NO_AUDIO_STREAM Windows Media Player cannot play DVD audio. Verify that your sound card is set up correctly, and then try again.
-1072885396 0xC00D116C NS_E_DVD_GRAPH_BUILDING Windows Media Player cannot play DVD video. Close any open files and quit any other programs, and then try again. If the problem persists, restart your computer.
-1072885395 0xC00D116D NS_E_DVD_NO_DECODER Windows Media Player cannot play the DVD because a compatible DVD decoder is not installed on your computer.
-1072885394 0xC00D116E NS_E_DVD_PARENTAL Windows Media Player cannot play the scene because it has a parental rating higher than the rating that you are authorized to view.
-1072885393 0xC00D116F NS_E_DVD_CANNOT_JUMP Windows Media Player cannot skip to the requested location on the DVD.
-1072885392 0xC00D1170 NS_E_DVD_DEVICE_CONTENTION Windows Media Player cannot play the DVD because it is currently in use by another program. Quit the other program that is using the DVD, and then try again.
-1072885391 0xC00D1171 NS_E_DVD_NO_VIDEO_MEMORY Windows Media Player cannot play DVD video. You might need to adjust your Windows display settings. Open display settings in Control Panel, and then try lowering your screen resolution and color quality settings.
-1072885390 0xC00D1172 NS_E_DVD_CANNOT_COPY_PROTECTED Windows Media Player cannot rip the DVD because it is copy protected.
-1072885389 0xC00D1173 NS_E_DVD_REQUIRED_PROPERTY_NOT_SET One of more of the required properties has not been set.
-1072885388 0xC00D1174 NS_E_DVD_INVALID_TITLE_CHAPTER The specified title and/or chapter number does not exist on this DVD.
-1072885386 0xC00D1176 NS_E_NO_CD_BURNER Windows Media Player cannot burn the files because the Player cannot find a burner. If the burner is connected properly, try using Windows Update to install the latest device driver.
-1072885385 0xC00D1177 NS_E_DEVICE_IS_NOT_READY Windows Media Player does not detect storage media in the selected device. Insert storage media into the device, and then try again.
-1072885384 0xC00D1178 NS_E_PDA_UNSUPPORTED_FORMAT Windows Media Player cannot sync this file. The Player might not support the file type.
-1072885383 0xC00D1179 NS_E_NO_PDA Windows Media Player does not detect a portable device. Connect your portable device, and then try again.
-1072885382 0xC00D117A NS_E_PDA_UNSPECIFIED_ERROR Windows Media Player encountered an error while communicating with the device. The storage card on the device might be full, the device might be turned off, or the device might not allow playlists or folders to be created on it.
-1072885381 0xC00D117B NS_E_MEMSTORAGE_BAD_DATA Windows Media Player encountered an error while burning a CD.
-1072885380 0xC00D117C NS_E_PDA_FAIL_SELECT_DEVICE Windows Media Player encountered an error while communicating with a portable device or CD drive.
-1072885379 0xC00D117D NS_E_PDA_FAIL_READ_WAVE_FILE Windows Media Player cannot open the WAV file.
-1072885378 0xC00D117E NS_E_IMAPI_LOSSOFSTREAMING Windows Media Player failed to burn all the files to the CD. Select a slower recording speed, and then try again.
-1072885377 0xC00D117F NS_E_PDA_DEVICE_FULL There is not enough storage space on the portable device to complete this operation. Delete some unneeded files on the portable device, and then try again.
-1072885376 0xC00D1180 NS_E_FAIL_LAUNCH_ROXIO_PLUGIN Windows Media Player cannot burn the files. Verify that your burner is connected properly, and then try again. If the problem persists, reinstall the Player.
-1072885375 0xC00D1181 NS_E_PDA_DEVICE_FULL_IN_SESSION Windows Media Player did not sync some files to the device because there is not enough storage space on the device.
-1072885374 0xC00D1182 NS_E_IMAPI_MEDIUM_INVALIDTYPE The disc in the burner is not valid. Insert a blank disc into the burner, and then try again.
-1072885373 0xC00D1183 NS_E_PDA_MANUALDEVICE Windows Media Player cannot perform the requested action because the device does not support sync.
-1072885372 0xC00D1184 NS_E_PDA_PARTNERSHIPNOTEXIST To perform the requested action, you must first set up sync with the device.
-1072885371 0xC00D1185 NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP You have already created sync partnerships with 16 devices. To create a new sync partnership, you must first end an existing partnership.
-1072885370 0xC00D1186 NS_E_PDA_NO_TRANSCODE_OF_DRM Windows Media Player cannot sync the file because protected files cannot be converted to the required quality level or file format.
-1072885369 0xC00D1187 NS_E_PDA_TRANSCODECACHEFULL The folder that stores converted files is full. Either empty the folder or increase its size, and then try again.
-1072885368 0xC00D1188 NS_E_PDA_TOO_MANY_FILE_COLLISIONS There are too many files with the same name in the folder on the device. Change the file name or sync to a different folder.
-1072885367 0xC00D1189 NS_E_PDA_CANNOT_TRANSCODE Windows Media Player cannot convert the file to the format required by the device.
-1072885366 0xC00D118A NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY You have reached the maximum number of files your device allows in a folder. If your device supports playback from subfolders, try creating subfolders on the device and storing some files in them.
-1072885365 0xC00D118B NS_E_PROCESSINGSHOWSYNCWIZARD Windows Media Player is already trying to start the Device Setup Wizard.
-1072885364 0xC00D118C NS_E_PDA_TRANSCODE_NOT_PERMITTED Windows Media Player cannot convert this file format. If an updated version of the codec used to compress this file is available, install it and then try to sync the file again.
-1072885363 0xC00D118D NS_E_PDA_INITIALIZINGDEVICES Windows Media Player is busy setting up devices. Try again later.
-1072885362 0xC00D118E NS_E_PDA_OBSOLETE_SP Your device is using an outdated driver that is no longer supported by Windows Media Player. For additional assistance, click Web Help.
-1072885361 0xC00D118F NS_E_PDA_TITLE_COLLISION Windows Media Player cannot sync the file because a file with the same name already exists on the device. Change the file name or try to sync the file to a different folder.
-1072885360 0xC00D1190 NS_E_PDA_DEVICESUPPORTDISABLED Automatic and manual sync have been turned off temporarily. To sync to a device, restart Windows Media Player.
-1072885359 0xC00D1191 NS_E_PDA_NO_LONGER_AVAILABLE This device is not available. Connect the device to the computer, and then try again.
-1072885358 0xC00D1192 NS_E_PDA_ENCODER_NOT_RESPONDING Windows Media Player cannot sync the file because an error occurred while converting the file to another quality level or format. If the problem persists, remove the file from the list of files to sync.
-1072885357 0xC00D1193 NS_E_PDA_CANNOT_SYNC_FROM_LOCATION Windows Media Player cannot sync the file to your device. The file might be stored in a location that is not supported. Copy the file from its current location to your hard disk, add it to your library, and then try to sync the file again.
-1072885356 0xC00D1194 NS_E_WMP_PROTOCOL_PROBLEM Windows Media Player cannot open the specified URL. Verify that the Player is configured to use all available protocols, and then try again.
-1072885355 0xC00D1195 NS_E_WMP_NO_DISK_SPACE Windows Media Player cannot perform the requested action because there is not enough storage space on your computer. Delete some unneeded files on your hard disk, and then try again.
-1072885354 0xC00D1196 NS_E_WMP_LOGON_FAILURE The server denied access to the file. Verify that you are using the correct user name and password.
-1072885353 0xC00D1197 NS_E_WMP_CANNOT_FIND_FILE Windows Media Player cannot find the file. If you are trying to play, burn, or sync an item that is in your library, the item might point to a file that has been moved, renamed, or deleted.
-1072885352 0xC00D1198 NS_E_WMP_SERVER_INACCESSIBLE Windows Media Player cannot connect to the server. The server name might not be correct, the server might not be available, or your proxy settings might not be correct.
-1072885351 0xC00D1199 NS_E_WMP_UNSUPPORTED_FORMAT Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file.
-1072885350 0xC00D119A NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT Windows Media Player cannot play the file. The Player might not support the file type or a required codec might not be installed on your computer.
-1072885349 0xC00D119B NS_E_WMP_PLAYLIST_EXISTS Windows Media Player cannot create the playlist because the name already exists. Type a different playlist name.
-1072885348 0xC00D119C NS_E_WMP_NONMEDIA_FILES Windows Media Player cannot delete the playlist because it contains items that are not digital media files. Any digital media files in the playlist were deleted.
-1072885347 0xC00D119D NS_E_WMP_INVALID_ASX The playlist cannot be opened because it is stored in a shared folder on another computer. If possible, move the playlist to the playlists folder on your computer.
-1072885346 0xC00D119E NS_E_WMP_ALREADY_IN_USE Windows Media Player is already in use. Stop playing any items, close all Player dialog boxes, and then try again.
-1072885345 0xC00D119F NS_E_WMP_IMAPI_FAILURE Windows Media Player encountered an error while burning. Verify that the burner is connected properly and that the disc is clean and not damaged.
-1072885344 0xC00D11A0 NS_E_WMP_WMDM_FAILURE Windows Media Player has encountered an unknown error with your portable device. Reconnect your portable device, and then try again.
-1072885343 0xC00D11A1 NS_E_WMP_CODEC_NEEDED_WITH_4CC A codec is required to play this file. To determine if this codec is available to download from the web, click Web Help.
-1072885342 0xC00D11A2 NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG An audio codec is needed to play this file. To determine if this codec is available to download from the web, click Web Help.
-1072885341 0xC00D11A3 NS_E_WMP_MSSAP_NOT_AVAILABLE To play the file, you must install the latest Windows service pack. To install the service pack from the Windows Update website, click Web Help.
-1072885340 0xC00D11A4 NS_E_WMP_WMDM_INTERFACEDEAD Windows Media Player no longer detects a portable device. Reconnect your portable device, and then try again.
-1072885339 0xC00D11A5 NS_E_WMP_WMDM_NOTCERTIFIED Windows Media Player cannot sync the file because the portable device does not support protected files.
-1072885338 0xC00D11A6 NS_E_WMP_WMDM_LICENSE_NOTEXIST This file does not have sync rights. If you obtained this file from an online store, go to the online store to get sync rights.
-1072885337 0xC00D11A7 NS_E_WMP_WMDM_LICENSE_EXPIRED Windows Media Player cannot sync the file because the sync rights have expired. Go to the content provider's online store to get new sync rights.
-1072885336 0xC00D11A8 NS_E_WMP_WMDM_BUSY The portable device is already in use. Wait until the current task finishes or quit other programs that might be using the portable device, and then try again.
-1072885335 0xC00D11A9 NS_E_WMP_WMDM_NORIGHTS Windows Media Player cannot sync the file because the content provider or device prohibits it. You might be able to resolve this problem by going to the content provider's online store to get sync rights.
-1072885334 0xC00D11AA NS_E_WMP_WMDM_INCORRECT_RIGHTS The content provider has not granted you the right to sync this file. Go to the content provider's online store to get sync rights.
-1072885333 0xC00D11AB NS_E_WMP_IMAPI_GENERIC Windows Media Player cannot burn the files to the CD. Verify that the disc is clean and not damaged. If necessary, select a slower recording speed or try a different brand of blank discs.
-1072885331 0xC00D11AD NS_E_WMP_IMAPI_DEVICE_NOTPRESENT Windows Media Player cannot burn the files. Verify that the burner is connected properly, and then try again.
-1072885330 0xC00D11AE NS_E_WMP_IMAPI_DEVICE_BUSY Windows Media Player cannot burn the files. Verify that the burner is connected properly and that the disc is clean and not damaged. If the burner is already in use, wait until the current task finishes or quit other programs that might be using the burner.
-1072885329 0xC00D11AF NS_E_WMP_IMAPI_LOSS_OF_STREAMING Windows Media Player cannot burn the files to the CD.
-1072885328 0xC00D11B0 NS_E_WMP_SERVER_UNAVAILABLE Windows Media Player cannot play the file. The server might not be available or there might be a problem with your network or firewall settings.
-1072885327 0xC00D11B1 NS_E_WMP_FILE_OPEN_FAILED Windows Media Player encountered a problem while playing the file. For additional assistance, click Web Help.
-1072885326 0xC00D11B2 NS_E_WMP_VERIFY_ONLINE Windows Media Player must connect to the Internet to verify the file's media usage rights. Connect to the Internet, and then try again.
-1072885325 0xC00D11B3 NS_E_WMP_SERVER_NOT_RESPONDING Windows Media Player cannot play the file because a network error occurred. The server might not be available. Verify that you are connected to the network and that your proxy settings are correct.
-1072885324 0xC00D11B4 NS_E_WMP_DRM_CORRUPT_BACKUP Windows Media Player cannot restore your media usage rights because it could not find any backed up rights on your computer.
-1072885323 0xC00D11B5 NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE Windows Media Player cannot download media usage rights because the server is not available (for example, the server might be busy or not online).
-1072885322 0xC00D11B6 NS_E_WMP_NETWORK_FIREWALL Windows Media Player cannot play the file. A network firewall might be preventing the Player from opening the file by using the UDP transport protocol. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "http:").
-1072885321 0xC00D11B7 NS_E_WMP_NO_REMOVABLE_MEDIA Insert the removable media, and then try again.
-1072885320 0xC00D11B8 NS_E_WMP_PROXY_CONNECT_TIMEOUT Windows Media Player cannot play the file because the proxy server is not responding. The proxy server might be temporarily unavailable or your Player proxy settings might not be valid.
-1072885319 0xC00D11B9 NS_E_WMP_NEED_UPGRADE To play the file, you might need to install a later version of Windows Media Player. On the Help menu, click Check for Updates, and then follow the instructions. For additional assistance, click Web Help.
-1072885318 0xC00D11BA NS_E_WMP_AUDIO_HW_PROBLEM Windows Media Player cannot play the file because there is a problem with your sound device. There might not be a sound device installed on your computer, it might be in use by another program, or it might not be functioning properly.
-1072885317 0xC00D11BB NS_E_WMP_INVALID_PROTOCOL Windows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "http:" or "rtsp:").
-1072885316 0xC00D11BC NS_E_WMP_INVALID_LIBRARY_ADD Windows Media Player cannot add the file to the library because the file format is not supported.
-1072885315 0xC00D11BD NS_E_WMP_MMS_NOT_SUPPORTED Windows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "mms:").
-1072885314 0xC00D11BE NS_E_WMP_NO_PROTOCOLS_SELECTED Windows Media Player cannot play the file because there are no streaming protocols selected. Select one or more protocols, and then try again.
-1072885313 0xC00D11BF NS_E_WMP_GOFULLSCREEN_FAILED Windows Media Player cannot switch to Full Screen. You might need to adjust your Windows display settings. Open display settings in Control Panel, and then try setting Hardware acceleration to Full.
-1072885312 0xC00D11C0 NS_E_WMP_NETWORK_ERROR Windows Media Player cannot play the file because a network error occurred. The server might not be available (for example, the server is busy or not online) or you might not be connected to the network.
-1072885311 0xC00D11C1 NS_E_WMP_CONNECT_TIMEOUT Windows Media Player cannot play the file because the server is not responding. Verify that you are connected to the network, and then try again later.
-1072885310 0xC00D11C2 NS_E_WMP_MULTICAST_DISABLED Windows Media Player cannot play the file because the multicast protocol is not enabled. On the Tools menu, click Options, click the Network tab, and then select the Multicast check box. For additional assistance, click Web Help.
-1072885309 0xC00D11C3 NS_E_WMP_SERVER_DNS_TIMEOUT Windows Media Player cannot play the file because a network problem occurred. Verify that you are connected to the network, and then try again later.
-1072885308 0xC00D11C4 NS_E_WMP_PROXY_NOT_FOUND Windows Media Player cannot play the file because the network proxy server cannot be found. Verify that your proxy settings are correct, and then try again.
-1072885307 0xC00D11C5 NS_E_WMP_TAMPERED_CONTENT Windows Media Player cannot play the file because it is corrupted.
-1072885306 0xC00D11C6 NS_E_WMP_OUTOFMEMORY Your computer is running low on memory. Quit other programs, and then try again.
-1072885305 0xC00D11C7 NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED Windows Media Player cannot play, burn, rip, or sync the file because a required audio codec is not installed on your computer.
-1072885304 0xC00D11C8 NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED Windows Media Player cannot play the file because the required video codec is not installed on your computer.
-1072885303 0xC00D11C9 NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE Windows Media Player cannot burn the files. If the burner is busy, wait for the current task to finish. If necessary, verify that the burner is connected properly and that you have installed the latest device driver.
-1072885302 0xC00D11CA NS_E_WMP_DRM_DRIVER_AUTH_FAILURE Windows Media Player cannot play the protected file because there is a problem with your sound device. Try installing a new device driver or use a different sound device.
-1072885301 0xC00D11CB NS_E_WMP_NETWORK_RESOURCE_FAILURE Windows Media Player encountered a network error. Restart the Player.
-1072885300 0xC00D11CC NS_E_WMP_UPGRADE_APPLICATION Windows Media Player is not installed properly. Reinstall the Player.
-1072885299 0xC00D11CD NS_E_WMP_UNKNOWN_ERROR Windows Media Player encountered an unknown error. For additional assistance, click Web Help.
-1072885298 0xC00D11CE NS_E_WMP_INVALID_KEY Windows Media Player cannot play the file because the required codec is not valid.
-1072885297 0xC00D11CF NS_E_WMP_CD_ANOTHER_USER The CD drive is in use by another user. Wait for the task to complete, and then try again.
-1072885296 0xC00D11D0 NS_E_WMP_DRM_NEEDS_AUTHORIZATION Windows Media Player cannot play, sync, or burn the protected file because a problem occurred with the Windows Media Digital Rights Management (DRM) system. You might need to connect to the Internet to update your DRM components. For additional assistance, click Web Help.
-1072885295 0xC00D11D1 NS_E_WMP_BAD_DRIVER Windows Media Player cannot play the file because there might be a problem with your sound or video device. Try installing an updated device driver.
-1072885294 0xC00D11D2 NS_E_WMP_ACCESS_DENIED Windows Media Player cannot access the file. The file might be in use, you might not have access to the computer where the file is stored, or your proxy settings might not be correct.
-1072885293 0xC00D11D3 NS_E_WMP_LICENSE_RESTRICTS The content provider prohibits this action. Go to the content provider's online store to get new media usage rights.
-1072885292 0xC00D11D4 NS_E_WMP_INVALID_REQUEST Windows Media Player cannot perform the requested action at this time.
-1072885291 0xC00D11D5 NS_E_WMP_CD_STASH_NO_SPACE Windows Media Player cannot burn the files because there is not enough free disk space to store the temporary files. Delete some unneeded files on your hard disk, and then try again.
-1072885290 0xC00D11D6 NS_E_WMP_DRM_NEW_HARDWARE Your media usage rights have become corrupted or are no longer valid. This might happen if you have replaced hardware components in your computer.
-1072885289 0xC00D11D7 NS_E_WMP_DRM_INVALID_SIG The required Windows Media Digital Rights Management (DRM) component cannot be validated. You might be able resolve the problem by reinstalling the Player.
-1072885288 0xC00D11D8 NS_E_WMP_DRM_CANNOT_RESTORE You have exceeded your restore limit for the day. Try restoring your media usage rights tomorrow.
-1072885287 0xC00D11D9 NS_E_WMP_BURN_DISC_OVERFLOW Some files might not fit on the CD. The required space cannot be calculated accurately because some files might be missing duration information. To ensure the calculation is accurate, play the files that are missing duration information.
-1072885286 0xC00D11DA NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE Windows Media Player cannot verify the file's media usage rights. If you obtained this file from an online store, go to the online store to get the necessary rights.
-1072885285 0xC00D11DB NS_E_WMP_DRM_NO_SECURE_CLOCK It is not possible to sync because this device's internal clock is not set correctly. To set the clock, select the option to set the device clock on the Privacy tab of the Options dialog box, connect to the Internet, and then sync the device again. For additional assistance, click Web Help.
-1072885284 0xC00D11DC NS_E_WMP_DRM_NO_RIGHTS Windows Media Player cannot play, burn, rip, or sync the protected file because you do not have the appropriate rights.
-1072885283 0xC00D11DD NS_E_WMP_DRM_INDIV_FAILED Windows Media Player encountered an error during upgrade.
-1072885282 0xC00D11DE NS_E_WMP_SERVER_NONEWCONNECTIONS Windows Media Player cannot connect to the server because it is not accepting any new connections. This could be because it has reached its maximum connection limit. Please try again later.
-1072885281 0xC00D11DF NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST A number of queued files cannot be played. To find information about the problem, click the Now Playing tab, and then click the icon next to each file in the List pane.
-1072885280 0xC00D11E0 NS_E_WMP_IMAPI2_ERASE_FAIL Windows Media Player encountered an error while erasing the rewritable CD or DVD. Verify that the CD or DVD burner is connected properly and that the disc is clean and not damaged.
-1072885279 0xC00D11E1 NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY Windows Media Player cannot erase the rewritable CD or DVD. Verify that the CD or DVD burner is connected properly and that the disc is clean and not damaged. If the burner is already in use, wait until the current task finishes or quit other programs that might be using the burner.
-1072885278 0xC00D11E2 NS_E_WMP_DRM_COMPONENT_FAILURE A Windows Media Digital Rights Management (DRM) component encountered a problem. If you are trying to use a file that you obtained from an online store, try going to the online store and getting the appropriate usage rights.
-1072885277 0xC00D11E3 NS_E_WMP_DRM_NO_DEVICE_CERT It is not possible to obtain device's certificate. Please contact the device manufacturer for a firmware update or for other steps to resolve this problem.
-1072885276 0xC00D11E4 NS_E_WMP_SERVER_SECURITY_ERROR Windows Media Player encountered an error when connecting to the server. The security information from the server could not be validated.
-1072885275 0xC00D11E5 NS_E_WMP_AUDIO_DEVICE_LOST An audio device was disconnected or reconfigured. Verify that the audio device is connected, and then try to play the item again.
-1072885274 0xC00D11E6 NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE Windows Media Player could not complete burning because the disc is not compatible with your drive. Try inserting a different kind of recordable media or use a disc that supports a write speed that is compatible with your drive.
-1072885266 0xC00D11EE NS_E_SYNCWIZ_DEVICE_FULL Windows Media Player cannot save the sync settings because your device is full. Delete some unneeded files on your device and then try again.
-1072885265 0xC00D11EF NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS It is not possible to change sync settings at this time. Try again later.
-1072885264 0xC00D11F0 NS_E_TRANSCODE_DELETECACHEERROR Windows Media Player cannot delete these files currently. If the Player is synchronizing, wait until it is complete and then try again.
-1072885256 0xC00D11F8 NS_E_CD_NO_BUFFERS_READ Windows Media Player could not use digital mode to read the CD. The Player has automatically switched the CD drive to analog mode. To switch back to digital mode, use the Devices tab. For additional assistance, click Web Help.
-1072885255 0xC00D11F9 NS_E_CD_EMPTY_TRACK_QUEUE No CD track was specified for playback.
-1072885254 0xC00D11FA NS_E_CD_NO_READER The CD filter was not able to create the CD reader.
-1072885253 0xC00D11FB NS_E_CD_ISRC_INVALID Invalid ISRC code.
-1072885252 0xC00D11FC NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID Invalid Media Catalog Number.
-1072885251 0xC00D11FD NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION Windows Media Player cannot play audio CDs correctly because the CD drive is slow and error correction is turned on. To increase performance, turn off playback error correction for this drive.
-1072885250 0xC00D11FE NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS Windows Media Player cannot estimate the CD drive's playback speed because the CD track is too short.
-1072885249 0xC00D11FF NS_E_CD_QUEUEING_DISABLED Cannot queue the CD track because queuing is not enabled.
-1072885246 0xC00D1202 NS_E_WMP_DRM_ACQUIRING_LICENSE Windows Media Player cannot download additional media usage rights until the current download is complete.
-1072885245 0xC00D1203 NS_E_WMP_DRM_LICENSE_EXPIRED The media usage rights for this file have expired or are no longer valid. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885244 0xC00D1204 NS_E_WMP_DRM_LICENSE_NOTACQUIRED Windows Media Player cannot download the media usage rights for the file. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885243 0xC00D1205 NS_E_WMP_DRM_LICENSE_NOTENABLED The media usage rights for this file are not yet valid. To see when they will become valid, right-click the file in the library, click Properties, and then click the Media Usage Rights tab.
-1072885242 0xC00D1206 NS_E_WMP_DRM_LICENSE_UNUSABLE The media usage rights for this file are not valid. If you obtained this file from an online store, contact the store for assistance.
-1072885241 0xC00D1207 NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED The content provider has revoked the media usage rights for this file. If you obtained this file from an online store, ask the store if a new version of the file is available.
-1072885240 0xC00D1208 NS_E_WMP_DRM_LICENSE_NOSAP The media usage rights for this file require a feature that is not supported in your current version of Windows Media Player or your current version of Windows. Try installing the latest version of the Player. If you obtained this file from an online store, contact the store for further assistance.
-1072885239 0xC00D1209 NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE Windows Media Player cannot download media usage rights at this time. Try again later.
-1072885238 0xC00D120A NS_E_WMP_LICENSE_REQUIRED Windows Media Player cannot play, burn, or sync the file because the media usage rights are missing. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885237 0xC00D120B NS_E_WMP_PROTECTED_CONTENT Windows Media Player cannot play, burn, or sync the file because the media usage rights are missing. If you obtained the file from an online store, sign in to the store, and then try again.
-1072885206 0xC00D122A NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED Windows Media Player cannot read a policy. This can occur when the policy does not exist in the registry or when the registry cannot be read.
-1072885196 0xC00D1234 NS_E_PDA_CANNOT_SYNC_FROM_INTERNET Windows Media Player cannot sync content streamed directly from the Internet. If possible, download the file to your computer, and then try to sync the file.
-1072885195 0xC00D1235 NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST This playlist is not valid or is corrupted. Create a new playlist using Windows Media Player, then sync the new playlist instead.
-1072885194 0xC00D1236 NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE Windows Media Player encountered a problem while synchronizing the file to the device. For additional assistance, click Web Help.
-1072885193 0xC00D1237 NS_E_PDA_SYNC_FAILED Windows Media Player encountered an error while synchronizing to the device.
-1072885192 0xC00D1238 NS_E_PDA_DELETE_FAILED Windows Media Player cannot delete a file from the device.
-1072885191 0xC00D1239 NS_E_PDA_FAILED_TO_RETRIEVE_FILE Windows Media Player cannot copy a file from the device to your library.
-1072885190 0xC00D123A NS_E_PDA_DEVICE_NOT_RESPONDING Windows Media Player cannot communicate with the device because the device is not responding. Try reconnecting the device, resetting the device, or contacting the device manufacturer for updated firmware.
-1072885189 0xC00D123B NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO Windows Media Player cannot sync the picture to the device because a problem occurred while converting the file to another quality level or format. The original file might be damaged or corrupted.
-1072885188 0xC00D123C NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE Windows Media Player cannot convert the file. The file might have been encrypted by the Encrypted File System (EFS). Try decrypting the file first and then synchronizing it. For information about how to decrypt a file, see Windows Help and Support.
-1072885187 0xC00D123D NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO Your device requires that this file be converted in order to play on the device. However, the device either does not support playing audio, or Windows Media Player cannot convert the file to an audio format that is supported by the device.
-1072885186 0xC00D123E NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO Your device requires that this file be converted in order to play on the device. However, the device either does not support playing video, or Windows Media Player cannot convert the file to a video format that is supported by the device.
-1072885185 0xC00D123F NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE Your device requires that this file be converted in order to play on the device. However, the device either does not support displaying pictures, or Windows Media Player cannot convert the file to a picture format that is supported by the device.
-1072885184 0xC00D1240 NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG Windows Media Player cannot sync the file to your computer because the file name is too long. Try renaming the file on the device.
-1072885183 0xC00D1241 NS_E_PDA_CEWMDM_DRM_ERROR Windows Media Player cannot sync the file because the device is not responding. This typically occurs when there is a problem with the device firmware. For additional assistance, click Web Help.
-1072885182 0xC00D1242 NS_E_INCOMPLETE_PLAYLIST Incomplete playlist.
-1072885181 0xC00D1243 NS_E_PDA_SYNC_RUNNING It is not possible to perform the requested action because sync is in progress. You can either stop sync or wait for it to complete, and then try again.
-1072885180 0xC00D1244 NS_E_PDA_SYNC_LOGIN_ERROR Windows Media Player cannot sync the subscription content because you are not signed in to the online store that provided it. Sign in to the online store, and then try again.
-1072885179 0xC00D1245 NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND Windows Media Player cannot convert the file to the format required by the device. One or more codecs required to convert the file could not be found.
-1072885178 0xC00D1246 NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE It is not possible to sync subscription files to this device.
-1072885177 0xC00D1247 NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING Your device is operating slowly or is not responding. Until the device responds, it is not possible to sync again. To return the device to normal operation, try disconnecting it from the computer or resetting it.
-1072885156 0xC00D125C NS_E_WMP_HWND_NOTFOUND The Windows Media Player download manager cannot function properly because the Player main window cannot be found. Try restarting the Player.
-1072885155 0xC00D125D NS_E_BKGDOWNLOAD_WRONG_NO_FILES Windows Media Player encountered a download that has the wrong number of files. This might occur if another program is trying to create jobs with the same signature as the Player.
-1072885154 0xC00D125E NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB Windows Media Player tried to complete a download that was already canceled. The file will not be available.
-1072885153 0xC00D125F NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB Windows Media Player tried to cancel a download that was already completed. The file will not be removed.
-1072885152 0xC00D1260 NS_E_BKGDOWNLOAD_NOJOBPOINTER Windows Media Player is trying to access a download that is not valid.
-1072885151 0xC00D1261 NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE This download was not created by Windows Media Player.
-1072885150 0xC00D1262 NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE The Windows Media Player download manager cannot create a temporary file name. This might occur if the path is not valid or if the disk is full.
-1072885149 0xC00D1263 NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE The Windows Media Player download manager plug-in cannot start. This might occur if the system is out of resources.
-1072885148 0xC00D1264 NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE The Windows Media Player download manager cannot move the file.
-1072885147 0xC00D1265 NS_E_BKGDOWNLOAD_CALLFUNCFAILED The Windows Media Player download manager cannot perform a task because the system has no resources to allocate.
-1072885146 0xC00D1266 NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT The Windows Media Player download manager cannot perform a task because the task took too long to run.
-1072885145 0xC00D1267 NS_E_BKGDOWNLOAD_CALLFUNCENDED The Windows Media Player download manager cannot perform a task because the Player is terminating the service. The task will be recovered when the Player restarts.
-1072885144 0xC00D1268 NS_E_BKGDOWNLOAD_WMDUNPACKFAILED The Windows Media Player download manager cannot expand a WMD file. The file will be deleted and the operation will not be completed successfully.
-1072885143 0xC00D1269 NS_E_BKGDOWNLOAD_FAILEDINITIALIZE The Windows Media Player download manager cannot start. This might occur if the system is out of resources.
-1072885142 0xC00D126A NS_E_INTERFACE_NOT_REGISTERED_IN_GIT Windows Media Player cannot access a required functionality. This might occur if the wrong system files or Player DLLs are loaded.
-1072885141 0xC00D126B NS_E_BKGDOWNLOAD_INVALID_FILE_NAME Windows Media Player cannot get the file name of the requested download. The requested download will be canceled.
-1072885106 0xC00D128E NS_E_IMAGE_DOWNLOAD_FAILED Windows Media Player encountered an error while downloading an image.
-1072885056 0xC00D12C0 NS_E_WMP_UDRM_NOUSERLIST Windows Media Player cannot update your media usage rights because the Player cannot verify the list of activated users of this computer.
-1072885055 0xC00D12C1 NS_E_WMP_DRM_NOT_ACQUIRING Windows Media Player is trying to acquire media usage rights for a file that is no longer being used. Rights acquisition will stop.
-1072885006 0xC00D12F2 NS_E_WMP_BSTR_TOO_LONG The parameter is not valid.
-1072884996 0xC00D12FC NS_E_WMP_AUTOPLAY_INVALID_STATE The state is not valid for this request.
-1072884986 0xC00D1306 NS_E_WMP_COMPONENT_REVOKED Windows Media Player cannot play this file until you complete the software component upgrade. After the component has been upgraded, try to play the file again.
-1072884956 0xC00D1324 NS_E_CURL_NOTSAFE The URL is not safe for the operation specified.
-1072884955 0xC00D1325 NS_E_CURL_INVALIDCHAR The URL contains one or more characters that are not valid.
-1072884954 0xC00D1326 NS_E_CURL_INVALIDHOSTNAME The URL contains a host name that is not valid.
-1072884953 0xC00D1327 NS_E_CURL_INVALIDPATH The URL contains a path that is not valid.
-1072884952 0xC00D1328 NS_E_CURL_INVALIDSCHEME The URL contains a scheme that is not valid.
-1072884951 0xC00D1329 NS_E_CURL_INVALIDURL The URL is not valid.
-1072884949 0xC00D132B NS_E_CURL_CANTWALK Windows Media Player cannot play the file. If you clicked a link on a web page, the link might not be valid.
-1072884948 0xC00D132C NS_E_CURL_INVALIDPORT The URL port is not valid.
-1072884947 0xC00D132D NS_E_CURLHELPER_NOTADIRECTORY The URL is not a directory.
-1072884946 0xC00D132E NS_E_CURLHELPER_NOTAFILE The URL is not a file.
-1072884945 0xC00D132F NS_E_CURL_CANTDECODE The URL contains characters that cannot be decoded. The URL might be truncated or incomplete.
-1072884944 0xC00D1330 NS_E_CURLHELPER_NOTRELATIVE The specified URL is not a relative URL.
-1072884943 0xC00D1331 NS_E_CURL_INVALIDBUFFERSIZE The buffer is smaller than the size specified.
-1072884906 0xC00D1356 NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED The content provider has not granted you the right to play this file. Go to the content provider's online store to get play rights.
-1072884905 0xC00D1357 NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES Windows Media Player cannot purchase or download content from multiple online stores.
-1072884904 0xC00D1358 NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT The file cannot be purchased or downloaded. The file might not be available from the online store.
-1072884902 0xC00D135A NS_E_NOT_CONTENT_PARTNER_TRACK The provider of this file cannot be identified.
-1072884901 0xC00D135B NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE The file is only available for download when you buy the entire album.
-1072884900 0xC00D135C NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE You must buy the file before you can download it.
-1072884899 0xC00D135D NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED You have exceeded the maximum number of files that can be purchased in a single transaction.
-1072884897 0xC00D135F NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED Windows Media Player cannot sign in to the online store. Verify that you are using the correct user name and password. If the problem persists, the store might be temporarily unavailable.
-1072884896 0xC00D1360 NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT Windows Media Player cannot download this item because the server is not responding. The server might be temporarily unavailable or the Internet connection might be lost.
-1072884894 0xC00D1362 NS_E_CONTENT_PARTNER_STILL_INITIALIZING Content Partner still initializing.
-1072884893 0xC00D1363 NS_E_OPEN_CONTAINING_FOLDER_FAILED The folder could not be opened. The folder might have been moved or deleted.
-1072884886 0xC00D136A NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES Windows Media Player could not add all of the images to the file because the images exceeded the 7 megabyte (MB) limit.
-1072884856 0xC00D1388 NS_E_REDIRECT The client redirected to another server.
-1072884855 0xC00D1389 NS_E_STALE_PRESENTATION The streaming media description is no longer current.
-1072884854 0xC00D138A NS_E_NAMESPACE_WRONG_PERSIST It is not possible to create a persistent namespace node under a transient parent node.
-1072884853 0xC00D138B NS_E_NAMESPACE_WRONG_TYPE It is not possible to store a value in a namespace node that has a different value type.
-1072884852 0xC00D138C NS_E_NAMESPACE_NODE_CONFLICT It is not possible to remove the root namespace node.
-1072884851 0xC00D138D NS_E_NAMESPACE_NODE_NOT_FOUND The specified namespace node could not be found.
-1072884850 0xC00D138E NS_E_NAMESPACE_BUFFER_TOO_SMALL The buffer supplied to hold namespace node string is too small.
-1072884849 0xC00D138F NS_E_NAMESPACE_TOO_MANY_CALLBACKS The callback list on a namespace node is at the maximum size.
-1072884848 0xC00D1390 NS_E_NAMESPACE_DUPLICATE_CALLBACK It is not possible to register an already-registered callback on a namespace node.
-1072884847 0xC00D1391 NS_E_NAMESPACE_CALLBACK_NOT_FOUND Cannot find the callback in the namespace when attempting to remove the callback.
-1072884846 0xC00D1392 NS_E_NAMESPACE_NAME_TOO_LONG The namespace node name exceeds the allowed maximum length.
-1072884845 0xC00D1393 NS_E_NAMESPACE_DUPLICATE_NAME Cannot create a namespace node that already exists.
-1072884844 0xC00D1394 NS_E_NAMESPACE_EMPTY_NAME The namespace node name cannot be a null string.
-1072884843 0xC00D1395 NS_E_NAMESPACE_INDEX_TOO_LARGE Finding a child namespace node by index failed because the index exceeded the number of children.
-1072884842 0xC00D1396 NS_E_NAMESPACE_BAD_NAME The namespace node name is invalid.
-1072884841 0xC00D1397 NS_E_NAMESPACE_WRONG_SECURITY It is not possible to store a value in a namespace node that has a different security type.
-1072884756 0xC00D13EC NS_E_CACHE_ARCHIVE_CONFLICT The archive request conflicts with other requests in progress.
-1072884755 0xC00D13ED NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND The specified origin server cannot be found.
-1072884754 0xC00D13EE NS_E_CACHE_ORIGIN_SERVER_TIMEOUT The specified origin server is not responding.
-1072884753 0xC00D13EF NS_E_CACHE_NOT_BROADCAST The internal code for HTTP status code 412 Precondition Failed due to not broadcast type.
-1072884752 0xC00D13F0 NS_E_CACHE_CANNOT_BE_CACHED The internal code for HTTP status code 403 Forbidden due to not cacheable.
-1072884751 0xC00D13F1 NS_E_CACHE_NOT_MODIFIED The internal code for HTTP status code 304 Not Modified.
-1072884656 0xC00D1450 NS_E_CANNOT_REMOVE_PUBLISHING_POINT It is not possible to remove a cache or proxy publishing point.
-1072884655 0xC00D1451 NS_E_CANNOT_REMOVE_PLUGIN It is not possible to remove the last instance of a type of plug-in.
-1072884654 0xC00D1452 NS_E_WRONG_PUBLISHING_POINT_TYPE Cache and proxy publishing points do not support this property or method.
-1072884653 0xC00D1453 NS_E_UNSUPPORTED_LOAD_TYPE The plug-in does not support the specified load type.
-1072884652 0xC00D1454 NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION The plug-in does not support any load types. The plug-in must support at least one load type.
-1072884651 0xC00D1455 NS_E_INVALID_PUBLISHING_POINT_NAME The publishing point name is invalid.
-1072884650 0xC00D1456 NS_E_TOO_MANY_MULTICAST_SINKS Only one multicast data writer plug-in can be enabled for a publishing point.
-1072884649 0xC00D1457 NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED The requested operation cannot be completed while the publishing point is started.
-1072884648 0xC00D1458 NS_E_MULTICAST_PLUGIN_NOT_ENABLED A multicast data writer plug-in must be enabled in order for this operation to be completed.
-1072884647 0xC00D1459 NS_E_INVALID_OPERATING_SYSTEM_VERSION This feature requires Windows Server 2003, Enterprise Edition.
-1072884646 0xC00D145A NS_E_PUBLISHING_POINT_REMOVED The requested operation cannot be completed because the specified publishing point has been removed.
-1072884645 0xC00D145B NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST Push publishing points are started when the encoder starts pushing the stream. This publishing point cannot be started by the server administrator.
-1072884644 0xC00D145C NS_E_UNSUPPORTED_LANGUAGE The specified language is not supported.
-1072884643 0xC00D145D NS_E_WRONG_OS_VERSION Windows Media Services will only run on Windows Server 2003, Standard Edition and Windows Server 2003, Enterprise Edition.
-1072884642 0xC00D145E NS_E_PUBLISHING_POINT_STOPPED The operation cannot be completed because the publishing point has been stopped.
-1072884556 0xC00D14B4 NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING The playlist entry is already playing.
-1072884555 0xC00D14B5 NS_E_EMPTY_PLAYLIST The playlist or directory you are requesting does not contain content.
-1072884554 0xC00D14B6 NS_E_PLAYLIST_PARSE_FAILURE The server was unable to parse the requested playlist file.
-1072884553 0xC00D14B7 NS_E_PLAYLIST_UNSUPPORTED_ENTRY The requested operation is not supported for this type of playlist entry.
-1072884552 0xC00D14B8 NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST Cannot jump to a playlist entry that is not inserted in the playlist.
-1072884551 0xC00D14B9 NS_E_PLAYLIST_ENTRY_SEEK Cannot seek to the desired playlist entry.
-1072884550 0xC00D14BA NS_E_PLAYLIST_RECURSIVE_PLAYLISTS Cannot play recursive playlist.
-1072884549 0xC00D14BB NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS The number of nested playlists exceeded the limit the server can handle.
-1072884548 0xC00D14BC NS_E_PLAYLIST_SHUTDOWN Cannot execute the requested operation because the playlist has been shut down by the Media Server.
-1072884547 0xC00D14BD NS_E_PLAYLIST_END_RECEDING The playlist has ended while receding.
-1072884456 0xC00D1518 NS_E_DATAPATH_NO_SINK The data path does not have an associated data writer plug-in.
-1072884454 0xC00D151A NS_E_INVALID_PUSH_TEMPLATE The specified push template is invalid.
-1072884453 0xC00D151B NS_E_INVALID_PUSH_PUBLISHING_POINT The specified push publishing point is invalid.
-1072884452 0xC00D151C NS_E_CRITICAL_ERROR The requested operation cannot be performed because the server or publishing point is in a critical error state.
-1072884451 0xC00D151D NS_E_NO_NEW_CONNECTIONS The content cannot be played because the server is not currently accepting connections. Try connecting at a later time.
-1072884450 0xC00D151E NS_E_WSX_INVALID_VERSION The version of this playlist is not supported by the server.
-1072884449 0xC00D151F NS_E_HEADER_MISMATCH The command does not apply to the current media header user by a server component.
-1072884448 0xC00D1520 NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME The specified publishing point name is already in use.
-1072884356 0xC00D157C NS_E_NO_SCRIPT_ENGINE There is no script engine available for this file.
-1072884355 0xC00D157D NS_E_PLUGIN_ERROR_REPORTED The plug-in has reported an error. See the Troubleshooting tab or the NT Application Event Log for details.
-1072884354 0xC00D157E NS_E_SOURCE_PLUGIN_NOT_FOUND No enabled data source plug-in is available to access the requested content.
-1072884353 0xC00D157F NS_E_PLAYLIST_PLUGIN_NOT_FOUND No enabled playlist parser plug-in is available to access the requested content.
-1072884352 0xC00D1580 NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED The data source plug-in does not support enumeration.
-1072884351 0xC00D1581 NS_E_MEDIA_PARSER_INVALID_FORMAT The server cannot stream the selected file because it is either damaged or corrupt. Select a different file.
-1072884350 0xC00D1582 NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED The plug-in cannot be enabled because a compatible script debugger is not installed on this system. Install a script debugger, or disable the script debugger option on the general tab of the plug-in's properties page and try again.
-1072884349 0xC00D1583 NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER The plug-in cannot be loaded because it requires Windows Server 2003, Enterprise Edition.
-1072884348 0xC00D1584 NS_E_WIZARD_RUNNING Another wizard is currently running. Please close the other wizard or wait until it finishes before attempting to run this wizard again.
-1072884347 0xC00D1585 NS_E_INVALID_LOG_URL Invalid log URL. Multicast logging URL must look like "http://servername/isapibackend.dll".
-1072884346 0xC00D1586 NS_E_INVALID_MTU_RANGE Invalid MTU specified. The valid range for maximum packet size is between 36 and 65507 bytes.
-1072884345 0xC00D1587 NS_E_INVALID_PLAY_STATISTICS Invalid play statistics for logging.
-1072884344 0xC00D1588 NS_E_LOG_NEED_TO_BE_SKIPPED The log needs to be skipped.
-1072884343 0xC00D1589 NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED The size of the data exceeded the limit the WMS HTTP Download Data Source plugin can handle.
-1072884342 0xC00D158A NS_E_PORT_IN_USE One usage of each socket address (protocol/network address/port) is permitted. Verify that other services or applications are not attempting to use the same port and then try to enable the plug-in again.
-1072884341 0xC00D158B NS_E_PORT_IN_USE_HTTP One usage of each socket address (protocol/network address/port) is permitted. Verify that other services (such as IIS) or applications are not attempting to use the same port and then try to enable the plug-in again.
-1072884340 0xC00D158C NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE The WMS HTTP Download Data Source plugin was unable to receive the remote server's response.
-1072884339 0xC00D158D NS_E_ARCHIVE_REACH_QUOTA The archive plug-in has reached its quota.
-1072884338 0xC00D158E NS_E_ARCHIVE_ABORT_DUE_TO_BCAST The archive plug-in aborted because the source was from broadcast.
-1072884337 0xC00D158F NS_E_ARCHIVE_GAP_DETECTED The archive plug-in detected an interrupt in the source.
-1072884336 0xC00D1590 NS_E_AUTHORIZATION_FILE_NOT_FOUND The system cannot find the file specified.
-1072882856 0xC00D1B58 NS_E_BAD_MARKIN The mark-in time should be greater than 0 and less than the mark-out time.
-1072882855 0xC00D1B59 NS_E_BAD_MARKOUT The mark-out time should be greater than the mark-in time and less than the file duration.
-1072882854 0xC00D1B5A NS_E_NOMATCHING_MEDIASOURCE No matching media type is found in the source %1.
-1072882853 0xC00D1B5B NS_E_UNSUPPORTED_SOURCETYPE The specified source type is not supported.
-1072882852 0xC00D1B5C NS_E_TOO_MANY_AUDIO It is not possible to specify more than one audio input.
-1072882851 0xC00D1B5D NS_E_TOO_MANY_VIDEO It is not possible to specify more than two video inputs.
-1072882850 0xC00D1B5E NS_E_NOMATCHING_ELEMENT No matching element is found in the list.
-1072882849 0xC00D1B5F NS_E_MISMATCHED_MEDIACONTENT The profile's media types must match the media types defined for the session.
-1072882848 0xC00D1B60 NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP It is not possible to remove an active source while encoding.
-1072882847 0xC00D1B61 NS_E_AUDIODEVICE_BUSY It is not possible to open the specified audio capture device because it is currently in use.
-1072882846 0xC00D1B62 NS_E_AUDIODEVICE_UNEXPECTED It is not possible to open the specified audio capture device because an unexpected error has occurred.
-1072882845 0xC00D1B63 NS_E_AUDIODEVICE_BADFORMAT The audio capture device does not support the specified audio format.
-1072882844 0xC00D1B64 NS_E_VIDEODEVICE_BUSY It is not possible to open the specified video capture device because it is currently in use.
-1072882843 0xC00D1B65 NS_E_VIDEODEVICE_UNEXPECTED It is not possible to open the specified video capture device because an unexpected error has occurred.
-1072882842 0xC00D1B66 NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING This operation is not allowed while encoding.
-1072882841 0xC00D1B67 NS_E_NO_PROFILE_IN_SOURCEGROUP No profile is set for the source.
-1072882840 0xC00D1B68 NS_E_VIDEODRIVER_UNSTABLE The video capture driver returned an unrecoverable error. It is now in an unstable state.
-1072882839 0xC00D1B69 NS_E_VIDCAPSTARTFAILED It was not possible to start the video device.
-1072882838 0xC00D1B6A NS_E_VIDSOURCECOMPRESSION The video source does not support the requested output format or color depth.
-1072882837 0xC00D1B6B NS_E_VIDSOURCESIZE The video source does not support the requested capture size.
-1072882836 0xC00D1B6C NS_E_ICMQUERYFORMAT It was not possible to obtain output information from the video compressor.
-1072882835 0xC00D1B6D NS_E_VIDCAPCREATEWINDOW It was not possible to create a video capture window.
-1072882834 0xC00D1B6E NS_E_VIDCAPDRVINUSE There is already a stream active on this video device.
-1072882833 0xC00D1B6F NS_E_NO_MEDIAFORMAT_IN_SOURCE No media format is set in source.
-1072882832 0xC00D1B70 NS_E_NO_VALID_OUTPUT_STREAM Cannot find a valid output stream from the source.
-1072882831 0xC00D1B71 NS_E_NO_VALID_SOURCE_PLUGIN It was not possible to find a valid source plug-in for the specified source.
-1072882830 0xC00D1B72 NS_E_NO_ACTIVE_SOURCEGROUP No source is currently active.
-1072882829 0xC00D1B73 NS_E_NO_SCRIPT_STREAM No script stream is set in the current source.
-1072882828 0xC00D1B74 NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING This operation is not allowed while archiving.
-1072882827 0xC00D1B75 NS_E_INVALIDPACKETSIZE The setting for the maximum packet size is not valid.
-1072882826 0xC00D1B76 NS_E_PLUGIN_CLSID_INVALID The plug-in CLSID specified is not valid.
-1072882825 0xC00D1B77 NS_E_UNSUPPORTED_ARCHIVETYPE This archive type is not supported.
-1072882824 0xC00D1B78 NS_E_UNSUPPORTED_ARCHIVEOPERATION This archive operation is not supported.
-1072882823 0xC00D1B79 NS_E_ARCHIVE_FILENAME_NOTSET The local archive file name was not set.
-1072882822 0xC00D1B7A NS_E_SOURCEGROUP_NOTPREPARED The source is not yet prepared.
-1072882821 0xC00D1B7B NS_E_PROFILE_MISMATCH Profiles on the sources do not match.
-1072882820 0xC00D1B7C NS_E_INCORRECTCLIPSETTINGS The specified crop values are not valid.
-1072882819 0xC00D1B7D NS_E_NOSTATSAVAILABLE No statistics are available at this time.
-1072882818 0xC00D1B7E NS_E_NOTARCHIVING The encoder is not archiving.
-1072882817 0xC00D1B7F NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED This operation is only allowed during encoding.
-1072882816 0xC00D1B80 NS_E_NOSOURCEGROUPS This SourceGroupCollection doesn't contain any SourceGroups.
-1072882815 0xC00D1B81 NS_E_INVALIDINPUTFPS This source does not have a frame rate of 30 fps. Therefore, it is not possible to apply the inverse telecine filter to the source.
-1072882814 0xC00D1B82 NS_E_NO_DATAVIEW_SUPPORT It is not possible to display your source or output video in the Video panel.
-1072882813 0xC00D1B83 NS_E_CODEC_UNAVAILABLE One or more codecs required to open this content could not be found.
-1072882812 0xC00D1B84 NS_E_ARCHIVE_SAME_AS_INPUT The archive file has the same name as an input file. Change one of the names before continuing.
-1072882811 0xC00D1B85 NS_E_SOURCE_NOTSPECIFIED The source has not been set up completely.
-1072882810 0xC00D1B86 NS_E_NO_REALTIME_TIMECOMPRESSION It is not possible to apply time compression to a broadcast session.
-1072882809 0xC00D1B87 NS_E_UNSUPPORTED_ENCODER_DEVICE It is not possible to open this device.
-1072882808 0xC00D1B88 NS_E_UNEXPECTED_DISPLAY_SETTINGS It is not possible to start encoding because the display size or color has changed since the current session was defined. Restore the previous settings or create a new session.
-1072882807 0xC00D1B89 NS_E_NO_AUDIODATA No audio data has been received for several seconds. Check the audio source and restart the encoder.
-1072882806 0xC00D1B8A NS_E_INPUTSOURCE_PROBLEM One or all of the specified sources are not working properly. Check that the sources are configured correctly.
-1072882805 0xC00D1B8B NS_E_WME_VERSION_MISMATCH The supplied configuration file is not supported by this version of the encoder.
-1072882804 0xC00D1B8C NS_E_NO_REALTIME_PREPROCESS It is not possible to use image preprocessing with live encoding.
-1072882803 0xC00D1B8D NS_E_NO_REPEAT_PREPROCESS It is not possible to use two-pass encoding when the source is set to loop.
-1072882802 0xC00D1B8E NS_E_CANNOT_PAUSE_LIVEBROADCAST It is not possible to pause encoding during a broadcast.
-1072882801 0xC00D1B8F NS_E_DRM_PROFILE_NOT_SET A DRM profile has not been set for the current session.
-1072882800 0xC00D1B90 NS_E_DUPLICATE_DRMPROFILE The profile ID is already used by a DRM profile. Specify a different profile ID.
-1072882799 0xC00D1B91 NS_E_INVALID_DEVICE The setting of the selected device does not support control for playing back tapes.
-1072882798 0xC00D1B92 NS_E_SPEECHEDL_ON_NON_MIXEDMODE You must specify a mixed voice and audio mode in order to use an optimization definition file.
-1072882797 0xC00D1B93 NS_E_DRM_PASSWORD_TOO_LONG The specified password is too long. Type a password with fewer than 8 characters.
-1072882796 0xC00D1B94 NS_E_DEVCONTROL_FAILED_SEEK It is not possible to seek to the specified mark-in point.
-1072882795 0xC00D1B95 NS_E_INTERLACE_REQUIRE_SAMESIZE When you choose to maintain the interlacing in your video, the output video size must match the input video size.
-1072882794 0xC00D1B96 NS_E_TOO_MANY_DEVICECONTROL Only one device control plug-in can control a device.
-1072882793 0xC00D1B97 NS_E_NO_MULTIPASS_FOR_LIVEDEVICE You must also enable storing content to hard disk temporarily in order to use two-pass encoding with the input device.
-1072882792 0xC00D1B98 NS_E_MISSING_AUDIENCE An audience is missing from the output stream configuration.
-1072882791 0xC00D1B99 NS_E_AUDIENCE_CONTENTTYPE_MISMATCH All audiences in the output tree must have the same content type.
-1072882790 0xC00D1B9A NS_E_MISSING_SOURCE_INDEX A source index is missing from the output stream configuration.
-1072882789 0xC00D1B9B NS_E_NUM_LANGUAGE_MISMATCH The same source index in different audiences should have the same number of languages.
-1072882788 0xC00D1B9C NS_E_LANGUAGE_MISMATCH The same source index in different audiences should have the same languages.
-1072882787 0xC00D1B9D NS_E_VBRMODE_MISMATCH The same source index in different audiences should use the same VBR encoding mode.
-1072882786 0xC00D1B9E NS_E_INVALID_INPUT_AUDIENCE_INDEX The bit rate index specified is not valid.
-1072882785 0xC00D1B9F NS_E_INVALID_INPUT_LANGUAGE The specified language is not valid.
-1072882784 0xC00D1BA0 NS_E_INVALID_INPUT_STREAM The specified source type is not valid.
-1072882783 0xC00D1BA1 NS_E_EXPECT_MONO_WAV_INPUT The source must be a mono channel .wav file.
-1072882782 0xC00D1BA2 NS_E_INPUT_WAVFORMAT_MISMATCH All the source .wav files must have the same format.
-1072882781 0xC00D1BA3 NS_E_RECORDQ_DISK_FULL The hard disk being used for temporary storage of content has reached the minimum allowed disk space. Create more space on the hard disk and restart encoding.
-1072882780 0xC00D1BA4 NS_E_NO_PAL_INVERSE_TELECINE It is not possible to apply the inverse telecine feature to PAL content.
-1072882779 0xC00D1BA5 NS_E_ACTIVE_SG_DEVICE_DISCONNECTED A capture device in the current active source is no longer available.
-1072882778 0xC00D1BA6 NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED A device used in the current active source for device control is no longer available.
-1072882777 0xC00D1BA7 NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER No frames have been submitted to the analyzer for analysis.
-1072882776 0xC00D1BA8 NS_E_INPUT_DOESNOT_SUPPORT_SMPTE The source video does not support time codes.
-1072882775 0xC00D1BA9 NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS It is not possible to generate a time code when there are multiple sources in a session.
-1072882774 0xC00D1BAA NS_E_BAD_CONTENTEDL The voice codec optimization definition file cannot be found or is corrupted.
-1072882773 0xC00D1BAB NS_E_INTERLACEMODE_MISMATCH The same source index in different audiences should have the same interlace mode.
-1072882772 0xC00D1BAC NS_E_NONSQUAREPIXELMODE_MISMATCH The same source index in different audiences should have the same nonsquare pixel mode.
-1072882771 0xC00D1BAD NS_E_SMPTEMODE_MISMATCH The same source index in different audiences should have the same time code mode.
-1072882770 0xC00D1BAE NS_E_END_OF_TAPE Either the end of the tape has been reached or there is no tape. Check the device and tape.
-1072882769 0xC00D1BAF NS_E_NO_MEDIA_IN_AUDIENCE No audio or video input has been specified.
-1072882768 0xC00D1BB0 NS_E_NO_AUDIENCES The profile must contain a bit rate.
-1072882767 0xC00D1BB1 NS_E_NO_AUDIO_COMPAT You must specify at least one audio stream to be compatible with Windows Media Player 7.1.
-1072882766 0xC00D1BB2 NS_E_INVALID_VBR_COMPAT Using a VBR encoding mode is not compatible with Windows Media Player 7.1.
-1072882765 0xC00D1BB3 NS_E_NO_PROFILE_NAME You must specify a profile name.
-1072882764 0xC00D1BB4 NS_E_INVALID_VBR_WITH_UNCOMP It is not possible to use a VBR encoding mode with uncompressed audio or video.
-1072882763 0xC00D1BB5 NS_E_MULTIPLE_VBR_AUDIENCES It is not possible to use MBR encoding with VBR encoding.
-1072882762 0xC00D1BB6 NS_E_UNCOMP_COMP_COMBINATION It is not possible to mix uncompressed and compressed content in a session.
-1072882761 0xC00D1BB7 NS_E_MULTIPLE_AUDIO_CODECS All audiences must use the same audio codec.
-1072882760 0xC00D1BB8 NS_E_MULTIPLE_AUDIO_FORMATS All audiences should use the same audio format to be compatible with Windows Media Player 7.1.
-1072882759 0xC00D1BB9 NS_E_AUDIO_BITRATE_STEPDOWN The audio bit rate for an audience with a higher total bit rate must be greater than one with a lower total bit rate.
-1072882758 0xC00D1BBA NS_E_INVALID_AUDIO_PEAKRATE The audio peak bit rate setting is not valid.
-1072882757 0xC00D1BBB NS_E_INVALID_AUDIO_PEAKRATE_2 The audio peak bit rate setting must be greater than the audio bit rate setting.
-1072882756 0xC00D1BBC NS_E_INVALID_AUDIO_BUFFERMAX The setting for the maximum buffer size for audio is not valid.
-1072882755 0xC00D1BBD NS_E_MULTIPLE_VIDEO_CODECS All audiences must use the same video codec.
-1072882754 0xC00D1BBE NS_E_MULTIPLE_VIDEO_SIZES All audiences should use the same video size to be compatible with Windows Media Player 7.1.
-1072882753 0xC00D1BBF NS_E_INVALID_VIDEO_BITRATE The video bit rate setting is not valid.
-1072882752 0xC00D1BC0 NS_E_VIDEO_BITRATE_STEPDOWN The video bit rate for an audience with a higher total bit rate must be greater than one with a lower total bit rate.
-1072882751 0xC00D1BC1 NS_E_INVALID_VIDEO_PEAKRATE The video peak bit rate setting is not valid.
-1072882750 0xC00D1BC2 NS_E_INVALID_VIDEO_PEAKRATE_2 The video peak bit rate setting must be greater than the video bit rate setting.
-1072882749 0xC00D1BC3 NS_E_INVALID_VIDEO_WIDTH The video width setting is not valid.
-1072882748 0xC00D1BC4 NS_E_INVALID_VIDEO_HEIGHT The video height setting is not valid.
-1072882747 0xC00D1BC5 NS_E_INVALID_VIDEO_FPS The video frame rate setting is not valid.
-1072882746 0xC00D1BC6 NS_E_INVALID_VIDEO_KEYFRAME The video key frame setting is not valid.
-1072882745 0xC00D1BC7 NS_E_INVALID_VIDEO_IQUALITY The video image quality setting is not valid.
-1072882744 0xC00D1BC8 NS_E_INVALID_VIDEO_CQUALITY The video codec quality setting is not valid.
-1072882743 0xC00D1BC9 NS_E_INVALID_VIDEO_BUFFER The video buffer setting is not valid.
-1072882742 0xC00D1BCA NS_E_INVALID_VIDEO_BUFFERMAX The setting for the maximum buffer size for video is not valid.
-1072882741 0xC00D1BCB NS_E_INVALID_VIDEO_BUFFERMAX_2 The value of the video maximum buffer size setting must be greater than the video buffer size setting.
-1072882740 0xC00D1BCC NS_E_INVALID_VIDEO_WIDTH_ALIGN The alignment of the video width is not valid.
-1072882739 0xC00D1BCD NS_E_INVALID_VIDEO_HEIGHT_ALIGN The alignment of the video height is not valid.
-1072882738 0xC00D1BCE NS_E_MULTIPLE_SCRIPT_BITRATES All bit rates must have the same script bit rate.
-1072882737 0xC00D1BCF NS_E_INVALID_SCRIPT_BITRATE The script bit rate specified is not valid.
-1072882736 0xC00D1BD0 NS_E_MULTIPLE_FILE_BITRATES All bit rates must have the same file transfer bit rate.
-1072882735 0xC00D1BD1 NS_E_INVALID_FILE_BITRATE The file transfer bit rate is not valid.
-1072882734 0xC00D1BD2 NS_E_SAME_AS_INPUT_COMBINATION All audiences in a profile should either be same as input or have video width and height specified.
-1072882733 0xC00D1BD3 NS_E_SOURCE_CANNOT_LOOP This source type does not support looping.
-1072882732 0xC00D1BD4 NS_E_INVALID_FOLDDOWN_COEFFICIENTS The fold-down value needs to be between -144 and 0.
-1072882731 0xC00D1BD5 NS_E_DRMPROFILE_NOTFOUND The specified DRM profile does not exist in the system.
-1072882730 0xC00D1BD6 NS_E_INVALID_TIMECODE The specified time code is not valid.
-1072882729 0xC00D1BD7 NS_E_NO_AUDIO_TIMECOMPRESSION It is not possible to apply time compression to a video-only session.
-1072882728 0xC00D1BD8 NS_E_NO_TWOPASS_TIMECOMPRESSION It is not possible to apply time compression to a session that is using two-pass encoding.
-1072882727 0xC00D1BD9 NS_E_TIMECODE_REQUIRES_VIDEOSTREAM It is not possible to generate a time code for an audio-only session.
-1072882726 0xC00D1BDA NS_E_NO_MBR_WITH_TIMECODE It is not possible to generate a time code when you are encoding content at multiple bit rates.
-1072882725 0xC00D1BDB NS_E_INVALID_INTERLACEMODE The video codec selected does not support maintaining interlacing in video.
-1072882724 0xC00D1BDC NS_E_INVALID_INTERLACE_COMPAT Maintaining interlacing in video is not compatible with Windows Media Player 7.1.
-1072882723 0xC00D1BDD NS_E_INVALID_NONSQUAREPIXEL_COMPAT Allowing nonsquare pixel output is not compatible with Windows Media Player 7.1.
-1072882722 0xC00D1BDE NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL Only capture devices can be used with device control.
-1072882721 0xC00D1BDF NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR It is not possible to generate the stream format file if you are using quality-based VBR encoding for the audio or video stream. Instead use the Windows Media file generated after encoding to create the announcement file.
-1072882720 0xC00D1BE0 NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT It is not possible to create a DRM profile because the maximum number of profiles has been reached. You must delete some DRM profiles before creating new ones.
-1072882719 0xC00D1BE1 NS_E_DEVICECONTROL_UNSTABLE The device is in an unstable state. Check that the device is functioning properly and a tape is in place.
-1072882718 0xC00D1BE2 NS_E_INVALID_PIXEL_ASPECT_RATIO The pixel aspect ratio value must be between 1 and 255.
-1072882717 0xC00D1BE3 NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH All streams with different languages in the same audience must have same properties.
-1072882716 0xC00D1BE4 NS_E_INVALID_PROFILE_CONTENTTYPE The profile must contain at least one audio or video stream.
-1072882715 0xC00D1BE5 NS_E_TRANSFORM_PLUGIN_NOT_FOUND The transform plug-in could not be found.
-1072882714 0xC00D1BE6 NS_E_TRANSFORM_PLUGIN_INVALID The transform plug-in is not valid. It might be damaged or you might not have the required permissions to access the plug-in.
-1072882713 0xC00D1BE7 NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS To use two-pass encoding, you must enable device control and setup an edit decision list (EDL) that has at least one entry.
-1072882712 0xC00D1BE8 NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING When you choose to maintain the interlacing in your video, the output video size must be a multiple of 4.
-1072882711 0xC00D1BE9 NS_E_MARKIN_UNSUPPORTED Markin/Markout is unsupported with this source type.
-1072879855 0xC00D2711 NS_E_DRM_INVALID_APPLICATION A problem has occurred in the Digital Rights Management component. Contact product support for this application.
-1072879854 0xC00D2712 NS_E_DRM_LICENSE_STORE_ERROR License storage is not working. Contact Microsoft product support.
-1072879853 0xC00D2713 NS_E_DRM_SECURE_STORE_ERROR Secure storage is not working. Contact Microsoft product support.
-1072879852 0xC00D2714 NS_E_DRM_LICENSE_STORE_SAVE_ERROR License acquisition did not work. Acquire a new license or contact the content provider for further assistance.
-1072879851 0xC00D2715 NS_E_DRM_SECURE_STORE_UNLOCK_ERROR A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879850 0xC00D2716 NS_E_DRM_INVALID_CONTENT The media file is corrupted. Contact the content provider to get a new file.
-1072879849 0xC00D2717 NS_E_DRM_UNABLE_TO_OPEN_LICENSE The license is corrupted. Acquire a new license.
-1072879848 0xC00D2718 NS_E_DRM_INVALID_LICENSE The license is corrupted or invalid. Acquire a new license
-1072879847 0xC00D2719 NS_E_DRM_INVALID_MACHINE Licenses cannot be copied from one computer to another. Use License Management to transfer licenses, or get a new license for the media file.
-1072879845 0xC00D271B NS_E_DRM_ENUM_LICENSE_FAILED License storage is not working. Contact Microsoft product support.
-1072879844 0xC00D271C NS_E_DRM_INVALID_LICENSE_REQUEST The media file is corrupted. Contact the content provider to get a new file.
-1072879843 0xC00D271D NS_E_DRM_UNABLE_TO_INITIALIZE A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879842 0xC00D271E NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE The license could not be acquired. Try again later.
-1072879841 0xC00D271F NS_E_DRM_INVALID_LICENSE_ACQUIRED License acquisition did not work. Acquire a new license or contact the content provider for further assistance.
-1072879840 0xC00D2720 NS_E_DRM_NO_RIGHTS The requested operation cannot be performed on this file.
-1072879839 0xC00D2721 NS_E_DRM_KEY_ERROR The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879838 0xC00D2722 NS_E_DRM_ENCRYPT_ERROR A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879837 0xC00D2723 NS_E_DRM_DECRYPT_ERROR The media file is corrupted. Contact the content provider to get a new file.
-1072879835 0xC00D2725 NS_E_DRM_LICENSE_INVALID_XML The license is corrupted. Acquire a new license.
-1072879832 0xC00D2728 NS_E_DRM_NEEDS_INDIVIDUALIZATION A security upgrade is required to perform the operation on this media file.
-1072879831 0xC00D2729 NS_E_DRM_ALREADY_INDIVIDUALIZED You already have the latest security components. No upgrade is necessary at this time.
-1072879830 0xC00D272A NS_E_DRM_ACTION_NOT_QUERIED The application cannot perform this action. Contact product support for this application.
-1072879829 0xC00D272B NS_E_DRM_ACQUIRING_LICENSE You cannot begin a new license acquisition process until the current one has been completed.
-1072879828 0xC00D272C NS_E_DRM_INDIVIDUALIZING You cannot begin a new security upgrade until the current one has been completed.
-1072879827 0xC00D272D NS_E_BACKUP_RESTORE_FAILURE Failure in Backup-Restore.
-1072879826 0xC00D272E NS_E_BACKUP_RESTORE_BAD_REQUEST_ID Bad Request ID in Backup-Restore.
-1072879825 0xC00D272F NS_E_DRM_PARAMETERS_MISMATCHED A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879824 0xC00D2730 NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT A license cannot be created for this media file. Reinstall the application.
-1072879823 0xC00D2731 NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879822 0xC00D2732 NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879821 0xC00D2733 NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879820 0xC00D2734 NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879819 0xC00D2735 NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879818 0xC00D2736 NS_E_DRM_INDIVIDUALIZE_ERROR The security upgrade failed. Try again later.
-1072879817 0xC00D2737 NS_E_DRM_LICENSE_OPEN_ERROR License storage is not working. Contact Microsoft product support.
-1072879816 0xC00D2738 NS_E_DRM_LICENSE_CLOSE_ERROR License storage is not working. Contact Microsoft product support.
-1072879815 0xC00D2739 NS_E_DRM_GET_LICENSE_ERROR License storage is not working. Contact Microsoft product support.
-1072879814 0xC00D273A NS_E_DRM_QUERY_ERROR A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879813 0xC00D273B NS_E_DRM_REPORT_ERROR A problem has occurred in the Digital Rights Management component. Contact product support for this application.
-1072879812 0xC00D273C NS_E_DRM_GET_LICENSESTRING_ERROR License storage is not working. Contact Microsoft product support.
-1072879811 0xC00D273D NS_E_DRM_GET_CONTENTSTRING_ERROR The media file is corrupted. Contact the content provider to get a new file.
-1072879810 0xC00D273E NS_E_DRM_MONITOR_ERROR A problem has occurred in the Digital Rights Management component. Try again later.
-1072879809 0xC00D273F NS_E_DRM_UNABLE_TO_SET_PARAMETER The application has made an invalid call to the Digital Rights Management component. Contact product support for this application.
-1072879808 0xC00D2740 NS_E_DRM_INVALID_APPDATA A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879807 0xC00D2741 NS_E_DRM_INVALID_APPDATA_VERSION A problem has occurred in the Digital Rights Management component. Contact product support for this application.
-1072879806 0xC00D2742 NS_E_DRM_BACKUP_EXISTS Licenses are already backed up in this location.
-1072879805 0xC00D2743 NS_E_DRM_BACKUP_CORRUPT One or more backed-up licenses are missing or corrupt.
-1072879804 0xC00D2744 NS_E_DRM_BACKUPRESTORE_BUSY You cannot begin a new backup process until the current process has been completed.
-1072879803 0xC00D2745 NS_E_BACKUP_RESTORE_BAD_DATA Bad Data sent to Backup-Restore.
-1072879800 0xC00D2748 NS_E_DRM_LICENSE_UNUSABLE The license is invalid. Contact the content provider for further assistance.
-1072879799 0xC00D2749 NS_E_DRM_INVALID_PROPERTY A required property was not set by the application. Contact product support for this application.
-1072879798 0xC00D274A NS_E_DRM_SECURE_STORE_NOT_FOUND A problem has occurred in the Digital Rights Management component of this application. Try to acquire a license again.
-1072879797 0xC00D274B NS_E_DRM_CACHED_CONTENT_ERROR A license cannot be found for this media file. Use License Management to transfer a license for this file from the original computer, or acquire a new license.
-1072879796 0xC00D274C NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE A problem occurred during the security upgrade. Try again later.
-1072879795 0xC00D274D NS_E_DRM_DRIVER_AUTH_FAILURE Certified driver components are required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.
-1072879794 0xC00D274E NS_E_DRM_NEED_UPGRADE_MSSAP One or more of the Secure Audio Path components were not found or an entry point in those components was not found.
-1072879793 0xC00D274F NS_E_DRM_REOPEN_CONTENT Status message: Reopen the file.
-1072879792 0xC00D2750 NS_E_DRM_DRIVER_DIGIOUT_FAILURE Certain driver functionality is required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.
-1072879791 0xC00D2751 NS_E_DRM_INVALID_SECURESTORE_PASSWORD A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879790 0xC00D2752 NS_E_DRM_APPCERT_REVOKED A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879789 0xC00D2753 NS_E_DRM_RESTORE_FRAUD You cannot restore your license(s).
-1072879788 0xC00D2754 NS_E_DRM_HARDWARE_INCONSISTENT The licenses for your media files are corrupted. Contact Microsoft product support.
-1072879787 0xC00D2755 NS_E_DRM_SDMI_TRIGGER To transfer this media file, you must upgrade the application.
-1072879786 0xC00D2756 NS_E_DRM_SDMI_NOMORECOPIES You cannot make any more copies of this media file.
-1072879785 0xC00D2757 NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879784 0xC00D2758 NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879783 0xC00D2759 NS_E_DRM_LICENSE_NOTACQUIRED Unable to obtain license.
-1072879782 0xC00D275A NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879781 0xC00D275B NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879780 0xC00D275C NS_E_DRM_BUFFER_TOO_SMALL The buffer supplied is not sufficient.
-1072879779 0xC00D275D NS_E_DRM_UNSUPPORTED_PROPERTY The property requested is not supported.
-1072879778 0xC00D275E NS_E_DRM_ERROR_BAD_NET_RESP The specified server cannot perform the requested operation.
-1072879777 0xC00D275F NS_E_DRM_STORE_NOTALLSTORED Some of the licenses could not be stored.
-1072879776 0xC00D2760 NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID The Digital Rights Management security upgrade component could not be validated. Contact Microsoft product support.
-1072879775 0xC00D2761 NS_E_DRM_INVALID_DATA Invalid or corrupt data was encountered.
-1072879774 0xC00D2762 NS_E_DRM_POLICY_DISABLE_ONLINE The Windows Media Digital Rights Management system cannot perform the requested action because your computer or network administrator has enabled the group policy Prevent Windows Media DRM Internet Access. For assistance, contact your administrator.
-1072879773 0xC00D2763 NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879772 0xC00D2764 NS_E_DRM_NOT_CONFIGURED Not all of the necessary properties for DRM have been set.
-1072879771 0xC00D2765 NS_E_DRM_DEVICE_ACTIVATION_CANCELED The portable device does not have the security required to copy protected files to it. To obtain the additional security, try to copy the file to your portable device again. When a message appears, click OK.
-1072879770 0xC00D2766 NS_E_BACKUP_RESTORE_TOO_MANY_RESETS Too many resets in Backup-Restore.
-1072879769 0xC00D2767 NS_E_DRM_DEBUGGING_NOT_ALLOWED Running this process under a debugger while using DRM content is not allowed.
-1072879768 0xC00D2768 NS_E_DRM_OPERATION_CANCELED The user canceled the DRM operation.
-1072879767 0xC00D2769 NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED The license you are using has assocaited output restrictions. This license is unusable until these restrictions are queried.
-1072879766 0xC00D276A NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879765 0xC00D276B NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879764 0xC00D276C NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879763 0xC00D276D NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879760 0xC00D2770 NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION The specified track has exceeded it's specified playlist burn limit in this playlist.
-1072879759 0xC00D2771 NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION The specified track has exceeded it's track burn limit.
-1072879758 0xC00D2772 NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT A problem has occurred in obtaining the device's certificate. Contact Microsoft product support.
-1072879757 0xC00D2773 NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK A problem has occurred in obtaining the device's secure clock. Contact Microsoft product support.
-1072879756 0xC00D2774 NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK A problem has occurred in setting the device's secure clock. Contact Microsoft product support.
-1072879755 0xC00D2775 NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER A problem has occurred in obtaining the secure clock from server. Contact Microsoft product support.
-1072879754 0xC00D2776 NS_E_DRM_POLICY_METERING_DISABLED This content requires the metering policy to be enabled.
-1072879753 0xC00D2777 NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED Transfer of chained licenses unsupported.
-1072879752 0xC00D2778 NS_E_DRM_SDK_VERSIONMISMATCH The Digital Rights Management component is not installed properly. Reinstall the Player.
-1072879751 0xC00D2779 NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET The file could not be transferred because the device clock is not set.
-1072879750 0xC00D277A NS_E_LICENSE_HEADER_MISSING_URL The content header is missing an acquisition URL.
-1072879749 0xC00D277B NS_E_DEVICE_NOT_WMDRM_DEVICE The current attached device does not support WMDRM.
-1072879748 0xC00D277C NS_E_DRM_INVALID_APPCERT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879747 0xC00D277D NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION The client application has been forcefully terminated during a DRM petition.
-1072879746 0xC00D277E NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE The client application has been forcefully terminated during a DRM challenge.
-1072879745 0xC00D277F NS_E_DRM_CHECKPOINT_FAILED Secure storage protection error. Restore your licenses from a previous backup and try again.
-1072879744 0xC00D2780 NS_E_DRM_BB_UNABLE_TO_INITIALIZE A problem has occurred in the Digital Rights Management root of trust. Contact Microsoft product support.
-1072879743 0xC00D2781 NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID A problem has occurred in retrieving the Digital Rights Management machine identification. Contact Microsoft product support.
-1072879742 0xC00D2782 NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE A problem has occurred in opening the Digital Rights Management data storage file. Contact Microsoft product.
-1072879741 0xC00D2783 NS_E_DRM_DATASTORE_CORRUPT The Digital Rights Management data storage is not functioning properly. Contact Microsoft product support.
-1072879740 0xC00D2784 NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879739 0xC00D2785 NS_E_DRM_STUBLIB_REQUIRED A secured library is required to access the requested functionality.
-1072879738 0xC00D2786 NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879737 0xC00D2787 NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879736 0xC00D2788 NS_E_DRM_INVALID_MIGRATION_IMAGE A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879735 0xC00D2789 NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879734 0xC00D278A NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879733 0xC00D278B NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
-1072879732 0xC00D278C NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE The Digital Rights Management component is in use during license migration. Contact Microsoft product support.
-1072879731 0xC00D278D NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH Licenses are being migrated to a machine running XP or downlevel OS. This operation can only be performed on Windows Vista or a later OS. Contact Microsoft product support.
-1072879730 0xC00D278E NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS Migration Image already exists. Contact Microsoft product support.
-1072879729 0xC00D278F NS_E_DRM_HARDWAREID_MISMATCH The requested action cannot be performed because a hardware configuration change has been detected by the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879728 0xC00D2790 NS_E_INVALID_DRMV2CLT_STUBLIB The wrong stublib has been linked to an application or DLL using drmv2clt.dll.
-1072879727 0xC00D2791 NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA The legacy V2 data being imported is invalid.
-1072879726 0xC00D2792 NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS The license being imported already exists.
-1072879725 0xC00D2793 NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD The password of the Legacy V2 SST entry being imported is incorrect.
-1072879724 0xC00D2794 NS_E_DRM_MIGRATION_NOT_SUPPORTED Migration is not supported by the plugin.
-1072879723 0xC00D2795 NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT A migration importer cannot be created for this media file. Reinstall the application.
-1072879722 0xC00D2796 NS_E_DRM_CHECKPOINT_MISMATCH The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879721 0xC00D2797 NS_E_DRM_CHECKPOINT_CORRUPT The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879720 0xC00D2798 NS_E_REG_FLUSH_FAILURE The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879719 0xC00D2799 NS_E_HDS_KEY_MISMATCH The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.
-1072879718 0xC00D279A NS_E_DRM_MIGRATION_OPERATION_CANCELLED Migration was canceled by the user.
-1072879717 0xC00D279B NS_E_DRM_MIGRATION_OBJECT_IN_USE Migration object is already in use and cannot be called until the current operation completes.
-1072879716 0xC00D279C NS_E_DRM_MALFORMED_CONTENT_HEADER The content header does not comply with DRM requirements and cannot be used.
-1072879656 0xC00D27D8 NS_E_DRM_LICENSE_EXPIRED The license for this file has expired and is no longer valid. Contact your content provider for further assistance.
-1072879655 0xC00D27D9 NS_E_DRM_LICENSE_NOTENABLED The license for this file is not valid yet, but will be at a future date.
-1072879654 0xC00D27DA NS_E_DRM_LICENSE_APPSECLOW The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.
-1072879653 0xC00D27DB NS_E_DRM_STORE_NEEDINDI The license cannot be stored as it requires security upgrade of Digital Rights Management component.
-1072879652 0xC00D27DC NS_E_DRM_STORE_NOTALLOWED Your machine does not meet the requirements for storing the license.
-1072879651 0xC00D27DD NS_E_DRM_LICENSE_APP_NOTALLOWED The license for this file requires an upgraded version of your player or a different player.
-1072879649 0xC00D27DF NS_E_DRM_LICENSE_CERT_EXPIRED The license server's certificate expired. Make sure your system clock is set correctly. Contact your content provider for further assistance.
-1072879648 0xC00D27E0 NS_E_DRM_LICENSE_SECLOW The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.
-1072879647 0xC00D27E1 NS_E_DRM_LICENSE_CONTENT_REVOKED The content owner for the license you just acquired is no longer supporting their content. Contact the content owner for a newer version of the content.
-1072879646 0xC00D27E2 NS_E_DRM_DEVICE_NOT_REGISTERED The content owner for the license you just acquired requires your device to register to the current machine.
-1072879606 0xC00D280A NS_E_DRM_LICENSE_NOSAP The license for this file requires a feature that is not supported in your current player or operating system. You can try with newer version of your current player or contact your content provider for further assistance.
-1072879605 0xC00D280B NS_E_DRM_LICENSE_NOSVP The license for this file requires a feature that is not supported in your current player or operating system. You can try with newer version of your current player or contact your content provider for further assistance.
-1072879604 0xC00D280C NS_E_DRM_LICENSE_NOWDM The license for this file requires Windows Driver Model (WDM) audio drivers. Contact your sound card manufacturer for further assistance.
-1072879603 0xC00D280D NS_E_DRM_LICENSE_NOTRUSTEDCODEC The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.
-1072879602 0xC00D280E NS_E_DRM_SOURCEID_NOT_SUPPORTED The license for this file is not supported by your current player. You can try with newer version of your current player or contact your content provider for further assistance.
-1072879555 0xC00D283D NS_E_DRM_NEEDS_UPGRADE_TEMPFILE An updated version of your media player is required to play the selected content.
-1072879554 0xC00D283E NS_E_DRM_NEED_UPGRADE_PD A new version of the Digital Rights Management component is required. Contact product support for this application to get the latest version.
-1072879553 0xC00D283F NS_E_DRM_SIGNATURE_FAILURE Failed to either create or verify the content header.
-1072879552 0xC00D2840 NS_E_DRM_LICENSE_SERVER_INFO_MISSING Could not read the necessary information from the system registry.
-1072879551 0xC00D2841 NS_E_DRM_BUSY The DRM subsystem is currently locked by another application or user. Try again later.
-1072879550 0xC00D2842 NS_E_DRM_PD_TOO_MANY_DEVICES There are too many target devices registered on the portable media.
-1072879549 0xC00D2843 NS_E_DRM_INDIV_FRAUD The security upgrade cannot be completed because the allowed number of daily upgrades has been exceeded. Try again tomorrow.
-1072879548 0xC00D2844 NS_E_DRM_INDIV_NO_CABS The security upgrade cannot be completed because the server is unable to perform the operation. Try again later.
-1072879547 0xC00D2845 NS_E_DRM_INDIV_SERVICE_UNAVAILABLE The security upgrade cannot be performed because the server is not available. Try again later.
-1072879546 0xC00D2846 NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE Windows Media Player cannot restore your licenses because the server is not available. Try again later.
-1072879545 0xC00D2847 NS_E_DRM_CLIENT_CODE_EXPIRED Windows Media Player cannot play the protected file. Verify that your computer's date is set correctly. If it is correct, on the Help menu, click Check for Player Updates to install the latest version of the Player.
-1072879544 0xC00D2848 NS_E_DRM_NO_UPLINK_LICENSE The chained license cannot be created because the referenced uplink license does not exist.
-1072879543 0xC00D2849 NS_E_DRM_INVALID_KID The specified KID is invalid.
-1072879542 0xC00D284A NS_E_DRM_LICENSE_INITIALIZATION_ERROR License initialization did not work. Contact Microsoft product support.
-1072879540 0xC00D284C NS_E_DRM_CHAIN_TOO_LONG The uplink license of a chained license cannot itself be a chained license.
-1072879539 0xC00D284D NS_E_DRM_UNSUPPORTED_ALGORITHM The specified encryption algorithm is unsupported.
-1072879538 0xC00D284E NS_E_DRM_LICENSE_DELETION_ERROR License deletion did not work. Contact Microsoft product support.
-1072879456 0xC00D28A0 NS_E_DRM_INVALID_CERTIFICATE The client's certificate is corrupted or the signature cannot be verified.
-1072879455 0xC00D28A1 NS_E_DRM_CERTIFICATE_REVOKED The client's certificate has been revoked.
-1072879454 0xC00D28A2 NS_E_DRM_LICENSE_UNAVAILABLE There is no license available for the requested action.
-1072879453 0xC00D28A3 NS_E_DRM_DEVICE_LIMIT_REACHED The maximum number of devices in use has been reached. Unable to open additional devices.
-1072879452 0xC00D28A4 NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY The proximity detection procedure could not confirm that the receiver is near the transmitter in the network.
-1072879451 0xC00D28A5 NS_E_DRM_MUST_REGISTER The client must be registered before executing the intended operation.
-1072879450 0xC00D28A6 NS_E_DRM_MUST_APPROVE The client must be approved before executing the intended operation.
-1072879449 0xC00D28A7 NS_E_DRM_MUST_REVALIDATE The client must be revalidated before executing the intended operation.
-1072879448 0xC00D28A8 NS_E_DRM_INVALID_PROXIMITY_RESPONSE The response to the proximity detection challenge is invalid.
-1072879447 0xC00D28A9 NS_E_DRM_INVALID_SESSION The requested session is invalid.
-1072879446 0xC00D28AA NS_E_DRM_DEVICE_NOT_OPEN The device must be opened before it can be used to receive content.
-1072879445 0xC00D28AB NS_E_DRM_DEVICE_ALREADY_REGISTERED Device registration failed because the device is already registered.
-1072879444 0xC00D28AC NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION Unsupported WMDRM-ND protocol version.
-1072879443 0xC00D28AD NS_E_DRM_UNSUPPORTED_ACTION The requested action is not supported.
-1072879442 0xC00D28AE NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE The certificate does not have an adequate security level for the requested action.
-1072879441 0xC00D28AF NS_E_DRM_UNABLE_TO_OPEN_PORT Unable to open the specified port for receiving Proximity messages.
-1072879440 0xC00D28B0 NS_E_DRM_BAD_REQUEST The message format is invalid.
-1072879439 0xC00D28B1 NS_E_DRM_INVALID_CRL The Certificate Revocation List is invalid or corrupted.
-1072879438 0xC00D28B2 NS_E_DRM_ATTRIBUTE_TOO_LONG The length of the attribute name or value is too long.
-1072879437 0xC00D28B3 NS_E_DRM_EXPIRED_LICENSEBLOB The license blob passed in the cardea request is expired.
-1072879436 0xC00D28B4 NS_E_DRM_INVALID_LICENSEBLOB The license blob passed in the cardea request is invalid. Contact Microsoft product support.
-1072879435 0xC00D28B5 NS_E_DRM_INCLUSION_LIST_REQUIRED The requested operation cannot be performed because the license does not contain an inclusion list.
-1072879434 0xC00D28B6 NS_E_DRM_DRMV2CLT_REVOKED A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879433 0xC00D28B7 NS_E_DRM_RIV_TOO_SMALL A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
-1072879356 0xC00D2904 NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED Windows Media Player does not support the level of output protection required by the content.
-1072879355 0xC00D2905 NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED Windows Media Player does not support the level of protection required for compressed digital video.
-1072879354 0xC00D2906 NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED Windows Media Player does not support the level of protection required for uncompressed digital video.
-1072879353 0xC00D2907 NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED Windows Media Player does not support the level of protection required for analog video.
-1072879352 0xC00D2908 NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED Windows Media Player does not support the level of protection required for compressed digital audio.
-1072879351 0xC00D2909 NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED Windows Media Player does not support the level of protection required for uncompressed digital audio.
-1072879350 0xC00D290A NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED Windows Media Player does not support the scheme of output protection required by the content.
-1072878854 0xC00D2AFA NS_E_REBOOT_RECOMMENDED Installation was not successful and some file cleanup is not complete. For best results, restart your computer.
-1072878853 0xC00D2AFB NS_E_REBOOT_REQUIRED Installation was not successful. To continue, you must restart your computer.
-1072878852 0xC00D2AFC NS_E_SETUP_INCOMPLETE Installation was not successful.
-1072878851 0xC00D2AFD NS_E_SETUP_DRM_MIGRATION_FAILED Setup cannot migrate the Windows Media Digital Rights Management (DRM) components.
-1072878850 0xC00D2AFE NS_E_SETUP_IGNORABLE_FAILURE Some skin or playlist components cannot be installed.
-1072878849 0xC00D2AFF NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE Setup cannot migrate the Windows Media Digital Rights Management (DRM) components. In addition, some skin or playlist components cannot be installed.
-1072878848 0xC00D2B00 NS_E_SETUP_BLOCKED Installation is blocked because your computer does not meet one or more of the setup requirements.
-1072877856 0xC00D2EE0 NS_E_UNKNOWN_PROTOCOL The specified protocol is not supported.
-1072877855 0xC00D2EE1 NS_E_REDIRECT_TO_PROXY The client is redirected to a proxy server.
-1072877854 0xC00D2EE2 NS_E_INTERNAL_SERVER_ERROR The server encountered an unexpected condition which prevented it from fulfilling the request.
-1072877853 0xC00D2EE3 NS_E_BAD_REQUEST The request could not be understood by the server.
-1072877852 0xC00D2EE4 NS_E_ERROR_FROM_PROXY The proxy experienced an error while attempting to contact the media server.
-1072877851 0xC00D2EE5 NS_E_PROXY_TIMEOUT The proxy did not receive a timely response while attempting to contact the media server.
-1072877850 0xC00D2EE6 NS_E_SERVER_UNAVAILABLE The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
-1072877849 0xC00D2EE7 NS_E_REFUSED_BY_SERVER The server is refusing to fulfill the requested operation.
-1072877848 0xC00D2EE8 NS_E_INCOMPATIBLE_SERVER The server is not a compatible streaming media server.
-1072877847 0xC00D2EE9 NS_E_MULTICAST_DISABLED The content cannot be streamed because the Multicast protocol has been disabled.
-1072877846 0xC00D2EEA NS_E_INVALID_REDIRECT The server redirected the player to an invalid location.
-1072877845 0xC00D2EEB NS_E_ALL_PROTOCOLS_DISABLED The content cannot be streamed because all protocols have been disabled.
-1072877844 0xC00D2EEC NS_E_MSBD_NO_LONGER_SUPPORTED The MSBD protocol is no longer supported. Please use HTTP to connect to the Windows Media stream.
-1072877843 0xC00D2EED NS_E_PROXY_NOT_FOUND The proxy server could not be located. Please check your proxy server configuration.
-1072877842 0xC00D2EEE NS_E_CANNOT_CONNECT_TO_PROXY Unable to establish a connection to the proxy server. Please check your proxy server configuration.
-1072877841 0xC00D2EEF NS_E_SERVER_DNS_TIMEOUT Unable to locate the media server. The operation timed out.
-1072877840 0xC00D2EF0 NS_E_PROXY_DNS_TIMEOUT Unable to locate the proxy server. The operation timed out.
-1072877839 0xC00D2EF1 NS_E_CLOSED_ON_SUSPEND Media closed because Windows was shut down.
-1072877838 0xC00D2EF2 NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER Unable to read the contents of a playlist file from a media server.
-1072877837 0xC00D2EF3 NS_E_SESSION_NOT_FOUND Session not found.
-1072877836 0xC00D2EF4 NS_E_REQUIRE_STREAMING_CLIENT Content requires a streaming media client.
-1072877835 0xC00D2EF5 NS_E_PLAYLIST_ENTRY_HAS_CHANGED A command applies to a previous playlist entry.
-1072877834 0xC00D2EF6 NS_E_PROXY_ACCESSDENIED The proxy server is denying access. The username and/or password might be incorrect.
-1072877833 0xC00D2EF7 NS_E_PROXY_SOURCE_ACCESSDENIED The proxy could not provide valid authentication credentials to the media server.
-1072877832 0xC00D2EF8 NS_E_NETWORK_SINK_WRITE The network sink failed to write data to the network.
-1072877831 0xC00D2EF9 NS_E_FIREWALL Packets are not being received from the server. The packets might be blocked by a filtering device, such as a network firewall.
-1072877830 0xC00D2EFA NS_E_MMS_NOT_SUPPORTED The MMS protocol is not supported. Please use HTTP or RTSP to connect to the Windows Media stream.
-1072877829 0xC00D2EFB NS_E_SERVER_ACCESSDENIED The Windows Media server is denying access. The username and/or password might be incorrect.
-1072877828 0xC00D2EFC NS_E_RESOURCE_GONE The Publishing Point or file on the Windows Media Server is no longer available.
-1072877827 0xC00D2EFD NS_E_NO_EXISTING_PACKETIZER There is no existing packetizer plugin for a stream.
-1072877826 0xC00D2EFE NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE The response from the media server could not be understood. This might be caused by an incompatible proxy server or media server.
-1072877824 0xC00D2F00 NS_E_RESET_SOCKET_CONNECTION The Windows Media Server reset the network connection.
-1072877822 0xC00D2F02 NS_E_TOO_MANY_HOPS The request could not reach the media server (too many hops).
-1072877819 0xC00D2F05 NS_E_TOO_MUCH_DATA_FROM_SERVER The server is sending too much data. The connection has been terminated.
-1072877818 0xC00D2F06 NS_E_CONNECT_TIMEOUT It was not possible to establish a connection to the media server in a timely manner. The media server might be down for maintenance, or it might be necessary to use a proxy server to access this media server.
-1072877817 0xC00D2F07 NS_E_PROXY_CONNECT_TIMEOUT It was not possible to establish a connection to the proxy server in a timely manner. Please check your proxy server configuration.
-1072877816 0xC00D2F08 NS_E_SESSION_INVALID Session not found.
-1072877814 0xC00D2F0A NS_E_PACKETSINK_UNKNOWN_FEC_STREAM Unknown packet sink stream.
-1072877813 0xC00D2F0B NS_E_PUSH_CANNOTCONNECT Unable to establish a connection to the server. Ensure Windows Media Services is started and the HTTP Server control protocol is properly enabled.
-1072877812 0xC00D2F0C NS_E_INCOMPATIBLE_PUSH_SERVER The Server service that received the HTTP push request is not a compatible version of Windows Media Services (WMS). This error might indicate the push request was received by IIS instead of WMS. Ensure WMS is started and has the HTTP Server control protocol properly enabled and try again.
-1072876856 0xC00D32C8 NS_E_END_OF_PLAYLIST The playlist has reached its end.
-1072876855 0xC00D32C9 NS_E_USE_FILE_SOURCE Use file source.
-1072876854 0xC00D32CA NS_E_PROPERTY_NOT_FOUND The property was not found.
-1072876852 0xC00D32CC NS_E_PROPERTY_READ_ONLY The property is read only.
-1072876851 0xC00D32CD NS_E_TABLE_KEY_NOT_FOUND The table key was not found.
-1072876849 0xC00D32CF NS_E_INVALID_QUERY_OPERATOR Invalid query operator.
-1072876848 0xC00D32D0 NS_E_INVALID_QUERY_PROPERTY Invalid query property.
-1072876846 0xC00D32D2 NS_E_PROPERTY_NOT_SUPPORTED The property is not supported.
-1072876844 0xC00D32D4 NS_E_SCHEMA_CLASSIFY_FAILURE Schema classification failure.
-1072876843 0xC00D32D5 NS_E_METADATA_FORMAT_NOT_SUPPORTED The metadata format is not supported.
-1072876842 0xC00D32D6 NS_E_METADATA_NO_EDITING_CAPABILITY Cannot edit the metadata.
-1072876841 0xC00D32D7 NS_E_METADATA_CANNOT_SET_LOCALE Cannot set the locale id.
-1072876840 0xC00D32D8 NS_E_METADATA_LANGUAGE_NOT_SUPORTED The language is not supported in the format.
-1072876839 0xC00D32D9 NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE There is no RFC1766 name translation for the supplied locale id.
-1072876838 0xC00D32DA NS_E_METADATA_NOT_AVAILABLE The metadata (or metadata item) is not available.
-1072876837 0xC00D32DB NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE The cached metadata (or metadata item) is not available.
-1072876836 0xC00D32DC NS_E_METADATA_INVALID_DOCUMENT_TYPE The metadata document is invalid.
-1072876835 0xC00D32DD NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE The metadata content identifier is not available.
-1072876834 0xC00D32DE NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE Cannot retrieve metadata from the offline metadata cache.
-1071247357 0xC0261003 ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM Checksum of the obtained monitor descriptor is invalid.
-1071247356 0xC0261004 ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK Monitor descriptor contains an invalid standard timing block.
-1071247355 0xC0261005 ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED Windows Management Instrumentation (WMI) data block registration failed for one of the MSMonitorClass WMI subclasses.
-1071247354 0xC0261006 ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK Provided monitor descriptor block is either corrupted or does not contain the monitor's detailed serial number.
-1071247353 0xC0261007 ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK Provided monitor descriptor block is either corrupted or does not contain the monitor's user-friendly name.
-1071247352 0xC0261008 ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA There is no monitor descriptor data at the specified (offset, size) region.
-1071247351 0xC0261009 ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK Monitor descriptor contains an invalid detailed timing block.
-1071243264 0xC0262000 ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER Exclusive mode ownership is needed to create unmanaged primary allocation.
-1071243263 0xC0262001 ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER The driver needs more direct memory access (DMA) buffer space to complete the requested operation.
-1071243262 0xC0262002 ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER Specified display adapter handle is invalid.
-1071243261 0xC0262003 ERROR_GRAPHICS_ADAPTER_WAS_RESET Specified display adapter and all of its state has been reset.
-1071243260 0xC0262004 ERROR_GRAPHICS_INVALID_DRIVER_MODEL The driver stack does not match the expected driver model.
-1071243259 0xC0262005 ERROR_GRAPHICS_PRESENT_MODE_CHANGED Present happened but ended up into the changed desktop mode.
-1071243258 0xC0262006 ERROR_GRAPHICS_PRESENT_OCCLUDED Nothing to present due to desktop occlusion.
-1071243257 0xC0262007 ERROR_GRAPHICS_PRESENT_DENIED Not able to present due to denial of desktop access.
-1071243256 0xC0262008 ERROR_GRAPHICS_CANNOTCOLORCONVERT Not able to present with color conversion.
-1071243008 0xC0262100 ERROR_GRAPHICS_NO_VIDEO_MEMORY Not enough video memory available to complete the operation.
-1071243007 0xC0262101 ERROR_GRAPHICS_CANT_LOCK_MEMORY Could not probe and lock the underlying memory of an allocation.
-1071243006 0xC0262102 ERROR_GRAPHICS_ALLOCATION_BUSY The allocation is currently busy.
-1071243005 0xC0262103 ERROR_GRAPHICS_TOO_MANY_REFERENCES An object being referenced has reach the maximum reference count already and cannot be referenced further.
-1071243004 0xC0262104 ERROR_GRAPHICS_TRY_AGAIN_LATER A problem could not be solved due to some currently existing condition. The problem should be tried again later.
-1071243003 0xC0262105 ERROR_GRAPHICS_TRY_AGAIN_NOW A problem could not be solved due to some currently existing condition. The problem should be tried again immediately.
-1071243002 0xC0262106 ERROR_GRAPHICS_ALLOCATION_INVALID The allocation is invalid.
-1071243001 0xC0262107 ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE No more unswizzling apertures are currently available.
-1071243000 0xC0262108 ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED The current allocation cannot be unswizzled by an aperture.
-1071242999 0xC0262109 ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION The request failed because a pinned allocation cannot be evicted.
-1071242992 0xC0262110 ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE The allocation cannot be used from its current segment location for the specified operation.
-1071242991 0xC0262111 ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION A locked allocation cannot be used in the current command buffer.
-1071242990 0xC0262112 ERROR_GRAPHICS_ALLOCATION_CLOSED The allocation being referenced has been closed permanently.
-1071242989 0xC0262113 ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE An invalid allocation instance is being referenced.
-1071242988 0xC0262114 ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE An invalid allocation handle is being referenced.
-1071242987 0xC0262115 ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE The allocation being referenced does not belong to the current device.
-1071242986 0xC0262116 ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST The specified allocation lost its content.
-1071242752 0xC0262200 ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE Graphics processing unit (GPU) exception is detected on the given device. The device is not able to be scheduled.
-1071242496 0xC0262300 ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY Specified video present network (VidPN) topology is invalid.
-1071242495 0xC0262301 ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED Specified VidPN topology is valid but is not supported by this model of the display adapter.
-1071242494 0xC0262302 ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.
-1071242493 0xC0262303 ERROR_GRAPHICS_INVALID_VIDPN Specified VidPN handle is invalid.
-1071242492 0xC0262304 ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE Specified video present source is invalid.
-1071242491 0xC0262305 ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET Specified video present target is invalid.
-1071242490 0xC0262306 ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED Specified VidPN modality is not supported (for example, at least two of the pinned modes are not cofunctional).
-1071242488 0xC0262308 ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET Specified VidPN source mode set is invalid.
-1071242487 0xC0262309 ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET Specified VidPN target mode set is invalid.
-1071242486 0xC026230A ERROR_GRAPHICS_INVALID_FREQUENCY Specified video signal frequency is invalid.
-1071242485 0xC026230B ERROR_GRAPHICS_INVALID_ACTIVE_REGION Specified video signal active region is invalid.
-1071242484 0xC026230C ERROR_GRAPHICS_INVALID_TOTAL_REGION Specified video signal total region is invalid.
-1071242480 0xC0262310 ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE Specified video present source mode is invalid.
-1071242479 0xC0262311 ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE Specified video present target mode is invalid.
-1071242478 0xC0262312 ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
-1071242477 0xC0262313 ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY Specified video present path is already in the VidPN topology.
-1071242476 0xC0262314 ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET Specified mode is already in the mode set.
-1071242475 0xC0262315 ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET Specified video present source set is invalid.
-1071242474 0xC0262316 ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET Specified video present target set is invalid.
-1071242473 0xC0262317 ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET Specified video present source is already in the video present source set.
-1071242472 0xC0262318 ERROR_GRAPHICS_TARGET_ALREADY_IN_SET Specified video present target is already in the video present target set.
-1071242471 0xC0262319 ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH Specified VidPN present path is invalid.
-1071242470 0xC026231A ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY Miniport has no recommendation for augmentation of the specified VidPN topology.
-1071242469 0xC026231B ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET Specified monitor frequency range set is invalid.
-1071242468 0xC026231C ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE Specified monitor frequency range is invalid.
-1071242467 0xC026231D ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET Specified frequency range is not in the specified monitor frequency range set.
-1071242465 0xC026231F ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET Specified frequency range is already in the specified monitor frequency range set.
-1071242464 0xC0262320 ERROR_GRAPHICS_STALE_MODESET Specified mode set is stale. Reacquire the new mode set.
-1071242463 0xC0262321 ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET Specified monitor source mode set is invalid.
-1071242462 0xC0262322 ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE Specified monitor source mode is invalid.
-1071242461 0xC0262323 ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
-1071242460 0xC0262324 ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE ID of the specified mode is already used by another mode in the set.
-1071242459 0xC0262325 ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
-1071242458 0xC0262326 ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES Number of video present targets must be greater than or equal to the number of video present sources.
-1071242457 0xC0262327 ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY Specified present path is not in the VidPN topology.
-1071242456 0xC0262328 ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE Display adapter must have at least one video present source.
-1071242455 0xC0262329 ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET Display adapter must have at least one video present target.
-1071242454 0xC026232A ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET Specified monitor descriptor set is invalid.
-1071242453 0xC026232B ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR Specified monitor descriptor is invalid.
-1071242452 0xC026232C ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET Specified descriptor is not in the specified monitor descriptor set.
-1071242451 0xC026232D ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET Specified descriptor is already in the specified monitor descriptor set.
-1071242450 0xC026232E ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE ID of the specified monitor descriptor is already used by another descriptor in the set.
-1071242449 0xC026232F ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE Specified video present target subset type is invalid.
-1071242448 0xC0262330 ERROR_GRAPHICS_RESOURCES_NOT_RELATED Two or more of the specified resources are not related to each other, as defined by the interface semantics.
-1071242447 0xC0262331 ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE ID of the specified video present source is already used by another source in the set.
-1071242446 0xC0262332 ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE ID of the specified video present target is already used by another target in the set.
-1071242445 0xC0262333 ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
-1071242444 0xC0262334 ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER Newly arrived monitor could not be associated with a display adapter.
-1071242443 0xC0262335 ERROR_GRAPHICS_NO_VIDPNMGR Display adapter in question does not have an associated VidPN manager.
-1071242442 0xC0262336 ERROR_GRAPHICS_NO_ACTIVE_VIDPN VidPN manager of the display adapter in question does not have an active VidPN.
-1071242441 0xC0262337 ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY Specified VidPN topology is stale. Re-acquire the new topology.
-1071242440 0xC0262338 ERROR_GRAPHICS_MONITOR_NOT_CONNECTED There is no monitor connected on the specified video present target.
-1071242439 0xC0262339 ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY Specified source is not part of the specified VidPN topology.
-1071242438 0xC026233A ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE Specified primary surface size is invalid.
-1071242437 0xC026233B ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE Specified visible region size is invalid.
-1071242436 0xC026233C ERROR_GRAPHICS_INVALID_STRIDE Specified stride is invalid.
-1071242435 0xC026233D ERROR_GRAPHICS_INVALID_PIXELFORMAT Specified pixel format is invalid.
-1071242434 0xC026233E ERROR_GRAPHICS_INVALID_COLORBASIS Specified color basis is invalid.
-1071242433 0xC026233F ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE Specified pixel value access mode is invalid.
-1071242432 0xC0262340 ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY Specified target is not part of the specified VidPN topology.
-1071242431 0xC0262341 ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT Failed to acquire display mode management interface.
-1071242430 0xC0262342 ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE Specified VidPN source is already owned by a display mode manager (DMM) client and cannot be used until that client releases it.
-1071242429 0xC0262343 ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN Specified VidPN is active and cannot be accessed.
-1071242428 0xC0262344 ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL Specified VidPN present path importance ordinal is invalid.
-1071242427 0xC0262345 ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION Specified VidPN present path content geometry transformation is invalid.
-1071242426 0xC0262346 ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED Specified content geometry transformation is not supported on the respective VidPN present path.
-1071242425 0xC0262347 ERROR_GRAPHICS_INVALID_GAMMA_RAMP Specified gamma ramp is invalid.
-1071242424 0xC0262348 ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED Specified gamma ramp is not supported on the respective VidPN present path.
-1071242423 0xC0262349 ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED Multisampling is not supported on the respective VidPN present path.
-1071242422 0xC026234A ERROR_GRAPHICS_MODE_NOT_IN_MODESET Specified mode is not in the specified mode set.
-1071242419 0xC026234D ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON Specified VidPN topology recommendation reason is invalid.
-1071242418 0xC026234E ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE Specified VidPN present path content type is invalid.
-1071242417 0xC026234F ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE Specified VidPN present path copy protection type is invalid.
-1071242416 0xC0262350 ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS No more than one unassigned mode set can exist at any given time for a given VidPN source or target.
-1071242414 0xC0262352 ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING The specified scan line ordering type is invalid.
-1071242413 0xC0262353 ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED Topology changes are not allowed for the specified VidPN.
-1071242412 0xC0262354 ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS All available importance ordinals are already used in the specified topology.
-1071242411 0xC0262355 ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT Specified primary surface has a different private format attribute than the current primary surface.
-1071242410 0xC0262356 ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM Specified mode pruning algorithm is invalid.
-1071242240 0xC0262400 ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED Specified display adapter child device already has an external device connected to it.
-1071242239 0xC0262401 ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED The display adapter child device does not support reporting a descriptor.
-1071242192 0xC0262430 ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER The display adapter is not linked to any other adapters.
-1071242191 0xC0262431 ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED Lead adapter in a linked configuration was not enumerated yet.
-1071242190 0xC0262432 ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED Some chain adapters in a linked configuration were not enumerated yet.
-1071242189 0xC0262433 ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY The chain of linked adapters is not ready to start because of an unknown failure.
-1071242188 0xC0262434 ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED An attempt was made to start a lead link display adapter when the chain links were not started yet.
-1071242187 0xC0262435 ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON An attempt was made to turn on a lead link display adapter when the chain links were turned off.
-1071242186 0xC0262436 ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP or power state.
-1071242184 0xC0262438 ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER The driver trying to start is not the same as the driver for the posted display adapter.
-1071241984 0xC0262500 ERROR_GRAPHICS_OPM_NOT_SUPPORTED The driver does not support Output Protection Manager (OPM).
-1071241983 0xC0262501 ERROR_GRAPHICS_COPP_NOT_SUPPORTED The driver does not support Certified Output Protection Protocol (COPP).
-1071241982 0xC0262502 ERROR_GRAPHICS_UAB_NOT_SUPPORTED The driver does not support a user-accessible bus (UAB).
-1071241981 0xC0262503 ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS The specified encrypted parameters are invalid.
-1071241980 0xC0262504 ERROR_GRAPHICS_OPM_PARAMETER_ARRAY_TOO_SMALL An array passed to a function cannot hold all of the data that the function wants to put in it.
-1071241979 0xC0262505 ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST The GDI display device passed to this function does not have any active video outputs.
-1071241978 0xC0262506 ERROR_GRAPHICS_PVP_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME The protected video path (PVP) cannot find an actual GDI display device that corresponds to the passed-in GDI display device name.
-1071241977 0xC0262507 ERROR_GRAPHICS_PVP_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP This function failed because the GDI display device passed to it was not attached to the Windows desktop.
-1071241976 0xC0262508 ERROR_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED The PVP does not support mirroring display devices because they do not have video outputs.
-1071241974 0xC026250A ERROR_GRAPHICS_OPM_INVALID_POINTER The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, it points to an invalid address, it points to a kernel mode address, or it is not correctly aligned.
-1071241973 0xC026250B ERROR_GRAPHICS_OPM_INTERNAL_ERROR An internal error caused this operation to fail.
-1071241972 0xC026250C ERROR_GRAPHICS_OPM_INVALID_HANDLE The function failed because the caller passed in an invalid OPM user mode handle.
-1071241971 0xC026250D ERROR_GRAPHICS_PVP_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE This function failed because the GDI device passed to it did not have any monitors associated with it.
-1071241970 0xC026250E ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH A certificate could not be returned because the certificate buffer passed to the function was too small.
-1071241969 0xC026250F ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED A video output could not be created because the frame buffer is in spanning mode.
-1071241968 0xC0262510 ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED A video output could not be created because the frame buffer is in theater mode.
-1071241967 0xC0262511 ERROR_GRAPHICS_PVP_HFS_FAILED The function call failed because the display adapter's hardware functionality scan failed to validate the graphics hardware.
-1071241966 0xC0262512 ERROR_GRAPHICS_OPM_INVALID_SRM The High-Bandwidth Digital Content Protection (HDCP) System Renewability Message (SRM) passed to this function did not comply with section 5 of the HDCP 1.1 specification.
-1071241965 0xC0262513 ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP The video output cannot enable the HDCP system because it does not support it.
-1071241964 0xC0262514 ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP The video output cannot enable analog copy protection because it does not support it.
-1071241963 0xC0262515 ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA The video output cannot enable the Content Generation Management System Analog (CGMS-A) protection technology because it does not support it.
-1071241962 0xC0262516 ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET IOPMVideoOutput's GetInformation() method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output.
-1071241961 0xC0262517 ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH IOPMVideoOutput's Configure() method cannot enable the specified output protection technology because the output's screen resolution is too high.
-1071241960 0xC0262518 ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE IOPMVideoOutput's Configure() method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.
-1071241959 0xC0262519 ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor physical device object (PDO) associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a nonconsole session or the video output's desktop became an inactive desktop.
-1071241958 0xC026251A ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS IOPMVideoOutput's methods cannot be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote (remote desktop protocol [RDP] or Independent Computing Architecture [ICA]).
-1071241856 0xC0262580 ERROR_GRAPHICS_I2C_NOT_SUPPORTED The monitor connected to the specified video output does not have an I2C bus.
-1071241855 0xC0262581 ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST No device on the I2C bus has the specified address.
-1071241854 0xC0262582 ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA An error occurred while transmitting data to the device on the I2C bus.
-1071241853 0xC0262583 ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA An error occurred while receiving data from the device on the I2C bus.
-1071241852 0xC0262584 ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED The monitor does not support the specified Virtual Control Panel (VCP) code.
-1071241851 0xC0262585 ERROR_GRAPHICS_DDCCI_INVALID_DATA The data received from the monitor is invalid.
-1071241850 0xC0262586 ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE A function call failed because a monitor returned an invalid Timing Status byte when the operating system used the Display Data Channel Command Interface (DDC/CI) Get Timing Report and Timing Message command to get a timing report from a monitor.
-1071241849 0xC0262587 ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification.
-1071241848 0xC0262588 ERROR_GRAPHICS_MCA_INTERNAL_ERROR An internal Monitor Configuration API error occurred.
-1071241847 0xC0262589 ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND An operation failed because a DDC/CI message had an invalid value in its command field.
-1071241846 0xC026258A ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH This error occurred because a DDC/CI message length field contained an invalid value.
-1071241845 0xC026258B ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM This error occurred because the value in a DDC/CI message checksum field did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
-1071241770 0xC02625D6 ERROR_GRAPHICS_PMEA_INVALID_MONITOR The HMONITOR no longer exists, is not attached to the desktop, or corresponds to a mirroring device.
-1071241769 0xC02625D7 ERROR_GRAPHICS_PMEA_INVALID_D3D_DEVICE The Direct3D (D3D) device's GDI display device no longer exists, is not attached to the desktop, or is a mirroring display device.
-1071241768 0xC02625D8 ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value.
-1071241767 0xC02625D9 ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
-1071241766 0xC02625DA ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION The monitor does not comply with the Monitor Control Command Set (MCCS) specification it claims to support.
-1071241765 0xC02625DB ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.
-1071241764 0xC02625DC ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, the MCCS 2.0 specification, or the MCCS 2.0 Revision 1 specification.
-1071241762 0xC02625DE ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED The monitor returned an invalid monitor technology type. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
-1071241761 0xC02625DF ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE The SetMonitorColorTemperature() caller passed a color temperature to it that the current monitor did not support. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
-1071241760 0xC02625E0 ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED This function can be used only if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session.