s4:scripting: Generate HRESULT definitions as part of the build process
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 10 Jan 2024 22:25:53 +0000 (11:25 +1300)
committerJoseph Sutton <jsutton@samba.org>
Mon, 15 Jan 2024 00:48:40 +0000 (00:48 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
.codespellrc
libcli/util/hresult.c [deleted file]
libcli/util/hresult.h [deleted file]
libcli/util/hresult_err_table.txt [new file with mode: 0644]
libcli/util/wscript_build
selftest/knownfail.d/usage
source4/scripting/bin/gen_hresult.py

index 1faf9ba9194e751a4043a0525926434066099f03..a712c779c0a19d4e3c79ec6b15f7b185a280f16c 100644 (file)
@@ -1,4 +1,4 @@
 [codespell]
-skip = ./.git,./bin,./docs-xml/archives,./docs-xml/manpages/vfs_fruit.8.xml,./docs-xml/smbdotconf/browse/preferredmaster.xml,./lib/ldb/ldb_sqlite3/trees.ps,./libcli/util/ntstatus.h,./libcli/util/hresult.c,./python/samba/tests/blackbox/testdata,./source3/include/MacExtensions.h,./source3/selftest/ktest-krb5_ccache-2.txt,./source4/setup/display-specifiers,./source4/ldap_server/devdocs,./source4/selftest/provisions,./source4/setup/adprep/WindowsServerDocs,./source4/setup/display-specifiers,./source4/torture/vfs/fruit.c,./testdata,./third_party,*.IBM-DS,*.config,*.diff,*.dump,*.ldif,*.ldf,*.pdml,*.pem,*.po,*.schema
+skip = ./.git,./bin,./docs-xml/archives,./docs-xml/manpages/vfs_fruit.8.xml,./docs-xml/smbdotconf/browse/preferredmaster.xml,./lib/ldb/ldb_sqlite3/trees.ps,./libcli/util/hresult_err_table.txt,./python/samba/tests/blackbox/testdata,./source3/include/MacExtensions.h,./source3/selftest/ktest-krb5_ccache-2.txt,./source4/setup/display-specifiers,./source4/ldap_server/devdocs,./source4/selftest/provisions,./source4/setup/adprep/WindowsServerDocs,./source4/setup/display-specifiers,./source4/torture/vfs/fruit.c,./testdata,./third_party,*.IBM-DS,*.config,*.diff,*.dump,*.ldif,*.ldf,*.pdml,*.pem,*.po,*.schema
 ignore-regex = \\[t]
 ignore-words = .codespellignore
diff --git a/libcli/util/hresult.c b/libcli/util/hresult.c
deleted file mode 100644 (file)
index e35bf8a..0000000
+++ /dev/null
@@ -1,14706 +0,0 @@
-/*
- * Unix SMB/CIFS implementation.
- *
- * HRESULT Error definitions
- *
- * Copyright (C) Noel Power <noel.power@suse.com> 2014
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include "includes.h"
-#include "hresult.h"
-/*
- * The following error codes and descriptions are autogenerated from [MS-ERREF]
- * see http://msdn.microsoft.com/en-us/library/cc704587.aspx
- */
-
-static const struct {
-       HRESULT error_code;
-       const char *error_str;
-       const char *error_message;
-} hresult_errs[] = {
-       {
-               HRES_STG_S_CONVERTED,
-               "HRES_STG_S_CONVERTED",
-               "The underlying file was converted to compound file format."
-       },
-       {
-               HRES_STG_S_BLOCK,
-               "HRES_STG_S_BLOCK",
-               "The storage operation should block until more data is available."
-       },
-       {
-               HRES_STG_S_RETRYNOW,
-               "HRES_STG_S_RETRYNOW",
-               "The storage operation should retry immediately."
-       },
-       {
-               HRES_STG_S_MONITORING,
-               "HRES_STG_S_MONITORING",
-               "The notified event sink will not influence the storage operation."
-       },
-       {
-               HRES_STG_S_MULTIPLEOPENS,
-               "HRES_STG_S_MULTIPLEOPENS",
-               "Multiple opens prevent consolidated (commit succeeded)."
-       },
-       {
-               HRES_STG_S_CONSOLIDATIONFAILED,
-               "HRES_STG_S_CONSOLIDATIONFAILED",
-               "Consolidation of the storage file failed (commit succeeded)."
-       },
-       {
-               HRES_STG_S_CANNOTCONSOLIDATE,
-               "HRES_STG_S_CANNOTCONSOLIDATE",
-               "Consolidation of the storage file is inappropriate (commit succeeded)."
-       },
-       {
-               HRES_OLE_S_USEREG,
-               "HRES_OLE_S_USEREG",
-               "Use the registry database to provide the requested information."
-       },
-       {
-               HRES_OLE_S_STATIC,
-               "HRES_OLE_S_STATIC",
-               "Success, but static."
-       },
-       {
-               HRES_OLE_S_MAC_CLIPFORMAT,
-               "HRES_OLE_S_MAC_CLIPFORMAT",
-               "Macintosh clipboard format."
-       },
-       {
-               HRES_DRAGDROP_S_DROP,
-               "HRES_DRAGDROP_S_DROP",
-               "Successful drop took place."
-       },
-       {
-               HRES_DRAGDROP_S_CANCEL,
-               "HRES_DRAGDROP_S_CANCEL",
-               "Drag-drop operation canceled."
-       },
-       {
-               HRES_DRAGDROP_S_USEDEFAULTCURSORS,
-               "HRES_DRAGDROP_S_USEDEFAULTCURSORS",
-               "Use the default cursor."
-       },
-       {
-               HRES_DATA_S_SAMEFORMATETC,
-               "HRES_DATA_S_SAMEFORMATETC",
-               "Data has same FORMATETC."
-       },
-       {
-               HRES_VIEW_S_ALREADY_FROZEN,
-               "HRES_VIEW_S_ALREADY_FROZEN",
-               "View is already frozen."
-       },
-       {
-               HRES_CACHE_S_FORMATETC_NOTSUPPORTED,
-               "HRES_CACHE_S_FORMATETC_NOTSUPPORTED",
-               "FORMATETC not supported."
-       },
-       {
-               HRES_CACHE_S_SAMECACHE,
-               "HRES_CACHE_S_SAMECACHE",
-               "Same cache."
-       },
-       {
-               HRES_CACHE_S_SOMECACHES_NOTUPDATED,
-               "HRES_CACHE_S_SOMECACHES_NOTUPDATED",
-               "Some caches are not updated."
-       },
-       {
-               HRES_OLEOBJ_S_INVALIDVERB,
-               "HRES_OLEOBJ_S_INVALIDVERB",
-               "Invalid verb for OLE object."
-       },
-       {
-               HRES_OLEOBJ_S_CANNOT_DOVERB_NOW,
-               "HRES_OLEOBJ_S_CANNOT_DOVERB_NOW",
-               "Verb number is valid but verb cannot be done now."
-       },
-       {
-               HRES_OLEOBJ_S_INVALIDHWND,
-               "HRES_OLEOBJ_S_INVALIDHWND",
-               "Invalid window handle passed."
-       },
-       {
-               HRES_INPLACE_S_TRUNCATED,
-               "HRES_INPLACE_S_TRUNCATED",
-               "Message is too long; some of it had to be truncated before displaying."
-       },
-       {
-               HRES_CONVERT10_S_NO_PRESENTATION,
-               "HRES_CONVERT10_S_NO_PRESENTATION",
-               "Unable to convert OLESTREAM to IStorage."
-       },
-       {
-               HRES_MK_S_REDUCED_TO_SELF,
-               "HRES_MK_S_REDUCED_TO_SELF",
-               "Moniker reduced to itself."
-       },
-       {
-               HRES_MK_S_ME,
-               "HRES_MK_S_ME",
-               "Common prefix is this moniker."
-       },
-       {
-               HRES_MK_S_HIM,
-               "HRES_MK_S_HIM",
-               "Common prefix is input moniker."
-       },
-       {
-               HRES_MK_S_US,
-               "HRES_MK_S_US",
-               "Common prefix is both monikers."
-       },
-       {
-               HRES_MK_S_MONIKERALREADYREGISTERED,
-               "HRES_MK_S_MONIKERALREADYREGISTERED",
-               "Moniker is already registered in running object table."
-       },
-       {
-               HRES_EVENT_S_SOME_SUBSCRIBERS_FAILED,
-               "HRES_EVENT_S_SOME_SUBSCRIBERS_FAILED",
-               "An event was able to invoke some, but not all, of the subscribers."
-       },
-       {
-               HRES_EVENT_S_NOSUBSCRIBERS,
-               "HRES_EVENT_S_NOSUBSCRIBERS",
-               "An event was delivered, but there were no subscribers."
-       },
-       {
-               HRES_SCHED_S_TASK_READY,
-               "HRES_SCHED_S_TASK_READY",
-               "The task is ready to run at its next scheduled time."
-       },
-       {
-               HRES_SCHED_S_TASK_RUNNING,
-               "HRES_SCHED_S_TASK_RUNNING",
-               "The task is currently running."
-       },
-       {
-               HRES_SCHED_S_TASK_DISABLED,
-               "HRES_SCHED_S_TASK_DISABLED",
-               "The task will not run at the scheduled times because it has been disabled."
-       },
-       {
-               HRES_SCHED_S_TASK_HAS_NOT_RUN,
-               "HRES_SCHED_S_TASK_HAS_NOT_RUN",
-               "The task has not yet run."
-       },
-       {
-               HRES_SCHED_S_TASK_NO_MORE_RUNS,
-               "HRES_SCHED_S_TASK_NO_MORE_RUNS",
-               "There are no more runs scheduled for this task."
-       },
-       {
-               HRES_SCHED_S_TASK_NOT_SCHEDULED,
-               "HRES_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."
-       },
-       {
-               HRES_SCHED_S_TASK_TERMINATED,
-               "HRES_SCHED_S_TASK_TERMINATED",
-               "The last run of the task was terminated by the user."
-       },
-       {
-               HRES_SCHED_S_TASK_NO_VALID_TRIGGERS,
-               "HRES_SCHED_S_TASK_NO_VALID_TRIGGERS",
-               "Either the task has no triggers, or the existing triggers are disabled or not set."
-       },
-       {
-               HRES_SCHED_S_EVENT_TRIGGER,
-               "HRES_SCHED_S_EVENT_TRIGGER",
-               "Event triggers do not have set run times."
-       },
-       {
-               HRES_SCHED_S_SOME_TRIGGERS_FAILED,
-               "HRES_SCHED_S_SOME_TRIGGERS_FAILED",
-               "The task is registered, but not all specified triggers will start the task."
-       },
-       {
-               HRES_SCHED_S_BATCH_LOGON_PROBLEM,
-               "HRES_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."
-       },
-       {
-               HRES_XACT_S_ASYNC,
-               "HRES_XACT_S_ASYNC",
-               "An asynchronous operation was specified. The operation has begun, but its outcome is not known yet."
-       },
-       {
-               HRES_XACT_S_READONLY,
-               "HRES_XACT_S_READONLY",
-               "The method call succeeded because the transaction was read-only."
-       },
-       {
-               HRES_XACT_S_SOMENORETAIN,
-               "HRES_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."
-       },
-       {
-               HRES_XACT_S_OKINFORM,
-               "HRES_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."
-       },
-       {
-               HRES_XACT_S_MADECHANGESCONTENT,
-               "HRES_XACT_S_MADECHANGESCONTENT",
-               "The sink is content and wants the transaction to proceed. Changes were made to one or more resources during this call."
-       },
-       {
-               HRES_XACT_S_MADECHANGESINFORM,
-               "HRES_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."
-       },
-       {
-               HRES_XACT_S_ALLNORETAIN,
-               "HRES_XACT_S_ALLNORETAIN",
-               "The transaction was successfully aborted. However, the abort was nonretaining."
-       },
-       {
-               HRES_XACT_S_ABORTING,
-               "HRES_XACT_S_ABORTING",
-               "An abort operation was already in progress."
-       },
-       {
-               HRES_XACT_S_SINGLEPHASE,
-               "HRES_XACT_S_SINGLEPHASE",
-               "The resource manager has performed a single-phase commit of the transaction."
-       },
-       {
-               HRES_XACT_S_LOCALLY_OK,
-               "HRES_XACT_S_LOCALLY_OK",
-               "The local transaction has not aborted."
-       },
-       {
-               HRES_XACT_S_LASTRESOURCEMANAGER,
-               "HRES_XACT_S_LASTRESOURCEMANAGER",
-               "The resource manager has requested to be the coordinator (last resource manager) for the transaction."
-       },
-       {
-               HRES_CO_S_NOTALLINTERFACES,
-               "HRES_CO_S_NOTALLINTERFACES",
-               "Not all the requested interfaces were available."
-       },
-       {
-               HRES_CO_S_MACHINENAMENOTFOUND,
-               "HRES_CO_S_MACHINENAMENOTFOUND",
-               "The specified machine name was not found in the cache."
-       },
-       {
-               HRES_SEC_I_CONTINUE_NEEDED,
-               "HRES_SEC_I_CONTINUE_NEEDED",
-               "The function completed successfully, but it must be called again to complete the context."
-       },
-       {
-               HRES_SEC_I_COMPLETE_NEEDED,
-               "HRES_SEC_I_COMPLETE_NEEDED",
-               "The function completed successfully, but CompleteToken must be called."
-       },
-       {
-               HRES_SEC_I_COMPLETE_AND_CONTINUE,
-               "HRES_SEC_I_COMPLETE_AND_CONTINUE",
-               "The function completed successfully, but both CompleteToken and this function must be called to complete the context."
-       },
-       {
-               HRES_SEC_I_LOCAL_LOGON,
-               "HRES_SEC_I_LOCAL_LOGON",
-               "The logon was completed, but no network authority was available. The logon was made using locally known information."
-       },
-       {
-               HRES_SEC_I_CONTEXT_EXPIRED,
-               "HRES_SEC_I_CONTEXT_EXPIRED",
-               "The context has expired and can no longer be used."
-       },
-       {
-               HRES_SEC_I_INCOMPLETE_CREDENTIALS,
-               "HRES_SEC_I_INCOMPLETE_CREDENTIALS",
-               "The credentials supplied were not complete and could not be verified. Additional information can be returned from the context."
-       },
-       {
-               HRES_SEC_I_RENEGOTIATE,
-               "HRES_SEC_I_RENEGOTIATE",
-               "The context data must be renegotiated with the peer."
-       },
-       {
-               HRES_SEC_I_NO_LSA_CONTEXT,
-               "HRES_SEC_I_NO_LSA_CONTEXT",
-               "There is no LSA mode context associated with this context."
-       },
-       {
-               HRES_SEC_I_SIGNATURE_NEEDED,
-               "HRES_SEC_I_SIGNATURE_NEEDED",
-               "A signature operation must be performed before the user can authenticate."
-       },
-       {
-               HRES_CRYPT_I_NEW_PROTECTION_REQUIRED,
-               "HRES_CRYPT_I_NEW_PROTECTION_REQUIRED",
-               "The protected data needs to be reprotected."
-       },
-       {
-               HRES_NS_S_CALLPENDING,
-               "HRES_NS_S_CALLPENDING",
-               "The requested operation is pending completion."
-       },
-       {
-               HRES_NS_S_CALLABORTED,
-               "HRES_NS_S_CALLABORTED",
-               "The requested operation was aborted by the client."
-       },
-       {
-               HRES_NS_S_STREAM_TRUNCATED,
-               "HRES_NS_S_STREAM_TRUNCATED",
-               "The stream was purposefully stopped before completion."
-       },
-       {
-               HRES_NS_S_REBUFFERING,
-               "HRES_NS_S_REBUFFERING",
-               "The requested operation has caused the source to rebuffer."
-       },
-       {
-               HRES_NS_S_DEGRADING_QUALITY,
-               "HRES_NS_S_DEGRADING_QUALITY",
-               "The requested operation has caused the source to degrade codec quality."
-       },
-       {
-               HRES_NS_S_TRANSCRYPTOR_EOF,
-               "HRES_NS_S_TRANSCRYPTOR_EOF",
-               "The transcryptor object has reached end of file."
-       },
-       {
-               HRES_NS_S_WMP_UI_VERSIONMISMATCH,
-               "HRES_NS_S_WMP_UI_VERSIONMISMATCH",
-               "An upgrade is needed for the theme manager to correctly show this skin. Skin reports version: %.1f."
-       },
-       {
-               HRES_NS_S_WMP_EXCEPTION,
-               "HRES_NS_S_WMP_EXCEPTION",
-               "An error occurred in one of the UI components."
-       },
-       {
-               HRES_NS_S_WMP_LOADED_GIF_IMAGE,
-               "HRES_NS_S_WMP_LOADED_GIF_IMAGE",
-               "Successfully loaded a GIF file."
-       },
-       {
-               HRES_NS_S_WMP_LOADED_PNG_IMAGE,
-               "HRES_NS_S_WMP_LOADED_PNG_IMAGE",
-               "Successfully loaded a PNG file."
-       },
-       {
-               HRES_NS_S_WMP_LOADED_BMP_IMAGE,
-               "HRES_NS_S_WMP_LOADED_BMP_IMAGE",
-               "Successfully loaded a BMP file."
-       },
-       {
-               HRES_NS_S_WMP_LOADED_JPG_IMAGE,
-               "HRES_NS_S_WMP_LOADED_JPG_IMAGE",
-               "Successfully loaded a JPG file."
-       },
-       {
-               HRES_NS_S_WMG_FORCE_DROP_FRAME,
-               "HRES_NS_S_WMG_FORCE_DROP_FRAME",
-               "Drop this frame."
-       },
-       {
-               HRES_NS_S_WMR_ALREADYRENDERED,
-               "HRES_NS_S_WMR_ALREADYRENDERED",
-               "The specified stream has already been rendered."
-       },
-       {
-               HRES_NS_S_WMR_PINTYPEPARTIALMATCH,
-               "HRES_NS_S_WMR_PINTYPEPARTIALMATCH",
-               "The specified type partially matches this pin type."
-       },
-       {
-               HRES_NS_S_WMR_PINTYPEFULLMATCH,
-               "HRES_NS_S_WMR_PINTYPEFULLMATCH",
-               "The specified type fully matches this pin type."
-       },
-       {
-               HRES_NS_S_WMG_ADVISE_DROP_FRAME,
-               "HRES_NS_S_WMG_ADVISE_DROP_FRAME",
-               "The timestamp is late compared to the current render position. Advise dropping this frame."
-       },
-       {
-               HRES_NS_S_WMG_ADVISE_DROP_TO_KEYFRAME,
-               "HRES_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."
-       },
-       {
-               HRES_NS_S_NEED_TO_BUY_BURN_RIGHTS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLISTCLEARABORT,
-               "HRES_NS_S_WMPCORE_PLAYLISTCLEARABORT",
-               "Failed to clear playlist because it was aborted by user."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT,
-               "HRES_NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT",
-               "Failed to remove item in the playlist since it was aborted by user."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLIST_CREATION_PENDING,
-               "HRES_NS_S_WMPCORE_PLAYLIST_CREATION_PENDING",
-               "Playlist is being generated asynchronously."
-       },
-       {
-               HRES_NS_S_WMPCORE_MEDIA_VALIDATION_PENDING,
-               "HRES_NS_S_WMPCORE_MEDIA_VALIDATION_PENDING",
-               "Validation of the media is pending."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED,
-               "HRES_NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED",
-               "Encountered more than one Repeat block during ASX processing."
-       },
-       {
-               HRES_NS_S_WMPCORE_COMMAND_NOT_AVAILABLE,
-               "HRES_NS_S_WMPCORE_COMMAND_NOT_AVAILABLE",
-               "Current state of WMP disallows calling this method or property."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED,
-               "HRES_NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED",
-               "Name for the playlist has been auto generated."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS,
-               "HRES_NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS",
-               "The imported playlist does not contain all items from the original."
-       },
-       {
-               HRES_NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA,
-               "HRES_NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA",
-               "The M3U playlist has been ignored because it only contains one item."
-       },
-       {
-               HRES_NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING,
-               "HRES_NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING",
-               "The open for the child playlist associated with this media is pending."
-       },
-       {
-               HRES_NS_S_WMPCORE_MORE_NODES_AVAIABLE,
-               "HRES_NS_S_WMPCORE_MORE_NODES_AVAIABLE",
-               "More nodes support the interface requested, but the array for returning them is full."
-       },
-       {
-               HRES_NS_S_WMPBR_SUCCESS,
-               "HRES_NS_S_WMPBR_SUCCESS",
-               "Backup or Restore successful!."
-       },
-       {
-               HRES_NS_S_WMPBR_PARTIALSUCCESS,
-               "HRES_NS_S_WMPBR_PARTIALSUCCESS",
-               "Transfer complete with limitations."
-       },
-       {
-               HRES_NS_S_WMPEFFECT_TRANSPARENT,
-               "HRES_NS_S_WMPEFFECT_TRANSPARENT",
-               "Request to the effects control to change transparency status to transparent."
-       },
-       {
-               HRES_NS_S_WMPEFFECT_OPAQUE,
-               "HRES_NS_S_WMPEFFECT_OPAQUE",
-               "Request to the effects control to change transparency status to opaque."
-       },
-       {
-               HRES_NS_S_OPERATION_PENDING,
-               "HRES_NS_S_OPERATION_PENDING",
-               "The requested application pane is performing an operation and will not be released."
-       },
-       {
-               HRES_NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE,
-               "HRES_NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE",
-               "The file is only available for purchase when you buy the entire album."
-       },
-       {
-               HRES_NS_S_NAVIGATION_COMPLETE_WITH_ERRORS,
-               "HRES_NS_S_NAVIGATION_COMPLETE_WITH_ERRORS",
-               "There were problems completing the requested navigation. There are identifiers missing in the catalog."
-       },
-       {
-               HRES_NS_S_TRACK_ALREADY_DOWNLOADED,
-               "HRES_NS_S_TRACK_ALREADY_DOWNLOADED",
-               "Track already downloaded."
-       },
-       {
-               HRES_NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_S_DRM_LICENSE_ACQUIRED,
-               "HRES_NS_S_DRM_LICENSE_ACQUIRED",
-               "Status message: The license was acquired."
-       },
-       {
-               HRES_NS_S_DRM_INDIVIDUALIZED,
-               "HRES_NS_S_DRM_INDIVIDUALIZED",
-               "Status message: The security upgrade has been completed."
-       },
-       {
-               HRES_NS_S_DRM_MONITOR_CANCELLED,
-               "HRES_NS_S_DRM_MONITOR_CANCELLED",
-               "Status message: License monitoring has been canceled."
-       },
-       {
-               HRES_NS_S_DRM_ACQUIRE_CANCELLED,
-               "HRES_NS_S_DRM_ACQUIRE_CANCELLED",
-               "Status message: License acquisition has been canceled."
-       },
-       {
-               HRES_NS_S_DRM_BURNABLE_TRACK,
-               "HRES_NS_S_DRM_BURNABLE_TRACK",
-               "The track is burnable and had no playlist burn limit."
-       },
-       {
-               HRES_NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION,
-               "HRES_NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION",
-               "The track is burnable but has a playlist burn limit."
-       },
-       {
-               HRES_NS_S_DRM_NEEDS_INDIVIDUALIZATION,
-               "HRES_NS_S_DRM_NEEDS_INDIVIDUALIZATION",
-               "A security upgrade is required to perform the operation on this media file."
-       },
-       {
-               HRES_NS_S_REBOOT_RECOMMENDED,
-               "HRES_NS_S_REBOOT_RECOMMENDED",
-               "Installation was successful; however, some file cleanup is not complete. For best results, restart your computer."
-       },
-       {
-               HRES_NS_S_REBOOT_REQUIRED,
-               "HRES_NS_S_REBOOT_REQUIRED",
-               "Installation was successful; however, some file cleanup is not complete. To continue, you must restart your computer."
-       },
-       {
-               HRES_NS_S_EOSRECEDING,
-               "HRES_NS_S_EOSRECEDING",
-               "EOS hit during rewinding."
-       },
-       {
-               HRES_NS_S_CHANGENOTICE,
-               "HRES_NS_S_CHANGENOTICE",
-               "Internal."
-       },
-       {
-               HRES_ERROR_FLT_IO_COMPLETE,
-               "HRES_ERROR_FLT_IO_COMPLETE",
-               "The IO was completed by a filter."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MODE_NOT_PINNED,
-               "HRES_ERROR_GRAPHICS_MODE_NOT_PINNED",
-               "No mode is pinned on the specified VidPN source or target."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_PREFERRED_MODE,
-               "HRES_ERROR_GRAPHICS_NO_PREFERRED_MODE",
-               "Specified mode set does not specify preference for one of its modes."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DATASET_IS_EMPTY,
-               "HRES_ERROR_GRAPHICS_DATASET_IS_EMPTY",
-               "Specified data set (for example, mode set, frequency range set, descriptor set, and topology) is empty."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED,
-               "HRES_ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED",
-               "Specified content transformation is not pinned on the specified VidPN present path."
-       },
-       {
-               HRES_PLA_S_PROPERTY_IGNORED,
-               "HRES_PLA_S_PROPERTY_IGNORED",
-               "Property value will be ignored."
-       },
-       {
-               HRES_ERROR_NDIS_INDICATION_REQUIRED,
-               "HRES_ERROR_NDIS_INDICATION_REQUIRED",
-               "The request will be completed later by a Network Driver Interface Specification (NDIS) status indication."
-       },
-       {
-               HRES_TRK_S_OUT_OF_SYNC,
-               "HRES_TRK_S_OUT_OF_SYNC",
-               "The VolumeSequenceNumber of a MOVE_NOTIFICATION request is incorrect."
-       },
-       {
-               HRES_TRK_VOLUME_NOT_FOUND,
-               "HRES_TRK_VOLUME_NOT_FOUND",
-               "The VolumeID in a request was not found in the server's ServerVolumeTable."
-       },
-       {
-               HRES_TRK_VOLUME_NOT_OWNED,
-               "HRES_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."
-       },
-       {
-               HRES_TRK_S_NOTIFICATION_QUOTA_EXCEEDED,
-               "HRES_TRK_S_NOTIFICATION_QUOTA_EXCEEDED",
-               "The server received a MOVE_NOTIFICATION request, but the FileTable size limit has already been reached."
-       },
-       {
-               HRES_NS_I_TIGER_START,
-               "HRES_NS_I_TIGER_START",
-               "The Title Server %1 is running."
-       },
-       {
-               HRES_NS_I_CUB_START,
-               "HRES_NS_I_CUB_START",
-               "Content Server %1 (%2) is starting."
-       },
-       {
-               HRES_NS_I_CUB_RUNNING,
-               "HRES_NS_I_CUB_RUNNING",
-               "Content Server %1 (%2) is running."
-       },
-       {
-               HRES_NS_I_DISK_START,
-               "HRES_NS_I_DISK_START",
-               "Disk %1 ( %2 ) on Content Server %3, is running."
-       },
-       {
-               HRES_NS_I_DISK_REBUILD_STARTED,
-               "HRES_NS_I_DISK_REBUILD_STARTED",
-               "Started rebuilding disk %1 ( %2 ) on Content Server %3."
-       },
-       {
-               HRES_NS_I_DISK_REBUILD_FINISHED,
-               "HRES_NS_I_DISK_REBUILD_FINISHED",
-               "Finished rebuilding disk %1 ( %2 ) on Content Server %3."
-       },
-       {
-               HRES_NS_I_DISK_REBUILD_ABORTED,
-               "HRES_NS_I_DISK_REBUILD_ABORTED",
-               "Aborted rebuilding disk %1 ( %2 ) on Content Server %3."
-       },
-       {
-               HRES_NS_I_LIMIT_FUNNELS,
-               "HRES_NS_I_LIMIT_FUNNELS",
-               "A NetShow administrator at network location %1 set the data stream limit to %2 streams."
-       },
-       {
-               HRES_NS_I_START_DISK,
-               "HRES_NS_I_START_DISK",
-               "A NetShow administrator at network location %1 started disk %2."
-       },
-       {
-               HRES_NS_I_STOP_DISK,
-               "HRES_NS_I_STOP_DISK",
-               "A NetShow administrator at network location %1 stopped disk %2."
-       },
-       {
-               HRES_NS_I_STOP_CUB,
-               "HRES_NS_I_STOP_CUB",
-               "A NetShow administrator at network location %1 stopped Content Server %2."
-       },
-       {
-               HRES_NS_I_KILL_USERSESSION,
-               "HRES_NS_I_KILL_USERSESSION",
-               "A NetShow administrator at network location %1 aborted user session %2 from the system."
-       },
-       {
-               HRES_NS_I_KILL_CONNECTION,
-               "HRES_NS_I_KILL_CONNECTION",
-               "A NetShow administrator at network location %1 aborted obsolete connection %2 from the system."
-       },
-       {
-               HRES_NS_I_REBUILD_DISK,
-               "HRES_NS_I_REBUILD_DISK",
-               "A NetShow administrator at network location %1 started rebuilding disk %2."
-       },
-       {
-               HRES_MCMADM_I_NO_EVENTS,
-               "HRES_MCMADM_I_NO_EVENTS",
-               "Event initialization failed, there will be no MCM events."
-       },
-       {
-               HRES_NS_I_LOGGING_FAILED,
-               "HRES_NS_I_LOGGING_FAILED",
-               "The logging operation failed."
-       },
-       {
-               HRES_NS_I_LIMIT_BANDWIDTH,
-               "HRES_NS_I_LIMIT_BANDWIDTH",
-               "A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps."
-       },
-       {
-               HRES_NS_I_CUB_UNFAIL_LINK,
-               "HRES_NS_I_CUB_UNFAIL_LINK",
-               "Content Server %1 (%2) has established its link to Content Server %3."
-       },
-       {
-               HRES_NS_I_RESTRIPE_START,
-               "HRES_NS_I_RESTRIPE_START",
-               "Restripe operation has started."
-       },
-       {
-               HRES_NS_I_RESTRIPE_DONE,
-               "HRES_NS_I_RESTRIPE_DONE",
-               "Restripe operation has completed."
-       },
-       {
-               HRES_NS_I_RESTRIPE_DISK_OUT,
-               "HRES_NS_I_RESTRIPE_DISK_OUT",
-               "Content disk %1 (%2) on Content Server %3 has been restriped out."
-       },
-       {
-               HRES_NS_I_RESTRIPE_CUB_OUT,
-               "HRES_NS_I_RESTRIPE_CUB_OUT",
-               "Content server %1 (%2) has been restriped out."
-       },
-       {
-               HRES_NS_I_DISK_STOP,
-               "HRES_NS_I_DISK_STOP",
-               "Disk %1 ( %2 ) on Content Server %3, has been offlined."
-       },
-       {
-               HRES_NS_I_PLAYLIST_CHANGE_RECEDING,
-               "HRES_NS_I_PLAYLIST_CHANGE_RECEDING",
-               "The playlist change occurred while receding."
-       },
-       {
-               HRES_NS_I_RECONNECTED,
-               "HRES_NS_I_RECONNECTED",
-               "The client is reconnected."
-       },
-       {
-               HRES_NS_I_NOLOG_STOP,
-               "HRES_NS_I_NOLOG_STOP",
-               "Forcing a switch to a pending header on start."
-       },
-       {
-               HRES_NS_I_EXISTING_PACKETIZER,
-               "HRES_NS_I_EXISTING_PACKETIZER",
-               "There is already an existing packetizer plugin for the stream."
-       },
-       {
-               HRES_NS_I_MANUAL_PROXY,
-               "HRES_NS_I_MANUAL_PROXY",
-               "The proxy setting is manual."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DRIVER_MISMATCH,
-               "HRES_ERROR_GRAPHICS_DRIVER_MISMATCH",
-               "The kernel driver detected a version mismatch between it and the user mode driver."
-       },
-       {
-               HRES_ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS,
-               "HRES_ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS",
-               "Child device presence was not reliably detected."
-       },
-       {
-               HRES_ERROR_GRAPHICS_LEADLINK_START_DEFERRED,
-               "HRES_ERROR_GRAPHICS_LEADLINK_START_DEFERRED",
-               "Starting the lead-link adapter has been deferred temporarily."
-       },
-       {
-               HRES_ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY,
-               "HRES_ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY",
-               "The display adapter is being polled for children too frequently at the same polling level."
-       },
-       {
-               HRES_ERROR_GRAPHICS_START_DEFERRED,
-               "HRES_ERROR_GRAPHICS_START_DEFERRED",
-               "Starting the adapter has been deferred temporarily."
-       },
-       {
-               HRES_E_PENDING,
-               "HRES_E_PENDING",
-               "The data necessary to complete this operation is not yet available."
-       },
-       {
-               HRES_E_NOTIMPL,
-               "HRES_E_NOTIMPL",
-               "Not implemented."
-       },
-       {
-               HRES_E_NOINTERFACE,
-               "HRES_E_NOINTERFACE",
-               "No such interface supported."
-       },
-       {
-               HRES_E_POINTER,
-               "HRES_E_POINTER",
-               "Invalid pointer."
-       },
-       {
-               HRES_E_ABORT,
-               "HRES_E_ABORT",
-               "Operation aborted."
-       },
-       {
-               HRES_E_FAIL,
-               "HRES_E_FAIL",
-               "Unspecified error."
-       },
-       {
-               HRES_CO_E_INIT_TLS,
-               "HRES_CO_E_INIT_TLS",
-               "Thread local storage failure."
-       },
-       {
-               HRES_CO_E_INIT_SHARED_ALLOCATOR,
-               "HRES_CO_E_INIT_SHARED_ALLOCATOR",
-               "Get shared memory allocator failure."
-       },
-       {
-               HRES_CO_E_INIT_MEMORY_ALLOCATOR,
-               "HRES_CO_E_INIT_MEMORY_ALLOCATOR",
-               "Get memory allocator failure."
-       },
-       {
-               HRES_CO_E_INIT_CLASS_CACHE,
-               "HRES_CO_E_INIT_CLASS_CACHE",
-               "Unable to initialize class cache."
-       },
-       {
-               HRES_CO_E_INIT_RPC_CHANNEL,
-               "HRES_CO_E_INIT_RPC_CHANNEL",
-               "Unable to initialize remote procedure call (RPC) services."
-       },
-       {
-               HRES_CO_E_INIT_TLS_SET_CHANNEL_CONTROL,
-               "HRES_CO_E_INIT_TLS_SET_CHANNEL_CONTROL",
-               "Cannot set thread local storage channel control."
-       },
-       {
-               HRES_CO_E_INIT_TLS_CHANNEL_CONTROL,
-               "HRES_CO_E_INIT_TLS_CHANNEL_CONTROL",
-               "Could not allocate thread local storage channel control."
-       },
-       {
-               HRES_CO_E_INIT_UNACCEPTED_USER_ALLOCATOR,
-               "HRES_CO_E_INIT_UNACCEPTED_USER_ALLOCATOR",
-               "The user-supplied memory allocator is unacceptable."
-       },
-       {
-               HRES_CO_E_INIT_SCM_MUTEX_EXISTS,
-               "HRES_CO_E_INIT_SCM_MUTEX_EXISTS",
-               "The OLE service mutex already exists."
-       },
-       {
-               HRES_CO_E_INIT_SCM_FILE_MAPPING_EXISTS,
-               "HRES_CO_E_INIT_SCM_FILE_MAPPING_EXISTS",
-               "The OLE service file mapping already exists."
-       },
-       {
-               HRES_CO_E_INIT_SCM_MAP_VIEW_OF_FILE,
-               "HRES_CO_E_INIT_SCM_MAP_VIEW_OF_FILE",
-               "Unable to map view of file for OLE service."
-       },
-       {
-               HRES_CO_E_INIT_SCM_EXEC_FAILURE,
-               "HRES_CO_E_INIT_SCM_EXEC_FAILURE",
-               "Failure attempting to launch OLE service."
-       },
-       {
-               HRES_CO_E_INIT_ONLY_SINGLE_THREADED,
-               "HRES_CO_E_INIT_ONLY_SINGLE_THREADED",
-               "There was an attempt to call CoInitialize a second time while single-threaded."
-       },
-       {
-               HRES_CO_E_CANT_REMOTE,
-               "HRES_CO_E_CANT_REMOTE",
-               "A Remote activation was necessary but was not allowed."
-       },
-       {
-               HRES_CO_E_BAD_SERVER_NAME,
-               "HRES_CO_E_BAD_SERVER_NAME",
-               "A Remote activation was necessary, but the server name provided was invalid."
-       },
-       {
-               HRES_CO_E_WRONG_SERVER_IDENTITY,
-               "HRES_CO_E_WRONG_SERVER_IDENTITY",
-               "The class is configured to run as a security ID different from the caller."
-       },
-       {
-               HRES_CO_E_OLE1DDE_DISABLED,
-               "HRES_CO_E_OLE1DDE_DISABLED",
-               "Use of OLE1 services requiring Dynamic Data Exchange (DDE) Windows is disabled."
-       },
-       {
-               HRES_CO_E_RUNAS_SYNTAX,
-               "HRES_CO_E_RUNAS_SYNTAX",
-               "A RunAs specification must be <domain name>\\<user name> or simply <user name>."
-       },
-       {
-               HRES_CO_E_CREATEPROCESS_FAILURE,
-               "HRES_CO_E_CREATEPROCESS_FAILURE",
-               "The server process could not be started. The path name might be incorrect."
-       },
-       {
-               HRES_CO_E_RUNAS_CREATEPROCESS_FAILURE,
-               "HRES_CO_E_RUNAS_CREATEPROCESS_FAILURE",
-               "The server process could not be started as the configured identity. The path name might be incorrect or unavailable."
-       },
-       {
-               HRES_CO_E_RUNAS_LOGON_FAILURE,
-               "HRES_CO_E_RUNAS_LOGON_FAILURE",
-               "The server process could not be started because the configured identity is incorrect. Check the user name and password."
-       },
-       {
-               HRES_CO_E_LAUNCH_PERMSSION_DENIED,
-               "HRES_CO_E_LAUNCH_PERMSSION_DENIED",
-               "The client is not allowed to launch this server."
-       },
-       {
-               HRES_CO_E_START_SERVICE_FAILURE,
-               "HRES_CO_E_START_SERVICE_FAILURE",
-               "The service providing this server could not be started."
-       },
-       {
-               HRES_CO_E_REMOTE_COMMUNICATION_FAILURE,
-               "HRES_CO_E_REMOTE_COMMUNICATION_FAILURE",
-               "This computer was unable to communicate with the computer providing the server."
-       },
-       {
-               HRES_CO_E_SERVER_START_TIMEOUT,
-               "HRES_CO_E_SERVER_START_TIMEOUT",
-               "The server did not respond after being launched."
-       },
-       {
-               HRES_CO_E_CLSREG_INCONSISTENT,
-               "HRES_CO_E_CLSREG_INCONSISTENT",
-               "The registration information for this server is inconsistent or incomplete."
-       },
-       {
-               HRES_CO_E_IIDREG_INCONSISTENT,
-               "HRES_CO_E_IIDREG_INCONSISTENT",
-               "The registration information for this interface is inconsistent or incomplete."
-       },
-       {
-               HRES_CO_E_NOT_SUPPORTED,
-               "HRES_CO_E_NOT_SUPPORTED",
-               "The operation attempted is not supported."
-       },
-       {
-               HRES_CO_E_RELOAD_DLL,
-               "HRES_CO_E_RELOAD_DLL",
-               "A DLL must be loaded."
-       },
-       {
-               HRES_CO_E_MSI_ERROR,
-               "HRES_CO_E_MSI_ERROR",
-               "A Microsoft Software Installer error was encountered."
-       },
-       {
-               HRES_CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT,
-               "HRES_CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT",
-               "The specified activation could not occur in the client context as specified."
-       },
-       {
-               HRES_CO_E_SERVER_PAUSED,
-               "HRES_CO_E_SERVER_PAUSED",
-               "Activations on the server are paused."
-       },
-       {
-               HRES_CO_E_SERVER_NOT_PAUSED,
-               "HRES_CO_E_SERVER_NOT_PAUSED",
-               "Activations on the server are not paused."
-       },
-       {
-               HRES_CO_E_CLASS_DISABLED,
-               "HRES_CO_E_CLASS_DISABLED",
-               "The component or application containing the component has been disabled."
-       },
-       {
-               HRES_CO_E_CLRNOTAVAILABLE,
-               "HRES_CO_E_CLRNOTAVAILABLE",
-               "The common language runtime is not available."
-       },
-       {
-               HRES_CO_E_ASYNC_WORK_REJECTED,
-               "HRES_CO_E_ASYNC_WORK_REJECTED",
-               "The thread-pool rejected the submitted asynchronous work."
-       },
-       {
-               HRES_CO_E_SERVER_INIT_TIMEOUT,
-               "HRES_CO_E_SERVER_INIT_TIMEOUT",
-               "The server started, but it did not finish initializing in a timely fashion."
-       },
-       {
-               HRES_CO_E_NO_SECCTX_IN_ACTIVATE,
-               "HRES_CO_E_NO_SECCTX_IN_ACTIVATE",
-               "Unable to complete the call because there is no COM+ security context inside IObjectControl.Activate."
-       },
-       {
-               HRES_CO_E_TRACKER_CONFIG,
-               "HRES_CO_E_TRACKER_CONFIG",
-               "The provided tracker configuration is invalid."
-       },
-       {
-               HRES_CO_E_THREADPOOL_CONFIG,
-               "HRES_CO_E_THREADPOOL_CONFIG",
-               "The provided thread pool configuration is invalid."
-       },
-       {
-               HRES_CO_E_SXS_CONFIG,
-               "HRES_CO_E_SXS_CONFIG",
-               "The provided side-by-side configuration is invalid."
-       },
-       {
-               HRES_CO_E_MALFORMED_SPN,
-               "HRES_CO_E_MALFORMED_SPN",
-               "The server principal name (SPN) obtained during security negotiation is malformed."
-       },
-       {
-               HRES_E_UNEXPECTED,
-               "HRES_E_UNEXPECTED",
-               "Catastrophic failure."
-       },
-       {
-               HRES_RPC_E_CALL_REJECTED,
-               "HRES_RPC_E_CALL_REJECTED",
-               "Call was rejected by callee."
-       },
-       {
-               HRES_RPC_E_CALL_CANCELED,
-               "HRES_RPC_E_CALL_CANCELED",
-               "Call was canceled by the message filter."
-       },
-       {
-               HRES_RPC_E_CANTPOST_INSENDCALL,
-               "HRES_RPC_E_CANTPOST_INSENDCALL",
-               "The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage."
-       },
-       {
-               HRES_RPC_E_CANTCALLOUT_INASYNCCALL,
-               "HRES_RPC_E_CANTCALLOUT_INASYNCCALL",
-               "The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call."
-       },
-       {
-               HRES_RPC_E_CANTCALLOUT_INEXTERNALCALL,
-               "HRES_RPC_E_CANTCALLOUT_INEXTERNALCALL",
-               "It is illegal to call out while inside message filter."
-       },
-       {
-               HRES_RPC_E_CONNECTION_TERMINATED,
-               "HRES_RPC_E_CONNECTION_TERMINATED",
-               "The connection terminated or is in a bogus state and can no longer be used. Other connections are still valid."
-       },
-       {
-               HRES_RPC_E_SERVER_DIED,
-               "HRES_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."
-       },
-       {
-               HRES_RPC_E_CLIENT_DIED,
-               "HRES_RPC_E_CLIENT_DIED",
-               "The caller (client) disappeared while the callee (server) was processing a call."
-       },
-       {
-               HRES_RPC_E_INVALID_DATAPACKET,
-               "HRES_RPC_E_INVALID_DATAPACKET",
-               "The data packet with the marshaled parameter data is incorrect."
-       },
-       {
-               HRES_RPC_E_CANTTRANSMIT_CALL,
-               "HRES_RPC_E_CANTTRANSMIT_CALL",
-               "The call was not transmitted properly; the message queue was full and was not emptied after yielding."
-       },
-       {
-               HRES_RPC_E_CLIENT_CANTMARSHAL_DATA,
-               "HRES_RPC_E_CLIENT_CANTMARSHAL_DATA",
-               "The client RPC caller cannot marshal the parameter data due to errors (such as low memory)."
-       },
-       {
-               HRES_RPC_E_CLIENT_CANTUNMARSHAL_DATA,
-               "HRES_RPC_E_CLIENT_CANTUNMARSHAL_DATA",
-               "The client RPC caller cannot unmarshal the return data due to errors (such as low memory)."
-       },
-       {
-               HRES_RPC_E_SERVER_CANTMARSHAL_DATA,
-               "HRES_RPC_E_SERVER_CANTMARSHAL_DATA",
-               "The server RPC callee cannot marshal the return data due to errors (such as low memory)."
-       },
-       {
-               HRES_RPC_E_SERVER_CANTUNMARSHAL_DATA,
-               "HRES_RPC_E_SERVER_CANTUNMARSHAL_DATA",
-               "The server RPC callee cannot unmarshal the parameter data due to errors (such as low memory)."
-       },
-       {
-               HRES_RPC_E_INVALID_DATA,
-               "HRES_RPC_E_INVALID_DATA",
-               "Received data is invalid. The data might be server or client data."
-       },
-       {
-               HRES_RPC_E_INVALID_PARAMETER,
-               "HRES_RPC_E_INVALID_PARAMETER",
-               "A particular parameter is invalid and cannot be (un)marshaled."
-       },
-       {
-               HRES_RPC_E_CANTCALLOUT_AGAIN,
-               "HRES_RPC_E_CANTCALLOUT_AGAIN",
-               "There is no second outgoing call on same channel in DDE conversation."
-       },
-       {
-               HRES_RPC_E_SERVER_DIED_DNE,
-               "HRES_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."
-       },
-       {
-               HRES_RPC_E_SYS_CALL_FAILED,
-               "HRES_RPC_E_SYS_CALL_FAILED",
-               "System call failed."
-       },
-       {
-               HRES_RPC_E_OUT_OF_RESOURCES,
-               "HRES_RPC_E_OUT_OF_RESOURCES",
-               "Could not allocate some required resource (such as memory or events)"
-       },
-       {
-               HRES_RPC_E_ATTEMPTED_MULTITHREAD,
-               "HRES_RPC_E_ATTEMPTED_MULTITHREAD",
-               "Attempted to make calls on more than one thread in single-threaded mode."
-       },
-       {
-               HRES_RPC_E_NOT_REGISTERED,
-               "HRES_RPC_E_NOT_REGISTERED",
-               "The requested interface is not registered on the server object."
-       },
-       {
-               HRES_RPC_E_FAULT,
-               "HRES_RPC_E_FAULT",
-               "RPC could not call the server or could not return the results of calling the server."
-       },
-       {
-               HRES_RPC_E_SERVERFAULT,
-               "HRES_RPC_E_SERVERFAULT",
-               "The server threw an exception."
-       },
-       {
-               HRES_RPC_E_CHANGED_MODE,
-               "HRES_RPC_E_CHANGED_MODE",
-               "Cannot change thread mode after it is set."
-       },
-       {
-               HRES_RPC_E_INVALIDMETHOD,
-               "HRES_RPC_E_INVALIDMETHOD",
-               "The method called does not exist on the server."
-       },
-       {
-               HRES_RPC_E_DISCONNECTED,
-               "HRES_RPC_E_DISCONNECTED",
-               "The object invoked has disconnected from its clients."
-       },
-       {
-               HRES_RPC_E_RETRY,
-               "HRES_RPC_E_RETRY",
-               "The object invoked chose not to process the call now. Try again later."
-       },
-       {
-               HRES_RPC_E_SERVERCALL_RETRYLATER,
-               "HRES_RPC_E_SERVERCALL_RETRYLATER",
-               "The message filter indicated that the application is busy."
-       },
-       {
-               HRES_RPC_E_SERVERCALL_REJECTED,
-               "HRES_RPC_E_SERVERCALL_REJECTED",
-               "The message filter rejected the call."
-       },
-       {
-               HRES_RPC_E_INVALID_CALLDATA,
-               "HRES_RPC_E_INVALID_CALLDATA",
-               "A call control interface was called with invalid data."
-       },
-       {
-               HRES_RPC_E_CANTCALLOUT_ININPUTSYNCCALL,
-               "HRES_RPC_E_CANTCALLOUT_ININPUTSYNCCALL",
-               "An outgoing call cannot be made because the application is dispatching an input-synchronous call."
-       },
-       {
-               HRES_RPC_E_WRONG_THREAD,
-               "HRES_RPC_E_WRONG_THREAD",
-               "The application called an interface that was marshaled for a different thread."
-       },
-       {
-               HRES_RPC_E_THREAD_NOT_INIT,
-               "HRES_RPC_E_THREAD_NOT_INIT",
-               "CoInitialize has not been called on the current thread."
-       },
-       {
-               HRES_RPC_E_VERSION_MISMATCH,
-               "HRES_RPC_E_VERSION_MISMATCH",
-               "The version of OLE on the client and server machines does not match."
-       },
-       {
-               HRES_RPC_E_INVALID_HEADER,
-               "HRES_RPC_E_INVALID_HEADER",
-               "OLE received a packet with an invalid header."
-       },
-       {
-               HRES_RPC_E_INVALID_EXTENSION,
-               "HRES_RPC_E_INVALID_EXTENSION",
-               "OLE received a packet with an invalid extension."
-       },
-       {
-               HRES_RPC_E_INVALID_IPID,
-               "HRES_RPC_E_INVALID_IPID",
-               "The requested object or interface does not exist."
-       },
-       {
-               HRES_RPC_E_INVALID_OBJECT,
-               "HRES_RPC_E_INVALID_OBJECT",
-               "The requested object does not exist."
-       },
-       {
-               HRES_RPC_S_CALLPENDING,
-               "HRES_RPC_S_CALLPENDING",
-               "OLE has sent a request and is waiting for a reply."
-       },
-       {
-               HRES_RPC_S_WAITONTIMER,
-               "HRES_RPC_S_WAITONTIMER",
-               "OLE is waiting before retrying a request."
-       },
-       {
-               HRES_RPC_E_CALL_COMPLETE,
-               "HRES_RPC_E_CALL_COMPLETE",
-               "Call context cannot be accessed after call completed."
-       },
-       {
-               HRES_RPC_E_UNSECURE_CALL,
-               "HRES_RPC_E_UNSECURE_CALL",
-               "Impersonate on unsecure calls is not supported."
-       },
-       {
-               HRES_RPC_E_TOO_LATE,
-               "HRES_RPC_E_TOO_LATE",
-               "Security must be initialized before any interfaces are marshaled or unmarshaled. It cannot be changed after initialized."
-       },
-       {
-               HRES_RPC_E_NO_GOOD_SECURITY_PACKAGES,
-               "HRES_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."
-       },
-       {
-               HRES_RPC_E_ACCESS_DENIED,
-               "HRES_RPC_E_ACCESS_DENIED",
-               "Access is denied."
-       },
-       {
-               HRES_RPC_E_REMOTE_DISABLED,
-               "HRES_RPC_E_REMOTE_DISABLED",
-               "Remote calls are not allowed for this process."
-       },
-       {
-               HRES_RPC_E_INVALID_OBJREF,
-               "HRES_RPC_E_INVALID_OBJREF",
-               "The marshaled interface data packet (OBJREF) has an invalid or unknown format."
-       },
-       {
-               HRES_RPC_E_NO_CONTEXT,
-               "HRES_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."
-       },
-       {
-               HRES_RPC_E_TIMEOUT,
-               "HRES_RPC_E_TIMEOUT",
-               "This operation returned because the time-out period expired."
-       },
-       {
-               HRES_RPC_E_NO_SYNC,
-               "HRES_RPC_E_NO_SYNC",
-               "There are no synchronize objects to wait on."
-       },
-       {
-               HRES_RPC_E_FULLSIC_REQUIRED,
-               "HRES_RPC_E_FULLSIC_REQUIRED",
-               "Full subject issuer chain Secure Sockets Layer (SSL) principal name expected from the server."
-       },
-       {
-               HRES_RPC_E_INVALID_STD_NAME,
-               "HRES_RPC_E_INVALID_STD_NAME",
-               "Principal name is not a valid Microsoft standard (msstd) name."
-       },
-       {
-               HRES_CO_E_FAILEDTOIMPERSONATE,
-               "HRES_CO_E_FAILEDTOIMPERSONATE",
-               "Unable to impersonate DCOM client."
-       },
-       {
-               HRES_CO_E_FAILEDTOGETSECCTX,
-               "HRES_CO_E_FAILEDTOGETSECCTX",
-               "Unable to obtain server's security context."
-       },
-       {
-               HRES_CO_E_FAILEDTOOPENTHREADTOKEN,
-               "HRES_CO_E_FAILEDTOOPENTHREADTOKEN",
-               "Unable to open the access token of the current thread."
-       },
-       {
-               HRES_CO_E_FAILEDTOGETTOKENINFO,
-               "HRES_CO_E_FAILEDTOGETTOKENINFO",
-               "Unable to obtain user information from an access token."
-       },
-       {
-               HRES_CO_E_TRUSTEEDOESNTMATCHCLIENT,
-               "HRES_CO_E_TRUSTEEDOESNTMATCHCLIENT",
-               "The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method."
-       },
-       {
-               HRES_CO_E_FAILEDTOQUERYCLIENTBLANKET,
-               "HRES_CO_E_FAILEDTOQUERYCLIENTBLANKET",
-               "Unable to obtain the client's security blanket."
-       },
-       {
-               HRES_CO_E_FAILEDTOSETDACL,
-               "HRES_CO_E_FAILEDTOSETDACL",
-               "Unable to set a discretionary access control list (ACL) into a security descriptor."
-       },
-       {
-               HRES_CO_E_ACCESSCHECKFAILED,
-               "HRES_CO_E_ACCESSCHECKFAILED",
-               "The system function AccessCheck returned false."
-       },
-       {
-               HRES_CO_E_NETACCESSAPIFAILED,
-               "HRES_CO_E_NETACCESSAPIFAILED",
-               "Either NetAccessDel or NetAccessAdd returned an error code."
-       },
-       {
-               HRES_CO_E_WRONGTRUSTEENAMESYNTAX,
-               "HRES_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\"."
-       },
-       {
-               HRES_CO_E_INVALIDSID,
-               "HRES_CO_E_INVALIDSID",
-               "One of the security identifiers provided by the user was invalid."
-       },
-       {
-               HRES_CO_E_CONVERSIONFAILED,
-               "HRES_CO_E_CONVERSIONFAILED",
-               "Unable to convert a wide character trustee string to a multiple-byte trustee string."
-       },
-       {
-               HRES_CO_E_NOMATCHINGSIDFOUND,
-               "HRES_CO_E_NOMATCHINGSIDFOUND",
-               "Unable to find a security identifier that corresponds to a trustee string provided by the user."
-       },
-       {
-               HRES_CO_E_LOOKUPACCSIDFAILED,
-               "HRES_CO_E_LOOKUPACCSIDFAILED",
-               "The system function LookupAccountSID failed."
-       },
-       {
-               HRES_CO_E_NOMATCHINGNAMEFOUND,
-               "HRES_CO_E_NOMATCHINGNAMEFOUND",
-               "Unable to find a trustee name that corresponds to a security identifier provided by the user."
-       },
-       {
-               HRES_CO_E_LOOKUPACCNAMEFAILED,
-               "HRES_CO_E_LOOKUPACCNAMEFAILED",
-               "The system function LookupAccountName failed."
-       },
-       {
-               HRES_CO_E_SETSERLHNDLFAILED,
-               "HRES_CO_E_SETSERLHNDLFAILED",
-               "Unable to set or reset a serialization handle."
-       },
-       {
-               HRES_CO_E_FAILEDTOGETWINDIR,
-               "HRES_CO_E_FAILEDTOGETWINDIR",
-               "Unable to obtain the Windows directory."
-       },
-       {
-               HRES_CO_E_PATHTOOLONG,
-               "HRES_CO_E_PATHTOOLONG",
-               "Path too long."
-       },
-       {
-               HRES_CO_E_FAILEDTOGENUUID,
-               "HRES_CO_E_FAILEDTOGENUUID",
-               "Unable to generate a UUID."
-       },
-       {
-               HRES_CO_E_FAILEDTOCREATEFILE,
-               "HRES_CO_E_FAILEDTOCREATEFILE",
-               "Unable to create file."
-       },
-       {
-               HRES_CO_E_FAILEDTOCLOSEHANDLE,
-               "HRES_CO_E_FAILEDTOCLOSEHANDLE",
-               "Unable to close a serialization handle or a file handle."
-       },
-       {
-               HRES_CO_E_EXCEEDSYSACLLIMIT,
-               "HRES_CO_E_EXCEEDSYSACLLIMIT",
-               "The number of access control entries (ACEs) in an ACL exceeds the system limit."
-       },
-       {
-               HRES_CO_E_ACESINWRONGORDER,
-               "HRES_CO_E_ACESINWRONGORDER",
-               "Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream."
-       },
-       {
-               HRES_CO_E_INCOMPATIBLESTREAMVERSION,
-               "HRES_CO_E_INCOMPATIBLESTREAMVERSION",
-               "The version of ACL format in the stream is not supported by this implementation of IAccessControl."
-       },
-       {
-               HRES_CO_E_FAILEDTOOPENPROCESSTOKEN,
-               "HRES_CO_E_FAILEDTOOPENPROCESSTOKEN",
-               "Unable to open the access token of the server process."
-       },
-       {
-               HRES_CO_E_DECODEFAILED,
-               "HRES_CO_E_DECODEFAILED",
-               "Unable to decode the ACL in the stream provided by the user."
-       },
-       {
-               HRES_CO_E_ACNOTINITIALIZED,
-               "HRES_CO_E_ACNOTINITIALIZED",
-               "The COM IAccessControl object is not initialized."
-       },
-       {
-               HRES_CO_E_CANCEL_DISABLED,
-               "HRES_CO_E_CANCEL_DISABLED",
-               "Call Cancellation is disabled."
-       },
-       {
-               HRES_RPC_E_UNEXPECTED,
-               "HRES_RPC_E_UNEXPECTED",
-               "An internal error occurred."
-       },
-       {
-               HRES_DISP_E_UNKNOWNINTERFACE,
-               "HRES_DISP_E_UNKNOWNINTERFACE",
-               "Unknown interface."
-       },
-       {
-               HRES_DISP_E_MEMBERNOTFOUND,
-               "HRES_DISP_E_MEMBERNOTFOUND",
-               "Member not found."
-       },
-       {
-               HRES_DISP_E_PARAMNOTFOUND,
-               "HRES_DISP_E_PARAMNOTFOUND",
-               "Parameter not found."
-       },
-       {
-               HRES_DISP_E_TYPEMISMATCH,
-               "HRES_DISP_E_TYPEMISMATCH",
-               "Type mismatch."
-       },
-       {
-               HRES_DISP_E_UNKNOWNNAME,
-               "HRES_DISP_E_UNKNOWNNAME",
-               "Unknown name."
-       },
-       {
-               HRES_DISP_E_NONAMEDARGS,
-               "HRES_DISP_E_NONAMEDARGS",
-               "No named arguments."
-       },
-       {
-               HRES_DISP_E_BADVARTYPE,
-               "HRES_DISP_E_BADVARTYPE",
-               "Bad variable type."
-       },
-       {
-               HRES_DISP_E_EXCEPTION,
-               "HRES_DISP_E_EXCEPTION",
-               "Exception occurred."
-       },
-       {
-               HRES_DISP_E_OVERFLOW,
-               "HRES_DISP_E_OVERFLOW",
-               "Out of present range."
-       },
-       {
-               HRES_DISP_E_BADINDEX,
-               "HRES_DISP_E_BADINDEX",
-               "Invalid index."
-       },
-       {
-               HRES_DISP_E_UNKNOWNLCID,
-               "HRES_DISP_E_UNKNOWNLCID",
-               "Unknown language."
-       },
-       {
-               HRES_DISP_E_ARRAYISLOCKED,
-               "HRES_DISP_E_ARRAYISLOCKED",
-               "Memory is locked."
-       },
-       {
-               HRES_DISP_E_BADPARAMCOUNT,
-               "HRES_DISP_E_BADPARAMCOUNT",
-               "Invalid number of parameters."
-       },
-       {
-               HRES_DISP_E_PARAMNOTOPTIONAL,
-               "HRES_DISP_E_PARAMNOTOPTIONAL",
-               "Parameter not optional."
-       },
-       {
-               HRES_DISP_E_BADCALLEE,
-               "HRES_DISP_E_BADCALLEE",
-               "Invalid callee."
-       },
-       {
-               HRES_DISP_E_NOTACOLLECTION,
-               "HRES_DISP_E_NOTACOLLECTION",
-               "Does not support a collection."
-       },
-       {
-               HRES_DISP_E_DIVBYZERO,
-               "HRES_DISP_E_DIVBYZERO",
-               "Division by zero."
-       },
-       {
-               HRES_DISP_E_BUFFERTOOSMALL,
-               "HRES_DISP_E_BUFFERTOOSMALL",
-               "Buffer too small."
-       },
-       {
-               HRES_TYPE_E_BUFFERTOOSMALL,
-               "HRES_TYPE_E_BUFFERTOOSMALL",
-               "Buffer too small."
-       },
-       {
-               HRES_TYPE_E_FIELDNOTFOUND,
-               "HRES_TYPE_E_FIELDNOTFOUND",
-               "Field name not defined in the record."
-       },
-       {
-               HRES_TYPE_E_INVDATAREAD,
-               "HRES_TYPE_E_INVDATAREAD",
-               "Old format or invalid type library."
-       },
-       {
-               HRES_TYPE_E_UNSUPFORMAT,
-               "HRES_TYPE_E_UNSUPFORMAT",
-               "Old format or invalid type library."
-       },
-       {
-               HRES_TYPE_E_REGISTRYACCESS,
-               "HRES_TYPE_E_REGISTRYACCESS",
-               "Error accessing the OLE registry."
-       },
-       {
-               HRES_TYPE_E_LIBNOTREGISTERED,
-               "HRES_TYPE_E_LIBNOTREGISTERED",
-               "Library not registered."
-       },
-       {
-               HRES_TYPE_E_UNDEFINEDTYPE,
-               "HRES_TYPE_E_UNDEFINEDTYPE",
-               "Bound to unknown type."
-       },
-       {
-               HRES_TYPE_E_QUALIFIEDNAMEDISALLOWED,
-               "HRES_TYPE_E_QUALIFIEDNAMEDISALLOWED",
-               "Qualified name disallowed."
-       },
-       {
-               HRES_TYPE_E_INVALIDSTATE,
-               "HRES_TYPE_E_INVALIDSTATE",
-               "Invalid forward reference, or reference to uncompiled type."
-       },
-       {
-               HRES_TYPE_E_WRONGTYPEKIND,
-               "HRES_TYPE_E_WRONGTYPEKIND",
-               "Type mismatch."
-       },
-       {
-               HRES_TYPE_E_ELEMENTNOTFOUND,
-               "HRES_TYPE_E_ELEMENTNOTFOUND",
-               "Element not found."
-       },
-       {
-               HRES_TYPE_E_AMBIGUOUSNAME,
-               "HRES_TYPE_E_AMBIGUOUSNAME",
-               "Ambiguous name."
-       },
-       {
-               HRES_TYPE_E_NAMECONFLICT,
-               "HRES_TYPE_E_NAMECONFLICT",
-               "Name already exists in the library."
-       },
-       {
-               HRES_TYPE_E_UNKNOWNLCID,
-               "HRES_TYPE_E_UNKNOWNLCID",
-               "Unknown language code identifier (LCID)."
-       },
-       {
-               HRES_TYPE_E_DLLFUNCTIONNOTFOUND,
-               "HRES_TYPE_E_DLLFUNCTIONNOTFOUND",
-               "Function not defined in specified DLL."
-       },
-       {
-               HRES_TYPE_E_BADMODULEKIND,
-               "HRES_TYPE_E_BADMODULEKIND",
-               "Wrong module kind for the operation."
-       },
-       {
-               HRES_TYPE_E_SIZETOOBIG,
-               "HRES_TYPE_E_SIZETOOBIG",
-               "Size cannot exceed 64 KB."
-       },
-       {
-               HRES_TYPE_E_DUPLICATEID,
-               "HRES_TYPE_E_DUPLICATEID",
-               "Duplicate ID in inheritance hierarchy."
-       },
-       {
-               HRES_TYPE_E_INVALIDID,
-               "HRES_TYPE_E_INVALIDID",
-               "Incorrect inheritance depth in standard OLE hmember."
-       },
-       {
-               HRES_TYPE_E_TYPEMISMATCH,
-               "HRES_TYPE_E_TYPEMISMATCH",
-               "Type mismatch."
-       },
-       {
-               HRES_TYPE_E_OUTOFBOUNDS,
-               "HRES_TYPE_E_OUTOFBOUNDS",
-               "Invalid number of arguments."
-       },
-       {
-               HRES_TYPE_E_IOERROR,
-               "HRES_TYPE_E_IOERROR",
-               "I/O error."
-       },
-       {
-               HRES_TYPE_E_CANTCREATETMPFILE,
-               "HRES_TYPE_E_CANTCREATETMPFILE",
-               "Error creating unique .tmp file."
-       },
-       {
-               HRES_TYPE_E_CANTLOADLIBRARY,
-               "HRES_TYPE_E_CANTLOADLIBRARY",
-               "Error loading type library or DLL."
-       },
-       {
-               HRES_TYPE_E_INCONSISTENTPROPFUNCS,
-               "HRES_TYPE_E_INCONSISTENTPROPFUNCS",
-               "Inconsistent property functions."
-       },
-       {
-               HRES_TYPE_E_CIRCULARTYPE,
-               "HRES_TYPE_E_CIRCULARTYPE",
-               "Circular dependency between types and modules."
-       },
-       {
-               HRES_STG_E_INVALIDFUNCTION,
-               "HRES_STG_E_INVALIDFUNCTION",
-               "Unable to perform requested operation."
-       },
-       {
-               HRES_STG_E_FILENOTFOUND,
-               "HRES_STG_E_FILENOTFOUND",
-               "%1 could not be found."
-       },
-       {
-               HRES_STG_E_PATHNOTFOUND,
-               "HRES_STG_E_PATHNOTFOUND",
-               "The path %1 could not be found."
-       },
-       {
-               HRES_STG_E_TOOMANYOPENFILES,
-               "HRES_STG_E_TOOMANYOPENFILES",
-               "There are insufficient resources to open another file."
-       },
-       {
-               HRES_STG_E_ACCESSDENIED,
-               "HRES_STG_E_ACCESSDENIED",
-               "Access denied."
-       },
-       {
-               HRES_STG_E_INVALIDHANDLE,
-               "HRES_STG_E_INVALIDHANDLE",
-               "Attempted an operation on an invalid object."
-       },
-       {
-               HRES_STG_E_INSUFFICIENTMEMORY,
-               "HRES_STG_E_INSUFFICIENTMEMORY",
-               "There is insufficient memory available to complete operation."
-       },
-       {
-               HRES_STG_E_INVALIDPOINTER,
-               "HRES_STG_E_INVALIDPOINTER",
-               "Invalid pointer error."
-       },
-       {
-               HRES_STG_E_NOMOREFILES,
-               "HRES_STG_E_NOMOREFILES",
-               "There are no more entries to return."
-       },
-       {
-               HRES_STG_E_DISKISWRITEPROTECTED,
-               "HRES_STG_E_DISKISWRITEPROTECTED",
-               "Disk is write-protected."
-       },
-       {
-               HRES_STG_E_SEEKERROR,
-               "HRES_STG_E_SEEKERROR",
-               "An error occurred during a seek operation."
-       },
-       {
-               HRES_STG_E_WRITEFAULT,
-               "HRES_STG_E_WRITEFAULT",
-               "A disk error occurred during a write operation."
-       },
-       {
-               HRES_STG_E_READFAULT,
-               "HRES_STG_E_READFAULT",
-               "A disk error occurred during a read operation."
-       },
-       {
-               HRES_STG_E_SHAREVIOLATION,
-               "HRES_STG_E_SHAREVIOLATION",
-               "A share violation has occurred."
-       },
-       {
-               HRES_STG_E_LOCKVIOLATION,
-               "HRES_STG_E_LOCKVIOLATION",
-               "A lock violation has occurred."
-       },
-       {
-               HRES_STG_E_FILEALREADYEXISTS,
-               "HRES_STG_E_FILEALREADYEXISTS",
-               "%1 already exists."
-       },
-       {
-               HRES_STG_E_INVALIDPARAMETER,
-               "HRES_STG_E_INVALIDPARAMETER",
-               "Invalid parameter error."
-       },
-       {
-               HRES_STG_E_MEDIUMFULL,
-               "HRES_STG_E_MEDIUMFULL",
-               "There is insufficient disk space to complete operation."
-       },
-       {
-               HRES_STG_E_PROPSETMISMATCHED,
-               "HRES_STG_E_PROPSETMISMATCHED",
-               "Illegal write of non-simple property to simple property set."
-       },
-       {
-               HRES_STG_E_ABNORMALAPIEXIT,
-               "HRES_STG_E_ABNORMALAPIEXIT",
-               "An application programming interface (API) call exited abnormally."
-       },
-       {
-               HRES_STG_E_INVALIDHEADER,
-               "HRES_STG_E_INVALIDHEADER",
-               "The file %1 is not a valid compound file."
-       },
-       {
-               HRES_STG_E_INVALIDNAME,
-               "HRES_STG_E_INVALIDNAME",
-               "The name %1 is not valid."
-       },
-       {
-               HRES_STG_E_UNKNOWN,
-               "HRES_STG_E_UNKNOWN",
-               "An unexpected error occurred."
-       },
-       {
-               HRES_STG_E_UNIMPLEMENTEDFUNCTION,
-               "HRES_STG_E_UNIMPLEMENTEDFUNCTION",
-               "That function is not implemented."
-       },
-       {
-               HRES_STG_E_INVALIDFLAG,
-               "HRES_STG_E_INVALIDFLAG",
-               "Invalid flag error."
-       },
-       {
-               HRES_STG_E_INUSE,
-               "HRES_STG_E_INUSE",
-               "Attempted to use an object that is busy."
-       },
-       {
-               HRES_STG_E_NOTCURRENT,
-               "HRES_STG_E_NOTCURRENT",
-               "The storage has been changed since the last commit."
-       },
-       {
-               HRES_STG_E_REVERTED,
-               "HRES_STG_E_REVERTED",
-               "Attempted to use an object that has ceased to exist."
-       },
-       {
-               HRES_STG_E_CANTSAVE,
-               "HRES_STG_E_CANTSAVE",
-               "Cannot save."
-       },
-       {
-               HRES_STG_E_OLDFORMAT,
-               "HRES_STG_E_OLDFORMAT",
-               "The compound file %1 was produced with an incompatible version of storage."
-       },
-       {
-               HRES_STG_E_OLDDLL,
-               "HRES_STG_E_OLDDLL",
-               "The compound file %1 was produced with a newer version of storage."
-       },
-       {
-               HRES_STG_E_SHAREREQUIRED,
-               "HRES_STG_E_SHAREREQUIRED",
-               "Share.exe or equivalent is required for operation."
-       },
-       {
-               HRES_STG_E_NOTFILEBASEDSTORAGE,
-               "HRES_STG_E_NOTFILEBASEDSTORAGE",
-               "Illegal operation called on non-file based storage."
-       },
-       {
-               HRES_STG_E_EXTANTMARSHALLINGS,
-               "HRES_STG_E_EXTANTMARSHALLINGS",
-               "Illegal operation called on object with extant marshalings."
-       },
-       {
-               HRES_STG_E_DOCFILECORRUPT,
-               "HRES_STG_E_DOCFILECORRUPT",
-               "The docfile has been corrupted."
-       },
-       {
-               HRES_STG_E_BADBASEADDRESS,
-               "HRES_STG_E_BADBASEADDRESS",
-               "OLE32.DLL has been loaded at the wrong address."
-       },
-       {
-               HRES_STG_E_DOCFILETOOLARGE,
-               "HRES_STG_E_DOCFILETOOLARGE",
-               "The compound file is too large for the current implementation."
-       },
-       {
-               HRES_STG_E_NOTSIMPLEFORMAT,
-               "HRES_STG_E_NOTSIMPLEFORMAT",
-               "The compound file was not created with the STGM_SIMPLE flag."
-       },
-       {
-               HRES_STG_E_INCOMPLETE,
-               "HRES_STG_E_INCOMPLETE",
-               "The file download was aborted abnormally. The file is incomplete."
-       },
-       {
-               HRES_STG_E_TERMINATED,
-               "HRES_STG_E_TERMINATED",
-               "The file download has been terminated."
-       },
-       {
-               HRES_STG_E_STATUS_COPY_PROTECTION_FAILURE,
-               "HRES_STG_E_STATUS_COPY_PROTECTION_FAILURE",
-               "Generic Copy Protection Error."
-       },
-       {
-               HRES_STG_E_CSS_AUTHENTICATION_FAILURE,
-               "HRES_STG_E_CSS_AUTHENTICATION_FAILURE",
-               "Copy Protection Error—DVD CSS Authentication failed."
-       },
-       {
-               HRES_STG_E_CSS_KEY_NOT_PRESENT,
-               "HRES_STG_E_CSS_KEY_NOT_PRESENT",
-               "Copy Protection Error—The given sector does not have a valid CSS key."
-       },
-       {
-               HRES_STG_E_CSS_KEY_NOT_ESTABLISHED,
-               "HRES_STG_E_CSS_KEY_NOT_ESTABLISHED",
-               "Copy Protection Error—DVD session key not established."
-       },
-       {
-               HRES_STG_E_CSS_SCRAMBLED_SECTOR,
-               "HRES_STG_E_CSS_SCRAMBLED_SECTOR",
-               "Copy Protection Error—The read failed because the sector is encrypted."
-       },
-       {
-               HRES_STG_E_CSS_REGION_MISMATCH,
-               "HRES_STG_E_CSS_REGION_MISMATCH",
-               "Copy Protection Error—The current DVD's region does not correspond to the region setting of the drive."
-       },
-       {
-               HRES_STG_E_RESETS_EXHAUSTED,
-               "HRES_STG_E_RESETS_EXHAUSTED",
-               "Copy Protection Error—The drive's region setting might be permanent or the number of user resets has been exhausted."
-       },
-       {
-               HRES_OLE_E_OLEVERB,
-               "HRES_OLE_E_OLEVERB",
-               "Invalid OLEVERB structure."
-       },
-       {
-               HRES_OLE_E_ADVF,
-               "HRES_OLE_E_ADVF",
-               "Invalid advise flags."
-       },
-       {
-               HRES_OLE_E_ENUM_NOMORE,
-               "HRES_OLE_E_ENUM_NOMORE",
-               "Cannot enumerate any more because the associated data is missing."
-       },
-       {
-               HRES_OLE_E_ADVISENOTSUPPORTED,
-               "HRES_OLE_E_ADVISENOTSUPPORTED",
-               "This implementation does not take advises."
-       },
-       {
-               HRES_OLE_E_NOCONNECTION,
-               "HRES_OLE_E_NOCONNECTION",
-               "There is no connection for this connection ID."
-       },
-       {
-               HRES_OLE_E_NOTRUNNING,
-               "HRES_OLE_E_NOTRUNNING",
-               "Need to run the object to perform this operation."
-       },
-       {
-               HRES_OLE_E_NOCACHE,
-               "HRES_OLE_E_NOCACHE",
-               "There is no cache to operate on."
-       },
-       {
-               HRES_OLE_E_BLANK,
-               "HRES_OLE_E_BLANK",
-               "Uninitialized object."
-       },
-       {
-               HRES_OLE_E_CLASSDIFF,
-               "HRES_OLE_E_CLASSDIFF",
-               "Linked object's source class has changed."
-       },
-       {
-               HRES_OLE_E_CANT_GETMONIKER,
-               "HRES_OLE_E_CANT_GETMONIKER",
-               "Not able to get the moniker of the object."
-       },
-       {
-               HRES_OLE_E_CANT_BINDTOSOURCE,
-               "HRES_OLE_E_CANT_BINDTOSOURCE",
-               "Not able to bind to the source."
-       },
-       {
-               HRES_OLE_E_STATIC,
-               "HRES_OLE_E_STATIC",
-               "Object is static; operation not allowed."
-       },
-       {
-               HRES_OLE_E_PROMPTSAVECANCELLED,
-               "HRES_OLE_E_PROMPTSAVECANCELLED",
-               "User canceled out of the Save dialog box."
-       },
-       {
-               HRES_OLE_E_INVALIDRECT,
-               "HRES_OLE_E_INVALIDRECT",
-               "Invalid rectangle."
-       },
-       {
-               HRES_OLE_E_WRONGCOMPOBJ,
-               "HRES_OLE_E_WRONGCOMPOBJ",
-               "compobj.dll is too old for the ole2.dll initialized."
-       },
-       {
-               HRES_OLE_E_INVALIDHWND,
-               "HRES_OLE_E_INVALIDHWND",
-               "Invalid window handle."
-       },
-       {
-               HRES_OLE_E_NOT_INPLACEACTIVE,
-               "HRES_OLE_E_NOT_INPLACEACTIVE",
-               "Object is not in any of the inplace active states."
-       },
-       {
-               HRES_OLE_E_CANTCONVERT,
-               "HRES_OLE_E_CANTCONVERT",
-               "Not able to convert object."
-       },
-       {
-               HRES_OLE_E_NOSTORAGE,
-               "HRES_OLE_E_NOSTORAGE",
-               "Not able to perform the operation because object is not given storage yet."
-       },
-       {
-               HRES_DV_E_FORMATETC,
-               "HRES_DV_E_FORMATETC",
-               "Invalid FORMATETC structure."
-       },
-       {
-               HRES_DV_E_DVTARGETDEVICE,
-               "HRES_DV_E_DVTARGETDEVICE",
-               "Invalid DVTARGETDEVICE structure."
-       },
-       {
-               HRES_DV_E_STGMEDIUM,
-               "HRES_DV_E_STGMEDIUM",
-               "Invalid STDGMEDIUM structure."
-       },
-       {
-               HRES_DV_E_STATDATA,
-               "HRES_DV_E_STATDATA",
-               "Invalid STATDATA structure."
-       },
-       {
-               HRES_DV_E_LINDEX,
-               "HRES_DV_E_LINDEX",
-               "Invalid lindex."
-       },
-       {
-               HRES_DV_E_TYMED,
-               "HRES_DV_E_TYMED",
-               "Invalid TYMED structure."
-       },
-       {
-               HRES_DV_E_CLIPFORMAT,
-               "HRES_DV_E_CLIPFORMAT",
-               "Invalid clipboard format."
-       },
-       {
-               HRES_DV_E_DVASPECT,
-               "HRES_DV_E_DVASPECT",
-               "Invalid aspects."
-       },
-       {
-               HRES_DV_E_DVTARGETDEVICE_SIZE,
-               "HRES_DV_E_DVTARGETDEVICE_SIZE",
-               "The tdSize parameter of the DVTARGETDEVICE structure is invalid."
-       },
-       {
-               HRES_DV_E_NOIVIEWOBJECT,
-               "HRES_DV_E_NOIVIEWOBJECT",
-               "Object does not support IViewObject interface."
-       },
-       {
-               HRES_DRAGDROP_E_NOTREGISTERED,
-               "HRES_DRAGDROP_E_NOTREGISTERED",
-               "Trying to revoke a drop target that has not been registered."
-       },
-       {
-               HRES_DRAGDROP_E_ALREADYREGISTERED,
-               "HRES_DRAGDROP_E_ALREADYREGISTERED",
-               "This window has already been registered as a drop target."
-       },
-       {
-               HRES_DRAGDROP_E_INVALIDHWND,
-               "HRES_DRAGDROP_E_INVALIDHWND",
-               "Invalid window handle."
-       },
-       {
-               HRES_CLASS_E_NOAGGREGATION,
-               "HRES_CLASS_E_NOAGGREGATION",
-               "Class does not support aggregation (or class object is remote)."
-       },
-       {
-               HRES_CLASS_E_CLASSNOTAVAILABLE,
-               "HRES_CLASS_E_CLASSNOTAVAILABLE",
-               "ClassFactory cannot supply requested class."
-       },
-       {
-               HRES_CLASS_E_NOTLICENSED,
-               "HRES_CLASS_E_NOTLICENSED",
-               "Class is not licensed for use."
-       },
-       {
-               HRES_VIEW_E_DRAW,
-               "HRES_VIEW_E_DRAW",
-               "Error drawing view."
-       },
-       {
-               HRES_REGDB_E_READREGDB,
-               "HRES_REGDB_E_READREGDB",
-               "Could not read key from registry."
-       },
-       {
-               HRES_REGDB_E_WRITEREGDB,
-               "HRES_REGDB_E_WRITEREGDB",
-               "Could not write key to registry."
-       },
-       {
-               HRES_REGDB_E_KEYMISSING,
-               "HRES_REGDB_E_KEYMISSING",
-               "Could not find the key in the registry."
-       },
-       {
-               HRES_REGDB_E_INVALIDVALUE,
-               "HRES_REGDB_E_INVALIDVALUE",
-               "Invalid value for registry."
-       },
-       {
-               HRES_REGDB_E_CLASSNOTREG,
-               "HRES_REGDB_E_CLASSNOTREG",
-               "Class not registered."
-       },
-       {
-               HRES_REGDB_E_IIDNOTREG,
-               "HRES_REGDB_E_IIDNOTREG",
-               "Interface not registered."
-       },
-       {
-               HRES_REGDB_E_BADTHREADINGMODEL,
-               "HRES_REGDB_E_BADTHREADINGMODEL",
-               "Threading model entry is not valid."
-       },
-       {
-               HRES_CAT_E_CATIDNOEXIST,
-               "HRES_CAT_E_CATIDNOEXIST",
-               "CATID does not exist."
-       },
-       {
-               HRES_CAT_E_NODESCRIPTION,
-               "HRES_CAT_E_NODESCRIPTION",
-               "Description not found."
-       },
-       {
-               HRES_CS_E_PACKAGE_NOTFOUND,
-               "HRES_CS_E_PACKAGE_NOTFOUND",
-               "No package in the software installation data in Active Directory meets this criteria."
-       },
-       {
-               HRES_CS_E_NOT_DELETABLE,
-               "HRES_CS_E_NOT_DELETABLE",
-               "Deleting this will break the referential integrity of the software installation data in Active Directory."
-       },
-       {
-               HRES_CS_E_CLASS_NOTFOUND,
-               "HRES_CS_E_CLASS_NOTFOUND",
-               "The CLSID was not found in the software installation data in Active Directory."
-       },
-       {
-               HRES_CS_E_INVALID_VERSION,
-               "HRES_CS_E_INVALID_VERSION",
-               "The software installation data in Active Directory is corrupt."
-       },
-       {
-               HRES_CS_E_NO_CLASSSTORE,
-               "HRES_CS_E_NO_CLASSSTORE",
-               "There is no software installation data in Active Directory."
-       },
-       {
-               HRES_CS_E_OBJECT_NOTFOUND,
-               "HRES_CS_E_OBJECT_NOTFOUND",
-               "There is no software installation data object in Active Directory."
-       },
-       {
-               HRES_CS_E_OBJECT_ALREADY_EXISTS,
-               "HRES_CS_E_OBJECT_ALREADY_EXISTS",
-               "The software installation data object in Active Directory already exists."
-       },
-       {
-               HRES_CS_E_INVALID_PATH,
-               "HRES_CS_E_INVALID_PATH",
-               "The path to the software installation data in Active Directory is not correct."
-       },
-       {
-               HRES_CS_E_NETWORK_ERROR,
-               "HRES_CS_E_NETWORK_ERROR",
-               "A network error interrupted the operation."
-       },
-       {
-               HRES_CS_E_ADMIN_LIMIT_EXCEEDED,
-               "HRES_CS_E_ADMIN_LIMIT_EXCEEDED",
-               "The size of this object exceeds the maximum size set by the administrator."
-       },
-       {
-               HRES_CS_E_SCHEMA_MISMATCH,
-               "HRES_CS_E_SCHEMA_MISMATCH",
-               "The schema for the software installation data in Active Directory does not match the required schema."
-       },
-       {
-               HRES_CS_E_INTERNAL_ERROR,
-               "HRES_CS_E_INTERNAL_ERROR",
-               "An error occurred in the software installation data in Active Directory."
-       },
-       {
-               HRES_CACHE_E_NOCACHE_UPDATED,
-               "HRES_CACHE_E_NOCACHE_UPDATED",
-               "Cache not updated."
-       },
-       {
-               HRES_OLEOBJ_E_NOVERBS,
-               "HRES_OLEOBJ_E_NOVERBS",
-               "No verbs for OLE object."
-       },
-       {
-               HRES_OLEOBJ_E_INVALIDVERB,
-               "HRES_OLEOBJ_E_INVALIDVERB",
-               "Invalid verb for OLE object."
-       },
-       {
-               HRES_INPLACE_E_NOTUNDOABLE,
-               "HRES_INPLACE_E_NOTUNDOABLE",
-               "Undo is not available."
-       },
-       {
-               HRES_INPLACE_E_NOTOOLSPACE,
-               "HRES_INPLACE_E_NOTOOLSPACE",
-               "Space for tools is not available."
-       },
-       {
-               HRES_CONVERT10_E_OLESTREAM_GET,
-               "HRES_CONVERT10_E_OLESTREAM_GET",
-               "OLESTREAM Get method failed."
-       },
-       {
-               HRES_CONVERT10_E_OLESTREAM_PUT,
-               "HRES_CONVERT10_E_OLESTREAM_PUT",
-               "OLESTREAM Put method failed."
-       },
-       {
-               HRES_CONVERT10_E_OLESTREAM_FMT,
-               "HRES_CONVERT10_E_OLESTREAM_FMT",
-               "Contents of the OLESTREAM not in correct format."
-       },
-       {
-               HRES_CONVERT10_E_OLESTREAM_BITMAP_TO_DIB,
-               "HRES_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)."
-       },
-       {
-               HRES_CONVERT10_E_STG_FMT,
-               "HRES_CONVERT10_E_STG_FMT",
-               "Contents of the IStorage not in correct format."
-       },
-       {
-               HRES_CONVERT10_E_STG_NO_STD_STREAM,
-               "HRES_CONVERT10_E_STG_NO_STD_STREAM",
-               "Contents of IStorage is missing one of the standard streams."
-       },
-       {
-               HRES_CONVERT10_E_STG_DIB_TO_BITMAP,
-               "HRES_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."
-       },
-       {
-               HRES_CLIPBRD_E_CANT_OPEN,
-               "HRES_CLIPBRD_E_CANT_OPEN",
-               "OpenClipboard failed."
-       },
-       {
-               HRES_CLIPBRD_E_CANT_EMPTY,
-               "HRES_CLIPBRD_E_CANT_EMPTY",
-               "EmptyClipboard failed."
-       },
-       {
-               HRES_CLIPBRD_E_CANT_SET,
-               "HRES_CLIPBRD_E_CANT_SET",
-               "SetClipboard failed."
-       },
-       {
-               HRES_CLIPBRD_E_BAD_DATA,
-               "HRES_CLIPBRD_E_BAD_DATA",
-               "Data on clipboard is invalid."
-       },
-       {
-               HRES_CLIPBRD_E_CANT_CLOSE,
-               "HRES_CLIPBRD_E_CANT_CLOSE",
-               "CloseClipboard failed."
-       },
-       {
-               HRES_MK_E_CONNECTMANUALLY,
-               "HRES_MK_E_CONNECTMANUALLY",
-               "Moniker needs to be connected manually."
-       },
-       {
-               HRES_MK_E_EXCEEDEDDEADLINE,
-               "HRES_MK_E_EXCEEDEDDEADLINE",
-               "Operation exceeded deadline."
-       },
-       {
-               HRES_MK_E_NEEDGENERIC,
-               "HRES_MK_E_NEEDGENERIC",
-               "Moniker needs to be generic."
-       },
-       {
-               HRES_MK_E_UNAVAILABLE,
-               "HRES_MK_E_UNAVAILABLE",
-               "Operation unavailable."
-       },
-       {
-               HRES_MK_E_SYNTAX,
-               "HRES_MK_E_SYNTAX",
-               "Invalid syntax."
-       },
-       {
-               HRES_MK_E_NOOBJECT,
-               "HRES_MK_E_NOOBJECT",
-               "No object for moniker."
-       },
-       {
-               HRES_MK_E_INVALIDEXTENSION,
-               "HRES_MK_E_INVALIDEXTENSION",
-               "Bad extension for file."
-       },
-       {
-               HRES_MK_E_INTERMEDIATEINTERFACENOTSUPPORTED,
-               "HRES_MK_E_INTERMEDIATEINTERFACENOTSUPPORTED",
-               "Intermediate operation failed."
-       },
-       {
-               HRES_MK_E_NOTBINDABLE,
-               "HRES_MK_E_NOTBINDABLE",
-               "Moniker is not bindable."
-       },
-       {
-               HRES_MK_E_NOTBOUND,
-               "HRES_MK_E_NOTBOUND",
-               "Moniker is not bound."
-       },
-       {
-               HRES_MK_E_CANTOPENFILE,
-               "HRES_MK_E_CANTOPENFILE",
-               "Moniker cannot open file."
-       },
-       {
-               HRES_MK_E_MUSTBOTHERUSER,
-               "HRES_MK_E_MUSTBOTHERUSER",
-               "User input required for operation to succeed."
-       },
-       {
-               HRES_MK_E_NOINVERSE,
-               "HRES_MK_E_NOINVERSE",
-               "Moniker class has no inverse."
-       },
-       {
-               HRES_MK_E_NOSTORAGE,
-               "HRES_MK_E_NOSTORAGE",
-               "Moniker does not refer to storage."
-       },
-       {
-               HRES_MK_E_NOPREFIX,
-               "HRES_MK_E_NOPREFIX",
-               "No common prefix."
-       },
-       {
-               HRES_MK_E_ENUMERATION_FAILED,
-               "HRES_MK_E_ENUMERATION_FAILED",
-               "Moniker could not be enumerated."
-       },
-       {
-               HRES_CO_E_NOTINITIALIZED,
-               "HRES_CO_E_NOTINITIALIZED",
-               "CoInitialize has not been called."
-       },
-       {
-               HRES_CO_E_ALREADYINITIALIZED,
-               "HRES_CO_E_ALREADYINITIALIZED",
-               "CoInitialize has already been called."
-       },
-       {
-               HRES_CO_E_CANTDETERMINECLASS,
-               "HRES_CO_E_CANTDETERMINECLASS",
-               "Class of object cannot be determined."
-       },
-       {
-               HRES_CO_E_CLASSSTRING,
-               "HRES_CO_E_CLASSSTRING",
-               "Invalid class string."
-       },
-       {
-               HRES_CO_E_IIDSTRING,
-               "HRES_CO_E_IIDSTRING",
-               "Invalid interface string."
-       },
-       {
-               HRES_CO_E_APPNOTFOUND,
-               "HRES_CO_E_APPNOTFOUND",
-               "Application not found."
-       },
-       {
-               HRES_CO_E_APPSINGLEUSE,
-               "HRES_CO_E_APPSINGLEUSE",
-               "Application cannot be run more than once."
-       },
-       {
-               HRES_CO_E_ERRORINAPP,
-               "HRES_CO_E_ERRORINAPP",
-               "Some error in application."
-       },
-       {
-               HRES_CO_E_DLLNOTFOUND,
-               "HRES_CO_E_DLLNOTFOUND",
-               "DLL for class not found."
-       },
-       {
-               HRES_CO_E_ERRORINDLL,
-               "HRES_CO_E_ERRORINDLL",
-               "Error in the DLL."
-       },
-       {
-               HRES_CO_E_WRONGOSFORAPP,
-               "HRES_CO_E_WRONGOSFORAPP",
-               "Wrong operating system or operating system version for application."
-       },
-       {
-               HRES_CO_E_OBJNOTREG,
-               "HRES_CO_E_OBJNOTREG",
-               "Object is not registered."
-       },
-       {
-               HRES_CO_E_OBJISREG,
-               "HRES_CO_E_OBJISREG",
-               "Object is already registered."
-       },
-       {
-               HRES_CO_E_OBJNOTCONNECTED,
-               "HRES_CO_E_OBJNOTCONNECTED",
-               "Object is not connected to server."
-       },
-       {
-               HRES_CO_E_APPDIDNTREG,
-               "HRES_CO_E_APPDIDNTREG",
-               "Application was launched, but it did not register a class factory."
-       },
-       {
-               HRES_CO_E_RELEASED,
-               "HRES_CO_E_RELEASED",
-               "Object has been released."
-       },
-       {
-               HRES_EVENT_E_ALL_SUBSCRIBERS_FAILED,
-               "HRES_EVENT_E_ALL_SUBSCRIBERS_FAILED",
-               "An event was unable to invoke any of the subscribers."
-       },
-       {
-               HRES_EVENT_E_QUERYSYNTAX,
-               "HRES_EVENT_E_QUERYSYNTAX",
-               "A syntax error occurred trying to evaluate a query string."
-       },
-       {
-               HRES_EVENT_E_QUERYFIELD,
-               "HRES_EVENT_E_QUERYFIELD",
-               "An invalid field name was used in a query string."
-       },
-       {
-               HRES_EVENT_E_INTERNALEXCEPTION,
-               "HRES_EVENT_E_INTERNALEXCEPTION",
-               "An unexpected exception was raised."
-       },
-       {
-               HRES_EVENT_E_INTERNALERROR,
-               "HRES_EVENT_E_INTERNALERROR",
-               "An unexpected internal error was detected."
-       },
-       {
-               HRES_EVENT_E_INVALID_PER_USER_SID,
-               "HRES_EVENT_E_INVALID_PER_USER_SID",
-               "The owner security identifier (SID) on a per-user subscription does not exist."
-       },
-       {
-               HRES_EVENT_E_USER_EXCEPTION,
-               "HRES_EVENT_E_USER_EXCEPTION",
-               "A user-supplied component or subscriber raised an exception."
-       },
-       {
-               HRES_EVENT_E_TOO_MANY_METHODS,
-               "HRES_EVENT_E_TOO_MANY_METHODS",
-               "An interface has too many methods to fire events from."
-       },
-       {
-               HRES_EVENT_E_MISSING_EVENTCLASS,
-               "HRES_EVENT_E_MISSING_EVENTCLASS",
-               "A subscription cannot be stored unless its event class already exists."
-       },
-       {
-               HRES_EVENT_E_NOT_ALL_REMOVED,
-               "HRES_EVENT_E_NOT_ALL_REMOVED",
-               "Not all the objects requested could be removed."
-       },
-       {
-               HRES_EVENT_E_COMPLUS_NOT_INSTALLED,
-               "HRES_EVENT_E_COMPLUS_NOT_INSTALLED",
-               "COM+ is required for this operation, but it is not installed."
-       },
-       {
-               HRES_EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT,
-               "HRES_EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT",
-               "Cannot modify or delete an object that was not added using the COM+ Administrative SDK."
-       },
-       {
-               HRES_EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT,
-               "HRES_EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT",
-               "Cannot modify or delete an object that was added using the COM+ Administrative SDK."
-       },
-       {
-               HRES_EVENT_E_INVALID_EVENT_CLASS_PARTITION,
-               "HRES_EVENT_E_INVALID_EVENT_CLASS_PARTITION",
-               "The event class for this subscription is in an invalid partition."
-       },
-       {
-               HRES_EVENT_E_PER_USER_SID_NOT_LOGGED_ON,
-               "HRES_EVENT_E_PER_USER_SID_NOT_LOGGED_ON",
-               "The owner of the PerUser subscription is not logged on to the system specified."
-       },
-       {
-               HRES_SCHED_E_TRIGGER_NOT_FOUND,
-               "HRES_SCHED_E_TRIGGER_NOT_FOUND",
-               "Trigger not found."
-       },
-       {
-               HRES_SCHED_E_TASK_NOT_READY,
-               "HRES_SCHED_E_TASK_NOT_READY",
-               "One or more of the properties that are needed to run this task have not been set."
-       },
-       {
-               HRES_SCHED_E_TASK_NOT_RUNNING,
-               "HRES_SCHED_E_TASK_NOT_RUNNING",
-               "There is no running instance of the task."
-       },
-       {
-               HRES_SCHED_E_SERVICE_NOT_INSTALLED,
-               "HRES_SCHED_E_SERVICE_NOT_INSTALLED",
-               "The Task Scheduler service is not installed on this computer."
-       },
-       {
-               HRES_SCHED_E_CANNOT_OPEN_TASK,
-               "HRES_SCHED_E_CANNOT_OPEN_TASK",
-               "The task object could not be opened."
-       },
-       {
-               HRES_SCHED_E_INVALID_TASK,
-               "HRES_SCHED_E_INVALID_TASK",
-               "The object is either an invalid task object or is not a task object."
-       },
-       {
-               HRES_SCHED_E_ACCOUNT_INFORMATION_NOT_SET,
-               "HRES_SCHED_E_ACCOUNT_INFORMATION_NOT_SET",
-               "No account information could be found in the Task Scheduler security database for the task indicated."
-       },
-       {
-               HRES_SCHED_E_ACCOUNT_NAME_NOT_FOUND,
-               "HRES_SCHED_E_ACCOUNT_NAME_NOT_FOUND",
-               "Unable to establish existence of the account specified."
-       },
-       {
-               HRES_SCHED_E_ACCOUNT_DBASE_CORRUPT,
-               "HRES_SCHED_E_ACCOUNT_DBASE_CORRUPT",
-               "Corruption was detected in the Task Scheduler security database; the database has been reset."
-       },
-       {
-               HRES_SCHED_E_NO_SECURITY_SERVICES,
-               "HRES_SCHED_E_NO_SECURITY_SERVICES",
-               "Task Scheduler security services are available only on Windows NT operating system."
-       },
-       {
-               HRES_SCHED_E_UNKNOWN_OBJECT_VERSION,
-               "HRES_SCHED_E_UNKNOWN_OBJECT_VERSION",
-               "The task object version is either unsupported or invalid."
-       },
-       {
-               HRES_SCHED_E_UNSUPPORTED_ACCOUNT_OPTION,
-               "HRES_SCHED_E_UNSUPPORTED_ACCOUNT_OPTION",
-               "The task has been configured with an unsupported combination of account settings and run-time options."
-       },
-       {
-               HRES_SCHED_E_SERVICE_NOT_RUNNING,
-               "HRES_SCHED_E_SERVICE_NOT_RUNNING",
-               "The Task Scheduler service is not running."
-       },
-       {
-               HRES_SCHED_E_UNEXPECTEDNODE,
-               "HRES_SCHED_E_UNEXPECTEDNODE",
-               "The task XML contains an unexpected node."
-       },
-       {
-               HRES_SCHED_E_NAMESPACE,
-               "HRES_SCHED_E_NAMESPACE",
-               "The task XML contains an element or attribute from an unexpected namespace."
-       },
-       {
-               HRES_SCHED_E_INVALIDVALUE,
-               "HRES_SCHED_E_INVALIDVALUE",
-               "The task XML contains a value that is incorrectly formatted or out of range."
-       },
-       {
-               HRES_SCHED_E_MISSINGNODE,
-               "HRES_SCHED_E_MISSINGNODE",
-               "The task XML is missing a required element or attribute."
-       },
-       {
-               HRES_SCHED_E_MALFORMEDXML,
-               "HRES_SCHED_E_MALFORMEDXML",
-               "The task XML is malformed."
-       },
-       {
-               HRES_SCHED_E_TOO_MANY_NODES,
-               "HRES_SCHED_E_TOO_MANY_NODES",
-               "The task XML contains too many nodes of the same type."
-       },
-       {
-               HRES_SCHED_E_PAST_END_BOUNDARY,
-               "HRES_SCHED_E_PAST_END_BOUNDARY",
-               "The task cannot be started after the trigger's end boundary."
-       },
-       {
-               HRES_SCHED_E_ALREADY_RUNNING,
-               "HRES_SCHED_E_ALREADY_RUNNING",
-               "An instance of this task is already running."
-       },
-       {
-               HRES_SCHED_E_USER_NOT_LOGGED_ON,
-               "HRES_SCHED_E_USER_NOT_LOGGED_ON",
-               "The task will not run because the user is not logged on."
-       },
-       {
-               HRES_SCHED_E_INVALID_TASK_HASH,
-               "HRES_SCHED_E_INVALID_TASK_HASH",
-               "The task image is corrupt or has been tampered with."
-       },
-       {
-               HRES_SCHED_E_SERVICE_NOT_AVAILABLE,
-               "HRES_SCHED_E_SERVICE_NOT_AVAILABLE",
-               "The Task Scheduler service is not available."
-       },
-       {
-               HRES_SCHED_E_SERVICE_TOO_BUSY,
-               "HRES_SCHED_E_SERVICE_TOO_BUSY",
-               "The Task Scheduler service is too busy to handle your request. Try again later."
-       },
-       {
-               HRES_SCHED_E_TASK_ATTEMPTED,
-               "HRES_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."
-       },
-       {
-               HRES_XACT_E_ALREADYOTHERSINGLEPHASE,
-               "HRES_XACT_E_ALREADYOTHERSINGLEPHASE",
-               "Another single phase resource manager has already been enlisted in this transaction."
-       },
-       {
-               HRES_XACT_E_CANTRETAIN,
-               "HRES_XACT_E_CANTRETAIN",
-               "A retaining commit or abort is not supported."
-       },
-       {
-               HRES_XACT_E_COMMITFAILED,
-               "HRES_XACT_E_COMMITFAILED",
-               "The transaction failed to commit for an unknown reason. The transaction was aborted."
-       },
-       {
-               HRES_XACT_E_COMMITPREVENTED,
-               "HRES_XACT_E_COMMITPREVENTED",
-               "Cannot call commit on this transaction object because the calling application did not initiate the transaction."
-       },
-       {
-               HRES_XACT_E_HEURISTICABORT,
-               "HRES_XACT_E_HEURISTICABORT",
-               "Instead of committing, the resource heuristically aborted."
-       },
-       {
-               HRES_XACT_E_HEURISTICCOMMIT,
-               "HRES_XACT_E_HEURISTICCOMMIT",
-               "Instead of aborting, the resource heuristically committed."
-       },
-       {
-               HRES_XACT_E_HEURISTICDAMAGE,
-               "HRES_XACT_E_HEURISTICDAMAGE",
-               "Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions."
-       },
-       {
-               HRES_XACT_E_HEURISTICDANGER,
-               "HRES_XACT_E_HEURISTICDANGER",
-               "Some of the states of the resource might have been committed while others were aborted, likely because of heuristic decisions."
-       },
-       {
-               HRES_XACT_E_ISOLATIONLEVEL,
-               "HRES_XACT_E_ISOLATIONLEVEL",
-               "The requested isolation level is not valid or supported."
-       },
-       {
-               HRES_XACT_E_NOASYNC,
-               "HRES_XACT_E_NOASYNC",
-               "The transaction manager does not support an asynchronous operation for this method."
-       },
-       {
-               HRES_XACT_E_NOENLIST,
-               "HRES_XACT_E_NOENLIST",
-               "Unable to enlist in the transaction."
-       },
-       {
-               HRES_XACT_E_NOISORETAIN,
-               "HRES_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."
-       },
-       {
-               HRES_XACT_E_NORESOURCE,
-               "HRES_XACT_E_NORESOURCE",
-               "There is no resource presently associated with this enlistment."
-       },
-       {
-               HRES_XACT_E_NOTCURRENT,
-               "HRES_XACT_E_NOTCURRENT",
-               "The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers."
-       },
-       {
-               HRES_XACT_E_NOTRANSACTION,
-               "HRES_XACT_E_NOTRANSACTION",
-               "The transaction has already been implicitly or explicitly committed or aborted."
-       },
-       {
-               HRES_XACT_E_NOTSUPPORTED,
-               "HRES_XACT_E_NOTSUPPORTED",
-               "An invalid combination of flags was specified."
-       },
-       {
-               HRES_XACT_E_UNKNOWNRMGRID,
-               "HRES_XACT_E_UNKNOWNRMGRID",
-               "The resource manager ID is not associated with this transaction or the transaction manager."
-       },
-       {
-               HRES_XACT_E_WRONGSTATE,
-               "HRES_XACT_E_WRONGSTATE",
-               "This method was called in the wrong state."
-       },
-       {
-               HRES_XACT_E_WRONGUOW,
-               "HRES_XACT_E_WRONGUOW",
-               "The indicated unit of work does not match the unit of work expected by the resource manager."
-       },
-       {
-               HRES_XACT_E_XTIONEXISTS,
-               "HRES_XACT_E_XTIONEXISTS",
-               "An enlistment in a transaction already exists."
-       },
-       {
-               HRES_XACT_E_NOIMPORTOBJECT,
-               "HRES_XACT_E_NOIMPORTOBJECT",
-               "An import object for the transaction could not be found."
-       },
-       {
-               HRES_XACT_E_INVALIDCOOKIE,
-               "HRES_XACT_E_INVALIDCOOKIE",
-               "The transaction cookie is invalid."
-       },
-       {
-               HRES_XACT_E_INDOUBT,
-               "HRES_XACT_E_INDOUBT",
-               "The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed."
-       },
-       {
-               HRES_XACT_E_NOTIMEOUT,
-               "HRES_XACT_E_NOTIMEOUT",
-               "A time-out was specified, but time-outs are not supported."
-       },
-       {
-               HRES_XACT_E_ALREADYINPROGRESS,
-               "HRES_XACT_E_ALREADYINPROGRESS",
-               "The requested operation is already in progress for the transaction."
-       },
-       {
-               HRES_XACT_E_ABORTED,
-               "HRES_XACT_E_ABORTED",
-               "The transaction has already been aborted."
-       },
-       {
-               HRES_XACT_E_LOGFULL,
-               "HRES_XACT_E_LOGFULL",
-               "The Transaction Manager returned a log full error."
-       },
-       {
-               HRES_XACT_E_TMNOTAVAILABLE,
-               "HRES_XACT_E_TMNOTAVAILABLE",
-               "The transaction manager is not available."
-       },
-       {
-               HRES_XACT_E_CONNECTION_DOWN,
-               "HRES_XACT_E_CONNECTION_DOWN",
-               "A connection with the transaction manager was lost."
-       },
-       {
-               HRES_XACT_E_CONNECTION_DENIED,
-               "HRES_XACT_E_CONNECTION_DENIED",
-               "A request to establish a connection with the transaction manager was denied."
-       },
-       {
-               HRES_XACT_E_REENLISTTIMEOUT,
-               "HRES_XACT_E_REENLISTTIMEOUT",
-               "Resource manager reenlistment to determine transaction status timed out."
-       },
-       {
-               HRES_XACT_E_TIP_CONNECT_FAILED,
-               "HRES_XACT_E_TIP_CONNECT_FAILED",
-               "The transaction manager failed to establish a connection with another Transaction Internet Protocol (TIP) transaction manager."
-       },
-       {
-               HRES_XACT_E_TIP_PROTOCOL_ERROR,
-               "HRES_XACT_E_TIP_PROTOCOL_ERROR",
-               "The transaction manager encountered a protocol error with another TIP transaction manager."
-       },
-       {
-               HRES_XACT_E_TIP_PULL_FAILED,
-               "HRES_XACT_E_TIP_PULL_FAILED",
-               "The transaction manager could not propagate a transaction from another TIP transaction manager."
-       },
-       {
-               HRES_XACT_E_DEST_TMNOTAVAILABLE,
-               "HRES_XACT_E_DEST_TMNOTAVAILABLE",
-               "The transaction manager on the destination machine is not available."
-       },
-       {
-               HRES_XACT_E_TIP_DISABLED,
-               "HRES_XACT_E_TIP_DISABLED",
-               "The transaction manager has disabled its support for TIP."
-       },
-       {
-               HRES_XACT_E_NETWORK_TX_DISABLED,
-               "HRES_XACT_E_NETWORK_TX_DISABLED",
-               "The transaction manager has disabled its support for remote or network transactions."
-       },
-       {
-               HRES_XACT_E_PARTNER_NETWORK_TX_DISABLED,
-               "HRES_XACT_E_PARTNER_NETWORK_TX_DISABLED",
-               "The partner transaction manager has disabled its support for remote or network transactions."
-       },
-       {
-               HRES_XACT_E_XA_TX_DISABLED,
-               "HRES_XACT_E_XA_TX_DISABLED",
-               "The transaction manager has disabled its support for XA transactions."
-       },
-       {
-               HRES_XACT_E_UNABLE_TO_READ_DTC_CONFIG,
-               "HRES_XACT_E_UNABLE_TO_READ_DTC_CONFIG",
-               "Microsoft Distributed Transaction Coordinator (MSDTC) was unable to read its configuration information."
-       },
-       {
-               HRES_XACT_E_UNABLE_TO_LOAD_DTC_PROXY,
-               "HRES_XACT_E_UNABLE_TO_LOAD_DTC_PROXY",
-               "MSDTC was unable to load the DTC proxy DLL."
-       },
-       {
-               HRES_XACT_E_ABORTING,
-               "HRES_XACT_E_ABORTING",
-               "The local transaction has aborted."
-       },
-       {
-               HRES_XACT_E_CLERKNOTFOUND,
-               "HRES_XACT_E_CLERKNOTFOUND",
-               "The specified CRM clerk was not found. It might have completed before it could be held."
-       },
-       {
-               HRES_XACT_E_CLERKEXISTS,
-               "HRES_XACT_E_CLERKEXISTS",
-               "The specified CRM clerk does not exist."
-       },
-       {
-               HRES_XACT_E_RECOVERYINPROGRESS,
-               "HRES_XACT_E_RECOVERYINPROGRESS",
-               "Recovery of the CRM log file is still in progress."
-       },
-       {
-               HRES_XACT_E_TRANSACTIONCLOSED,
-               "HRES_XACT_E_TRANSACTIONCLOSED",
-               "The transaction has completed, and the log records have been discarded from the log file. They are no longer available."
-       },
-       {
-               HRES_XACT_E_INVALIDLSN,
-               "HRES_XACT_E_INVALIDLSN",
-               "lsnToRead is outside of the current limits of the log"
-       },
-       {
-               HRES_XACT_E_REPLAYREQUEST,
-               "HRES_XACT_E_REPLAYREQUEST",
-               "The COM+ Compensating Resource Manager has records it wishes to replay."
-       },
-       {
-               HRES_XACT_E_CONNECTION_REQUEST_DENIED,
-               "HRES_XACT_E_CONNECTION_REQUEST_DENIED",
-               "The request to connect to the specified transaction coordinator was denied."
-       },
-       {
-               HRES_XACT_E_TOOMANY_ENLISTMENTS,
-               "HRES_XACT_E_TOOMANY_ENLISTMENTS",
-               "The maximum number of enlistments for the specified transaction has been reached."
-       },
-       {
-               HRES_XACT_E_DUPLICATE_GUID,
-               "HRES_XACT_E_DUPLICATE_GUID",
-               "A resource manager with the same identifier is already registered with the specified transaction coordinator."
-       },
-       {
-               HRES_XACT_E_NOTSINGLEPHASE,
-               "HRES_XACT_E_NOTSINGLEPHASE",
-               "The prepare request given was not eligible for single-phase optimizations."
-       },
-       {
-               HRES_XACT_E_RECOVERYALREADYDONE,
-               "HRES_XACT_E_RECOVERYALREADYDONE",
-               "RecoveryComplete has already been called for the given resource manager."
-       },
-       {
-               HRES_XACT_E_PROTOCOL,
-               "HRES_XACT_E_PROTOCOL",
-               "The interface call made was incorrect for the current state of the protocol."
-       },
-       {
-               HRES_XACT_E_RM_FAILURE,
-               "HRES_XACT_E_RM_FAILURE",
-               "The xa_open call failed for the XA resource."
-       },
-       {
-               HRES_XACT_E_RECOVERY_FAILED,
-               "HRES_XACT_E_RECOVERY_FAILED",
-               "The xa_recover call failed for the XA resource."
-       },
-       {
-               HRES_XACT_E_LU_NOT_FOUND,
-               "HRES_XACT_E_LU_NOT_FOUND",
-               "The logical unit of work specified cannot be found."
-       },
-       {
-               HRES_XACT_E_DUPLICATE_LU,
-               "HRES_XACT_E_DUPLICATE_LU",
-               "The specified logical unit of work already exists."
-       },
-       {
-               HRES_XACT_E_LU_NOT_CONNECTED,
-               "HRES_XACT_E_LU_NOT_CONNECTED",
-               "Subordinate creation failed. The specified logical unit of work was not connected."
-       },
-       {
-               HRES_XACT_E_DUPLICATE_TRANSID,
-               "HRES_XACT_E_DUPLICATE_TRANSID",
-               "A transaction with the given identifier already exists."
-       },
-       {
-               HRES_XACT_E_LU_BUSY,
-               "HRES_XACT_E_LU_BUSY",
-               "The resource is in use."
-       },
-       {
-               HRES_XACT_E_LU_NO_RECOVERY_PROCESS,
-               "HRES_XACT_E_LU_NO_RECOVERY_PROCESS",
-               "The LU Recovery process is down."
-       },
-       {
-               HRES_XACT_E_LU_DOWN,
-               "HRES_XACT_E_LU_DOWN",
-               "The remote session was lost."
-       },
-       {
-               HRES_XACT_E_LU_RECOVERING,
-               "HRES_XACT_E_LU_RECOVERING",
-               "The resource is currently recovering."
-       },
-       {
-               HRES_XACT_E_LU_RECOVERY_MISMATCH,
-               "HRES_XACT_E_LU_RECOVERY_MISMATCH",
-               "There was a mismatch in driving recovery."
-       },
-       {
-               HRES_XACT_E_RM_UNAVAILABLE,
-               "HRES_XACT_E_RM_UNAVAILABLE",
-               "An error occurred with the XA resource."
-       },
-       {
-               HRES_CONTEXT_E_ABORTED,
-               "HRES_CONTEXT_E_ABORTED",
-               "The root transaction wanted to commit, but the transaction aborted."
-       },
-       {
-               HRES_CONTEXT_E_ABORTING,
-               "HRES_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."
-       },
-       {
-               HRES_CONTEXT_E_NOCONTEXT,
-               "HRES_CONTEXT_E_NOCONTEXT",
-               "There is no Microsoft Transaction Server (MTS) object context."
-       },
-       {
-               HRES_CONTEXT_E_WOULD_DEADLOCK,
-               "HRES_CONTEXT_E_WOULD_DEADLOCK",
-               "The component is configured to use synchronization, and this method call would cause a deadlock to occur."
-       },
-       {
-               HRES_CONTEXT_E_SYNCH_TIMEOUT,
-               "HRES_CONTEXT_E_SYNCH_TIMEOUT",
-               "The component is configured to use synchronization, and a thread has timed out waiting to enter the context."
-       },
-       {
-               HRES_CONTEXT_E_OLDREF,
-               "HRES_CONTEXT_E_OLDREF",
-               "You made a method call on a COM+ component that has a transaction that has already committed or aborted."
-       },
-       {
-               HRES_CONTEXT_E_ROLENOTFOUND,
-               "HRES_CONTEXT_E_ROLENOTFOUND",
-               "The specified role was not configured for the application."
-       },
-       {
-               HRES_CONTEXT_E_TMNOTAVAILABLE,
-               "HRES_CONTEXT_E_TMNOTAVAILABLE",
-               "COM+ was unable to talk to the MSDTC."
-       },
-       {
-               HRES_CO_E_ACTIVATIONFAILED,
-               "HRES_CO_E_ACTIVATIONFAILED",
-               "An unexpected error occurred during COM+ activation."
-       },
-       {
-               HRES_CO_E_ACTIVATIONFAILED_EVENTLOGGED,
-               "HRES_CO_E_ACTIVATIONFAILED_EVENTLOGGED",
-               "COM+ activation failed. Check the event log for more information."
-       },
-       {
-               HRES_CO_E_ACTIVATIONFAILED_CATALOGERROR,
-               "HRES_CO_E_ACTIVATIONFAILED_CATALOGERROR",
-               "COM+ activation failed due to a catalog or configuration error."
-       },
-       {
-               HRES_CO_E_ACTIVATIONFAILED_TIMEOUT,
-               "HRES_CO_E_ACTIVATIONFAILED_TIMEOUT",
-               "COM+ activation failed because the activation could not be completed in the specified amount of time."
-       },
-       {
-               HRES_CO_E_INITIALIZATIONFAILED,
-               "HRES_CO_E_INITIALIZATIONFAILED",
-               "COM+ activation failed because an initialization function failed. Check the event log for more information."
-       },
-       {
-               HRES_CONTEXT_E_NOJIT,
-               "HRES_CONTEXT_E_NOJIT",
-               "The requested operation requires that just-in-time (JIT) be in the current context, and it is not."
-       },
-       {
-               HRES_CONTEXT_E_NOTRANSACTION,
-               "HRES_CONTEXT_E_NOTRANSACTION",
-               "The requested operation requires that the current context have a transaction, and it does not."
-       },
-       {
-               HRES_CO_E_THREADINGMODEL_CHANGED,
-               "HRES_CO_E_THREADINGMODEL_CHANGED",
-               "The components threading model has changed after install into a COM+ application. Re-install component."
-       },
-       {
-               HRES_CO_E_NOIISINTRINSICS,
-               "HRES_CO_E_NOIISINTRINSICS",
-               "Internet Information Services (IIS) intrinsics not available. Start your work with IIS."
-       },
-       {
-               HRES_CO_E_NOCOOKIES,
-               "HRES_CO_E_NOCOOKIES",
-               "An attempt to write a cookie failed."
-       },
-       {
-               HRES_CO_E_DBERROR,
-               "HRES_CO_E_DBERROR",
-               "An attempt to use a database generated a database-specific error."
-       },
-       {
-               HRES_CO_E_NOTPOOLED,
-               "HRES_CO_E_NOTPOOLED",
-               "The COM+ component you created must use object pooling to work."
-       },
-       {
-               HRES_CO_E_NOTCONSTRUCTED,
-               "HRES_CO_E_NOTCONSTRUCTED",
-               "The COM+ component you created must use object construction to work correctly."
-       },
-       {
-               HRES_CO_E_NOSYNCHRONIZATION,
-               "HRES_CO_E_NOSYNCHRONIZATION",
-               "The COM+ component requires synchronization, and it is not configured for it."
-       },
-       {
-               HRES_CO_E_ISOLEVELMISMATCH,
-               "HRES_CO_E_ISOLEVELMISMATCH",
-               "The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the root."
-       },
-       {
-               HRES_CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED,
-               "HRES_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."
-       },
-       {
-               HRES_CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED,
-               "HRES_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."
-       },
-       {
-               HRES_E_ACCESSDENIED,
-               "HRES_E_ACCESSDENIED",
-               "General access denied error."
-       },
-       {
-               HRES_E_OUTOFMEMORY,
-               "HRES_E_OUTOFMEMORY",
-               "The server does not have enough memory for the new channel."
-       },
-       {
-               HRES_ERROR_NOT_SUPPORTED,
-               "HRES_ERROR_NOT_SUPPORTED",
-               "The server cannot support a client request for a dynamic virtual channel."
-       },
-       {
-               HRES_E_INVALIDARG,
-               "HRES_E_INVALIDARG",
-               "One or more arguments are invalid."
-       },
-       {
-               HRES_ERROR_DISK_FULL,
-               "HRES_ERROR_DISK_FULL",
-               "There is not enough space on the disk."
-       },
-       {
-               HRES_CO_E_CLASS_CREATE_FAILED,
-               "HRES_CO_E_CLASS_CREATE_FAILED",
-               "Attempt to create a class object failed."
-       },
-       {
-               HRES_CO_E_SCM_ERROR,
-               "HRES_CO_E_SCM_ERROR",
-               "OLE service could not bind object."
-       },
-       {
-               HRES_CO_E_SCM_RPC_FAILURE,
-               "HRES_CO_E_SCM_RPC_FAILURE",
-               "RPC communication failed with OLE service."
-       },
-       {
-               HRES_CO_E_BAD_PATH,
-               "HRES_CO_E_BAD_PATH",
-               "Bad path to object."
-       },
-       {
-               HRES_CO_E_SERVER_EXEC_FAILURE,
-               "HRES_CO_E_SERVER_EXEC_FAILURE",
-               "Server execution failed."
-       },
-       {
-               HRES_CO_E_OBJSRV_RPC_FAILURE,
-               "HRES_CO_E_OBJSRV_RPC_FAILURE",
-               "OLE service could not communicate with the object server."
-       },
-       {
-               HRES_MK_E_NO_NORMALIZED,
-               "HRES_MK_E_NO_NORMALIZED",
-               "Moniker path could not be normalized."
-       },
-       {
-               HRES_CO_E_SERVER_STOPPING,
-               "HRES_CO_E_SERVER_STOPPING",
-               "Object server is stopping when OLE service contacts it."
-       },
-       {
-               HRES_MEM_E_INVALID_ROOT,
-               "HRES_MEM_E_INVALID_ROOT",
-               "An invalid root block pointer was specified."
-       },
-       {
-               HRES_MEM_E_INVALID_LINK,
-               "HRES_MEM_E_INVALID_LINK",
-               "An allocation chain contained an invalid link pointer."
-       },
-       {
-               HRES_MEM_E_INVALID_SIZE,
-               "HRES_MEM_E_INVALID_SIZE",
-               "The requested allocation size was too large."
-       },
-       {
-               HRES_CO_E_MISSING_DISPLAYNAME,
-               "HRES_CO_E_MISSING_DISPLAYNAME",
-               "The activation requires a display name to be present under the class identifier (CLSID) key."
-       },
-       {
-               HRES_CO_E_RUNAS_VALUE_MUST_BE_AAA,
-               "HRES_CO_E_RUNAS_VALUE_MUST_BE_AAA",
-               "The activation requires that the RunAs value for the application is Activate As Activator."
-       },
-       {
-               HRES_CO_E_ELEVATION_DISABLED,
-               "HRES_CO_E_ELEVATION_DISABLED",
-               "The class is not configured to support elevated activation."
-       },
-       {
-               HRES_NTE_BAD_UID,
-               "HRES_NTE_BAD_UID",
-               "Bad UID."
-       },
-       {
-               HRES_NTE_BAD_HASH,
-               "HRES_NTE_BAD_HASH",
-               "Bad hash."
-       },
-       {
-               HRES_NTE_BAD_KEY,
-               "HRES_NTE_BAD_KEY",
-               "Bad key."
-       },
-       {
-               HRES_NTE_BAD_LEN,
-               "HRES_NTE_BAD_LEN",
-               "Bad length."
-       },
-       {
-               HRES_NTE_BAD_DATA,
-               "HRES_NTE_BAD_DATA",
-               "Bad data."
-       },
-       {
-               HRES_NTE_BAD_SIGNATURE,
-               "HRES_NTE_BAD_SIGNATURE",
-               "Invalid signature."
-       },
-       {
-               HRES_NTE_BAD_VER,
-               "HRES_NTE_BAD_VER",
-               "Bad version of provider."
-       },
-       {
-               HRES_NTE_BAD_ALGID,
-               "HRES_NTE_BAD_ALGID",
-               "Invalid algorithm specified."
-       },
-       {
-               HRES_NTE_BAD_FLAGS,
-               "HRES_NTE_BAD_FLAGS",
-               "Invalid flags specified."
-       },
-       {
-               HRES_NTE_BAD_TYPE,
-               "HRES_NTE_BAD_TYPE",
-               "Invalid type specified."
-       },
-       {
-               HRES_NTE_BAD_KEY_STATE,
-               "HRES_NTE_BAD_KEY_STATE",
-               "Key not valid for use in specified state."
-       },
-       {
-               HRES_NTE_BAD_HASH_STATE,
-               "HRES_NTE_BAD_HASH_STATE",
-               "Hash not valid for use in specified state."
-       },
-       {
-               HRES_NTE_NO_KEY,
-               "HRES_NTE_NO_KEY",
-               "Key does not exist."
-       },
-       {
-               HRES_NTE_NO_MEMORY,
-               "HRES_NTE_NO_MEMORY",
-               "Insufficient memory available for the operation."
-       },
-       {
-               HRES_NTE_EXISTS,
-               "HRES_NTE_EXISTS",
-               "Object already exists."
-       },
-       {
-               HRES_NTE_PERM,
-               "HRES_NTE_PERM",
-               "Access denied."
-       },
-       {
-               HRES_NTE_NOT_FOUND,
-               "HRES_NTE_NOT_FOUND",
-               "Object was not found."
-       },
-       {
-               HRES_NTE_DOUBLE_ENCRYPT,
-               "HRES_NTE_DOUBLE_ENCRYPT",
-               "Data already encrypted."
-       },
-       {
-               HRES_NTE_BAD_PROVIDER,
-               "HRES_NTE_BAD_PROVIDER",
-               "Invalid provider specified."
-       },
-       {
-               HRES_NTE_BAD_PROV_TYPE,
-               "HRES_NTE_BAD_PROV_TYPE",
-               "Invalid provider type specified."
-       },
-       {
-               HRES_NTE_BAD_PUBLIC_KEY,
-               "HRES_NTE_BAD_PUBLIC_KEY",
-               "Provider's public key is invalid."
-       },
-       {
-               HRES_NTE_BAD_KEYSET,
-               "HRES_NTE_BAD_KEYSET",
-               "Key set does not exist."
-       },
-       {
-               HRES_NTE_PROV_TYPE_NOT_DEF,
-               "HRES_NTE_PROV_TYPE_NOT_DEF",
-               "Provider type not defined."
-       },
-       {
-               HRES_NTE_PROV_TYPE_ENTRY_BAD,
-               "HRES_NTE_PROV_TYPE_ENTRY_BAD",
-               "The provider type, as registered, is invalid."
-       },
-       {
-               HRES_NTE_KEYSET_NOT_DEF,
-               "HRES_NTE_KEYSET_NOT_DEF",
-               "The key set is not defined."
-       },
-       {
-               HRES_NTE_KEYSET_ENTRY_BAD,
-               "HRES_NTE_KEYSET_ENTRY_BAD",
-               "The key set, as registered, is invalid."
-       },
-       {
-               HRES_NTE_PROV_TYPE_NO_MATCH,
-               "HRES_NTE_PROV_TYPE_NO_MATCH",
-               "Provider type does not match registered value."
-       },
-       {
-               HRES_NTE_SIGNATURE_FILE_BAD,
-               "HRES_NTE_SIGNATURE_FILE_BAD",
-               "The digital signature file is corrupt."
-       },
-       {
-               HRES_NTE_PROVIDER_DLL_FAIL,
-               "HRES_NTE_PROVIDER_DLL_FAIL",
-               "Provider DLL failed to initialize correctly."
-       },
-       {
-               HRES_NTE_PROV_DLL_NOT_FOUND,
-               "HRES_NTE_PROV_DLL_NOT_FOUND",
-               "Provider DLL could not be found."
-       },
-       {
-               HRES_NTE_BAD_KEYSET_PARAM,
-               "HRES_NTE_BAD_KEYSET_PARAM",
-               "The keyset parameter is invalid."
-       },
-       {
-               HRES_NTE_FAIL,
-               "HRES_NTE_FAIL",
-               "An internal error occurred."
-       },
-       {
-               HRES_NTE_SYS_ERR,
-               "HRES_NTE_SYS_ERR",
-               "A base error occurred."
-       },
-       {
-               HRES_NTE_SILENT_CONTEXT,
-               "HRES_NTE_SILENT_CONTEXT",
-               "Provider could not perform the action because the context was acquired as silent."
-       },
-       {
-               HRES_NTE_TOKEN_KEYSET_STORAGE_FULL,
-               "HRES_NTE_TOKEN_KEYSET_STORAGE_FULL",
-               "The security token does not have storage space available for an additional container."
-       },
-       {
-               HRES_NTE_TEMPORARY_PROFILE,
-               "HRES_NTE_TEMPORARY_PROFILE",
-               "The profile for the user is a temporary profile."
-       },
-       {
-               HRES_NTE_FIXEDPARAMETER,
-               "HRES_NTE_FIXEDPARAMETER",
-               "The key parameters could not be set because the configuration service provider (CSP) uses fixed parameters."
-       },
-       {
-               HRES_NTE_INVALID_HANDLE,
-               "HRES_NTE_INVALID_HANDLE",
-               "The supplied handle is invalid."
-       },
-       {
-               HRES_NTE_INVALID_PARAMETER,
-               "HRES_NTE_INVALID_PARAMETER",
-               "The parameter is incorrect."
-       },
-       {
-               HRES_NTE_BUFFER_TOO_SMALL,
-               "HRES_NTE_BUFFER_TOO_SMALL",
-               "The buffer supplied to a function was too small."
-       },
-       {
-               HRES_NTE_NOT_SUPPORTED,
-               "HRES_NTE_NOT_SUPPORTED",
-               "The requested operation is not supported."
-       },
-       {
-               HRES_NTE_NO_MORE_ITEMS,
-               "HRES_NTE_NO_MORE_ITEMS",
-               "No more data is available."
-       },
-       {
-               HRES_NTE_BUFFERS_OVERLAP,
-               "HRES_NTE_BUFFERS_OVERLAP",
-               "The supplied buffers overlap incorrectly."
-       },
-       {
-               HRES_NTE_DECRYPTION_FAILURE,
-               "HRES_NTE_DECRYPTION_FAILURE",
-               "The specified data could not be decrypted."
-       },
-       {
-               HRES_NTE_INTERNAL_ERROR,
-               "HRES_NTE_INTERNAL_ERROR",
-               "An internal consistency check failed."
-       },
-       {
-               HRES_NTE_UI_REQUIRED,
-               "HRES_NTE_UI_REQUIRED",
-               "This operation requires input from the user."
-       },
-       {
-               HRES_NTE_HMAC_NOT_SUPPORTED,
-               "HRES_NTE_HMAC_NOT_SUPPORTED",
-               "The cryptographic provider does not support Hash Message Authentication Code (HMAC)."
-       },
-       {
-               HRES_SEC_E_INSUFFICIENT_MEMORY,
-               "HRES_SEC_E_INSUFFICIENT_MEMORY",
-               "Not enough memory is available to complete this request."
-       },
-       {
-               HRES_SEC_E_INVALID_HANDLE,
-               "HRES_SEC_E_INVALID_HANDLE",
-               "The handle specified is invalid."
-       },
-       {
-               HRES_SEC_E_UNSUPPORTED_FUNCTION,
-               "HRES_SEC_E_UNSUPPORTED_FUNCTION",
-               "The function requested is not supported."
-       },
-       {
-               HRES_SEC_E_TARGET_UNKNOWN,
-               "HRES_SEC_E_TARGET_UNKNOWN",
-               "The specified target is unknown or unreachable."
-       },
-       {
-               HRES_SEC_E_INTERNAL_ERROR,
-               "HRES_SEC_E_INTERNAL_ERROR",
-               "The Local Security Authority (LSA) cannot be contacted."
-       },
-       {
-               HRES_SEC_E_SECPKG_NOT_FOUND,
-               "HRES_SEC_E_SECPKG_NOT_FOUND",
-               "The requested security package does not exist."
-       },
-       {
-               HRES_SEC_E_NOT_OWNER,
-               "HRES_SEC_E_NOT_OWNER",
-               "The caller is not the owner of the desired credentials."
-       },
-       {
-               HRES_SEC_E_CANNOT_INSTALL,
-               "HRES_SEC_E_CANNOT_INSTALL",
-               "The security package failed to initialize and cannot be installed."
-       },
-       {
-               HRES_SEC_E_INVALID_TOKEN,
-               "HRES_SEC_E_INVALID_TOKEN",
-               "The token supplied to the function is invalid."
-       },
-       {
-               HRES_SEC_E_CANNOT_PACK,
-               "HRES_SEC_E_CANNOT_PACK",
-               "The security package is not able to marshal the logon buffer, so the logon attempt has failed."
-       },
-       {
-               HRES_SEC_E_QOP_NOT_SUPPORTED,
-               "HRES_SEC_E_QOP_NOT_SUPPORTED",
-               "The per-message quality of protection is not supported by the security package."
-       },
-       {
-               HRES_SEC_E_NO_IMPERSONATION,
-               "HRES_SEC_E_NO_IMPERSONATION",
-               "The security context does not allow impersonation of the client."
-       },
-       {
-               HRES_SEC_E_LOGON_DENIED,
-               "HRES_SEC_E_LOGON_DENIED",
-               "The logon attempt failed."
-       },
-       {
-               HRES_SEC_E_UNKNOWN_CREDENTIALS,
-               "HRES_SEC_E_UNKNOWN_CREDENTIALS",
-               "The credentials supplied to the package were not recognized."
-       },
-       {
-               HRES_SEC_E_NO_CREDENTIALS,
-               "HRES_SEC_E_NO_CREDENTIALS",
-               "No credentials are available in the security package."
-       },
-       {
-               HRES_SEC_E_MESSAGE_ALTERED,
-               "HRES_SEC_E_MESSAGE_ALTERED",
-               "The message or signature supplied for verification has been altered."
-       },
-       {
-               HRES_SEC_E_OUT_OF_SEQUENCE,
-               "HRES_SEC_E_OUT_OF_SEQUENCE",
-               "The message supplied for verification is out of sequence."
-       },
-       {
-               HRES_SEC_E_NO_AUTHENTICATING_AUTHORITY,
-               "HRES_SEC_E_NO_AUTHENTICATING_AUTHORITY",
-               "No authority could be contacted for authentication."
-       },
-       {
-               HRES_SEC_E_BAD_PKGID,
-               "HRES_SEC_E_BAD_PKGID",
-               "The requested security package does not exist."
-       },
-       {
-               HRES_SEC_E_CONTEXT_EXPIRED,
-               "HRES_SEC_E_CONTEXT_EXPIRED",
-               "The context has expired and can no longer be used."
-       },
-       {
-               HRES_SEC_E_INCOMPLETE_MESSAGE,
-               "HRES_SEC_E_INCOMPLETE_MESSAGE",
-               "The supplied message is incomplete. The signature was not verified."
-       },
-       {
-               HRES_SEC_E_INCOMPLETE_CREDENTIALS,
-               "HRES_SEC_E_INCOMPLETE_CREDENTIALS",
-               "The credentials supplied were not complete and could not be verified. The context could not be initialized."
-       },
-       {
-               HRES_SEC_E_BUFFER_TOO_SMALL,
-               "HRES_SEC_E_BUFFER_TOO_SMALL",
-               "The buffers supplied to a function was too small."
-       },
-       {
-               HRES_SEC_E_WRONG_PRINCIPAL,
-               "HRES_SEC_E_WRONG_PRINCIPAL",
-               "The target principal name is incorrect."
-       },
-       {
-               HRES_SEC_E_TIME_SKEW,
-               "HRES_SEC_E_TIME_SKEW",
-               "The clocks on the client and server machines are skewed."
-       },
-       {
-               HRES_SEC_E_UNTRUSTED_ROOT,
-               "HRES_SEC_E_UNTRUSTED_ROOT",
-               "The certificate chain was issued by an authority that is not trusted."
-       },
-       {
-               HRES_SEC_E_ILLEGAL_MESSAGE,
-               "HRES_SEC_E_ILLEGAL_MESSAGE",
-               "The message received was unexpected or badly formatted."
-       },
-       {
-               HRES_SEC_E_CERT_UNKNOWN,
-               "HRES_SEC_E_CERT_UNKNOWN",
-               "An unknown error occurred while processing the certificate."
-       },
-       {
-               HRES_SEC_E_CERT_EXPIRED,
-               "HRES_SEC_E_CERT_EXPIRED",
-               "The received certificate has expired."
-       },
-       {
-               HRES_SEC_E_ENCRYPT_FAILURE,
-               "HRES_SEC_E_ENCRYPT_FAILURE",
-               "The specified data could not be encrypted."
-       },
-       {
-               HRES_SEC_E_DECRYPT_FAILURE,
-               "HRES_SEC_E_DECRYPT_FAILURE",
-               "The specified data could not be decrypted."
-       },
-       {
-               HRES_SEC_E_ALGORITHM_MISMATCH,
-               "HRES_SEC_E_ALGORITHM_MISMATCH",
-               "The client and server cannot communicate because they do not possess a common algorithm."
-       },
-       {
-               HRES_SEC_E_SECURITY_QOS_FAILED,
-               "HRES_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)."
-       },
-       {
-               HRES_SEC_E_UNFINISHED_CONTEXT_DELETED,
-               "HRES_SEC_E_UNFINISHED_CONTEXT_DELETED",
-               "A security context was deleted before the context was completed. This is considered a logon failure."
-       },
-       {
-               HRES_SEC_E_NO_TGT_REPLY,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_NO_IP_ADDRESSES,
-               "HRES_SEC_E_NO_IP_ADDRESSES",
-               "Unable to accomplish the requested task because the local machine does not have an IP addresses."
-       },
-       {
-               HRES_SEC_E_WRONG_CREDENTIAL_HANDLE,
-               "HRES_SEC_E_WRONG_CREDENTIAL_HANDLE",
-               "The supplied credential handle does not match the credential associated with the security context."
-       },
-       {
-               HRES_SEC_E_CRYPTO_SYSTEM_INVALID,
-               "HRES_SEC_E_CRYPTO_SYSTEM_INVALID",
-               "The cryptographic system or checksum function is invalid because a required function is unavailable."
-       },
-       {
-               HRES_SEC_E_MAX_REFERRALS_EXCEEDED,
-               "HRES_SEC_E_MAX_REFERRALS_EXCEEDED",
-               "The number of maximum ticket referrals has been exceeded."
-       },
-       {
-               HRES_SEC_E_MUST_BE_KDC,
-               "HRES_SEC_E_MUST_BE_KDC",
-               "The local machine must be a Kerberos domain controller (KDC), and it is not."
-       },
-       {
-               HRES_SEC_E_STRONG_CRYPTO_NOT_SUPPORTED,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_TOO_MANY_PRINCIPALS,
-               "HRES_SEC_E_TOO_MANY_PRINCIPALS",
-               "The KDC reply contained more than one principal name."
-       },
-       {
-               HRES_SEC_E_NO_PA_DATA,
-               "HRES_SEC_E_NO_PA_DATA",
-               "Expected to find PA data for a hint of what etype to use, but it was not found."
-       },
-       {
-               HRES_SEC_E_PKINIT_NAME_MISMATCH,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_SMARTCARD_LOGON_REQUIRED,
-               "HRES_SEC_E_SMARTCARD_LOGON_REQUIRED",
-               "Smart card logon is required and was not used."
-       },
-       {
-               HRES_SEC_E_SHUTDOWN_IN_PROGRESS,
-               "HRES_SEC_E_SHUTDOWN_IN_PROGRESS",
-               "A system shutdown is in progress."
-       },
-       {
-               HRES_SEC_E_KDC_INVALID_REQUEST,
-               "HRES_SEC_E_KDC_INVALID_REQUEST",
-               "An invalid request was sent to the KDC."
-       },
-       {
-               HRES_SEC_E_KDC_UNABLE_TO_REFER,
-               "HRES_SEC_E_KDC_UNABLE_TO_REFER",
-               "The KDC was unable to generate a referral for the service requested."
-       },
-       {
-               HRES_SEC_E_KDC_UNKNOWN_ETYPE,
-               "HRES_SEC_E_KDC_UNKNOWN_ETYPE",
-               "The encryption type requested is not supported by the KDC."
-       },
-       {
-               HRES_SEC_E_UNSUPPORTED_PREAUTH,
-               "HRES_SEC_E_UNSUPPORTED_PREAUTH",
-               "An unsupported pre-authentication mechanism was presented to the Kerberos package."
-       },
-       {
-               HRES_SEC_E_DELEGATION_REQUIRED,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_BAD_BINDINGS,
-               "HRES_SEC_E_BAD_BINDINGS",
-               "Client's supplied Security Support Provider Interface (SSPI) channel bindings were incorrect."
-       },
-       {
-               HRES_SEC_E_MULTIPLE_ACCOUNTS,
-               "HRES_SEC_E_MULTIPLE_ACCOUNTS",
-               "The received certificate was mapped to multiple accounts."
-       },
-       {
-               HRES_SEC_E_NO_KERB_KEY,
-               "HRES_SEC_E_NO_KERB_KEY",
-               "No Kerberos key was found."
-       },
-       {
-               HRES_SEC_E_CERT_WRONG_USAGE,
-               "HRES_SEC_E_CERT_WRONG_USAGE",
-               "The certificate is not valid for the requested usage."
-       },
-       {
-               HRES_SEC_E_DOWNGRADE_DETECTED,
-               "HRES_SEC_E_DOWNGRADE_DETECTED",
-               "The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you."
-       },
-       {
-               HRES_SEC_E_SMARTCARD_CERT_REVOKED,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_ISSUING_CA_UNTRUSTED,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_REVOCATION_OFFLINE_C,
-               "HRES_SEC_E_REVOCATION_OFFLINE_C",
-               "The revocation status of the smart card certificate used for authentication could not be determined. Contact your system administrator."
-       },
-       {
-               HRES_SEC_E_PKINIT_CLIENT_FAILURE,
-               "HRES_SEC_E_PKINIT_CLIENT_FAILURE",
-               "The smart card certificate used for authentication was not trusted. Contact your system administrator."
-       },
-       {
-               HRES_SEC_E_SMARTCARD_CERT_EXPIRED,
-               "HRES_SEC_E_SMARTCARD_CERT_EXPIRED",
-               "The smart card certificate used for authentication has expired. Contact your system administrator."
-       },
-       {
-               HRES_SEC_E_NO_S4U_PROT_SUPPORT,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_CROSSREALM_DELEGATION_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_REVOCATION_OFFLINE_KDC,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_ISSUING_CA_UNTRUSTED_KDC,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_KDC_CERT_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_KDC_CERT_REVOKED,
-               "HRES_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."
-       },
-       {
-               HRES_SEC_E_INVALID_PARAMETER,
-               "HRES_SEC_E_INVALID_PARAMETER",
-               "One or more of the parameters passed to the function were invalid."
-       },
-       {
-               HRES_SEC_E_DELEGATION_POLICY,
-               "HRES_SEC_E_DELEGATION_POLICY",
-               "The client policy does not allow credential delegation to the target server."
-       },
-       {
-               HRES_SEC_E_POLICY_NLTM_ONLY,
-               "HRES_SEC_E_POLICY_NLTM_ONLY",
-               "The client policy does not allow credential delegation to the target server with NLTM only authentication."
-       },
-       {
-               HRES_CRYPT_E_MSG_ERROR,
-               "HRES_CRYPT_E_MSG_ERROR",
-               "An error occurred while performing an operation on a cryptographic message."
-       },
-       {
-               HRES_CRYPT_E_UNKNOWN_ALGO,
-               "HRES_CRYPT_E_UNKNOWN_ALGO",
-               "Unknown cryptographic algorithm."
-       },
-       {
-               HRES_CRYPT_E_OID_FORMAT,
-               "HRES_CRYPT_E_OID_FORMAT",
-               "The object identifier is poorly formatted."
-       },
-       {
-               HRES_CRYPT_E_INVALID_MSG_TYPE,
-               "HRES_CRYPT_E_INVALID_MSG_TYPE",
-               "Invalid cryptographic message type."
-       },
-       {
-               HRES_CRYPT_E_UNEXPECTED_ENCODING,
-               "HRES_CRYPT_E_UNEXPECTED_ENCODING",
-               "Unexpected cryptographic message encoding."
-       },
-       {
-               HRES_CRYPT_E_AUTH_ATTR_MISSING,
-               "HRES_CRYPT_E_AUTH_ATTR_MISSING",
-               "The cryptographic message does not contain an expected authenticated attribute."
-       },
-       {
-               HRES_CRYPT_E_HASH_VALUE,
-               "HRES_CRYPT_E_HASH_VALUE",
-               "The hash value is not correct."
-       },
-       {
-               HRES_CRYPT_E_INVALID_INDEX,
-               "HRES_CRYPT_E_INVALID_INDEX",
-               "The index value is not valid."
-       },
-       {
-               HRES_CRYPT_E_ALREADY_DECRYPTED,
-               "HRES_CRYPT_E_ALREADY_DECRYPTED",
-               "The content of the cryptographic message has already been decrypted."
-       },
-       {
-               HRES_CRYPT_E_NOT_DECRYPTED,
-               "HRES_CRYPT_E_NOT_DECRYPTED",
-               "The content of the cryptographic message has not been decrypted yet."
-       },
-       {
-               HRES_CRYPT_E_RECIPIENT_NOT_FOUND,
-               "HRES_CRYPT_E_RECIPIENT_NOT_FOUND",
-               "The enveloped-data message does not contain the specified recipient."
-       },
-       {
-               HRES_CRYPT_E_CONTROL_TYPE,
-               "HRES_CRYPT_E_CONTROL_TYPE",
-               "Invalid control type."
-       },
-       {
-               HRES_CRYPT_E_ISSUER_SERIALNUMBER,
-               "HRES_CRYPT_E_ISSUER_SERIALNUMBER",
-               "Invalid issuer or serial number."
-       },
-       {
-               HRES_CRYPT_E_SIGNER_NOT_FOUND,
-               "HRES_CRYPT_E_SIGNER_NOT_FOUND",
-               "Cannot find the original signer."
-       },
-       {
-               HRES_CRYPT_E_ATTRIBUTES_MISSING,
-               "HRES_CRYPT_E_ATTRIBUTES_MISSING",
-               "The cryptographic message does not contain all of the requested attributes."
-       },
-       {
-               HRES_CRYPT_E_STREAM_MSG_NOT_READY,
-               "HRES_CRYPT_E_STREAM_MSG_NOT_READY",
-               "The streamed cryptographic message is not ready to return data."
-       },
-       {
-               HRES_CRYPT_E_STREAM_INSUFFICIENT_DATA,
-               "HRES_CRYPT_E_STREAM_INSUFFICIENT_DATA",
-               "The streamed cryptographic message requires more data to complete the decode operation."
-       },
-       {
-               HRES_CRYPT_E_BAD_LEN,
-               "HRES_CRYPT_E_BAD_LEN",
-               "The length specified for the output data was insufficient."
-       },
-       {
-               HRES_CRYPT_E_BAD_ENCODE,
-               "HRES_CRYPT_E_BAD_ENCODE",
-               "An error occurred during the encode or decode operation."
-       },
-       {
-               HRES_CRYPT_E_FILE_ERROR,
-               "HRES_CRYPT_E_FILE_ERROR",
-               "An error occurred while reading or writing to a file."
-       },
-       {
-               HRES_CRYPT_E_NOT_FOUND,
-               "HRES_CRYPT_E_NOT_FOUND",
-               "Cannot find object or property."
-       },
-       {
-               HRES_CRYPT_E_EXISTS,
-               "HRES_CRYPT_E_EXISTS",
-               "The object or property already exists."
-       },
-       {
-               HRES_CRYPT_E_NO_PROVIDER,
-               "HRES_CRYPT_E_NO_PROVIDER",
-               "No provider was specified for the store or object."
-       },
-       {
-               HRES_CRYPT_E_SELF_SIGNED,
-               "HRES_CRYPT_E_SELF_SIGNED",
-               "The specified certificate is self-signed."
-       },
-       {
-               HRES_CRYPT_E_DELETED_PREV,
-               "HRES_CRYPT_E_DELETED_PREV",
-               "The previous certificate or certificate revocation list (CRL) context was deleted."
-       },
-       {
-               HRES_CRYPT_E_NO_MATCH,
-               "HRES_CRYPT_E_NO_MATCH",
-               "Cannot find the requested object."
-       },
-       {
-               HRES_CRYPT_E_UNEXPECTED_MSG_TYPE,
-               "HRES_CRYPT_E_UNEXPECTED_MSG_TYPE",
-               "The certificate does not have a property that references a private key."
-       },
-       {
-               HRES_CRYPT_E_NO_KEY_PROPERTY,
-               "HRES_CRYPT_E_NO_KEY_PROPERTY",
-               "Cannot find the certificate and private key for decryption."
-       },
-       {
-               HRES_CRYPT_E_NO_DECRYPT_CERT,
-               "HRES_CRYPT_E_NO_DECRYPT_CERT",
-               "Cannot find the certificate and private key to use for decryption."
-       },
-       {
-               HRES_CRYPT_E_BAD_MSG,
-               "HRES_CRYPT_E_BAD_MSG",
-               "Not a cryptographic message or the cryptographic message is not formatted correctly."
-       },
-       {
-               HRES_CRYPT_E_NO_SIGNER,
-               "HRES_CRYPT_E_NO_SIGNER",
-               "The signed cryptographic message does not have a signer for the specified signer index."
-       },
-       {
-               HRES_CRYPT_E_PENDING_CLOSE,
-               "HRES_CRYPT_E_PENDING_CLOSE",
-               "Final closure is pending until additional frees or closes."
-       },
-       {
-               HRES_CRYPT_E_REVOKED,
-               "HRES_CRYPT_E_REVOKED",
-               "The certificate is revoked."
-       },
-       {
-               HRES_CRYPT_E_NO_REVOCATION_DLL,
-               "HRES_CRYPT_E_NO_REVOCATION_DLL",
-               "No DLL or exported function was found to verify revocation."
-       },
-       {
-               HRES_CRYPT_E_NO_REVOCATION_CHECK,
-               "HRES_CRYPT_E_NO_REVOCATION_CHECK",
-               "The revocation function was unable to check revocation for the certificate."
-       },
-       {
-               HRES_CRYPT_E_REVOCATION_OFFLINE,
-               "HRES_CRYPT_E_REVOCATION_OFFLINE",
-               "The revocation function was unable to check revocation because the revocation server was offline."
-       },
-       {
-               HRES_CRYPT_E_NOT_IN_REVOCATION_DATABASE,
-               "HRES_CRYPT_E_NOT_IN_REVOCATION_DATABASE",
-               "The certificate is not in the revocation server's database."
-       },
-       {
-               HRES_CRYPT_E_INVALID_NUMERIC_STRING,
-               "HRES_CRYPT_E_INVALID_NUMERIC_STRING",
-               "The string contains a non-numeric character."
-       },
-       {
-               HRES_CRYPT_E_INVALID_PRINTABLE_STRING,
-               "HRES_CRYPT_E_INVALID_PRINTABLE_STRING",
-               "The string contains a nonprintable character."
-       },
-       {
-               HRES_CRYPT_E_INVALID_IA5_STRING,
-               "HRES_CRYPT_E_INVALID_IA5_STRING",
-               "The string contains a character not in the 7-bit ASCII character set."
-       },
-       {
-               HRES_CRYPT_E_INVALID_X500_STRING,
-               "HRES_CRYPT_E_INVALID_X500_STRING",
-               "The string contains an invalid X500 name attribute key, object identifier (OID), value, or delimiter."
-       },
-       {
-               HRES_CRYPT_E_NOT_CHAR_STRING,
-               "HRES_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."
-       },
-       {
-               HRES_CRYPT_E_FILERESIZED,
-               "HRES_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."
-       },
-       {
-               HRES_CRYPT_E_SECURITY_SETTINGS,
-               "HRES_CRYPT_E_SECURITY_SETTINGS",
-               "The cryptographic operation failed due to a local security option setting."
-       },
-       {
-               HRES_CRYPT_E_NO_VERIFY_USAGE_DLL,
-               "HRES_CRYPT_E_NO_VERIFY_USAGE_DLL",
-               "No DLL or exported function was found to verify subject usage."
-       },
-       {
-               HRES_CRYPT_E_NO_VERIFY_USAGE_CHECK,
-               "HRES_CRYPT_E_NO_VERIFY_USAGE_CHECK",
-               "The called function was unable to perform a usage check on the subject."
-       },
-       {
-               HRES_CRYPT_E_VERIFY_USAGE_OFFLINE,
-               "HRES_CRYPT_E_VERIFY_USAGE_OFFLINE",
-               "The called function was unable to complete the usage check because the server was offline."
-       },
-       {
-               HRES_CRYPT_E_NOT_IN_CTL,
-               "HRES_CRYPT_E_NOT_IN_CTL",
-               "The subject was not found in a certificate trust list (CTL)."
-       },
-       {
-               HRES_CRYPT_E_NO_TRUSTED_SIGNER,
-               "HRES_CRYPT_E_NO_TRUSTED_SIGNER",
-               "None of the signers of the cryptographic message or certificate trust list is trusted."
-       },
-       {
-               HRES_CRYPT_E_MISSING_PUBKEY_PARA,
-               "HRES_CRYPT_E_MISSING_PUBKEY_PARA",
-               "The public key's algorithm parameters are missing."
-       },
-       {
-               HRES_CRYPT_E_OSS_ERROR,
-               "HRES_CRYPT_E_OSS_ERROR",
-               "OSS Certificate encode/decode error code base."
-       },
-       {
-               HRES_OSS_MORE_BUF,
-               "HRES_OSS_MORE_BUF",
-               "OSS ASN.1 Error: Output Buffer is too small."
-       },
-       {
-               HRES_OSS_NEGATIVE_UINTEGER,
-               "HRES_OSS_NEGATIVE_UINTEGER",
-               "OSS ASN.1 Error: Signed integer is encoded as a unsigned integer."
-       },
-       {
-               HRES_OSS_PDU_RANGE,
-               "HRES_OSS_PDU_RANGE",
-               "OSS ASN.1 Error: Unknown ASN.1 data type."
-       },
-       {
-               HRES_OSS_MORE_INPUT,
-               "HRES_OSS_MORE_INPUT",
-               "OSS ASN.1 Error: Output buffer is too small; the decoded data has been truncated."
-       },
-       {
-               HRES_OSS_DATA_ERROR,
-               "HRES_OSS_DATA_ERROR",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_BAD_ARG,
-               "HRES_OSS_BAD_ARG",
-               "OSS ASN.1 Error: Invalid argument."
-       },
-       {
-               HRES_OSS_BAD_VERSION,
-               "HRES_OSS_BAD_VERSION",
-               "OSS ASN.1 Error: Encode/Decode version mismatch."
-       },
-       {
-               HRES_OSS_OUT_MEMORY,
-               "HRES_OSS_OUT_MEMORY",
-               "OSS ASN.1 Error: Out of memory."
-       },
-       {
-               HRES_OSS_PDU_MISMATCH,
-               "HRES_OSS_PDU_MISMATCH",
-               "OSS ASN.1 Error: Encode/Decode error."
-       },
-       {
-               HRES_OSS_LIMITED,
-               "HRES_OSS_LIMITED",
-               "OSS ASN.1 Error: Internal error."
-       },
-       {
-               HRES_OSS_BAD_PTR,
-               "HRES_OSS_BAD_PTR",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_BAD_TIME,
-               "HRES_OSS_BAD_TIME",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_INDEFINITE_NOT_SUPPORTED,
-               "HRES_OSS_INDEFINITE_NOT_SUPPORTED",
-               "OSS ASN.1 Error: Unsupported BER indefinite-length encoding."
-       },
-       {
-               HRES_OSS_MEM_ERROR,
-               "HRES_OSS_MEM_ERROR",
-               "OSS ASN.1 Error: Access violation."
-       },
-       {
-               HRES_OSS_BAD_TABLE,
-               "HRES_OSS_BAD_TABLE",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_TOO_LONG,
-               "HRES_OSS_TOO_LONG",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_CONSTRAINT_VIOLATED,
-               "HRES_OSS_CONSTRAINT_VIOLATED",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_FATAL_ERROR,
-               "HRES_OSS_FATAL_ERROR",
-               "OSS ASN.1 Error: Internal error."
-       },
-       {
-               HRES_OSS_ACCESS_SERIALIZATION_ERROR,
-               "HRES_OSS_ACCESS_SERIALIZATION_ERROR",
-               "OSS ASN.1 Error: Multithreading conflict."
-       },
-       {
-               HRES_OSS_NULL_TBL,
-               "HRES_OSS_NULL_TBL",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_NULL_FCN,
-               "HRES_OSS_NULL_FCN",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_BAD_ENCRULES,
-               "HRES_OSS_BAD_ENCRULES",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_UNAVAIL_ENCRULES,
-               "HRES_OSS_UNAVAIL_ENCRULES",
-               "OSS ASN.1 Error: Encode/Decode function not implemented."
-       },
-       {
-               HRES_OSS_CANT_OPEN_TRACE_WINDOW,
-               "HRES_OSS_CANT_OPEN_TRACE_WINDOW",
-               "OSS ASN.1 Error: Trace file error."
-       },
-       {
-               HRES_OSS_UNIMPLEMENTED,
-               "HRES_OSS_UNIMPLEMENTED",
-               "OSS ASN.1 Error: Function not implemented."
-       },
-       {
-               HRES_OSS_OID_DLL_NOT_LINKED,
-               "HRES_OSS_OID_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_CANT_OPEN_TRACE_FILE,
-               "HRES_OSS_CANT_OPEN_TRACE_FILE",
-               "OSS ASN.1 Error: Trace file error."
-       },
-       {
-               HRES_OSS_TRACE_FILE_ALREADY_OPEN,
-               "HRES_OSS_TRACE_FILE_ALREADY_OPEN",
-               "OSS ASN.1 Error: Trace file error."
-       },
-       {
-               HRES_OSS_TABLE_MISMATCH,
-               "HRES_OSS_TABLE_MISMATCH",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_TYPE_NOT_SUPPORTED,
-               "HRES_OSS_TYPE_NOT_SUPPORTED",
-               "OSS ASN.1 Error: Invalid data."
-       },
-       {
-               HRES_OSS_REAL_DLL_NOT_LINKED,
-               "HRES_OSS_REAL_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_REAL_CODE_NOT_LINKED,
-               "HRES_OSS_REAL_CODE_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_OUT_OF_RANGE,
-               "HRES_OSS_OUT_OF_RANGE",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_COPIER_DLL_NOT_LINKED,
-               "HRES_OSS_COPIER_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_CONSTRAINT_DLL_NOT_LINKED,
-               "HRES_OSS_CONSTRAINT_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_COMPARATOR_DLL_NOT_LINKED,
-               "HRES_OSS_COMPARATOR_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_COMPARATOR_CODE_NOT_LINKED,
-               "HRES_OSS_COMPARATOR_CODE_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_MEM_MGR_DLL_NOT_LINKED,
-               "HRES_OSS_MEM_MGR_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_PDV_DLL_NOT_LINKED,
-               "HRES_OSS_PDV_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_PDV_CODE_NOT_LINKED,
-               "HRES_OSS_PDV_CODE_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_API_DLL_NOT_LINKED,
-               "HRES_OSS_API_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_BERDER_DLL_NOT_LINKED,
-               "HRES_OSS_BERDER_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_PER_DLL_NOT_LINKED,
-               "HRES_OSS_PER_DLL_NOT_LINKED",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_OPEN_TYPE_ERROR,
-               "HRES_OSS_OPEN_TYPE_ERROR",
-               "OSS ASN.1 Error: Program link error."
-       },
-       {
-               HRES_OSS_MUTEX_NOT_CREATED,
-               "HRES_OSS_MUTEX_NOT_CREATED",
-               "OSS ASN.1 Error: System resource error."
-       },
-       {
-               HRES_OSS_CANT_CLOSE_TRACE_FILE,
-               "HRES_OSS_CANT_CLOSE_TRACE_FILE",
-               "OSS ASN.1 Error: Trace file error."
-       },
-       {
-               HRES_CRYPT_E_ASN1_ERROR,
-               "HRES_CRYPT_E_ASN1_ERROR",
-               "ASN1 Certificate encode/decode error code base."
-       },
-       {
-               HRES_CRYPT_E_ASN1_INTERNAL,
-               "HRES_CRYPT_E_ASN1_INTERNAL",
-               "ASN1 internal encode or decode error."
-       },
-       {
-               HRES_CRYPT_E_ASN1_EOD,
-               "HRES_CRYPT_E_ASN1_EOD",
-               "ASN1 unexpected end of data."
-       },
-       {
-               HRES_CRYPT_E_ASN1_CORRUPT,
-               "HRES_CRYPT_E_ASN1_CORRUPT",
-               "ASN1 corrupted data."
-       },
-       {
-               HRES_CRYPT_E_ASN1_LARGE,
-               "HRES_CRYPT_E_ASN1_LARGE",
-               "ASN1 value too large."
-       },
-       {
-               HRES_CRYPT_E_ASN1_CONSTRAINT,
-               "HRES_CRYPT_E_ASN1_CONSTRAINT",
-               "ASN1 constraint violated."
-       },
-       {
-               HRES_CRYPT_E_ASN1_MEMORY,
-               "HRES_CRYPT_E_ASN1_MEMORY",
-               "ASN1 out of memory."
-       },
-       {
-               HRES_CRYPT_E_ASN1_OVERFLOW,
-               "HRES_CRYPT_E_ASN1_OVERFLOW",
-               "ASN1 buffer overflow."
-       },
-       {
-               HRES_CRYPT_E_ASN1_BADPDU,
-               "HRES_CRYPT_E_ASN1_BADPDU",
-               "ASN1 function not supported for this protocol data unit (PDU)."
-       },
-       {
-               HRES_CRYPT_E_ASN1_BADARGS,
-               "HRES_CRYPT_E_ASN1_BADARGS",
-               "ASN1 bad arguments to function call."
-       },
-       {
-               HRES_CRYPT_E_ASN1_BADREAL,
-               "HRES_CRYPT_E_ASN1_BADREAL",
-               "ASN1 bad real value."
-       },
-       {
-               HRES_CRYPT_E_ASN1_BADTAG,
-               "HRES_CRYPT_E_ASN1_BADTAG",
-               "ASN1 bad tag value met."
-       },
-       {
-               HRES_CRYPT_E_ASN1_CHOICE,
-               "HRES_CRYPT_E_ASN1_CHOICE",
-               "ASN1 bad choice value."
-       },
-       {
-               HRES_CRYPT_E_ASN1_RULE,
-               "HRES_CRYPT_E_ASN1_RULE",
-               "ASN1 bad encoding rule."
-       },
-       {
-               HRES_CRYPT_E_ASN1_UTF8,
-               "HRES_CRYPT_E_ASN1_UTF8",
-               "ASN1 bad Unicode (UTF8)."
-       },
-       {
-               HRES_CRYPT_E_ASN1_PDU_TYPE,
-               "HRES_CRYPT_E_ASN1_PDU_TYPE",
-               "ASN1 bad PDU type."
-       },
-       {
-               HRES_CRYPT_E_ASN1_NYI,
-               "HRES_CRYPT_E_ASN1_NYI",
-               "ASN1 not yet implemented."
-       },
-       {
-               HRES_CRYPT_E_ASN1_EXTENDED,
-               "HRES_CRYPT_E_ASN1_EXTENDED",
-               "ASN1 skipped unknown extensions."
-       },
-       {
-               HRES_CRYPT_E_ASN1_NOEOD,
-               "HRES_CRYPT_E_ASN1_NOEOD",
-               "ASN1 end of data expected."
-       },
-       {
-               HRES_CERTSRV_E_BAD_REQUESTSUBJECT,
-               "HRES_CERTSRV_E_BAD_REQUESTSUBJECT",
-               "The request subject name is invalid or too long."
-       },
-       {
-               HRES_CERTSRV_E_NO_REQUEST,
-               "HRES_CERTSRV_E_NO_REQUEST",
-               "The request does not exist."
-       },
-       {
-               HRES_CERTSRV_E_BAD_REQUESTSTATUS,
-               "HRES_CERTSRV_E_BAD_REQUESTSTATUS",
-               "The request's current status does not allow this operation."
-       },
-       {
-               HRES_CERTSRV_E_PROPERTY_EMPTY,
-               "HRES_CERTSRV_E_PROPERTY_EMPTY",
-               "The requested property value is empty."
-       },
-       {
-               HRES_CERTSRV_E_INVALID_CA_CERTIFICATE,
-               "HRES_CERTSRV_E_INVALID_CA_CERTIFICATE",
-               "The CA's certificate contains invalid data."
-       },
-       {
-               HRES_CERTSRV_E_SERVER_SUSPENDED,
-               "HRES_CERTSRV_E_SERVER_SUSPENDED",
-               "Certificate service has been suspended for a database restore operation."
-       },
-       {
-               HRES_CERTSRV_E_ENCODING_LENGTH,
-               "HRES_CERTSRV_E_ENCODING_LENGTH",
-               "The certificate contains an encoded length that is potentially incompatible with older enrollment software."
-       },
-       {
-               HRES_CERTSRV_E_ROLECONFLICT,
-               "HRES_CERTSRV_E_ROLECONFLICT",
-               "The operation is denied. The user has multiple roles assigned, and the CA is configured to enforce role separation."
-       },
-       {
-               HRES_CERTSRV_E_RESTRICTEDOFFICER,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED,
-               "HRES_CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED",
-               "Cannot archive private key. The CA is not configured for key archival."
-       },
-       {
-               HRES_CERTSRV_E_NO_VALID_KRA,
-               "HRES_CERTSRV_E_NO_VALID_KRA",
-               "Cannot archive private key. The CA could not verify one or more key recovery certificates."
-       },
-       {
-               HRES_CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_NO_CAADMIN_DEFINED,
-               "HRES_CERTSRV_E_NO_CAADMIN_DEFINED",
-               "At least one security principal must have the permission to manage this CA."
-       },
-       {
-               HRES_CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE,
-               "HRES_CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE",
-               "The request contains an invalid renewal certificate attribute."
-       },
-       {
-               HRES_CERTSRV_E_NO_DB_SESSIONS,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_ALIGNMENT_FAULT,
-               "HRES_CERTSRV_E_ALIGNMENT_FAULT",
-               "A memory reference caused a data alignment fault."
-       },
-       {
-               HRES_CERTSRV_E_ENROLL_DENIED,
-               "HRES_CERTSRV_E_ENROLL_DENIED",
-               "The permissions on this CA do not allow the current user to enroll for certificates."
-       },
-       {
-               HRES_CERTSRV_E_TEMPLATE_DENIED,
-               "HRES_CERTSRV_E_TEMPLATE_DENIED",
-               "The permissions on the certificate template do not allow the current user to enroll for this type of certificate."
-       },
-       {
-               HRES_CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_UNSUPPORTED_CERT_TYPE,
-               "HRES_CERTSRV_E_UNSUPPORTED_CERT_TYPE",
-               "The requested certificate template is not supported by this CA."
-       },
-       {
-               HRES_CERTSRV_E_NO_CERT_TYPE,
-               "HRES_CERTSRV_E_NO_CERT_TYPE",
-               "The request contains no certificate template information."
-       },
-       {
-               HRES_CERTSRV_E_TEMPLATE_CONFLICT,
-               "HRES_CERTSRV_E_TEMPLATE_CONFLICT",
-               "The request contains conflicting template information."
-       },
-       {
-               HRES_CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED,
-               "HRES_CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED",
-               "The request is missing a required Subject Alternate name extension."
-       },
-       {
-               HRES_CERTSRV_E_ARCHIVED_KEY_REQUIRED,
-               "HRES_CERTSRV_E_ARCHIVED_KEY_REQUIRED",
-               "The request is missing a required private key for archival by the server."
-       },
-       {
-               HRES_CERTSRV_E_SMIME_REQUIRED,
-               "HRES_CERTSRV_E_SMIME_REQUIRED",
-               "The request is missing a required SMIME capabilities extension."
-       },
-       {
-               HRES_CERTSRV_E_BAD_RENEWAL_SUBJECT,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_BAD_TEMPLATE_VERSION,
-               "HRES_CERTSRV_E_BAD_TEMPLATE_VERSION",
-               "The request template version is newer than the supported template version."
-       },
-       {
-               HRES_CERTSRV_E_TEMPLATE_POLICY_REQUIRED,
-               "HRES_CERTSRV_E_TEMPLATE_POLICY_REQUIRED",
-               "The template is missing a required signature policy attribute."
-       },
-       {
-               HRES_CERTSRV_E_SIGNATURE_POLICY_REQUIRED,
-               "HRES_CERTSRV_E_SIGNATURE_POLICY_REQUIRED",
-               "The request is missing required signature policy information."
-       },
-       {
-               HRES_CERTSRV_E_SIGNATURE_COUNT,
-               "HRES_CERTSRV_E_SIGNATURE_COUNT",
-               "The request is missing one or more required signatures."
-       },
-       {
-               HRES_CERTSRV_E_SIGNATURE_REJECTED,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_ISSUANCE_POLICY_REQUIRED,
-               "HRES_CERTSRV_E_ISSUANCE_POLICY_REQUIRED",
-               "The request is missing one or more required signature issuance policies."
-       },
-       {
-               HRES_CERTSRV_E_SUBJECT_UPN_REQUIRED,
-               "HRES_CERTSRV_E_SUBJECT_UPN_REQUIRED",
-               "The UPN is unavailable and cannot be added to the Subject Alternate name."
-       },
-       {
-               HRES_CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED,
-               "HRES_CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED",
-               "The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name."
-       },
-       {
-               HRES_CERTSRV_E_SUBJECT_DNS_REQUIRED,
-               "HRES_CERTSRV_E_SUBJECT_DNS_REQUIRED",
-               "The Domain Name System (DNS) name is unavailable and cannot be added to the Subject Alternate name."
-       },
-       {
-               HRES_CERTSRV_E_ARCHIVED_KEY_UNEXPECTED,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_KEY_LENGTH,
-               "HRES_CERTSRV_E_KEY_LENGTH",
-               "The public key does not meet the minimum size required by the specified certificate template."
-       },
-       {
-               HRES_CERTSRV_E_SUBJECT_EMAIL_REQUIRED,
-               "HRES_CERTSRV_E_SUBJECT_EMAIL_REQUIRED",
-               "The email name is unavailable and cannot be added to the Subject or Subject Alternate name."
-       },
-       {
-               HRES_CERTSRV_E_UNKNOWN_CERT_TYPE,
-               "HRES_CERTSRV_E_UNKNOWN_CERT_TYPE",
-               "One or more certificate templates to be enabled on this CA could not be found."
-       },
-       {
-               HRES_CERTSRV_E_CERT_TYPE_OVERLAP,
-               "HRES_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."
-       },
-       {
-               HRES_CERTSRV_E_TOO_MANY_SIGNATURES,
-               "HRES_CERTSRV_E_TOO_MANY_SIGNATURES",
-               "The certificate template requires too many return authorization (RA) signatures. Only one RA signature is allowed."
-       },
-       {
-               HRES_CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY,
-               "HRES_CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY",
-               "The key used in a renewal request does not match one of the certificates being renewed."
-       },
-       {
-               HRES_CERTSRV_E_INVALID_EK,
-               "HRES_CERTSRV_E_INVALID_EK",
-               "The endorsement key certificate is not valid."
-       },
-       {
-               HRES_CERTSRV_E_KEY_ATTESTATION,
-               "HRES_CERTSRV_E_KEY_ATTESTATION",
-               "Key attestation did not succeed."
-       },
-       {
-               HRES_XENROLL_E_KEY_NOT_EXPORTABLE,
-               "HRES_XENROLL_E_KEY_NOT_EXPORTABLE",
-               "The key is not exportable."
-       },
-       {
-               HRES_XENROLL_E_CANNOT_ADD_ROOT_CERT,
-               "HRES_XENROLL_E_CANNOT_ADD_ROOT_CERT",
-               "You cannot add the root CA certificate into your local store."
-       },
-       {
-               HRES_XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND,
-               "HRES_XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND",
-               "The key archival hash attribute was not found in the response."
-       },
-       {
-               HRES_XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH,
-               "HRES_XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH",
-               "An unexpected key archival hash attribute was found in the response."
-       },
-       {
-               HRES_XENROLL_E_RESPONSE_KA_HASH_MISMATCH,
-               "HRES_XENROLL_E_RESPONSE_KA_HASH_MISMATCH",
-               "There is a key archival hash mismatch between the request and the response."
-       },
-       {
-               HRES_XENROLL_E_KEYSPEC_SMIME_MISMATCH,
-               "HRES_XENROLL_E_KEYSPEC_SMIME_MISMATCH",
-               "Signing certificate cannot include SMIME extension."
-       },
-       {
-               HRES_TRUST_E_SYSTEM_ERROR,
-               "HRES_TRUST_E_SYSTEM_ERROR",
-               "A system-level error occurred while verifying trust."
-       },
-       {
-               HRES_TRUST_E_NO_SIGNER_CERT,
-               "HRES_TRUST_E_NO_SIGNER_CERT",
-               "The certificate for the signer of the message is invalid or not found."
-       },
-       {
-               HRES_TRUST_E_COUNTER_SIGNER,
-               "HRES_TRUST_E_COUNTER_SIGNER",
-               "One of the counter signatures was invalid."
-       },
-       {
-               HRES_TRUST_E_CERT_SIGNATURE,
-               "HRES_TRUST_E_CERT_SIGNATURE",
-               "The signature of the certificate cannot be verified."
-       },
-       {
-               HRES_TRUST_E_TIME_STAMP,
-               "HRES_TRUST_E_TIME_STAMP",
-               "The time-stamp signature or certificate could not be verified or is malformed."
-       },
-       {
-               HRES_TRUST_E_BAD_DIGEST,
-               "HRES_TRUST_E_BAD_DIGEST",
-               "The digital signature of the object did not verify."
-       },
-       {
-               HRES_TRUST_E_BASIC_CONSTRAINTS,
-               "HRES_TRUST_E_BASIC_CONSTRAINTS",
-               "A certificate's basic constraint extension has not been observed."
-       },
-       {
-               HRES_TRUST_E_FINANCIAL_CRITERIA,
-               "HRES_TRUST_E_FINANCIAL_CRITERIA",
-               "The certificate does not meet or contain the Authenticode financial extensions."
-       },
-       {
-               HRES_MSSIPOTF_E_OUTOFMEMRANGE,
-               "HRES_MSSIPOTF_E_OUTOFMEMRANGE",
-               "Tried to reference a part of the file outside the proper range."
-       },
-       {
-               HRES_MSSIPOTF_E_CANTGETOBJECT,
-               "HRES_MSSIPOTF_E_CANTGETOBJECT",
-               "Could not retrieve an object from the file."
-       },
-       {
-               HRES_MSSIPOTF_E_NOHEADTABLE,
-               "HRES_MSSIPOTF_E_NOHEADTABLE",
-               "Could not find the head table in the file."
-       },
-       {
-               HRES_MSSIPOTF_E_BAD_MAGICNUMBER,
-               "HRES_MSSIPOTF_E_BAD_MAGICNUMBER",
-               "The magic number in the head table is incorrect."
-       },
-       {
-               HRES_MSSIPOTF_E_BAD_OFFSET_TABLE,
-               "HRES_MSSIPOTF_E_BAD_OFFSET_TABLE",
-               "The offset table has incorrect values."
-       },
-       {
-               HRES_MSSIPOTF_E_TABLE_TAGORDER,
-               "HRES_MSSIPOTF_E_TABLE_TAGORDER",
-               "Duplicate table tags or the tags are out of alphabetical order."
-       },
-       {
-               HRES_MSSIPOTF_E_TABLE_LONGWORD,
-               "HRES_MSSIPOTF_E_TABLE_LONGWORD",
-               "A table does not start on a long word boundary."
-       },
-       {
-               HRES_MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT,
-               "HRES_MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT",
-               "First table does not appear after header information."
-       },
-       {
-               HRES_MSSIPOTF_E_TABLES_OVERLAP,
-               "HRES_MSSIPOTF_E_TABLES_OVERLAP",
-               "Two or more tables overlap."
-       },
-       {
-               HRES_MSSIPOTF_E_TABLE_PADBYTES,
-               "HRES_MSSIPOTF_E_TABLE_PADBYTES",
-               "Too many pad bytes between tables, or pad bytes are not 0."
-       },
-       {
-               HRES_MSSIPOTF_E_FILETOOSMALL,
-               "HRES_MSSIPOTF_E_FILETOOSMALL",
-               "File is too small to contain the last table."
-       },
-       {
-               HRES_MSSIPOTF_E_TABLE_CHECKSUM,
-               "HRES_MSSIPOTF_E_TABLE_CHECKSUM",
-               "A table checksum is incorrect."
-       },
-       {
-               HRES_MSSIPOTF_E_FILE_CHECKSUM,
-               "HRES_MSSIPOTF_E_FILE_CHECKSUM",
-               "The file checksum is incorrect."
-       },
-       {
-               HRES_MSSIPOTF_E_FAILED_POLICY,
-               "HRES_MSSIPOTF_E_FAILED_POLICY",
-               "The signature does not have the correct attributes for the policy."
-       },
-       {
-               HRES_MSSIPOTF_E_FAILED_HINTS_CHECK,
-               "HRES_MSSIPOTF_E_FAILED_HINTS_CHECK",
-               "The file did not pass the hints check."
-       },
-       {
-               HRES_MSSIPOTF_E_NOT_OPENTYPE,
-               "HRES_MSSIPOTF_E_NOT_OPENTYPE",
-               "The file is not an OpenType file."
-       },
-       {
-               HRES_MSSIPOTF_E_FILE,
-               "HRES_MSSIPOTF_E_FILE",
-               "Failed on a file operation (such as open, map, read, or write)."
-       },
-       {
-               HRES_MSSIPOTF_E_CRYPT,
-               "HRES_MSSIPOTF_E_CRYPT",
-               "A call to a CryptoAPI function failed."
-       },
-       {
-               HRES_MSSIPOTF_E_BADVERSION,
-               "HRES_MSSIPOTF_E_BADVERSION",
-               "There is a bad version number in the file."
-       },
-       {
-               HRES_MSSIPOTF_E_DSIG_STRUCTURE,
-               "HRES_MSSIPOTF_E_DSIG_STRUCTURE",
-               "The structure of the DSIG table is incorrect."
-       },
-       {
-               HRES_MSSIPOTF_E_PCONST_CHECK,
-               "HRES_MSSIPOTF_E_PCONST_CHECK",
-               "A check failed in a partially constant table."
-       },
-       {
-               HRES_MSSIPOTF_E_STRUCTURE,
-               "HRES_MSSIPOTF_E_STRUCTURE",
-               "Some kind of structural error."
-       },
-       {
-               HRES_ERROR_CRED_REQUIRES_CONFIRMATION,
-               "HRES_ERROR_CRED_REQUIRES_CONFIRMATION",
-               "The requested credential requires confirmation."
-       },
-       {
-               HRES_TRUST_E_PROVIDER_UNKNOWN,
-               "HRES_TRUST_E_PROVIDER_UNKNOWN",
-               "Unknown trust provider."
-       },
-       {
-               HRES_TRUST_E_ACTION_UNKNOWN,
-               "HRES_TRUST_E_ACTION_UNKNOWN",
-               "The trust verification action specified is not supported by the specified trust provider."
-       },
-       {
-               HRES_TRUST_E_SUBJECT_FORM_UNKNOWN,
-               "HRES_TRUST_E_SUBJECT_FORM_UNKNOWN",
-               "The form specified for the subject is not one supported or known by the specified trust provider."
-       },
-       {
-               HRES_TRUST_E_SUBJECT_NOT_TRUSTED,
-               "HRES_TRUST_E_SUBJECT_NOT_TRUSTED",
-               "The subject is not trusted for the specified action."
-       },
-       {
-               HRES_DIGSIG_E_ENCODE,
-               "HRES_DIGSIG_E_ENCODE",
-               "Error due to problem in ASN.1 encoding process."
-       },
-       {
-               HRES_DIGSIG_E_DECODE,
-               "HRES_DIGSIG_E_DECODE",
-               "Error due to problem in ASN.1 decoding process."
-       },
-       {
-               HRES_DIGSIG_E_EXTENSIBILITY,
-               "HRES_DIGSIG_E_EXTENSIBILITY",
-               "Reading/writing extensions where attributes are appropriate, and vice versa."
-       },
-       {
-               HRES_DIGSIG_E_CRYPTO,
-               "HRES_DIGSIG_E_CRYPTO",
-               "Unspecified cryptographic failure."
-       },
-       {
-               HRES_PERSIST_E_SIZEDEFINITE,
-               "HRES_PERSIST_E_SIZEDEFINITE",
-               "The size of the data could not be determined."
-       },
-       {
-               HRES_PERSIST_E_SIZEINDEFINITE,
-               "HRES_PERSIST_E_SIZEINDEFINITE",
-               "The size of the indefinite-sized data could not be determined."
-       },
-       {
-               HRES_PERSIST_E_NOTSELFSIZING,
-               "HRES_PERSIST_E_NOTSELFSIZING",
-               "This object does not read and write self-sizing data."
-       },
-       {
-               HRES_TRUST_E_NOSIGNATURE,
-               "HRES_TRUST_E_NOSIGNATURE",
-               "No signature was present in the subject."
-       },
-       {
-               HRES_CERT_E_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_CERT_E_VALIDITYPERIODNESTING,
-               "HRES_CERT_E_VALIDITYPERIODNESTING",
-               "The validity periods of the certification chain do not nest correctly."
-       },
-       {
-               HRES_CERT_E_ROLE,
-               "HRES_CERT_E_ROLE",
-               "A certificate that can only be used as an end entity is being used as a CA or vice versa."
-       },
-       {
-               HRES_CERT_E_PATHLENCONST,
-               "HRES_CERT_E_PATHLENCONST",
-               "A path length constraint in the certification chain has been violated."
-       },
-       {
-               HRES_CERT_E_CRITICAL,
-               "HRES_CERT_E_CRITICAL",
-               "A certificate contains an unknown extension that is marked \"critical\"."
-       },
-       {
-               HRES_CERT_E_PURPOSE,
-               "HRES_CERT_E_PURPOSE",
-               "A certificate is being used for a purpose other than the ones specified by its CA."
-       },
-       {
-               HRES_CERT_E_ISSUERCHAINING,
-               "HRES_CERT_E_ISSUERCHAINING",
-               "A parent of a given certificate did not issue that child certificate."
-       },
-       {
-               HRES_CERT_E_MALFORMED,
-               "HRES_CERT_E_MALFORMED",
-               "A certificate is missing or has an empty value for an important field, such as a subject or issuer name."
-       },
-       {
-               HRES_CERT_E_UNTRUSTEDROOT,
-               "HRES_CERT_E_UNTRUSTEDROOT",
-               "A certificate chain processed, but terminated in a root certificate that is not trusted by the trust provider."
-       },
-       {
-               HRES_CERT_E_CHAINING,
-               "HRES_CERT_E_CHAINING",
-               "A certificate chain could not be built to a trusted root authority."
-       },
-       {
-               HRES_TRUST_E_FAIL,
-               "HRES_TRUST_E_FAIL",
-               "Generic trust failure."
-       },
-       {
-               HRES_CERT_E_REVOKED,
-               "HRES_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."
-       },
-       {
-               HRES_CERT_E_UNTRUSTEDTESTROOT,
-               "HRES_CERT_E_UNTRUSTEDTESTROOT",
-               "The certification path terminates with the test root that is not trusted with the current policy settings."
-       },
-       {
-               HRES_CERT_E_REVOCATION_FAILURE,
-               "HRES_CERT_E_REVOCATION_FAILURE",
-               "The revocation process could not continue—the certificates could not be checked."
-       },
-       {
-               HRES_CERT_E_CN_NO_MATCH,
-               "HRES_CERT_E_CN_NO_MATCH",
-               "The certificate's CN name does not match the passed value."
-       },
-       {
-               HRES_CERT_E_WRONG_USAGE,
-               "HRES_CERT_E_WRONG_USAGE",
-               "The certificate is not valid for the requested usage."
-       },
-       {
-               HRES_TRUST_E_EXPLICIT_DISTRUST,
-               "HRES_TRUST_E_EXPLICIT_DISTRUST",
-               "The certificate was explicitly marked as untrusted by the user."
-       },
-       {
-               HRES_CERT_E_UNTRUSTEDCA,
-               "HRES_CERT_E_UNTRUSTEDCA",
-               "A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider."
-       },
-       {
-               HRES_CERT_E_INVALID_POLICY,
-               "HRES_CERT_E_INVALID_POLICY",
-               "The certificate has invalid policy."
-       },
-       {
-               HRES_CERT_E_INVALID_NAME,
-               "HRES_CERT_E_INVALID_NAME",
-               "The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded."
-       },
-       {
-               HRES_NS_W_SERVER_BANDWIDTH_LIMIT,
-               "HRES_NS_W_SERVER_BANDWIDTH_LIMIT",
-               "The maximum filebitrate value specified is greater than the server's configured maximum bandwidth."
-       },
-       {
-               HRES_NS_W_FILE_BANDWIDTH_LIMIT,
-               "HRES_NS_W_FILE_BANDWIDTH_LIMIT",
-               "The maximum bandwidth value specified is less than the maximum filebitrate."
-       },
-       {
-               HRES_NS_W_UNKNOWN_EVENT,
-               "HRES_NS_W_UNKNOWN_EVENT",
-               "Unknown %1 event encountered."
-       },
-       {
-               HRES_NS_I_CATATONIC_FAILURE,
-               "HRES_NS_I_CATATONIC_FAILURE",
-               "Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic."
-       },
-       {
-               HRES_NS_I_CATATONIC_AUTO_UNFAIL,
-               "HRES_NS_I_CATATONIC_AUTO_UNFAIL",
-               "Disk %1 ( %2 ) on Content Server %3, auto online from catatonic state."
-       },
-       {
-               HRES_SPAPI_E_EXPECTED_SECTION_NAME,
-               "HRES_SPAPI_E_EXPECTED_SECTION_NAME",
-               "A non-empty line was encountered in the INF before the start of a section."
-       },
-       {
-               HRES_SPAPI_E_BAD_SECTION_NAME_LINE,
-               "HRES_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."
-       },
-       {
-               HRES_SPAPI_E_SECTION_NAME_TOO_LONG,
-               "HRES_SPAPI_E_SECTION_NAME_TOO_LONG",
-               "An INF section was encountered whose name exceeds the maximum section name length."
-       },
-       {
-               HRES_SPAPI_E_GENERAL_SYNTAX,
-               "HRES_SPAPI_E_GENERAL_SYNTAX",
-               "The syntax of the INF is invalid."
-       },
-       {
-               HRES_SPAPI_E_WRONG_INF_STYLE,
-               "HRES_SPAPI_E_WRONG_INF_STYLE",
-               "The style of the INF is different than what was requested."
-       },
-       {
-               HRES_SPAPI_E_SECTION_NOT_FOUND,
-               "HRES_SPAPI_E_SECTION_NOT_FOUND",
-               "The required section was not found in the INF."
-       },
-       {
-               HRES_SPAPI_E_LINE_NOT_FOUND,
-               "HRES_SPAPI_E_LINE_NOT_FOUND",
-               "The required line was not found in the INF."
-       },
-       {
-               HRES_SPAPI_E_NO_BACKUP,
-               "HRES_SPAPI_E_NO_BACKUP",
-               "The files affected by the installation of this file queue have not been backed up for uninstall."
-       },
-       {
-               HRES_SPAPI_E_NO_ASSOCIATED_CLASS,
-               "HRES_SPAPI_E_NO_ASSOCIATED_CLASS",
-               "The INF or the device information set or element does not have an associated install class."
-       },
-       {
-               HRES_SPAPI_E_CLASS_MISMATCH,
-               "HRES_SPAPI_E_CLASS_MISMATCH",
-               "The INF or the device information set or element does not match the specified install class."
-       },
-       {
-               HRES_SPAPI_E_DUPLICATE_FOUND,
-               "HRES_SPAPI_E_DUPLICATE_FOUND",
-               "An existing device was found that is a duplicate of the device being manually installed."
-       },
-       {
-               HRES_SPAPI_E_NO_DRIVER_SELECTED,
-               "HRES_SPAPI_E_NO_DRIVER_SELECTED",
-               "There is no driver selected for the device information set or element."
-       },
-       {
-               HRES_SPAPI_E_KEY_DOES_NOT_EXIST,
-               "HRES_SPAPI_E_KEY_DOES_NOT_EXIST",
-               "The requested device registry key does not exist."
-       },
-       {
-               HRES_SPAPI_E_INVALID_DEVINST_NAME,
-               "HRES_SPAPI_E_INVALID_DEVINST_NAME",
-               "The device instance name is invalid."
-       },
-       {
-               HRES_SPAPI_E_INVALID_CLASS,
-               "HRES_SPAPI_E_INVALID_CLASS",
-               "The install class is not present or is invalid."
-       },
-       {
-               HRES_SPAPI_E_DEVINST_ALREADY_EXISTS,
-               "HRES_SPAPI_E_DEVINST_ALREADY_EXISTS",
-               "The device instance cannot be created because it already exists."
-       },
-       {
-               HRES_SPAPI_E_DEVINFO_NOT_REGISTERED,
-               "HRES_SPAPI_E_DEVINFO_NOT_REGISTERED",
-               "The operation cannot be performed on a device information element that has not been registered."
-       },
-       {
-               HRES_SPAPI_E_INVALID_REG_PROPERTY,
-               "HRES_SPAPI_E_INVALID_REG_PROPERTY",
-               "The device property code is invalid."
-       },
-       {
-               HRES_SPAPI_E_NO_INF,
-               "HRES_SPAPI_E_NO_INF",
-               "The INF from which a driver list is to be built does not exist."
-       },
-       {
-               HRES_SPAPI_E_NO_SUCH_DEVINST,
-               "HRES_SPAPI_E_NO_SUCH_DEVINST",
-               "The device instance does not exist in the hardware tree."
-       },
-       {
-               HRES_SPAPI_E_CANT_LOAD_CLASS_ICON,
-               "HRES_SPAPI_E_CANT_LOAD_CLASS_ICON",
-               "The icon representing this install class cannot be loaded."
-       },
-       {
-               HRES_SPAPI_E_INVALID_CLASS_INSTALLER,
-               "HRES_SPAPI_E_INVALID_CLASS_INSTALLER",
-               "The class installer registry entry is invalid."
-       },
-       {
-               HRES_SPAPI_E_DI_DO_DEFAULT,
-               "HRES_SPAPI_E_DI_DO_DEFAULT",
-               "The class installer has indicated that the default action should be performed for this installation request."
-       },
-       {
-               HRES_SPAPI_E_DI_NOFILECOPY,
-               "HRES_SPAPI_E_DI_NOFILECOPY",
-               "The operation does not require any files to be copied."
-       },
-       {
-               HRES_SPAPI_E_INVALID_HWPROFILE,
-               "HRES_SPAPI_E_INVALID_HWPROFILE",
-               "The specified hardware profile does not exist."
-       },
-       {
-               HRES_SPAPI_E_NO_DEVICE_SELECTED,
-               "HRES_SPAPI_E_NO_DEVICE_SELECTED",
-               "There is no device information element currently selected for this device information set."
-       },
-       {
-               HRES_SPAPI_E_DEVINFO_LIST_LOCKED,
-               "HRES_SPAPI_E_DEVINFO_LIST_LOCKED",
-               "The operation cannot be performed because the device information set is locked."
-       },
-       {
-               HRES_SPAPI_E_DEVINFO_DATA_LOCKED,
-               "HRES_SPAPI_E_DEVINFO_DATA_LOCKED",
-               "The operation cannot be performed because the device information element is locked."
-       },
-       {
-               HRES_SPAPI_E_DI_BAD_PATH,
-               "HRES_SPAPI_E_DI_BAD_PATH",
-               "The specified path does not contain any applicable device INFs."
-       },
-       {
-               HRES_SPAPI_E_NO_CLASSINSTALL_PARAMS,
-               "HRES_SPAPI_E_NO_CLASSINSTALL_PARAMS",
-               "No class installer parameters have been set for the device information set or element."
-       },
-       {
-               HRES_SPAPI_E_FILEQUEUE_LOCKED,
-               "HRES_SPAPI_E_FILEQUEUE_LOCKED",
-               "The operation cannot be performed because the file queue is locked."
-       },
-       {
-               HRES_SPAPI_E_BAD_SERVICE_INSTALLSECT,
-               "HRES_SPAPI_E_BAD_SERVICE_INSTALLSECT",
-               "A service installation section in this INF is invalid."
-       },
-       {
-               HRES_SPAPI_E_NO_CLASS_DRIVER_LIST,
-               "HRES_SPAPI_E_NO_CLASS_DRIVER_LIST",
-               "There is no class driver list for the device information element."
-       },
-       {
-               HRES_SPAPI_E_NO_ASSOCIATED_SERVICE,
-               "HRES_SPAPI_E_NO_ASSOCIATED_SERVICE",
-               "The installation failed because a function driver was not specified for this device instance."
-       },
-       {
-               HRES_SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE,
-               "HRES_SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE",
-               "There is presently no default device interface designated for this interface class."
-       },
-       {
-               HRES_SPAPI_E_DEVICE_INTERFACE_ACTIVE,
-               "HRES_SPAPI_E_DEVICE_INTERFACE_ACTIVE",
-               "The operation cannot be performed because the device interface is currently active."
-       },
-       {
-               HRES_SPAPI_E_DEVICE_INTERFACE_REMOVED,
-               "HRES_SPAPI_E_DEVICE_INTERFACE_REMOVED",
-               "The operation cannot be performed because the device interface has been removed from the system."
-       },
-       {
-               HRES_SPAPI_E_BAD_INTERFACE_INSTALLSECT,
-               "HRES_SPAPI_E_BAD_INTERFACE_INSTALLSECT",
-               "An interface installation section in this INF is invalid."
-       },
-       {
-               HRES_SPAPI_E_NO_SUCH_INTERFACE_CLASS,
-               "HRES_SPAPI_E_NO_SUCH_INTERFACE_CLASS",
-               "This interface class does not exist in the system."
-       },
-       {
-               HRES_SPAPI_E_INVALID_REFERENCE_STRING,
-               "HRES_SPAPI_E_INVALID_REFERENCE_STRING",
-               "The reference string supplied for this interface device is invalid."
-       },
-       {
-               HRES_SPAPI_E_INVALID_MACHINENAME,
-               "HRES_SPAPI_E_INVALID_MACHINENAME",
-               "The specified machine name does not conform to Universal Naming Convention (UNCs)."
-       },
-       {
-               HRES_SPAPI_E_REMOTE_COMM_FAILURE,
-               "HRES_SPAPI_E_REMOTE_COMM_FAILURE",
-               "A general remote communication error occurred."
-       },
-       {
-               HRES_SPAPI_E_MACHINE_UNAVAILABLE,
-               "HRES_SPAPI_E_MACHINE_UNAVAILABLE",
-               "The machine selected for remote communication is not available at this time."
-       },
-       {
-               HRES_SPAPI_E_NO_CONFIGMGR_SERVICES,
-               "HRES_SPAPI_E_NO_CONFIGMGR_SERVICES",
-               "The Plug and Play service is not available on the remote machine."
-       },
-       {
-               HRES_SPAPI_E_INVALID_PROPPAGE_PROVIDER,
-               "HRES_SPAPI_E_INVALID_PROPPAGE_PROVIDER",
-               "The property page provider registry entry is invalid."
-       },
-       {
-               HRES_SPAPI_E_NO_SUCH_DEVICE_INTERFACE,
-               "HRES_SPAPI_E_NO_SUCH_DEVICE_INTERFACE",
-               "The requested device interface is not present in the system."
-       },
-       {
-               HRES_SPAPI_E_DI_POSTPROCESSING_REQUIRED,
-               "HRES_SPAPI_E_DI_POSTPROCESSING_REQUIRED",
-               "The device's co-installer has additional work to perform after installation is complete."
-       },
-       {
-               HRES_SPAPI_E_INVALID_COINSTALLER,
-               "HRES_SPAPI_E_INVALID_COINSTALLER",
-               "The device's co-installer is invalid."
-       },
-       {
-               HRES_SPAPI_E_NO_COMPAT_DRIVERS,
-               "HRES_SPAPI_E_NO_COMPAT_DRIVERS",
-               "There are no compatible drivers for this device."
-       },
-       {
-               HRES_SPAPI_E_NO_DEVICE_ICON,
-               "HRES_SPAPI_E_NO_DEVICE_ICON",
-               "There is no icon that represents this device or device type."
-       },
-       {
-               HRES_SPAPI_E_INVALID_INF_LOGCONFIG,
-               "HRES_SPAPI_E_INVALID_INF_LOGCONFIG",
-               "A logical configuration specified in this INF is invalid."
-       },
-       {
-               HRES_SPAPI_E_DI_DONT_INSTALL,
-               "HRES_SPAPI_E_DI_DONT_INSTALL",
-               "The class installer has denied the request to install or upgrade this device."
-       },
-       {
-               HRES_SPAPI_E_INVALID_FILTER_DRIVER,
-               "HRES_SPAPI_E_INVALID_FILTER_DRIVER",
-               "One of the filter drivers installed for this device is invalid."
-       },
-       {
-               HRES_SPAPI_E_NON_WINDOWS_NT_DRIVER,
-               "HRES_SPAPI_E_NON_WINDOWS_NT_DRIVER",
-               "The driver selected for this device does not support Windows XP operating system."
-       },
-       {
-               HRES_SPAPI_E_NON_WINDOWS_DRIVER,
-               "HRES_SPAPI_E_NON_WINDOWS_DRIVER",
-               "The driver selected for this device does not support Windows."
-       },
-       {
-               HRES_SPAPI_E_NO_CATALOG_FOR_OEM_INF,
-               "HRES_SPAPI_E_NO_CATALOG_FOR_OEM_INF",
-               "The third-party INF does not contain digital signature information."
-       },
-       {
-               HRES_SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE,
-               "HRES_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."
-       },
-       {
-               HRES_SPAPI_E_NOT_DISABLEABLE,
-               "HRES_SPAPI_E_NOT_DISABLEABLE",
-               "The device cannot be disabled."
-       },
-       {
-               HRES_SPAPI_E_CANT_REMOVE_DEVINST,
-               "HRES_SPAPI_E_CANT_REMOVE_DEVINST",
-               "The device could not be dynamically removed."
-       },
-       {
-               HRES_SPAPI_E_INVALID_TARGET,
-               "HRES_SPAPI_E_INVALID_TARGET",
-               "Cannot copy to specified target."
-       },
-       {
-               HRES_SPAPI_E_DRIVER_NONNATIVE,
-               "HRES_SPAPI_E_DRIVER_NONNATIVE",
-               "Driver is not intended for this platform."
-       },
-       {
-               HRES_SPAPI_E_IN_WOW64,
-               "HRES_SPAPI_E_IN_WOW64",
-               "Operation not allowed in WOW64."
-       },
-       {
-               HRES_SPAPI_E_SET_SYSTEM_RESTORE_POINT,
-               "HRES_SPAPI_E_SET_SYSTEM_RESTORE_POINT",
-               "The operation involving unsigned file copying was rolled back, so that a system restore point could be set."
-       },
-       {
-               HRES_SPAPI_E_INCORRECTLY_COPIED_INF,
-               "HRES_SPAPI_E_INCORRECTLY_COPIED_INF",
-               "An INF was copied into the Windows INF directory in an improper manner."
-       },
-       {
-               HRES_SPAPI_E_SCE_DISABLED,
-               "HRES_SPAPI_E_SCE_DISABLED",
-               "The Security Configuration Editor (SCE) APIs have been disabled on this embedded product."
-       },
-       {
-               HRES_SPAPI_E_UNKNOWN_EXCEPTION,
-               "HRES_SPAPI_E_UNKNOWN_EXCEPTION",
-               "An unknown exception was encountered."
-       },
-       {
-               HRES_SPAPI_E_PNP_REGISTRY_ERROR,
-               "HRES_SPAPI_E_PNP_REGISTRY_ERROR",
-               "A problem was encountered when accessing the Plug and Play registry database."
-       },
-       {
-               HRES_SPAPI_E_REMOTE_REQUEST_UNSUPPORTED,
-               "HRES_SPAPI_E_REMOTE_REQUEST_UNSUPPORTED",
-               "The requested operation is not supported for a remote machine."
-       },
-       {
-               HRES_SPAPI_E_NOT_AN_INSTALLED_OEM_INF,
-               "HRES_SPAPI_E_NOT_AN_INSTALLED_OEM_INF",
-               "The specified file is not an installed original equipment manufacturer (OEM) INF."
-       },
-       {
-               HRES_SPAPI_E_INF_IN_USE_BY_DEVICES,
-               "HRES_SPAPI_E_INF_IN_USE_BY_DEVICES",
-               "One or more devices are presently installed using the specified INF."
-       },
-       {
-               HRES_SPAPI_E_DI_FUNCTION_OBSOLETE,
-               "HRES_SPAPI_E_DI_FUNCTION_OBSOLETE",
-               "The requested device install operation is obsolete."
-       },
-       {
-               HRES_SPAPI_E_NO_AUTHENTICODE_CATALOG,
-               "HRES_SPAPI_E_NO_AUTHENTICODE_CATALOG",
-               "A file could not be verified because it does not have an associated catalog signed via Authenticode."
-       },
-       {
-               HRES_SPAPI_E_AUTHENTICODE_DISALLOWED,
-               "HRES_SPAPI_E_AUTHENTICODE_DISALLOWED",
-               "Authenticode signature verification is not supported for the specified INF."
-       },
-       {
-               HRES_SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER,
-               "HRES_SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER",
-               "The INF was signed with an Authenticode catalog from a trusted publisher."
-       },
-       {
-               HRES_SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED,
-               "HRES_SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED",
-               "The publisher of an Authenticode-signed catalog has not yet been established as trusted."
-       },
-       {
-               HRES_SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED,
-               "HRES_SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED",
-               "The publisher of an Authenticode-signed catalog was not established as trusted."
-       },
-       {
-               HRES_SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH,
-               "HRES_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."
-       },
-       {
-               HRES_SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE,
-               "HRES_SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE",
-               "The file can be validated only by a catalog signed via Authenticode."
-       },
-       {
-               HRES_SPAPI_E_DEVICE_INSTALLER_NOT_READY,
-               "HRES_SPAPI_E_DEVICE_INSTALLER_NOT_READY",
-               "One of the installers for this device cannot perform the installation at this time."
-       },
-       {
-               HRES_SPAPI_E_DRIVER_STORE_ADD_FAILED,
-               "HRES_SPAPI_E_DRIVER_STORE_ADD_FAILED",
-               "A problem was encountered while attempting to add the driver to the store."
-       },
-       {
-               HRES_SPAPI_E_DEVICE_INSTALL_BLOCKED,
-               "HRES_SPAPI_E_DEVICE_INSTALL_BLOCKED",
-               "The installation of this device is forbidden by system policy. Contact your system administrator."
-       },
-       {
-               HRES_SPAPI_E_DRIVER_INSTALL_BLOCKED,
-               "HRES_SPAPI_E_DRIVER_INSTALL_BLOCKED",
-               "The installation of this driver is forbidden by system policy. Contact your system administrator."
-       },
-       {
-               HRES_SPAPI_E_WRONG_INF_TYPE,
-               "HRES_SPAPI_E_WRONG_INF_TYPE",
-               "The specified INF is the wrong type for this operation."
-       },
-       {
-               HRES_SPAPI_E_FILE_HASH_NOT_IN_CATALOG,
-               "HRES_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."
-       },
-       {
-               HRES_SPAPI_E_DRIVER_STORE_DELETE_FAILED,
-               "HRES_SPAPI_E_DRIVER_STORE_DELETE_FAILED",
-               "A problem was encountered while attempting to delete the driver from the store."
-       },
-       {
-               HRES_SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW,
-               "HRES_SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW",
-               "An unrecoverable stack overflow was encountered."
-       },
-       {
-               HRES_SPAPI_E_ERROR_NOT_INSTALLED,
-               "HRES_SPAPI_E_ERROR_NOT_INSTALLED",
-               "No installed components were detected."
-       },
-       {
-               HRES_SCARD_F_INTERNAL_ERROR,
-               "HRES_SCARD_F_INTERNAL_ERROR",
-               "An internal consistency check failed."
-       },
-       {
-               HRES_SCARD_E_CANCELLED,
-               "HRES_SCARD_E_CANCELLED",
-               "The action was canceled by an SCardCancel request."
-       },
-       {
-               HRES_SCARD_E_INVALID_HANDLE,
-               "HRES_SCARD_E_INVALID_HANDLE",
-               "The supplied handle was invalid."
-       },
-       {
-               HRES_SCARD_E_INVALID_PARAMETER,
-               "HRES_SCARD_E_INVALID_PARAMETER",
-               "One or more of the supplied parameters could not be properly interpreted."
-       },
-       {
-               HRES_SCARD_E_INVALID_TARGET,
-               "HRES_SCARD_E_INVALID_TARGET",
-               "Registry startup information is missing or invalid."
-       },
-       {
-               HRES_SCARD_E_NO_MEMORY,
-               "HRES_SCARD_E_NO_MEMORY",
-               "Not enough memory available to complete this command."
-       },
-       {
-               HRES_SCARD_F_WAITED_TOO_LONG,
-               "HRES_SCARD_F_WAITED_TOO_LONG",
-               "An internal consistency timer has expired."
-       },
-       {
-               HRES_SCARD_E_INSUFFICIENT_BUFFER,
-               "HRES_SCARD_E_INSUFFICIENT_BUFFER",
-               "The data buffer to receive returned data is too small for the returned data."
-       },
-       {
-               HRES_SCARD_E_UNKNOWN_READER,
-               "HRES_SCARD_E_UNKNOWN_READER",
-               "The specified reader name is not recognized."
-       },
-       {
-               HRES_SCARD_E_TIMEOUT,
-               "HRES_SCARD_E_TIMEOUT",
-               "The user-specified time-out value has expired."
-       },
-       {
-               HRES_SCARD_E_SHARING_VIOLATION,
-               "HRES_SCARD_E_SHARING_VIOLATION",
-               "The smart card cannot be accessed because of other connections outstanding."
-       },
-       {
-               HRES_SCARD_E_NO_SMARTCARD,
-               "HRES_SCARD_E_NO_SMARTCARD",
-               "The operation requires a smart card, but no smart card is currently in the device."
-       },
-       {
-               HRES_SCARD_E_UNKNOWN_CARD,
-               "HRES_SCARD_E_UNKNOWN_CARD",
-               "The specified smart card name is not recognized."
-       },
-       {
-               HRES_SCARD_E_CANT_DISPOSE,
-               "HRES_SCARD_E_CANT_DISPOSE",
-               "The system could not dispose of the media in the requested manner."
-       },
-       {
-               HRES_SCARD_E_PROTO_MISMATCH,
-               "HRES_SCARD_E_PROTO_MISMATCH",
-               "The requested protocols are incompatible with the protocol currently in use with the smart card."
-       },
-       {
-               HRES_SCARD_E_NOT_READY,
-               "HRES_SCARD_E_NOT_READY",
-               "The reader or smart card is not ready to accept commands."
-       },
-       {
-               HRES_SCARD_E_INVALID_VALUE,
-               "HRES_SCARD_E_INVALID_VALUE",
-               "One or more of the supplied parameters values could not be properly interpreted."
-       },
-       {
-               HRES_SCARD_E_SYSTEM_CANCELLED,
-               "HRES_SCARD_E_SYSTEM_CANCELLED",
-               "The action was canceled by the system, presumably to log off or shut down."
-       },
-       {
-               HRES_SCARD_F_COMM_ERROR,
-               "HRES_SCARD_F_COMM_ERROR",
-               "An internal communications error has been detected."
-       },
-       {
-               HRES_SCARD_F_UNKNOWN_ERROR,
-               "HRES_SCARD_F_UNKNOWN_ERROR",
-               "An internal error has been detected, but the source is unknown."
-       },
-       {
-               HRES_SCARD_E_INVALID_ATR,
-               "HRES_SCARD_E_INVALID_ATR",
-               "An automatic terminal recognition (ATR) obtained from the registry is not a valid ATR string."
-       },
-       {
-               HRES_SCARD_E_NOT_TRANSACTED,
-               "HRES_SCARD_E_NOT_TRANSACTED",
-               "An attempt was made to end a nonexistent transaction."
-       },
-       {
-               HRES_SCARD_E_READER_UNAVAILABLE,
-               "HRES_SCARD_E_READER_UNAVAILABLE",
-               "The specified reader is not currently available for use."
-       },
-       {
-               HRES_SCARD_P_SHUTDOWN,
-               "HRES_SCARD_P_SHUTDOWN",
-               "The operation has been aborted to allow the server application to exit."
-       },
-       {
-               HRES_SCARD_E_PCI_TOO_SMALL,
-               "HRES_SCARD_E_PCI_TOO_SMALL",
-               "The peripheral component interconnect (PCI) Receive buffer was too small."
-       },
-       {
-               HRES_SCARD_E_READER_UNSUPPORTED,
-               "HRES_SCARD_E_READER_UNSUPPORTED",
-               "The reader driver does not meet minimal requirements for support."
-       },
-       {
-               HRES_SCARD_E_DUPLICATE_READER,
-               "HRES_SCARD_E_DUPLICATE_READER",
-               "The reader driver did not produce a unique reader name."
-       },
-       {
-               HRES_SCARD_E_CARD_UNSUPPORTED,
-               "HRES_SCARD_E_CARD_UNSUPPORTED",
-               "The smart card does not meet minimal requirements for support."
-       },
-       {
-               HRES_SCARD_E_NO_SERVICE,
-               "HRES_SCARD_E_NO_SERVICE",
-               "The smart card resource manager is not running."
-       },
-       {
-               HRES_SCARD_E_SERVICE_STOPPED,
-               "HRES_SCARD_E_SERVICE_STOPPED",
-               "The smart card resource manager has shut down."
-       },
-       {
-               HRES_SCARD_E_UNEXPECTED,
-               "HRES_SCARD_E_UNEXPECTED",
-               "An unexpected card error has occurred."
-       },
-       {
-               HRES_SCARD_E_ICC_INSTALLATION,
-               "HRES_SCARD_E_ICC_INSTALLATION",
-               "No primary provider can be found for the smart card."
-       },
-       {
-               HRES_SCARD_E_ICC_CREATEORDER,
-               "HRES_SCARD_E_ICC_CREATEORDER",
-               "The requested order of object creation is not supported."
-       },
-       {
-               HRES_SCARD_E_UNSUPPORTED_FEATURE,
-               "HRES_SCARD_E_UNSUPPORTED_FEATURE",
-               "This smart card does not support the requested feature."
-       },
-       {
-               HRES_SCARD_E_DIR_NOT_FOUND,
-               "HRES_SCARD_E_DIR_NOT_FOUND",
-               "The identified directory does not exist in the smart card."
-       },
-       {
-               HRES_SCARD_E_FILE_NOT_FOUND,
-               "HRES_SCARD_E_FILE_NOT_FOUND",
-               "The identified file does not exist in the smart card."
-       },
-       {
-               HRES_SCARD_E_NO_DIR,
-               "HRES_SCARD_E_NO_DIR",
-               "The supplied path does not represent a smart card directory."
-       },
-       {
-               HRES_SCARD_E_NO_FILE,
-               "HRES_SCARD_E_NO_FILE",
-               "The supplied path does not represent a smart card file."
-       },
-       {
-               HRES_SCARD_E_NO_ACCESS,
-               "HRES_SCARD_E_NO_ACCESS",
-               "Access is denied to this file."
-       },
-       {
-               HRES_SCARD_E_WRITE_TOO_MANY,
-               "HRES_SCARD_E_WRITE_TOO_MANY",
-               "The smart card does not have enough memory to store the information."
-       },
-       {
-               HRES_SCARD_E_BAD_SEEK,
-               "HRES_SCARD_E_BAD_SEEK",
-               "There was an error trying to set the smart card file object pointer."
-       },
-       {
-               HRES_SCARD_E_INVALID_CHV,
-               "HRES_SCARD_E_INVALID_CHV",
-               "The supplied PIN is incorrect."
-       },
-       {
-               HRES_SCARD_E_UNKNOWN_RES_MNG,
-               "HRES_SCARD_E_UNKNOWN_RES_MNG",
-               "An unrecognized error code was returned from a layered component."
-       },
-       {
-               HRES_SCARD_E_NO_SUCH_CERTIFICATE,
-               "HRES_SCARD_E_NO_SUCH_CERTIFICATE",
-               "The requested certificate does not exist."
-       },
-       {
-               HRES_SCARD_E_CERTIFICATE_UNAVAILABLE,
-               "HRES_SCARD_E_CERTIFICATE_UNAVAILABLE",
-               "The requested certificate could not be obtained."
-       },
-       {
-               HRES_SCARD_E_NO_READERS_AVAILABLE,
-               "HRES_SCARD_E_NO_READERS_AVAILABLE",
-               "Cannot find a smart card reader."
-       },
-       {
-               HRES_SCARD_E_COMM_DATA_LOST,
-               "HRES_SCARD_E_COMM_DATA_LOST",
-               "A communications error with the smart card has been detected. Retry the operation."
-       },
-       {
-               HRES_SCARD_E_NO_KEY_CONTAINER,
-               "HRES_SCARD_E_NO_KEY_CONTAINER",
-               "The requested key container does not exist on the smart card."
-       },
-       {
-               HRES_SCARD_E_SERVER_TOO_BUSY,
-               "HRES_SCARD_E_SERVER_TOO_BUSY",
-               "The smart card resource manager is too busy to complete this operation."
-       },
-       {
-               HRES_SCARD_W_UNSUPPORTED_CARD,
-               "HRES_SCARD_W_UNSUPPORTED_CARD",
-               "The reader cannot communicate with the smart card, due to ATR configuration conflicts."
-       },
-       {
-               HRES_SCARD_W_UNRESPONSIVE_CARD,
-               "HRES_SCARD_W_UNRESPONSIVE_CARD",
-               "The smart card is not responding to a reset."
-       },
-       {
-               HRES_SCARD_W_UNPOWERED_CARD,
-               "HRES_SCARD_W_UNPOWERED_CARD",
-               "Power has been removed from the smart card, so that further communication is not possible."
-       },
-       {
-               HRES_SCARD_W_RESET_CARD,
-               "HRES_SCARD_W_RESET_CARD",
-               "The smart card has been reset, so any shared state information is invalid."
-       },
-       {
-               HRES_SCARD_W_REMOVED_CARD,
-               "HRES_SCARD_W_REMOVED_CARD",
-               "The smart card has been removed, so that further communication is not possible."
-       },
-       {
-               HRES_SCARD_W_SECURITY_VIOLATION,
-               "HRES_SCARD_W_SECURITY_VIOLATION",
-               "Access was denied because of a security violation."
-       },
-       {
-               HRES_SCARD_W_WRONG_CHV,
-               "HRES_SCARD_W_WRONG_CHV",
-               "The card cannot be accessed because the wrong PIN was presented."
-       },
-       {
-               HRES_SCARD_W_CHV_BLOCKED,
-               "HRES_SCARD_W_CHV_BLOCKED",
-               "The card cannot be accessed because the maximum number of PIN entry attempts has been reached."
-       },
-       {
-               HRES_SCARD_W_EOF,
-               "HRES_SCARD_W_EOF",
-               "The end of the smart card file has been reached."
-       },
-       {
-               HRES_SCARD_W_CANCELLED_BY_USER,
-               "HRES_SCARD_W_CANCELLED_BY_USER",
-               "The action was canceled by the user."
-       },
-       {
-               HRES_SCARD_W_CARD_NOT_AUTHENTICATED,
-               "HRES_SCARD_W_CARD_NOT_AUTHENTICATED",
-               "No PIN was presented to the smart card."
-       },
-       {
-               HRES_COMADMIN_E_OBJECTERRORS,
-               "HRES_COMADMIN_E_OBJECTERRORS",
-               "Errors occurred accessing one or more objects—the ErrorInfo collection contains more detail."
-       },
-       {
-               HRES_COMADMIN_E_OBJECTINVALID,
-               "HRES_COMADMIN_E_OBJECTINVALID",
-               "One or more of the object's properties are missing or invalid."
-       },
-       {
-               HRES_COMADMIN_E_KEYMISSING,
-               "HRES_COMADMIN_E_KEYMISSING",
-               "The object was not found in the catalog."
-       },
-       {
-               HRES_COMADMIN_E_ALREADYINSTALLED,
-               "HRES_COMADMIN_E_ALREADYINSTALLED",
-               "The object is already registered."
-       },
-       {
-               HRES_COMADMIN_E_APP_FILE_WRITEFAIL,
-               "HRES_COMADMIN_E_APP_FILE_WRITEFAIL",
-               "An error occurred writing to the application file."
-       },
-       {
-               HRES_COMADMIN_E_APP_FILE_READFAIL,
-               "HRES_COMADMIN_E_APP_FILE_READFAIL",
-               "An error occurred reading the application file."
-       },
-       {
-               HRES_COMADMIN_E_APP_FILE_VERSION,
-               "HRES_COMADMIN_E_APP_FILE_VERSION",
-               "Invalid version number in application file."
-       },
-       {
-               HRES_COMADMIN_E_BADPATH,
-               "HRES_COMADMIN_E_BADPATH",
-               "The file path is invalid."
-       },
-       {
-               HRES_COMADMIN_E_APPLICATIONEXISTS,
-               "HRES_COMADMIN_E_APPLICATIONEXISTS",
-               "The application is already installed."
-       },
-       {
-               HRES_COMADMIN_E_ROLEEXISTS,
-               "HRES_COMADMIN_E_ROLEEXISTS",
-               "The role already exists."
-       },
-       {
-               HRES_COMADMIN_E_CANTCOPYFILE,
-               "HRES_COMADMIN_E_CANTCOPYFILE",
-               "An error occurred copying the file."
-       },
-       {
-               HRES_COMADMIN_E_NOUSER,
-               "HRES_COMADMIN_E_NOUSER",
-               "One or more users are not valid."
-       },
-       {
-               HRES_COMADMIN_E_INVALIDUSERIDS,
-               "HRES_COMADMIN_E_INVALIDUSERIDS",
-               "One or more users in the application file are not valid."
-       },
-       {
-               HRES_COMADMIN_E_NOREGISTRYCLSID,
-               "HRES_COMADMIN_E_NOREGISTRYCLSID",
-               "The component's CLSID is missing or corrupt."
-       },
-       {
-               HRES_COMADMIN_E_BADREGISTRYPROGID,
-               "HRES_COMADMIN_E_BADREGISTRYPROGID",
-               "The component's programmatic ID is missing or corrupt."
-       },
-       {
-               HRES_COMADMIN_E_AUTHENTICATIONLEVEL,
-               "HRES_COMADMIN_E_AUTHENTICATIONLEVEL",
-               "Unable to set required authentication level for update request."
-       },
-       {
-               HRES_COMADMIN_E_USERPASSWDNOTVALID,
-               "HRES_COMADMIN_E_USERPASSWDNOTVALID",
-               "The identity or password set on the application is not valid."
-       },
-       {
-               HRES_COMADMIN_E_CLSIDORIIDMISMATCH,
-               "HRES_COMADMIN_E_CLSIDORIIDMISMATCH",
-               "Application file CLSIDs or instance identifiers (IIDs) do not match corresponding DLLs."
-       },
-       {
-               HRES_COMADMIN_E_REMOTEINTERFACE,
-               "HRES_COMADMIN_E_REMOTEINTERFACE",
-               "Interface information is either missing or changed."
-       },
-       {
-               HRES_COMADMIN_E_DLLREGISTERSERVER,
-               "HRES_COMADMIN_E_DLLREGISTERSERVER",
-               "DllRegisterServer failed on component install."
-       },
-       {
-               HRES_COMADMIN_E_NOSERVERSHARE,
-               "HRES_COMADMIN_E_NOSERVERSHARE",
-               "No server file share available."
-       },
-       {
-               HRES_COMADMIN_E_DLLLOADFAILED,
-               "HRES_COMADMIN_E_DLLLOADFAILED",
-               "DLL could not be loaded."
-       },
-       {
-               HRES_COMADMIN_E_BADREGISTRYLIBID,
-               "HRES_COMADMIN_E_BADREGISTRYLIBID",
-               "The registered TypeLib ID is not valid."
-       },
-       {
-               HRES_COMADMIN_E_APPDIRNOTFOUND,
-               "HRES_COMADMIN_E_APPDIRNOTFOUND",
-               "Application install directory not found."
-       },
-       {
-               HRES_COMADMIN_E_REGISTRARFAILED,
-               "HRES_COMADMIN_E_REGISTRARFAILED",
-               "Errors occurred while in the component registrar."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_DOESNOTEXIST,
-               "HRES_COMADMIN_E_COMPFILE_DOESNOTEXIST",
-               "The file does not exist."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_LOADDLLFAIL,
-               "HRES_COMADMIN_E_COMPFILE_LOADDLLFAIL",
-               "The DLL could not be loaded."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_GETCLASSOBJ,
-               "HRES_COMADMIN_E_COMPFILE_GETCLASSOBJ",
-               "GetClassObject failed in the DLL."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_CLASSNOTAVAIL,
-               "HRES_COMADMIN_E_COMPFILE_CLASSNOTAVAIL",
-               "The DLL does not support the components listed in the TypeLib."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_BADTLB,
-               "HRES_COMADMIN_E_COMPFILE_BADTLB",
-               "The TypeLib could not be loaded."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_NOTINSTALLABLE,
-               "HRES_COMADMIN_E_COMPFILE_NOTINSTALLABLE",
-               "The file does not contain components or component information."
-       },
-       {
-               HRES_COMADMIN_E_NOTCHANGEABLE,
-               "HRES_COMADMIN_E_NOTCHANGEABLE",
-               "Changes to this object and its subobjects have been disabled."
-       },
-       {
-               HRES_COMADMIN_E_NOTDELETEABLE,
-               "HRES_COMADMIN_E_NOTDELETEABLE",
-               "The delete function has been disabled for this object."
-       },
-       {
-               HRES_COMADMIN_E_SESSION,
-               "HRES_COMADMIN_E_SESSION",
-               "The server catalog version is not supported."
-       },
-       {
-               HRES_COMADMIN_E_COMP_MOVE_LOCKED,
-               "HRES_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."
-       },
-       {
-               HRES_COMADMIN_E_COMP_MOVE_BAD_DEST,
-               "HRES_COMADMIN_E_COMP_MOVE_BAD_DEST",
-               "The component move failed because the destination application no longer exists."
-       },
-       {
-               HRES_COMADMIN_E_REGISTERTLB,
-               "HRES_COMADMIN_E_REGISTERTLB",
-               "The system was unable to register the TypeLib."
-       },
-       {
-               HRES_COMADMIN_E_SYSTEMAPP,
-               "HRES_COMADMIN_E_SYSTEMAPP",
-               "This operation cannot be performed on the system application."
-       },
-       {
-               HRES_COMADMIN_E_COMPFILE_NOREGISTRAR,
-               "HRES_COMADMIN_E_COMPFILE_NOREGISTRAR",
-               "The component registrar referenced in this file is not available."
-       },
-       {
-               HRES_COMADMIN_E_COREQCOMPINSTALLED,
-               "HRES_COMADMIN_E_COREQCOMPINSTALLED",
-               "A component in the same DLL is already installed."
-       },
-       {
-               HRES_COMADMIN_E_SERVICENOTINSTALLED,
-               "HRES_COMADMIN_E_SERVICENOTINSTALLED",
-               "The service is not installed."
-       },
-       {
-               HRES_COMADMIN_E_PROPERTYSAVEFAILED,
-               "HRES_COMADMIN_E_PROPERTYSAVEFAILED",
-               "One or more property settings are either invalid or in conflict with each other."
-       },
-       {
-               HRES_COMADMIN_E_OBJECTEXISTS,
-               "HRES_COMADMIN_E_OBJECTEXISTS",
-               "The object you are attempting to add or rename already exists."
-       },
-       {
-               HRES_COMADMIN_E_COMPONENTEXISTS,
-               "HRES_COMADMIN_E_COMPONENTEXISTS",
-               "The component already exists."
-       },
-       {
-               HRES_COMADMIN_E_REGFILE_CORRUPT,
-               "HRES_COMADMIN_E_REGFILE_CORRUPT",
-               "The registration file is corrupt."
-       },
-       {
-               HRES_COMADMIN_E_PROPERTY_OVERFLOW,
-               "HRES_COMADMIN_E_PROPERTY_OVERFLOW",
-               "The property value is too large."
-       },
-       {
-               HRES_COMADMIN_E_NOTINREGISTRY,
-               "HRES_COMADMIN_E_NOTINREGISTRY",
-               "Object was not found in registry."
-       },
-       {
-               HRES_COMADMIN_E_OBJECTNOTPOOLABLE,
-               "HRES_COMADMIN_E_OBJECTNOTPOOLABLE",
-               "This object cannot be pooled."
-       },
-       {
-               HRES_COMADMIN_E_APPLID_MATCHES_CLSID,
-               "HRES_COMADMIN_E_APPLID_MATCHES_CLSID",
-               "A CLSID with the same GUID as the new application ID is already installed on this machine."
-       },
-       {
-               HRES_COMADMIN_E_ROLE_DOES_NOT_EXIST,
-               "HRES_COMADMIN_E_ROLE_DOES_NOT_EXIST",
-               "A role assigned to a component, interface, or method did not exist in the application."
-       },
-       {
-               HRES_COMADMIN_E_START_APP_NEEDS_COMPONENTS,
-               "HRES_COMADMIN_E_START_APP_NEEDS_COMPONENTS",
-               "You must have components in an application to start the application."
-       },
-       {
-               HRES_COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM,
-               "HRES_COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM",
-               "This operation is not enabled on this platform."
-       },
-       {
-               HRES_COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY,
-               "HRES_COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY",
-               "Application proxy is not exportable."
-       },
-       {
-               HRES_COMADMIN_E_CAN_NOT_START_APP,
-               "HRES_COMADMIN_E_CAN_NOT_START_APP",
-               "Failed to start application because it is either a library application or an application proxy."
-       },
-       {
-               HRES_COMADMIN_E_CAN_NOT_EXPORT_SYS_APP,
-               "HRES_COMADMIN_E_CAN_NOT_EXPORT_SYS_APP",
-               "System application is not exportable."
-       },
-       {
-               HRES_COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT,
-               "HRES_COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT",
-               "Cannot subscribe to this component (the component might have been imported)."
-       },
-       {
-               HRES_COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER,
-               "HRES_COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER",
-               "An event class cannot also be a subscriber component."
-       },
-       {
-               HRES_COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE,
-               "HRES_COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE",
-               "Library applications and application proxies are incompatible."
-       },
-       {
-               HRES_COMADMIN_E_BASE_PARTITION_ONLY,
-               "HRES_COMADMIN_E_BASE_PARTITION_ONLY",
-               "This function is valid for the base partition only."
-       },
-       {
-               HRES_COMADMIN_E_START_APP_DISABLED,
-               "HRES_COMADMIN_E_START_APP_DISABLED",
-               "You cannot start an application that has been disabled."
-       },
-       {
-               HRES_COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME,
-               "HRES_COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME",
-               "The specified partition name is already in use on this computer."
-       },
-       {
-               HRES_COMADMIN_E_CAT_INVALID_PARTITION_NAME,
-               "HRES_COMADMIN_E_CAT_INVALID_PARTITION_NAME",
-               "The specified partition name is invalid. Check that the name contains at least one visible character."
-       },
-       {
-               HRES_COMADMIN_E_CAT_PARTITION_IN_USE,
-               "HRES_COMADMIN_E_CAT_PARTITION_IN_USE",
-               "The partition cannot be deleted because it is the default partition for one or more users."
-       },
-       {
-               HRES_COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES,
-               "HRES_COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES",
-               "The partition cannot be exported because one or more components in the partition have the same file name."
-       },
-       {
-               HRES_COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED,
-               "HRES_COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED",
-               "Applications that contain one or more imported components cannot be installed into a nonbase partition."
-       },
-       {
-               HRES_COMADMIN_E_AMBIGUOUS_APPLICATION_NAME,
-               "HRES_COMADMIN_E_AMBIGUOUS_APPLICATION_NAME",
-               "The application name is not unique and cannot be resolved to an application ID."
-       },
-       {
-               HRES_COMADMIN_E_AMBIGUOUS_PARTITION_NAME,
-               "HRES_COMADMIN_E_AMBIGUOUS_PARTITION_NAME",
-               "The partition name is not unique and cannot be resolved to a partition ID."
-       },
-       {
-               HRES_COMADMIN_E_REGDB_NOTINITIALIZED,
-               "HRES_COMADMIN_E_REGDB_NOTINITIALIZED",
-               "The COM+ registry database has not been initialized."
-       },
-       {
-               HRES_COMADMIN_E_REGDB_NOTOPEN,
-               "HRES_COMADMIN_E_REGDB_NOTOPEN",
-               "The COM+ registry database is not open."
-       },
-       {
-               HRES_COMADMIN_E_REGDB_SYSTEMERR,
-               "HRES_COMADMIN_E_REGDB_SYSTEMERR",
-               "The COM+ registry database detected a system error."
-       },
-       {
-               HRES_COMADMIN_E_REGDB_ALREADYRUNNING,
-               "HRES_COMADMIN_E_REGDB_ALREADYRUNNING",
-               "The COM+ registry database is already running."
-       },
-       {
-               HRES_COMADMIN_E_MIG_VERSIONNOTSUPPORTED,
-               "HRES_COMADMIN_E_MIG_VERSIONNOTSUPPORTED",
-               "This version of the COM+ registry database cannot be migrated."
-       },
-       {
-               HRES_COMADMIN_E_MIG_SCHEMANOTFOUND,
-               "HRES_COMADMIN_E_MIG_SCHEMANOTFOUND",
-               "The schema version to be migrated could not be found in the COM+ registry database."
-       },
-       {
-               HRES_COMADMIN_E_CAT_BITNESSMISMATCH,
-               "HRES_COMADMIN_E_CAT_BITNESSMISMATCH",
-               "There was a type mismatch between binaries."
-       },
-       {
-               HRES_COMADMIN_E_CAT_UNACCEPTABLEBITNESS,
-               "HRES_COMADMIN_E_CAT_UNACCEPTABLEBITNESS",
-               "A binary of unknown or invalid type was provided."
-       },
-       {
-               HRES_COMADMIN_E_CAT_WRONGAPPBITNESS,
-               "HRES_COMADMIN_E_CAT_WRONGAPPBITNESS",
-               "There was a type mismatch between a binary and an application."
-       },
-       {
-               HRES_COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED,
-               "HRES_COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED",
-               "The application cannot be paused or resumed."
-       },
-       {
-               HRES_COMADMIN_E_CAT_SERVERFAULT,
-               "HRES_COMADMIN_E_CAT_SERVERFAULT",
-               "The COM+ catalog server threw an exception during execution."
-       },
-       {
-               HRES_COMQC_E_APPLICATION_NOT_QUEUED,
-               "HRES_COMQC_E_APPLICATION_NOT_QUEUED",
-               "Only COM+ applications marked \"queued\" can be invoked using the \"queue\" moniker."
-       },
-       {
-               HRES_COMQC_E_NO_QUEUEABLE_INTERFACES,
-               "HRES_COMQC_E_NO_QUEUEABLE_INTERFACES",
-               "At least one interface must be marked \"queued\" to create a queued component instance with the \"queue\" moniker."
-       },
-       {
-               HRES_COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE,
-               "HRES_COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE",
-               "Message Queuing is required for the requested operation and is not installed."
-       },
-       {
-               HRES_COMQC_E_NO_IPERSISTSTREAM,
-               "HRES_COMQC_E_NO_IPERSISTSTREAM",
-               "Unable to marshal an interface that does not support IPersistStream."
-       },
-       {
-               HRES_COMQC_E_BAD_MESSAGE,
-               "HRES_COMQC_E_BAD_MESSAGE",
-               "The message is improperly formatted or was damaged in transit."
-       },
-       {
-               HRES_COMQC_E_UNAUTHENTICATED,
-               "HRES_COMQC_E_UNAUTHENTICATED",
-               "An unauthenticated message was received by an application that accepts only authenticated messages."
-       },
-       {
-               HRES_COMQC_E_UNTRUSTED_ENQUEUER,
-               "HRES_COMQC_E_UNTRUSTED_ENQUEUER",
-               "The message was requeued or moved by a user not in the QC Trusted User \"role\"."
-       },
-       {
-               HRES_MSDTC_E_DUPLICATE_RESOURCE,
-               "HRES_MSDTC_E_DUPLICATE_RESOURCE",
-               "Cannot create a duplicate resource of type Distributed Transaction Coordinator."
-       },
-       {
-               HRES_COMADMIN_E_OBJECT_PARENT_MISSING,
-               "HRES_COMADMIN_E_OBJECT_PARENT_MISSING",
-               "One of the objects being inserted or updated does not belong to a valid parent collection."
-       },
-       {
-               HRES_COMADMIN_E_OBJECT_DOES_NOT_EXIST,
-               "HRES_COMADMIN_E_OBJECT_DOES_NOT_EXIST",
-               "One of the specified objects cannot be found."
-       },
-       {
-               HRES_COMADMIN_E_APP_NOT_RUNNING,
-               "HRES_COMADMIN_E_APP_NOT_RUNNING",
-               "The specified application is not currently running."
-       },
-       {
-               HRES_COMADMIN_E_INVALID_PARTITION,
-               "HRES_COMADMIN_E_INVALID_PARTITION",
-               "The partitions specified are not valid."
-       },
-       {
-               HRES_COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE,
-               "HRES_COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE",
-               "COM+ applications that run as Windows NT service cannot be pooled or recycled."
-       },
-       {
-               HRES_COMADMIN_E_USER_IN_SET,
-               "HRES_COMADMIN_E_USER_IN_SET",
-               "One or more users are already assigned to a local partition set."
-       },
-       {
-               HRES_COMADMIN_E_CANTRECYCLELIBRARYAPPS,
-               "HRES_COMADMIN_E_CANTRECYCLELIBRARYAPPS",
-               "Library applications cannot be recycled."
-       },
-       {
-               HRES_COMADMIN_E_CANTRECYCLESERVICEAPPS,
-               "HRES_COMADMIN_E_CANTRECYCLESERVICEAPPS",
-               "Applications running as Windows NT services cannot be recycled."
-       },
-       {
-               HRES_COMADMIN_E_PROCESSALREADYRECYCLED,
-               "HRES_COMADMIN_E_PROCESSALREADYRECYCLED",
-               "The process has already been recycled."
-       },
-       {
-               HRES_COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED,
-               "HRES_COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED",
-               "A paused process cannot be recycled."
-       },
-       {
-               HRES_COMADMIN_E_CANTMAKEINPROCSERVICE,
-               "HRES_COMADMIN_E_CANTMAKEINPROCSERVICE",
-               "Library applications cannot be Windows NT services."
-       },
-       {
-               HRES_COMADMIN_E_PROGIDINUSEBYCLSID,
-               "HRES_COMADMIN_E_PROGIDINUSEBYCLSID",
-               "The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID."
-       },
-       {
-               HRES_COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET,
-               "HRES_COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET",
-               "The partition specified as the default is not a member of the partition set."
-       },
-       {
-               HRES_COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED,
-               "HRES_COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED",
-               "A recycled process cannot be paused."
-       },
-       {
-               HRES_COMADMIN_E_PARTITION_ACCESSDENIED,
-               "HRES_COMADMIN_E_PARTITION_ACCESSDENIED",
-               "Access to the specified partition is denied."
-       },
-       {
-               HRES_COMADMIN_E_PARTITION_MSI_ONLY,
-               "HRES_COMADMIN_E_PARTITION_MSI_ONLY",
-               "Only application files (*.msi files) can be installed into partitions."
-       },
-       {
-               HRES_COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT,
-               "HRES_COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT",
-               "Applications containing one or more legacy components cannot be exported to 1.0 format."
-       },
-       {
-               HRES_COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS,
-               "HRES_COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS",
-               "Legacy components cannot exist in nonbase partitions."
-       },
-       {
-               HRES_COMADMIN_E_COMP_MOVE_SOURCE,
-               "HRES_COMADMIN_E_COMP_MOVE_SOURCE",
-               "A component cannot be moved (or copied) from the System Application, an application proxy, or a nonchangeable application."
-       },
-       {
-               HRES_COMADMIN_E_COMP_MOVE_DEST,
-               "HRES_COMADMIN_E_COMP_MOVE_DEST",
-               "A component cannot be moved (or copied) to the System Application, an application proxy or a nonchangeable application."
-       },
-       {
-               HRES_COMADMIN_E_COMP_MOVE_PRIVATE,
-               "HRES_COMADMIN_E_COMP_MOVE_PRIVATE",
-               "A private component cannot be moved (or copied) to a library application or to the base partition."
-       },
-       {
-               HRES_COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET,
-               "HRES_COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET",
-               "The Base Application Partition exists in all partition sets and cannot be removed."
-       },
-       {
-               HRES_COMADMIN_E_CANNOT_ALIAS_EVENTCLASS,
-               "HRES_COMADMIN_E_CANNOT_ALIAS_EVENTCLASS",
-               "Alas, Event Class components cannot be aliased."
-       },
-       {
-               HRES_COMADMIN_E_PRIVATE_ACCESSDENIED,
-               "HRES_COMADMIN_E_PRIVATE_ACCESSDENIED",
-               "Access is denied because the component is private."
-       },
-       {
-               HRES_COMADMIN_E_SAFERINVALID,
-               "HRES_COMADMIN_E_SAFERINVALID",
-               "The specified SAFER level is invalid."
-       },
-       {
-               HRES_COMADMIN_E_REGISTRY_ACCESSDENIED,
-               "HRES_COMADMIN_E_REGISTRY_ACCESSDENIED",
-               "The specified user cannot write to the system registry."
-       },
-       {
-               HRES_COMADMIN_E_PARTITIONS_DISABLED,
-               "HRES_COMADMIN_E_PARTITIONS_DISABLED",
-               "COM+ partitions are currently disabled."
-       },
-       {
-               HRES_ERROR_FLT_NO_HANDLER_DEFINED,
-               "HRES_ERROR_FLT_NO_HANDLER_DEFINED",
-               "A handler was not defined by the filter for this operation."
-       },
-       {
-               HRES_ERROR_FLT_CONTEXT_ALREADY_DEFINED,
-               "HRES_ERROR_FLT_CONTEXT_ALREADY_DEFINED",
-               "A context is already defined for this object."
-       },
-       {
-               HRES_ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST,
-               "HRES_ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST",
-               "Asynchronous requests are not valid for this operation."
-       },
-       {
-               HRES_ERROR_FLT_DISALLOW_FAST_IO,
-               "HRES_ERROR_FLT_DISALLOW_FAST_IO",
-               "Disallow the Fast IO path for this operation."
-       },
-       {
-               HRES_ERROR_FLT_INVALID_NAME_REQUEST,
-               "HRES_ERROR_FLT_INVALID_NAME_REQUEST",
-               "An invalid name request was made. The name requested cannot be retrieved at this time."
-       },
-       {
-               HRES_ERROR_FLT_NOT_SAFE_TO_POST_OPERATION,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_FLT_NOT_INITIALIZED,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_FLT_FILTER_NOT_READY,
-               "HRES_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)."
-       },
-       {
-               HRES_ERROR_FLT_POST_OPERATION_CLEANUP,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_FLT_INTERNAL_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_FLT_DELETING_OBJECT,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_FLT_MUST_BE_NONPAGED_POOL,
-               "HRES_ERROR_FLT_MUST_BE_NONPAGED_POOL",
-               "Nonpaged pool must be used for this type of context."
-       },
-       {
-               HRES_ERROR_FLT_DUPLICATE_ENTRY,
-               "HRES_ERROR_FLT_DUPLICATE_ENTRY",
-               "A duplicate handler definition has been provided for an operation."
-       },
-       {
-               HRES_ERROR_FLT_CBDQ_DISABLED,
-               "HRES_ERROR_FLT_CBDQ_DISABLED",
-               "The callback data queue has been disabled."
-       },
-       {
-               HRES_ERROR_FLT_DO_NOT_ATTACH,
-               "HRES_ERROR_FLT_DO_NOT_ATTACH",
-               "Do not attach the filter to the volume at this time."
-       },
-       {
-               HRES_ERROR_FLT_DO_NOT_DETACH,
-               "HRES_ERROR_FLT_DO_NOT_DETACH",
-               "Do not detach the filter from the volume at this time."
-       },
-       {
-               HRES_ERROR_FLT_INSTANCE_ALTITUDE_COLLISION,
-               "HRES_ERROR_FLT_INSTANCE_ALTITUDE_COLLISION",
-               "An instance already exists at this altitude on the volume specified."
-       },
-       {
-               HRES_ERROR_FLT_INSTANCE_NAME_COLLISION,
-               "HRES_ERROR_FLT_INSTANCE_NAME_COLLISION",
-               "An instance already exists with this name on the volume specified."
-       },
-       {
-               HRES_ERROR_FLT_FILTER_NOT_FOUND,
-               "HRES_ERROR_FLT_FILTER_NOT_FOUND",
-               "The system could not find the filter specified."
-       },
-       {
-               HRES_ERROR_FLT_VOLUME_NOT_FOUND,
-               "HRES_ERROR_FLT_VOLUME_NOT_FOUND",
-               "The system could not find the volume specified."
-       },
-       {
-               HRES_ERROR_FLT_INSTANCE_NOT_FOUND,
-               "HRES_ERROR_FLT_INSTANCE_NOT_FOUND",
-               "The system could not find the instance specified."
-       },
-       {
-               HRES_ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND,
-               "HRES_ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND",
-               "No registered context allocation definition was found for the given request."
-       },
-       {
-               HRES_ERROR_FLT_INVALID_CONTEXT_REGISTRATION,
-               "HRES_ERROR_FLT_INVALID_CONTEXT_REGISTRATION",
-               "An invalid parameter was specified during context registration."
-       },
-       {
-               HRES_ERROR_FLT_NAME_CACHE_MISS,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_FLT_NO_DEVICE_OBJECT,
-               "HRES_ERROR_FLT_NO_DEVICE_OBJECT",
-               "The requested device object does not exist for the given volume."
-       },
-       {
-               HRES_ERROR_FLT_VOLUME_ALREADY_MOUNTED,
-               "HRES_ERROR_FLT_VOLUME_ALREADY_MOUNTED",
-               "The specified volume is already mounted."
-       },
-       {
-               HRES_ERROR_FLT_ALREADY_ENLISTED,
-               "HRES_ERROR_FLT_ALREADY_ENLISTED",
-               "The specified Transaction Context is already enlisted in a transaction."
-       },
-       {
-               HRES_ERROR_FLT_CONTEXT_ALREADY_LINKED,
-               "HRES_ERROR_FLT_CONTEXT_ALREADY_LINKED",
-               "The specified context is already attached to another object."
-       },
-       {
-               HRES_ERROR_FLT_NO_WAITER_FOR_REPLY,
-               "HRES_ERROR_FLT_NO_WAITER_FOR_REPLY",
-               "No waiter is present for the filter's reply to this message."
-       },
-       {
-               HRES_ERROR_HUNG_DISPLAY_DRIVER_THREAD,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_MONITOR_NO_DESCRIPTOR,
-               "HRES_ERROR_MONITOR_NO_DESCRIPTOR",
-               "Monitor descriptor could not be obtained."
-       },
-       {
-               HRES_ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT,
-               "HRES_ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT",
-               "Format of the obtained monitor descriptor is not supported by this release."
-       },
-       {
-               HRES_DWM_E_COMPOSITIONDISABLED,
-               "HRES_DWM_E_COMPOSITIONDISABLED",
-               "{Desktop Composition is Disabled} The operation could not be completed because desktop composition is disabled."
-       },
-       {
-               HRES_DWM_E_REMOTING_NOT_SUPPORTED,
-               "HRES_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."
-       },
-       {
-               HRES_DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE,
-               "HRES_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."
-       },
-       {
-               HRES_DWM_E_NOT_QUEUING_PRESENTS,
-               "HRES_DWM_E_NOT_QUEUING_PRESENTS",
-               "{DWM Is Not Queuing Presents for the Specified Window} The window specified is not currently using queued presents."
-       },
-       {
-               HRES_TPM_E_ERROR_MASK,
-               "HRES_TPM_E_ERROR_MASK",
-               "This is an error mask to convert Trusted Platform Module (TPM) hardware errors to Win32 errors."
-       },
-       {
-               HRES_TPM_E_AUTHFAIL,
-               "HRES_TPM_E_AUTHFAIL",
-               "Authentication failed."
-       },
-       {
-               HRES_TPM_E_BADINDEX,
-               "HRES_TPM_E_BADINDEX",
-               "The index to a Platform Configuration Register (PCR), DIR, or other register is incorrect."
-       },
-       {
-               HRES_TPM_E_BAD_PARAMETER,
-               "HRES_TPM_E_BAD_PARAMETER",
-               "One or more parameters are bad."
-       },
-       {
-               HRES_TPM_E_AUDITFAILURE,
-               "HRES_TPM_E_AUDITFAILURE",
-               "An operation completed successfully but the auditing of that operation failed."
-       },
-       {
-               HRES_TPM_E_CLEAR_DISABLED,
-               "HRES_TPM_E_CLEAR_DISABLED",
-               "The clear disable flag is set and all clear operations now require physical access."
-       },
-       {
-               HRES_TPM_E_DEACTIVATED,
-               "HRES_TPM_E_DEACTIVATED",
-               "The TPM is deactivated."
-       },
-       {
-               HRES_TPM_E_DISABLED,
-               "HRES_TPM_E_DISABLED",
-               "The TPM is disabled."
-       },
-       {
-               HRES_TPM_E_DISABLED_CMD,
-               "HRES_TPM_E_DISABLED_CMD",
-               "The target command has been disabled."
-       },
-       {
-               HRES_TPM_E_FAIL,
-               "HRES_TPM_E_FAIL",
-               "The operation failed."
-       },
-       {
-               HRES_TPM_E_BAD_ORDINAL,
-               "HRES_TPM_E_BAD_ORDINAL",
-               "The ordinal was unknown or inconsistent."
-       },
-       {
-               HRES_TPM_E_INSTALL_DISABLED,
-               "HRES_TPM_E_INSTALL_DISABLED",
-               "The ability to install an owner is disabled."
-       },
-       {
-               HRES_TPM_E_INVALID_KEYHANDLE,
-               "HRES_TPM_E_INVALID_KEYHANDLE",
-               "The key handle cannot be interpreted."
-       },
-       {
-               HRES_TPM_E_KEYNOTFOUND,
-               "HRES_TPM_E_KEYNOTFOUND",
-               "The key handle points to an invalid key."
-       },
-       {
-               HRES_TPM_E_INAPPROPRIATE_ENC,
-               "HRES_TPM_E_INAPPROPRIATE_ENC",
-               "Unacceptable encryption scheme."
-       },
-       {
-               HRES_TPM_E_MIGRATEFAIL,
-               "HRES_TPM_E_MIGRATEFAIL",
-               "Migration authorization failed."
-       },
-       {
-               HRES_TPM_E_INVALID_PCR_INFO,
-               "HRES_TPM_E_INVALID_PCR_INFO",
-               "PCR information could not be interpreted."
-       },
-       {
-               HRES_TPM_E_NOSPACE,
-               "HRES_TPM_E_NOSPACE",
-               "No room to load key."
-       },
-       {
-               HRES_TPM_E_NOSRK,
-               "HRES_TPM_E_NOSRK",
-               "There is no storage root key (SRK) set."
-       },
-       {
-               HRES_TPM_E_NOTSEALED_BLOB,
-               "HRES_TPM_E_NOTSEALED_BLOB",
-               "An encrypted blob is invalid or was not created by this TPM."
-       },
-       {
-               HRES_TPM_E_OWNER_SET,
-               "HRES_TPM_E_OWNER_SET",
-               "There is already an owner."
-       },
-       {
-               HRES_TPM_E_RESOURCES,
-               "HRES_TPM_E_RESOURCES",
-               "The TPM has insufficient internal resources to perform the requested action."
-       },
-       {
-               HRES_TPM_E_SHORTRANDOM,
-               "HRES_TPM_E_SHORTRANDOM",
-               "A random string was too short."
-       },
-       {
-               HRES_TPM_E_SIZE,
-               "HRES_TPM_E_SIZE",
-               "The TPM does not have the space to perform the operation."
-       },
-       {
-               HRES_TPM_E_WRONGPCRVAL,
-               "HRES_TPM_E_WRONGPCRVAL",
-               "The named PCR value does not match the current PCR value."
-       },
-       {
-               HRES_TPM_E_BAD_PARAM_SIZE,
-               "HRES_TPM_E_BAD_PARAM_SIZE",
-               "The paramSize argument to the command has the incorrect value."
-       },
-       {
-               HRES_TPM_E_SHA_THREAD,
-               "HRES_TPM_E_SHA_THREAD",
-               "There is no existing SHA-1 thread."
-       },
-       {
-               HRES_TPM_E_SHA_ERROR,
-               "HRES_TPM_E_SHA_ERROR",
-               "The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error."
-       },
-       {
-               HRES_TPM_E_FAILEDSELFTEST,
-               "HRES_TPM_E_FAILEDSELFTEST",
-               "Self-test has failed and the TPM has shut down."
-       },
-       {
-               HRES_TPM_E_AUTH2FAIL,
-               "HRES_TPM_E_AUTH2FAIL",
-               "The authorization for the second key in a two-key function failed authorization."
-       },
-       {
-               HRES_TPM_E_BADTAG,
-               "HRES_TPM_E_BADTAG",
-               "The tag value sent to for a command is invalid."
-       },
-       {
-               HRES_TPM_E_IOERROR,
-               "HRES_TPM_E_IOERROR",
-               "An I/O error occurred transmitting information to the TPM."
-       },
-       {
-               HRES_TPM_E_ENCRYPT_ERROR,
-               "HRES_TPM_E_ENCRYPT_ERROR",
-               "The encryption process had a problem."
-       },
-       {
-               HRES_TPM_E_DECRYPT_ERROR,
-               "HRES_TPM_E_DECRYPT_ERROR",
-               "The decryption process did not complete."
-       },
-       {
-               HRES_TPM_E_INVALID_AUTHHANDLE,
-               "HRES_TPM_E_INVALID_AUTHHANDLE",
-               "An invalid handle was used."
-       },
-       {
-               HRES_TPM_E_NO_ENDORSEMENT,
-               "HRES_TPM_E_NO_ENDORSEMENT",
-               "The TPM does not have an endorsement key (EK) installed."
-       },
-       {
-               HRES_TPM_E_INVALID_KEYUSAGE,
-               "HRES_TPM_E_INVALID_KEYUSAGE",
-               "The usage of a key is not allowed."
-       },
-       {
-               HRES_TPM_E_WRONG_ENTITYTYPE,
-               "HRES_TPM_E_WRONG_ENTITYTYPE",
-               "The submitted entity type is not allowed."
-       },
-       {
-               HRES_TPM_E_INVALID_POSTINIT,
-               "HRES_TPM_E_INVALID_POSTINIT",
-               "The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup."
-       },
-       {
-               HRES_TPM_E_INAPPROPRIATE_SIG,
-               "HRES_TPM_E_INAPPROPRIATE_SIG",
-               "Signed data cannot include additional DER information."
-       },
-       {
-               HRES_TPM_E_BAD_KEY_PROPERTY,
-               "HRES_TPM_E_BAD_KEY_PROPERTY",
-               "The key properties in TPM_KEY_PARMs are not supported by this TPM."
-       },
-       {
-               HRES_TPM_E_BAD_MIGRATION,
-               "HRES_TPM_E_BAD_MIGRATION",
-               "The migration properties of this key are incorrect."
-       },
-       {
-               HRES_TPM_E_BAD_SCHEME,
-               "HRES_TPM_E_BAD_SCHEME",
-               "The signature or encryption scheme for this key is incorrect or not permitted in this situation."
-       },
-       {
-               HRES_TPM_E_BAD_DATASIZE,
-               "HRES_TPM_E_BAD_DATASIZE",
-               "The size of the data (or blob) parameter is bad or inconsistent with the referenced key."
-       },
-       {
-               HRES_TPM_E_BAD_MODE,
-               "HRES_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."
-       },
-       {
-               HRES_TPM_E_BAD_PRESENCE,
-               "HRES_TPM_E_BAD_PRESENCE",
-               "Either the physicalPresence or physicalPresenceLock bits have the wrong value."
-       },
-       {
-               HRES_TPM_E_BAD_VERSION,
-               "HRES_TPM_E_BAD_VERSION",
-               "The TPM cannot perform this version of the capability."
-       },
-       {
-               HRES_TPM_E_NO_WRAP_TRANSPORT,
-               "HRES_TPM_E_NO_WRAP_TRANSPORT",
-               "The TPM does not allow for wrapped transport sessions."
-       },
-       {
-               HRES_TPM_E_AUDITFAIL_UNSUCCESSFUL,
-               "HRES_TPM_E_AUDITFAIL_UNSUCCESSFUL",
-               "TPM audit construction failed and the underlying command was returning a failure code also."
-       },
-       {
-               HRES_TPM_E_AUDITFAIL_SUCCESSFUL,
-               "HRES_TPM_E_AUDITFAIL_SUCCESSFUL",
-               "TPM audit construction failed and the underlying command was returning success."
-       },
-       {
-               HRES_TPM_E_NOTRESETABLE,
-               "HRES_TPM_E_NOTRESETABLE",
-               "Attempt to reset a PCR that does not have the resettable attribute."
-       },
-       {
-               HRES_TPM_E_NOTLOCAL,
-               "HRES_TPM_E_NOTLOCAL",
-               "Attempt to reset a PCR register that requires locality and the locality modifier not part of command transport."
-       },
-       {
-               HRES_TPM_E_BAD_TYPE,
-               "HRES_TPM_E_BAD_TYPE",
-               "Make identity blob not properly typed."
-       },
-       {
-               HRES_TPM_E_INVALID_RESOURCE,
-               "HRES_TPM_E_INVALID_RESOURCE",
-               "When saving context identified resource type does not match actual resource."
-       },
-       {
-               HRES_TPM_E_NOTFIPS,
-               "HRES_TPM_E_NOTFIPS",
-               "The TPM is attempting to execute a command only available when in Federal Information Processing Standards (FIPS) mode."
-       },
-       {
-               HRES_TPM_E_INVALID_FAMILY,
-               "HRES_TPM_E_INVALID_FAMILY",
-               "The command is attempting to use an invalid family ID."
-       },
-       {
-               HRES_TPM_E_NO_NV_PERMISSION,
-               "HRES_TPM_E_NO_NV_PERMISSION",
-               "The permission to manipulate the NV storage is not available."
-       },
-       {
-               HRES_TPM_E_REQUIRES_SIGN,
-               "HRES_TPM_E_REQUIRES_SIGN",
-               "The operation requires a signed command."
-       },
-       {
-               HRES_TPM_E_KEY_NOTSUPPORTED,
-               "HRES_TPM_E_KEY_NOTSUPPORTED",
-               "Wrong operation to load an NV key."
-       },
-       {
-               HRES_TPM_E_AUTH_CONFLICT,
-               "HRES_TPM_E_AUTH_CONFLICT",
-               "NV_LoadKey blob requires both owner and blob authorization."
-       },
-       {
-               HRES_TPM_E_AREA_LOCKED,
-               "HRES_TPM_E_AREA_LOCKED",
-               "The NV area is locked and not writable."
-       },
-       {
-               HRES_TPM_E_BAD_LOCALITY,
-               "HRES_TPM_E_BAD_LOCALITY",
-               "The locality is incorrect for the attempted operation."
-       },
-       {
-               HRES_TPM_E_READ_ONLY,
-               "HRES_TPM_E_READ_ONLY",
-               "The NV area is read-only and cannot be written to."
-       },
-       {
-               HRES_TPM_E_PER_NOWRITE,
-               "HRES_TPM_E_PER_NOWRITE",
-               "There is no protection on the write to the NV area."
-       },
-       {
-               HRES_TPM_E_FAMILYCOUNT,
-               "HRES_TPM_E_FAMILYCOUNT",
-               "The family count value does not match."
-       },
-       {
-               HRES_TPM_E_WRITE_LOCKED,
-               "HRES_TPM_E_WRITE_LOCKED",
-               "The NV area has already been written to."
-       },
-       {
-               HRES_TPM_E_BAD_ATTRIBUTES,
-               "HRES_TPM_E_BAD_ATTRIBUTES",
-               "The NV area attributes conflict."
-       },
-       {
-               HRES_TPM_E_INVALID_STRUCTURE,
-               "HRES_TPM_E_INVALID_STRUCTURE",
-               "The structure tag and version are invalid or inconsistent."
-       },
-       {
-               HRES_TPM_E_KEY_OWNER_CONTROL,
-               "HRES_TPM_E_KEY_OWNER_CONTROL",
-               "The key is under control of the TPM owner and can only be evicted by the TPM owner."
-       },
-       {
-               HRES_TPM_E_BAD_COUNTER,
-               "HRES_TPM_E_BAD_COUNTER",
-               "The counter handle is incorrect."
-       },
-       {
-               HRES_TPM_E_NOT_FULLWRITE,
-               "HRES_TPM_E_NOT_FULLWRITE",
-               "The write is not a complete write of the area."
-       },
-       {
-               HRES_TPM_E_CONTEXT_GAP,
-               "HRES_TPM_E_CONTEXT_GAP",
-               "The gap between saved context counts is too large."
-       },
-       {
-               HRES_TPM_E_MAXNVWRITES,
-               "HRES_TPM_E_MAXNVWRITES",
-               "The maximum number of NV writes without an owner has been exceeded."
-       },
-       {
-               HRES_TPM_E_NOOPERATOR,
-               "HRES_TPM_E_NOOPERATOR",
-               "No operator AuthData value is set."
-       },
-       {
-               HRES_TPM_E_RESOURCEMISSING,
-               "HRES_TPM_E_RESOURCEMISSING",
-               "The resource pointed to by context is not loaded."
-       },
-       {
-               HRES_TPM_E_DELEGATE_LOCK,
-               "HRES_TPM_E_DELEGATE_LOCK",
-               "The delegate administration is locked."
-       },
-       {
-               HRES_TPM_E_DELEGATE_FAMILY,
-               "HRES_TPM_E_DELEGATE_FAMILY",
-               "Attempt to manage a family other then the delegated family."
-       },
-       {
-               HRES_TPM_E_DELEGATE_ADMIN,
-               "HRES_TPM_E_DELEGATE_ADMIN",
-               "Delegation table management not enabled."
-       },
-       {
-               HRES_TPM_E_TRANSPORT_NOTEXCLUSIVE,
-               "HRES_TPM_E_TRANSPORT_NOTEXCLUSIVE",
-               "There was a command executed outside an exclusive transport session."
-       },
-       {
-               HRES_TPM_E_OWNER_CONTROL,
-               "HRES_TPM_E_OWNER_CONTROL",
-               "Attempt to context save an owner evict controlled key."
-       },
-       {
-               HRES_TPM_E_DAA_RESOURCES,
-               "HRES_TPM_E_DAA_RESOURCES",
-               "The DAA command has no resources available to execute the command."
-       },
-       {
-               HRES_TPM_E_DAA_INPUT_DATA0,
-               "HRES_TPM_E_DAA_INPUT_DATA0",
-               "The consistency check on DAA parameter inputData0 has failed."
-       },
-       {
-               HRES_TPM_E_DAA_INPUT_DATA1,
-               "HRES_TPM_E_DAA_INPUT_DATA1",
-               "The consistency check on DAA parameter inputData1 has failed."
-       },
-       {
-               HRES_TPM_E_DAA_ISSUER_SETTINGS,
-               "HRES_TPM_E_DAA_ISSUER_SETTINGS",
-               "The consistency check on DAA_issuerSettings has failed."
-       },
-       {
-               HRES_TPM_E_DAA_TPM_SETTINGS,
-               "HRES_TPM_E_DAA_TPM_SETTINGS",
-               "The consistency check on DAA_tpmSpecific has failed."
-       },
-       {
-               HRES_TPM_E_DAA_STAGE,
-               "HRES_TPM_E_DAA_STAGE",
-               "The atomic process indicated by the submitted DAA command is not the expected process."
-       },
-       {
-               HRES_TPM_E_DAA_ISSUER_VALIDITY,
-               "HRES_TPM_E_DAA_ISSUER_VALIDITY",
-               "The issuer's validity check has detected an inconsistency."
-       },
-       {
-               HRES_TPM_E_DAA_WRONG_W,
-               "HRES_TPM_E_DAA_WRONG_W",
-               "The consistency check on w has failed."
-       },
-       {
-               HRES_TPM_E_BAD_HANDLE,
-               "HRES_TPM_E_BAD_HANDLE",
-               "The handle is incorrect."
-       },
-       {
-               HRES_TPM_E_BAD_DELEGATE,
-               "HRES_TPM_E_BAD_DELEGATE",
-               "Delegation is not correct."
-       },
-       {
-               HRES_TPM_E_BADCONTEXT,
-               "HRES_TPM_E_BADCONTEXT",
-               "The context blob is invalid."
-       },
-       {
-               HRES_TPM_E_TOOMANYCONTEXTS,
-               "HRES_TPM_E_TOOMANYCONTEXTS",
-               "Too many contexts held by the TPM."
-       },
-       {
-               HRES_TPM_E_MA_TICKET_SIGNATURE,
-               "HRES_TPM_E_MA_TICKET_SIGNATURE",
-               "Migration authority signature validation failure."
-       },
-       {
-               HRES_TPM_E_MA_DESTINATION,
-               "HRES_TPM_E_MA_DESTINATION",
-               "Migration destination not authenticated."
-       },
-       {
-               HRES_TPM_E_MA_SOURCE,
-               "HRES_TPM_E_MA_SOURCE",
-               "Migration source incorrect."
-       },
-       {
-               HRES_TPM_E_MA_AUTHORITY,
-               "HRES_TPM_E_MA_AUTHORITY",
-               "Incorrect migration authority."
-       },
-       {
-               HRES_TPM_E_PERMANENTEK,
-               "HRES_TPM_E_PERMANENTEK",
-               "Attempt to revoke the EK and the EK is not revocable."
-       },
-       {
-               HRES_TPM_E_BAD_SIGNATURE,
-               "HRES_TPM_E_BAD_SIGNATURE",
-               "Bad signature of CMK ticket."
-       },
-       {
-               HRES_TPM_E_NOCONTEXTSPACE,
-               "HRES_TPM_E_NOCONTEXTSPACE",
-               "There is no room in the context list for additional contexts."
-       },
-       {
-               HRES_TPM_E_COMMAND_BLOCKED,
-               "HRES_TPM_E_COMMAND_BLOCKED",
-               "The command was blocked."
-       },
-       {
-               HRES_TPM_E_INVALID_HANDLE,
-               "HRES_TPM_E_INVALID_HANDLE",
-               "The specified handle was not found."
-       },
-       {
-               HRES_TPM_E_DUPLICATE_VHANDLE,
-               "HRES_TPM_E_DUPLICATE_VHANDLE",
-               "The TPM returned a duplicate handle and the command needs to be resubmitted."
-       },
-       {
-               HRES_TPM_E_EMBEDDED_COMMAND_BLOCKED,
-               "HRES_TPM_E_EMBEDDED_COMMAND_BLOCKED",
-               "The command within the transport was blocked."
-       },
-       {
-               HRES_TPM_E_EMBEDDED_COMMAND_UNSUPPORTED,
-               "HRES_TPM_E_EMBEDDED_COMMAND_UNSUPPORTED",
-               "The command within the transport is not supported."
-       },
-       {
-               HRES_TPM_E_RETRY,
-               "HRES_TPM_E_RETRY",
-               "The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time."
-       },
-       {
-               HRES_TPM_E_NEEDS_SELFTEST,
-               "HRES_TPM_E_NEEDS_SELFTEST",
-               "SelfTestFull has not been run."
-       },
-       {
-               HRES_TPM_E_DOING_SELFTEST,
-               "HRES_TPM_E_DOING_SELFTEST",
-               "The TPM is currently executing a full self-test."
-       },
-       {
-               HRES_TPM_E_DEFEND_LOCK_RUNNING,
-               "HRES_TPM_E_DEFEND_LOCK_RUNNING",
-               "The TPM is defending against dictionary attacks and is in a time-out period."
-       },
-       {
-               HRES_TBS_E_INTERNAL_ERROR,
-               "HRES_TBS_E_INTERNAL_ERROR",
-               "An internal software error has been detected."
-       },
-       {
-               HRES_TBS_E_BAD_PARAMETER,
-               "HRES_TBS_E_BAD_PARAMETER",
-               "One or more input parameters are bad."
-       },
-       {
-               HRES_TBS_E_INVALID_OUTPUT_POINTER,
-               "HRES_TBS_E_INVALID_OUTPUT_POINTER",
-               "A specified output pointer is bad."
-       },
-       {
-               HRES_TBS_E_INVALID_CONTEXT,
-               "HRES_TBS_E_INVALID_CONTEXT",
-               "The specified context handle does not refer to a valid context."
-       },
-       {
-               HRES_TBS_E_INSUFFICIENT_BUFFER,
-               "HRES_TBS_E_INSUFFICIENT_BUFFER",
-               "A specified output buffer is too small."
-       },
-       {
-               HRES_TBS_E_IOERROR,
-               "HRES_TBS_E_IOERROR",
-               "An error occurred while communicating with the TPM."
-       },
-       {
-               HRES_TBS_E_INVALID_CONTEXT_PARAM,
-               "HRES_TBS_E_INVALID_CONTEXT_PARAM",
-               "One or more context parameters are invalid."
-       },
-       {
-               HRES_TBS_E_SERVICE_NOT_RUNNING,
-               "HRES_TBS_E_SERVICE_NOT_RUNNING",
-               "The TPM Base Services (TBS) is not running and could not be started."
-       },
-       {
-               HRES_TBS_E_TOO_MANY_TBS_CONTEXTS,
-               "HRES_TBS_E_TOO_MANY_TBS_CONTEXTS",
-               "A new context could not be created because there are too many open contexts."
-       },
-       {
-               HRES_TBS_E_TOO_MANY_RESOURCES,
-               "HRES_TBS_E_TOO_MANY_RESOURCES",
-               "A new virtual resource could not be created because there are too many open virtual resources."
-       },
-       {
-               HRES_TBS_E_SERVICE_START_PENDING,
-               "HRES_TBS_E_SERVICE_START_PENDING",
-               "The TBS service has been started but is not yet running."
-       },
-       {
-               HRES_TBS_E_PPI_NOT_SUPPORTED,
-               "HRES_TBS_E_PPI_NOT_SUPPORTED",
-               "The physical presence interface is not supported."
-       },
-       {
-               HRES_TBS_E_COMMAND_CANCELED,
-               "HRES_TBS_E_COMMAND_CANCELED",
-               "The command was canceled."
-       },
-       {
-               HRES_TBS_E_BUFFER_TOO_LARGE,
-               "HRES_TBS_E_BUFFER_TOO_LARGE",
-               "The input or output buffer is too large."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_STATE,
-               "HRES_TPMAPI_E_INVALID_STATE",
-               "The command buffer is not in the correct state."
-       },
-       {
-               HRES_TPMAPI_E_NOT_ENOUGH_DATA,
-               "HRES_TPMAPI_E_NOT_ENOUGH_DATA",
-               "The command buffer does not contain enough data to satisfy the request."
-       },
-       {
-               HRES_TPMAPI_E_TOO_MUCH_DATA,
-               "HRES_TPMAPI_E_TOO_MUCH_DATA",
-               "The command buffer cannot contain any more data."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_OUTPUT_POINTER,
-               "HRES_TPMAPI_E_INVALID_OUTPUT_POINTER",
-               "One or more output parameters was null or invalid."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_PARAMETER,
-               "HRES_TPMAPI_E_INVALID_PARAMETER",
-               "One or more input parameters are invalid."
-       },
-       {
-               HRES_TPMAPI_E_OUT_OF_MEMORY,
-               "HRES_TPMAPI_E_OUT_OF_MEMORY",
-               "Not enough memory was available to satisfy the request."
-       },
-       {
-               HRES_TPMAPI_E_BUFFER_TOO_SMALL,
-               "HRES_TPMAPI_E_BUFFER_TOO_SMALL",
-               "The specified buffer was too small."
-       },
-       {
-               HRES_TPMAPI_E_INTERNAL_ERROR,
-               "HRES_TPMAPI_E_INTERNAL_ERROR",
-               "An internal error was detected."
-       },
-       {
-               HRES_TPMAPI_E_ACCESS_DENIED,
-               "HRES_TPMAPI_E_ACCESS_DENIED",
-               "The caller does not have the appropriate rights to perform the requested operation."
-       },
-       {
-               HRES_TPMAPI_E_AUTHORIZATION_FAILED,
-               "HRES_TPMAPI_E_AUTHORIZATION_FAILED",
-               "The specified authorization information was invalid."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_CONTEXT_HANDLE,
-               "HRES_TPMAPI_E_INVALID_CONTEXT_HANDLE",
-               "The specified context handle was not valid."
-       },
-       {
-               HRES_TPMAPI_E_TBS_COMMUNICATION_ERROR,
-               "HRES_TPMAPI_E_TBS_COMMUNICATION_ERROR",
-               "An error occurred while communicating with the TBS."
-       },
-       {
-               HRES_TPMAPI_E_TPM_COMMAND_ERROR,
-               "HRES_TPMAPI_E_TPM_COMMAND_ERROR",
-               "The TPM returned an unexpected result."
-       },
-       {
-               HRES_TPMAPI_E_MESSAGE_TOO_LARGE,
-               "HRES_TPMAPI_E_MESSAGE_TOO_LARGE",
-               "The message was too large for the encoding scheme."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_ENCODING,
-               "HRES_TPMAPI_E_INVALID_ENCODING",
-               "The encoding in the binary large object (BLOB) was not recognized."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_KEY_SIZE,
-               "HRES_TPMAPI_E_INVALID_KEY_SIZE",
-               "The key size is not valid."
-       },
-       {
-               HRES_TPMAPI_E_ENCRYPTION_FAILED,
-               "HRES_TPMAPI_E_ENCRYPTION_FAILED",
-               "The encryption operation failed."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_KEY_PARAMS,
-               "HRES_TPMAPI_E_INVALID_KEY_PARAMS",
-               "The key parameters structure was not valid."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB,
-               "HRES_TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB",
-               "The requested supplied data does not appear to be a valid migration authorization BLOB."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_PCR_INDEX,
-               "HRES_TPMAPI_E_INVALID_PCR_INDEX",
-               "The specified PCR index was invalid."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_DELEGATE_BLOB,
-               "HRES_TPMAPI_E_INVALID_DELEGATE_BLOB",
-               "The data given does not appear to be a valid delegate BLOB."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_CONTEXT_PARAMS,
-               "HRES_TPMAPI_E_INVALID_CONTEXT_PARAMS",
-               "One or more of the specified context parameters was not valid."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_KEY_BLOB,
-               "HRES_TPMAPI_E_INVALID_KEY_BLOB",
-               "The data given does not appear to be a valid key BLOB."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_PCR_DATA,
-               "HRES_TPMAPI_E_INVALID_PCR_DATA",
-               "The specified PCR data was invalid."
-       },
-       {
-               HRES_TPMAPI_E_INVALID_OWNER_AUTH,
-               "HRES_TPMAPI_E_INVALID_OWNER_AUTH",
-               "The format of the owner authorization data was invalid."
-       },
-       {
-               HRES_TBSIMP_E_BUFFER_TOO_SMALL,
-               "HRES_TBSIMP_E_BUFFER_TOO_SMALL",
-               "The specified buffer was too small."
-       },
-       {
-               HRES_TBSIMP_E_CLEANUP_FAILED,
-               "HRES_TBSIMP_E_CLEANUP_FAILED",
-               "The context could not be cleaned up."
-       },
-       {
-               HRES_TBSIMP_E_INVALID_CONTEXT_HANDLE,
-               "HRES_TBSIMP_E_INVALID_CONTEXT_HANDLE",
-               "The specified context handle is invalid."
-       },
-       {
-               HRES_TBSIMP_E_INVALID_CONTEXT_PARAM,
-               "HRES_TBSIMP_E_INVALID_CONTEXT_PARAM",
-               "An invalid context parameter was specified."
-       },
-       {
-               HRES_TBSIMP_E_TPM_ERROR,
-               "HRES_TBSIMP_E_TPM_ERROR",
-               "An error occurred while communicating with the TPM."
-       },
-       {
-               HRES_TBSIMP_E_HASH_BAD_KEY,
-               "HRES_TBSIMP_E_HASH_BAD_KEY",
-               "No entry with the specified key was found."
-       },
-       {
-               HRES_TBSIMP_E_DUPLICATE_VHANDLE,
-               "HRES_TBSIMP_E_DUPLICATE_VHANDLE",
-               "The specified virtual handle matches a virtual handle already in use."
-       },
-       {
-               HRES_TBSIMP_E_INVALID_OUTPUT_POINTER,
-               "HRES_TBSIMP_E_INVALID_OUTPUT_POINTER",
-               "The pointer to the returned handle location was null or invalid."
-       },
-       {
-               HRES_TBSIMP_E_INVALID_PARAMETER,
-               "HRES_TBSIMP_E_INVALID_PARAMETER",
-               "One or more parameters are invalid."
-       },
-       {
-               HRES_TBSIMP_E_RPC_INIT_FAILED,
-               "HRES_TBSIMP_E_RPC_INIT_FAILED",
-               "The RPC subsystem could not be initialized."
-       },
-       {
-               HRES_TBSIMP_E_SCHEDULER_NOT_RUNNING,
-               "HRES_TBSIMP_E_SCHEDULER_NOT_RUNNING",
-               "The TBS scheduler is not running."
-       },
-       {
-               HRES_TBSIMP_E_COMMAND_CANCELED,
-               "HRES_TBSIMP_E_COMMAND_CANCELED",
-               "The command was canceled."
-       },
-       {
-               HRES_TBSIMP_E_OUT_OF_MEMORY,
-               "HRES_TBSIMP_E_OUT_OF_MEMORY",
-               "There was not enough memory to fulfill the request."
-       },
-       {
-               HRES_TBSIMP_E_LIST_NO_MORE_ITEMS,
-               "HRES_TBSIMP_E_LIST_NO_MORE_ITEMS",
-               "The specified list is empty, or the iteration has reached the end of the list."
-       },
-       {
-               HRES_TBSIMP_E_LIST_NOT_FOUND,
-               "HRES_TBSIMP_E_LIST_NOT_FOUND",
-               "The specified item was not found in the list."
-       },
-       {
-               HRES_TBSIMP_E_NOT_ENOUGH_SPACE,
-               "HRES_TBSIMP_E_NOT_ENOUGH_SPACE",
-               "The TPM does not have enough space to load the requested resource."
-       },
-       {
-               HRES_TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS,
-               "HRES_TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS",
-               "There are too many TPM contexts in use."
-       },
-       {
-               HRES_TBSIMP_E_COMMAND_FAILED,
-               "HRES_TBSIMP_E_COMMAND_FAILED",
-               "The TPM command failed."
-       },
-       {
-               HRES_TBSIMP_E_UNKNOWN_ORDINAL,
-               "HRES_TBSIMP_E_UNKNOWN_ORDINAL",
-               "The TBS does not recognize the specified ordinal."
-       },
-       {
-               HRES_TBSIMP_E_RESOURCE_EXPIRED,
-               "HRES_TBSIMP_E_RESOURCE_EXPIRED",
-               "The requested resource is no longer available."
-       },
-       {
-               HRES_TBSIMP_E_INVALID_RESOURCE,
-               "HRES_TBSIMP_E_INVALID_RESOURCE",
-               "The resource type did not match."
-       },
-       {
-               HRES_TBSIMP_E_NOTHING_TO_UNLOAD,
-               "HRES_TBSIMP_E_NOTHING_TO_UNLOAD",
-               "No resources can be unloaded."
-       },
-       {
-               HRES_TBSIMP_E_HASH_TABLE_FULL,
-               "HRES_TBSIMP_E_HASH_TABLE_FULL",
-               "No new entries can be added to the hash table."
-       },
-       {
-               HRES_TBSIMP_E_TOO_MANY_TBS_CONTEXTS,
-               "HRES_TBSIMP_E_TOO_MANY_TBS_CONTEXTS",
-               "A new TBS context could not be created because there are too many open contexts."
-       },
-       {
-               HRES_TBSIMP_E_TOO_MANY_RESOURCES,
-               "HRES_TBSIMP_E_TOO_MANY_RESOURCES",
-               "A new virtual resource could not be created because there are too many open virtual resources."
-       },
-       {
-               HRES_TBSIMP_E_PPI_NOT_SUPPORTED,
-               "HRES_TBSIMP_E_PPI_NOT_SUPPORTED",
-               "The physical presence interface is not supported."
-       },
-       {
-               HRES_TBSIMP_E_TPM_INCOMPATIBLE,
-               "HRES_TBSIMP_E_TPM_INCOMPATIBLE",
-               "TBS is not compatible with the version of TPM found on the system."
-       },
-       {
-               HRES_TPM_E_PPI_ACPI_FAILURE,
-               "HRES_TPM_E_PPI_ACPI_FAILURE",
-               "A general error was detected when attempting to acquire the BIOS response to a physical presence command."
-       },
-       {
-               HRES_TPM_E_PPI_USER_ABORT,
-               "HRES_TPM_E_PPI_USER_ABORT",
-               "The user failed to confirm the TPM operation request."
-       },
-       {
-               HRES_TPM_E_PPI_BIOS_FAILURE,
-               "HRES_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)."
-       },
-       {
-               HRES_TPM_E_PPI_NOT_SUPPORTED,
-               "HRES_TPM_E_PPI_NOT_SUPPORTED",
-               "The BIOS does not support the physical presence interface."
-       },
-       {
-               HRES_PLA_E_DCS_NOT_FOUND,
-               "HRES_PLA_E_DCS_NOT_FOUND",
-               "A Data Collector Set was not found."
-       },
-       {
-               HRES_PLA_E_TOO_MANY_FOLDERS,
-               "HRES_PLA_E_TOO_MANY_FOLDERS",
-               "Unable to start Data Collector Set because there are too many folders."
-       },
-       {
-               HRES_PLA_E_NO_MIN_DISK,
-               "HRES_PLA_E_NO_MIN_DISK",
-               "Not enough free disk space to start Data Collector Set."
-       },
-       {
-               HRES_PLA_E_DCS_IN_USE,
-               "HRES_PLA_E_DCS_IN_USE",
-               "Data Collector Set is in use."
-       },
-       {
-               HRES_PLA_E_DCS_ALREADY_EXISTS,
-               "HRES_PLA_E_DCS_ALREADY_EXISTS",
-               "Data Collector Set already exists."
-       },
-       {
-               HRES_PLA_E_PROPERTY_CONFLICT,
-               "HRES_PLA_E_PROPERTY_CONFLICT",
-               "Property value conflict."
-       },
-       {
-               HRES_PLA_E_DCS_SINGLETON_REQUIRED,
-               "HRES_PLA_E_DCS_SINGLETON_REQUIRED",
-               "The current configuration for this Data Collector Set requires that it contain exactly one Data Collector."
-       },
-       {
-               HRES_PLA_E_CREDENTIALS_REQUIRED,
-               "HRES_PLA_E_CREDENTIALS_REQUIRED",
-               "A user account is required to commit the current Data Collector Set properties."
-       },
-       {
-               HRES_PLA_E_DCS_NOT_RUNNING,
-               "HRES_PLA_E_DCS_NOT_RUNNING",
-               "Data Collector Set is not running."
-       },
-       {
-               HRES_PLA_E_CONFLICT_INCL_EXCL_API,
-               "HRES_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."
-       },
-       {
-               HRES_PLA_E_NETWORK_EXE_NOT_VALID,
-               "HRES_PLA_E_NETWORK_EXE_NOT_VALID",
-               "The executable path specified refers to a network share or UNC path."
-       },
-       {
-               HRES_PLA_E_EXE_ALREADY_CONFIGURED,
-               "HRES_PLA_E_EXE_ALREADY_CONFIGURED",
-               "The executable path specified is already configured for API tracing."
-       },
-       {
-               HRES_PLA_E_EXE_PATH_NOT_VALID,
-               "HRES_PLA_E_EXE_PATH_NOT_VALID",
-               "The executable path specified does not exist. Verify that the specified path is correct."
-       },
-       {
-               HRES_PLA_E_DC_ALREADY_EXISTS,
-               "HRES_PLA_E_DC_ALREADY_EXISTS",
-               "Data Collector already exists."
-       },
-       {
-               HRES_PLA_E_DCS_START_WAIT_TIMEOUT,
-               "HRES_PLA_E_DCS_START_WAIT_TIMEOUT",
-               "The wait for the Data Collector Set start notification has timed out."
-       },
-       {
-               HRES_PLA_E_DC_START_WAIT_TIMEOUT,
-               "HRES_PLA_E_DC_START_WAIT_TIMEOUT",
-               "The wait for the Data Collector to start has timed out."
-       },
-       {
-               HRES_PLA_E_REPORT_WAIT_TIMEOUT,
-               "HRES_PLA_E_REPORT_WAIT_TIMEOUT",
-               "The wait for the report generation tool to finish has timed out."
-       },
-       {
-               HRES_PLA_E_NO_DUPLICATES,
-               "HRES_PLA_E_NO_DUPLICATES",
-               "Duplicate items are not allowed."
-       },
-       {
-               HRES_PLA_E_EXE_FULL_PATH_REQUIRED,
-               "HRES_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."
-       },
-       {
-               HRES_PLA_E_INVALID_SESSION_NAME,
-               "HRES_PLA_E_INVALID_SESSION_NAME",
-               "The session name provided is invalid."
-       },
-       {
-               HRES_PLA_E_PLA_CHANNEL_NOT_ENABLED,
-               "HRES_PLA_E_PLA_CHANNEL_NOT_ENABLED",
-               "The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation."
-       },
-       {
-               HRES_PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED,
-               "HRES_PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED",
-               "The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation."
-       },
-       {
-               HRES_FVE_E_LOCKED_VOLUME,
-               "HRES_FVE_E_LOCKED_VOLUME",
-               "The volume must be unlocked before it can be used."
-       },
-       {
-               HRES_FVE_E_NOT_ENCRYPTED,
-               "HRES_FVE_E_NOT_ENCRYPTED",
-               "The volume is fully decrypted and no key is available."
-       },
-       {
-               HRES_FVE_E_NO_TPM_BIOS,
-               "HRES_FVE_E_NO_TPM_BIOS",
-               "The firmware does not support using a TPM during boot."
-       },
-       {
-               HRES_FVE_E_NO_MBR_METRIC,
-               "HRES_FVE_E_NO_MBR_METRIC",
-               "The firmware does not use a TPM to perform initial program load (IPL) measurement."
-       },
-       {
-               HRES_FVE_E_NO_BOOTSECTOR_METRIC,
-               "HRES_FVE_E_NO_BOOTSECTOR_METRIC",
-               "The master boot record (MBR) is not TPM-aware."
-       },
-       {
-               HRES_FVE_E_NO_BOOTMGR_METRIC,
-               "HRES_FVE_E_NO_BOOTMGR_METRIC",
-               "The BOOTMGR is not being measured by the TPM."
-       },
-       {
-               HRES_FVE_E_WRONG_BOOTMGR,
-               "HRES_FVE_E_WRONG_BOOTMGR",
-               "The BOOTMGR component does not perform expected TPM measurements."
-       },
-       {
-               HRES_FVE_E_SECURE_KEY_REQUIRED,
-               "HRES_FVE_E_SECURE_KEY_REQUIRED",
-               "No secure key protection mechanism has been defined."
-       },
-       {
-               HRES_FVE_E_NOT_ACTIVATED,
-               "HRES_FVE_E_NOT_ACTIVATED",
-               "This volume has not been provisioned for encryption."
-       },
-       {
-               HRES_FVE_E_ACTION_NOT_ALLOWED,
-               "HRES_FVE_E_ACTION_NOT_ALLOWED",
-               "Requested action was denied by the full-volume encryption (FVE) control engine."
-       },
-       {
-               HRES_FVE_E_AD_SCHEMA_NOT_INSTALLED,
-               "HRES_FVE_E_AD_SCHEMA_NOT_INSTALLED",
-               "The Active Directory forest does not contain the required attributes and classes to host FVE or TPM information."
-       },
-       {
-               HRES_FVE_E_AD_INVALID_DATATYPE,
-               "HRES_FVE_E_AD_INVALID_DATATYPE",
-               "The type of data obtained from Active Directory was not expected."
-       },
-       {
-               HRES_FVE_E_AD_INVALID_DATASIZE,
-               "HRES_FVE_E_AD_INVALID_DATASIZE",
-               "The size of the data obtained from Active Directory was not expected."
-       },
-       {
-               HRES_FVE_E_AD_NO_VALUES,
-               "HRES_FVE_E_AD_NO_VALUES",
-               "The attribute read from Active Directory has no (zero) values."
-       },
-       {
-               HRES_FVE_E_AD_ATTR_NOT_SET,
-               "HRES_FVE_E_AD_ATTR_NOT_SET",
-               "The attribute was not set."
-       },
-       {
-               HRES_FVE_E_AD_GUID_NOT_FOUND,
-               "HRES_FVE_E_AD_GUID_NOT_FOUND",
-               "The specified GUID could not be found."
-       },
-       {
-               HRES_FVE_E_BAD_INFORMATION,
-               "HRES_FVE_E_BAD_INFORMATION",
-               "The control block for the encrypted volume is not valid."
-       },
-       {
-               HRES_FVE_E_TOO_SMALL,
-               "HRES_FVE_E_TOO_SMALL",
-               "Not enough free space remaining on volume to allow encryption."
-       },
-       {
-               HRES_FVE_E_SYSTEM_VOLUME,
-               "HRES_FVE_E_SYSTEM_VOLUME",
-               "The volume cannot be encrypted because it is required to boot the operating system."
-       },
-       {
-               HRES_FVE_E_FAILED_WRONG_FS,
-               "HRES_FVE_E_FAILED_WRONG_FS",
-               "The volume cannot be encrypted because the file system is not supported."
-       },
-       {
-               HRES_FVE_E_FAILED_BAD_FS,
-               "HRES_FVE_E_FAILED_BAD_FS",
-               "The file system is inconsistent. Run CHKDSK."
-       },
-       {
-               HRES_FVE_E_NOT_SUPPORTED,
-               "HRES_FVE_E_NOT_SUPPORTED",
-               "This volume cannot be encrypted."
-       },
-       {
-               HRES_FVE_E_BAD_DATA,
-               "HRES_FVE_E_BAD_DATA",
-               "Data supplied is malformed."
-       },
-       {
-               HRES_FVE_E_VOLUME_NOT_BOUND,
-               "HRES_FVE_E_VOLUME_NOT_BOUND",
-               "Volume is not bound to the system."
-       },
-       {
-               HRES_FVE_E_TPM_NOT_OWNED,
-               "HRES_FVE_E_TPM_NOT_OWNED",
-               "TPM must be owned before a volume can be bound to it."
-       },
-       {
-               HRES_FVE_E_NOT_DATA_VOLUME,
-               "HRES_FVE_E_NOT_DATA_VOLUME",
-               "The volume specified is not a data volume."
-       },
-       {
-               HRES_FVE_E_AD_INSUFFICIENT_BUFFER,
-               "HRES_FVE_E_AD_INSUFFICIENT_BUFFER",
-               "The buffer supplied to a function was insufficient to contain the returned data."
-       },
-       {
-               HRES_FVE_E_CONV_READ,
-               "HRES_FVE_E_CONV_READ",
-               "A read operation failed while converting the volume."
-       },
-       {
-               HRES_FVE_E_CONV_WRITE,
-               "HRES_FVE_E_CONV_WRITE",
-               "A write operation failed while converting the volume."
-       },
-       {
-               HRES_FVE_E_KEY_REQUIRED,
-               "HRES_FVE_E_KEY_REQUIRED",
-               "One or more key protection mechanisms are required for this volume."
-       },
-       {
-               HRES_FVE_E_CLUSTERING_NOT_SUPPORTED,
-               "HRES_FVE_E_CLUSTERING_NOT_SUPPORTED",
-               "Cluster configurations are not supported."
-       },
-       {
-               HRES_FVE_E_VOLUME_BOUND_ALREADY,
-               "HRES_FVE_E_VOLUME_BOUND_ALREADY",
-               "The volume is already bound to the system."
-       },
-       {
-               HRES_FVE_E_OS_NOT_PROTECTED,
-               "HRES_FVE_E_OS_NOT_PROTECTED",
-               "The boot OS volume is not being protected via FVE."
-       },
-       {
-               HRES_FVE_E_PROTECTION_DISABLED,
-               "HRES_FVE_E_PROTECTION_DISABLED",
-               "All protection mechanisms are effectively disabled (clear key exists)."
-       },
-       {
-               HRES_FVE_E_RECOVERY_KEY_REQUIRED,
-               "HRES_FVE_E_RECOVERY_KEY_REQUIRED",
-               "A recovery key protection mechanism is required."
-       },
-       {
-               HRES_FVE_E_FOREIGN_VOLUME,
-               "HRES_FVE_E_FOREIGN_VOLUME",
-               "This volume cannot be bound to a TPM."
-       },
-       {
-               HRES_FVE_E_OVERLAPPED_UPDATE,
-               "HRES_FVE_E_OVERLAPPED_UPDATE",
-               "The control block for the encrypted volume was updated by another thread. Try again."
-       },
-       {
-               HRES_FVE_E_TPM_SRK_AUTH_NOT_ZERO,
-               "HRES_FVE_E_TPM_SRK_AUTH_NOT_ZERO",
-               "The SRK authentication of the TPM is not zero and, therefore, is not compatible."
-       },
-       {
-               HRES_FVE_E_FAILED_SECTOR_SIZE,
-               "HRES_FVE_E_FAILED_SECTOR_SIZE",
-               "The volume encryption algorithm cannot be used on this sector size."
-       },
-       {
-               HRES_FVE_E_FAILED_AUTHENTICATION,
-               "HRES_FVE_E_FAILED_AUTHENTICATION",
-               "BitLocker recovery authentication failed."
-       },
-       {
-               HRES_FVE_E_NOT_OS_VOLUME,
-               "HRES_FVE_E_NOT_OS_VOLUME",
-               "The volume specified is not the boot OS volume."
-       },
-       {
-               HRES_FVE_E_AUTOUNLOCK_ENABLED,
-               "HRES_FVE_E_AUTOUNLOCK_ENABLED",
-               "Auto-unlock information for data volumes is present on the boot OS volume."
-       },
-       {
-               HRES_FVE_E_WRONG_BOOTSECTOR,
-               "HRES_FVE_E_WRONG_BOOTSECTOR",
-               "The system partition boot sector does not perform TPM measurements."
-       },
-       {
-               HRES_FVE_E_WRONG_SYSTEM_FS,
-               "HRES_FVE_E_WRONG_SYSTEM_FS",
-               "The system partition file system must be NTFS."
-       },
-       {
-               HRES_FVE_E_POLICY_PASSWORD_REQUIRED,
-               "HRES_FVE_E_POLICY_PASSWORD_REQUIRED",
-               "Group policy requires a recovery password before encryption can begin."
-       },
-       {
-               HRES_FVE_E_CANNOT_SET_FVEK_ENCRYPTED,
-               "HRES_FVE_E_CANNOT_SET_FVEK_ENCRYPTED",
-               "The volume encryption algorithm and key cannot be set on an encrypted volume."
-       },
-       {
-               HRES_FVE_E_CANNOT_ENCRYPT_NO_KEY,
-               "HRES_FVE_E_CANNOT_ENCRYPT_NO_KEY",
-               "A key must be specified before encryption can begin."
-       },
-       {
-               HRES_FVE_E_BOOTABLE_CDDVD,
-               "HRES_FVE_E_BOOTABLE_CDDVD",
-               "A bootable CD/DVD is in the system. Remove the CD/DVD and reboot the system."
-       },
-       {
-               HRES_FVE_E_PROTECTOR_EXISTS,
-               "HRES_FVE_E_PROTECTOR_EXISTS",
-               "An instance of this key protector already exists on the volume."
-       },
-       {
-               HRES_FVE_E_RELATIVE_PATH,
-               "HRES_FVE_E_RELATIVE_PATH",
-               "The file cannot be saved to a relative path."
-       },
-       {
-               HRES_FWP_E_CALLOUT_NOT_FOUND,
-               "HRES_FWP_E_CALLOUT_NOT_FOUND",
-               "The callout does not exist."
-       },
-       {
-               HRES_FWP_E_CONDITION_NOT_FOUND,
-               "HRES_FWP_E_CONDITION_NOT_FOUND",
-               "The filter condition does not exist."
-       },
-       {
-               HRES_FWP_E_FILTER_NOT_FOUND,
-               "HRES_FWP_E_FILTER_NOT_FOUND",
-               "The filter does not exist."
-       },
-       {
-               HRES_FWP_E_LAYER_NOT_FOUND,
-               "HRES_FWP_E_LAYER_NOT_FOUND",
-               "The layer does not exist."
-       },
-       {
-               HRES_FWP_E_PROVIDER_NOT_FOUND,
-               "HRES_FWP_E_PROVIDER_NOT_FOUND",
-               "The provider does not exist."
-       },
-       {
-               HRES_FWP_E_PROVIDER_CONTEXT_NOT_FOUND,
-               "HRES_FWP_E_PROVIDER_CONTEXT_NOT_FOUND",
-               "The provider context does not exist."
-       },
-       {
-               HRES_FWP_E_SUBLAYER_NOT_FOUND,
-               "HRES_FWP_E_SUBLAYER_NOT_FOUND",
-               "The sublayer does not exist."
-       },
-       {
-               HRES_FWP_E_NOT_FOUND,
-               "HRES_FWP_E_NOT_FOUND",
-               "The object does not exist."
-       },
-       {
-               HRES_FWP_E_ALREADY_EXISTS,
-               "HRES_FWP_E_ALREADY_EXISTS",
-               "An object with that GUID or LUID already exists."
-       },
-       {
-               HRES_FWP_E_IN_USE,
-               "HRES_FWP_E_IN_USE",
-               "The object is referenced by other objects and, therefore, cannot be deleted."
-       },
-       {
-               HRES_FWP_E_DYNAMIC_SESSION_IN_PROGRESS,
-               "HRES_FWP_E_DYNAMIC_SESSION_IN_PROGRESS",
-               "The call is not allowed from within a dynamic session."
-       },
-       {
-               HRES_FWP_E_WRONG_SESSION,
-               "HRES_FWP_E_WRONG_SESSION",
-               "The call was made from the wrong session and, therefore, cannot be completed."
-       },
-       {
-               HRES_FWP_E_NO_TXN_IN_PROGRESS,
-               "HRES_FWP_E_NO_TXN_IN_PROGRESS",
-               "The call must be made from within an explicit transaction."
-       },
-       {
-               HRES_FWP_E_TXN_IN_PROGRESS,
-               "HRES_FWP_E_TXN_IN_PROGRESS",
-               "The call is not allowed from within an explicit transaction."
-       },
-       {
-               HRES_FWP_E_TXN_ABORTED,
-               "HRES_FWP_E_TXN_ABORTED",
-               "The explicit transaction has been forcibly canceled."
-       },
-       {
-               HRES_FWP_E_SESSION_ABORTED,
-               "HRES_FWP_E_SESSION_ABORTED",
-               "The session has been canceled."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_TXN,
-               "HRES_FWP_E_INCOMPATIBLE_TXN",
-               "The call is not allowed from within a read-only transaction."
-       },
-       {
-               HRES_FWP_E_TIMEOUT,
-               "HRES_FWP_E_TIMEOUT",
-               "The call timed out while waiting to acquire the transaction lock."
-       },
-       {
-               HRES_FWP_E_NET_EVENTS_DISABLED,
-               "HRES_FWP_E_NET_EVENTS_DISABLED",
-               "Collection of network diagnostic events is disabled."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_LAYER,
-               "HRES_FWP_E_INCOMPATIBLE_LAYER",
-               "The operation is not supported by the specified layer."
-       },
-       {
-               HRES_FWP_E_KM_CLIENTS_ONLY,
-               "HRES_FWP_E_KM_CLIENTS_ONLY",
-               "The call is allowed for kernel-mode callers only."
-       },
-       {
-               HRES_FWP_E_LIFETIME_MISMATCH,
-               "HRES_FWP_E_LIFETIME_MISMATCH",
-               "The call tried to associate two objects with incompatible lifetimes."
-       },
-       {
-               HRES_FWP_E_BUILTIN_OBJECT,
-               "HRES_FWP_E_BUILTIN_OBJECT",
-               "The object is built in and, therefore, cannot be deleted."
-       },
-       {
-               HRES_FWP_E_TOO_MANY_BOOTTIME_FILTERS,
-               "HRES_FWP_E_TOO_MANY_BOOTTIME_FILTERS",
-               "The maximum number of boot-time filters has been reached."
-       },
-       {
-               HRES_FWP_E_NOTIFICATION_DROPPED,
-               "HRES_FWP_E_NOTIFICATION_DROPPED",
-               "A notification could not be delivered because a message queue is at its maximum capacity."
-       },
-       {
-               HRES_FWP_E_TRAFFIC_MISMATCH,
-               "HRES_FWP_E_TRAFFIC_MISMATCH",
-               "The traffic parameters do not match those for the security association context."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_SA_STATE,
-               "HRES_FWP_E_INCOMPATIBLE_SA_STATE",
-               "The call is not allowed for the current security association state."
-       },
-       {
-               HRES_FWP_E_NULL_POINTER,
-               "HRES_FWP_E_NULL_POINTER",
-               "A required pointer is null."
-       },
-       {
-               HRES_FWP_E_INVALID_ENUMERATOR,
-               "HRES_FWP_E_INVALID_ENUMERATOR",
-               "An enumerator is not valid."
-       },
-       {
-               HRES_FWP_E_INVALID_FLAGS,
-               "HRES_FWP_E_INVALID_FLAGS",
-               "The flags field contains an invalid value."
-       },
-       {
-               HRES_FWP_E_INVALID_NET_MASK,
-               "HRES_FWP_E_INVALID_NET_MASK",
-               "A network mask is not valid."
-       },
-       {
-               HRES_FWP_E_INVALID_RANGE,
-               "HRES_FWP_E_INVALID_RANGE",
-               "An FWP_RANGE is not valid."
-       },
-       {
-               HRES_FWP_E_INVALID_INTERVAL,
-               "HRES_FWP_E_INVALID_INTERVAL",
-               "The time interval is not valid."
-       },
-       {
-               HRES_FWP_E_ZERO_LENGTH_ARRAY,
-               "HRES_FWP_E_ZERO_LENGTH_ARRAY",
-               "An array that must contain at least one element that is zero-length."
-       },
-       {
-               HRES_FWP_E_NULL_DISPLAY_NAME,
-               "HRES_FWP_E_NULL_DISPLAY_NAME",
-               "The displayData.name field cannot be null."
-       },
-       {
-               HRES_FWP_E_INVALID_ACTION_TYPE,
-               "HRES_FWP_E_INVALID_ACTION_TYPE",
-               "The action type is not one of the allowed action types for a filter."
-       },
-       {
-               HRES_FWP_E_INVALID_WEIGHT,
-               "HRES_FWP_E_INVALID_WEIGHT",
-               "The filter weight is not valid."
-       },
-       {
-               HRES_FWP_E_MATCH_TYPE_MISMATCH,
-               "HRES_FWP_E_MATCH_TYPE_MISMATCH",
-               "A filter condition contains a match type that is not compatible with the operands."
-       },
-       {
-               HRES_FWP_E_TYPE_MISMATCH,
-               "HRES_FWP_E_TYPE_MISMATCH",
-               "An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type."
-       },
-       {
-               HRES_FWP_E_OUT_OF_BOUNDS,
-               "HRES_FWP_E_OUT_OF_BOUNDS",
-               "An integer value is outside the allowed range."
-       },
-       {
-               HRES_FWP_E_RESERVED,
-               "HRES_FWP_E_RESERVED",
-               "A reserved field is nonzero."
-       },
-       {
-               HRES_FWP_E_DUPLICATE_CONDITION,
-               "HRES_FWP_E_DUPLICATE_CONDITION",
-               "A filter cannot contain multiple conditions operating on a single field."
-       },
-       {
-               HRES_FWP_E_DUPLICATE_KEYMOD,
-               "HRES_FWP_E_DUPLICATE_KEYMOD",
-               "A policy cannot contain the same keying module more than once."
-       },
-       {
-               HRES_FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER,
-               "HRES_FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER",
-               "The action type is not compatible with the layer."
-       },
-       {
-               HRES_FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER,
-               "HRES_FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER",
-               "The action type is not compatible with the sublayer."
-       },
-       {
-               HRES_FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER,
-               "HRES_FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER",
-               "The raw context or the provider context is not compatible with the layer."
-       },
-       {
-               HRES_FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT,
-               "HRES_FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT",
-               "The raw context or the provider context is not compatible with the callout."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_AUTH_METHOD,
-               "HRES_FWP_E_INCOMPATIBLE_AUTH_METHOD",
-               "The authentication method is not compatible with the policy type."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_DH_GROUP,
-               "HRES_FWP_E_INCOMPATIBLE_DH_GROUP",
-               "The Diffie-Hellman group is not compatible with the policy type."
-       },
-       {
-               HRES_FWP_E_EM_NOT_SUPPORTED,
-               "HRES_FWP_E_EM_NOT_SUPPORTED",
-               "An Internet Key Exchange (IKE) policy cannot contain an Extended Mode policy."
-       },
-       {
-               HRES_FWP_E_NEVER_MATCH,
-               "HRES_FWP_E_NEVER_MATCH",
-               "The enumeration template or subscription will never match any objects."
-       },
-       {
-               HRES_FWP_E_PROVIDER_CONTEXT_MISMATCH,
-               "HRES_FWP_E_PROVIDER_CONTEXT_MISMATCH",
-               "The provider context is of the wrong type."
-       },
-       {
-               HRES_FWP_E_INVALID_PARAMETER,
-               "HRES_FWP_E_INVALID_PARAMETER",
-               "The parameter is incorrect."
-       },
-       {
-               HRES_FWP_E_TOO_MANY_SUBLAYERS,
-               "HRES_FWP_E_TOO_MANY_SUBLAYERS",
-               "The maximum number of sublayers has been reached."
-       },
-       {
-               HRES_FWP_E_CALLOUT_NOTIFICATION_FAILED,
-               "HRES_FWP_E_CALLOUT_NOTIFICATION_FAILED",
-               "The notification function for a callout returned an error."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_AUTH_CONFIG,
-               "HRES_FWP_E_INCOMPATIBLE_AUTH_CONFIG",
-               "The IPsec authentication configuration is not compatible with the authentication type."
-       },
-       {
-               HRES_FWP_E_INCOMPATIBLE_CIPHER_CONFIG,
-               "HRES_FWP_E_INCOMPATIBLE_CIPHER_CONFIG",
-               "The IPsec cipher configuration is not compatible with the cipher type."
-       },
-       {
-               HRES_ERROR_NDIS_INTERFACE_CLOSING,
-               "HRES_ERROR_NDIS_INTERFACE_CLOSING",
-               "The binding to the network interface is being closed."
-       },
-       {
-               HRES_ERROR_NDIS_BAD_VERSION,
-               "HRES_ERROR_NDIS_BAD_VERSION",
-               "An invalid version was specified."
-       },
-       {
-               HRES_ERROR_NDIS_BAD_CHARACTERISTICS,
-               "HRES_ERROR_NDIS_BAD_CHARACTERISTICS",
-               "An invalid characteristics table was used."
-       },
-       {
-               HRES_ERROR_NDIS_ADAPTER_NOT_FOUND,
-               "HRES_ERROR_NDIS_ADAPTER_NOT_FOUND",
-               "Failed to find the network interface, or the network interface is not ready."
-       },
-       {
-               HRES_ERROR_NDIS_OPEN_FAILED,
-               "HRES_ERROR_NDIS_OPEN_FAILED",
-               "Failed to open the network interface."
-       },
-       {
-               HRES_ERROR_NDIS_DEVICE_FAILED,
-               "HRES_ERROR_NDIS_DEVICE_FAILED",
-               "The network interface has encountered an internal unrecoverable failure."
-       },
-       {
-               HRES_ERROR_NDIS_MULTICAST_FULL,
-               "HRES_ERROR_NDIS_MULTICAST_FULL",
-               "The multicast list on the network interface is full."
-       },
-       {
-               HRES_ERROR_NDIS_MULTICAST_EXISTS,
-               "HRES_ERROR_NDIS_MULTICAST_EXISTS",
-               "An attempt was made to add a duplicate multicast address to the list."
-       },
-       {
-               HRES_ERROR_NDIS_MULTICAST_NOT_FOUND,
-               "HRES_ERROR_NDIS_MULTICAST_NOT_FOUND",
-               "At attempt was made to remove a multicast address that was never added."
-       },
-       {
-               HRES_ERROR_NDIS_REQUEST_ABORTED,
-               "HRES_ERROR_NDIS_REQUEST_ABORTED",
-               "The network interface aborted the request."
-       },
-       {
-               HRES_ERROR_NDIS_RESET_IN_PROGRESS,
-               "HRES_ERROR_NDIS_RESET_IN_PROGRESS",
-               "The network interface cannot process the request because it is being reset."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_PACKET,
-               "HRES_ERROR_NDIS_INVALID_PACKET",
-               "An attempt was made to send an invalid packet on a network interface."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_DEVICE_REQUEST,
-               "HRES_ERROR_NDIS_INVALID_DEVICE_REQUEST",
-               "The specified request is not a valid operation for the target device."
-       },
-       {
-               HRES_ERROR_NDIS_ADAPTER_NOT_READY,
-               "HRES_ERROR_NDIS_ADAPTER_NOT_READY",
-               "The network interface is not ready to complete this operation."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_LENGTH,
-               "HRES_ERROR_NDIS_INVALID_LENGTH",
-               "The length of the buffer submitted for this operation is not valid."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_DATA,
-               "HRES_ERROR_NDIS_INVALID_DATA",
-               "The data used for this operation is not valid."
-       },
-       {
-               HRES_ERROR_NDIS_BUFFER_TOO_SHORT,
-               "HRES_ERROR_NDIS_BUFFER_TOO_SHORT",
-               "The length of the buffer submitted for this operation is too small."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_OID,
-               "HRES_ERROR_NDIS_INVALID_OID",
-               "The network interface does not support this OID."
-       },
-       {
-               HRES_ERROR_NDIS_ADAPTER_REMOVED,
-               "HRES_ERROR_NDIS_ADAPTER_REMOVED",
-               "The network interface has been removed."
-       },
-       {
-               HRES_ERROR_NDIS_UNSUPPORTED_MEDIA,
-               "HRES_ERROR_NDIS_UNSUPPORTED_MEDIA",
-               "The network interface does not support this media type."
-       },
-       {
-               HRES_ERROR_NDIS_GROUP_ADDRESS_IN_USE,
-               "HRES_ERROR_NDIS_GROUP_ADDRESS_IN_USE",
-               "An attempt was made to remove a token ring group address that is in use by other components."
-       },
-       {
-               HRES_ERROR_NDIS_FILE_NOT_FOUND,
-               "HRES_ERROR_NDIS_FILE_NOT_FOUND",
-               "An attempt was made to map a file that cannot be found."
-       },
-       {
-               HRES_ERROR_NDIS_ERROR_READING_FILE,
-               "HRES_ERROR_NDIS_ERROR_READING_FILE",
-               "An error occurred while the NDIS tried to map the file."
-       },
-       {
-               HRES_ERROR_NDIS_ALREADY_MAPPED,
-               "HRES_ERROR_NDIS_ALREADY_MAPPED",
-               "An attempt was made to map a file that is already mapped."
-       },
-       {
-               HRES_ERROR_NDIS_RESOURCE_CONFLICT,
-               "HRES_ERROR_NDIS_RESOURCE_CONFLICT",
-               "An attempt to allocate a hardware resource failed because the resource is used by another component."
-       },
-       {
-               HRES_ERROR_NDIS_MEDIA_DISCONNECTED,
-               "HRES_ERROR_NDIS_MEDIA_DISCONNECTED",
-               "The I/O operation failed because network media is disconnected or the wireless access point is out of range."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_ADDRESS,
-               "HRES_ERROR_NDIS_INVALID_ADDRESS",
-               "The network address used in the request is invalid."
-       },
-       {
-               HRES_ERROR_NDIS_PAUSED,
-               "HRES_ERROR_NDIS_PAUSED",
-               "The offload operation on the network interface has been paused."
-       },
-       {
-               HRES_ERROR_NDIS_INTERFACE_NOT_FOUND,
-               "HRES_ERROR_NDIS_INTERFACE_NOT_FOUND",
-               "The network interface was not found."
-       },
-       {
-               HRES_ERROR_NDIS_UNSUPPORTED_REVISION,
-               "HRES_ERROR_NDIS_UNSUPPORTED_REVISION",
-               "The revision number specified in the structure is not supported."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_PORT,
-               "HRES_ERROR_NDIS_INVALID_PORT",
-               "The specified port does not exist on this network interface."
-       },
-       {
-               HRES_ERROR_NDIS_INVALID_PORT_STATE,
-               "HRES_ERROR_NDIS_INVALID_PORT_STATE",
-               "The current state of the specified port on this network interface does not support the requested operation."
-       },
-       {
-               HRES_ERROR_NDIS_NOT_SUPPORTED,
-               "HRES_ERROR_NDIS_NOT_SUPPORTED",
-               "The network interface does not support this request."
-       },
-       {
-               HRES_ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_NDIS_DOT11_MEDIA_IN_USE,
-               "HRES_ERROR_NDIS_DOT11_MEDIA_IN_USE",
-               "The wireless LAN interface is busy and cannot perform the requested operation."
-       },
-       {
-               HRES_ERROR_NDIS_DOT11_POWER_STATE_INVALID,
-               "HRES_ERROR_NDIS_DOT11_POWER_STATE_INVALID",
-               "The wireless LAN interface is shutting down and does not support the requested operation."
-       },
-       {
-               HRES_TRK_E_NOT_FOUND,
-               "HRES_TRK_E_NOT_FOUND",
-               "A requested object was not found."
-       },
-       {
-               HRES_TRK_E_VOLUME_QUOTA_EXCEEDED,
-               "HRES_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."
-       },
-       {
-               HRES_TRK_SERVER_TOO_BUSY,
-               "HRES_TRK_SERVER_TOO_BUSY",
-               "The server is busy, and the client should retry the request at a later time."
-       },
-       {
-               HRES_ERROR_AUDITING_DISABLED,
-               "HRES_ERROR_AUDITING_DISABLED",
-               "The specified event is currently not being audited."
-       },
-       {
-               HRES_ERROR_ALL_SIDS_FILTERED,
-               "HRES_ERROR_ALL_SIDS_FILTERED",
-               "The SID filtering operation removed all SIDs."
-       },
-       {
-               HRES_ERROR_BIZRULES_NOT_ENABLED,
-               "HRES_ERROR_BIZRULES_NOT_ENABLED",
-               "Business rule scripts are disabled for the calling application."
-       },
-       {
-               HRES_NS_E_NOCONNECTION,
-               "HRES_NS_E_NOCONNECTION",
-               "There is no connection established with the Windows Media server. The operation failed."
-       },
-       {
-               HRES_NS_E_CANNOTCONNECT,
-               "HRES_NS_E_CANNOTCONNECT",
-               "Unable to establish a connection to the server."
-       },
-       {
-               HRES_NS_E_CANNOTDESTROYTITLE,
-               "HRES_NS_E_CANNOTDESTROYTITLE",
-               "Unable to destroy the title."
-       },
-       {
-               HRES_NS_E_CANNOTRENAMETITLE,
-               "HRES_NS_E_CANNOTRENAMETITLE",
-               "Unable to rename the title."
-       },
-       {
-               HRES_NS_E_CANNOTOFFLINEDISK,
-               "HRES_NS_E_CANNOTOFFLINEDISK",
-               "Unable to offline disk."
-       },
-       {
-               HRES_NS_E_CANNOTONLINEDISK,
-               "HRES_NS_E_CANNOTONLINEDISK",
-               "Unable to online disk."
-       },
-       {
-               HRES_NS_E_NOREGISTEREDWALKER,
-               "HRES_NS_E_NOREGISTEREDWALKER",
-               "There is no file parser registered for this type of file."
-       },
-       {
-               HRES_NS_E_NOFUNNEL,
-               "HRES_NS_E_NOFUNNEL",
-               "There is no data connection established."
-       },
-       {
-               HRES_NS_E_NO_LOCALPLAY,
-               "HRES_NS_E_NO_LOCALPLAY",
-               "Failed to load the local play DLL."
-       },
-       {
-               HRES_NS_E_NETWORK_BUSY,
-               "HRES_NS_E_NETWORK_BUSY",
-               "The network is busy."
-       },
-       {
-               HRES_NS_E_TOO_MANY_SESS,
-               "HRES_NS_E_TOO_MANY_SESS",
-               "The server session limit was exceeded."
-       },
-       {
-               HRES_NS_E_ALREADY_CONNECTED,
-               "HRES_NS_E_ALREADY_CONNECTED",
-               "The network connection already exists."
-       },
-       {
-               HRES_NS_E_INVALID_INDEX,
-               "HRES_NS_E_INVALID_INDEX",
-               "Index %1 is invalid."
-       },
-       {
-               HRES_NS_E_PROTOCOL_MISMATCH,
-               "HRES_NS_E_PROTOCOL_MISMATCH",
-               "There is no protocol or protocol version supported by both the client and the server."
-       },
-       {
-               HRES_NS_E_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NET_WRITE,
-               "HRES_NS_E_NET_WRITE",
-               "Error writing to the network."
-       },
-       {
-               HRES_NS_E_NET_READ,
-               "HRES_NS_E_NET_READ",
-               "Error reading from the network."
-       },
-       {
-               HRES_NS_E_DISK_WRITE,
-               "HRES_NS_E_DISK_WRITE",
-               "Error writing to a disk."
-       },
-       {
-               HRES_NS_E_DISK_READ,
-               "HRES_NS_E_DISK_READ",
-               "Error reading from a disk."
-       },
-       {
-               HRES_NS_E_FILE_WRITE,
-               "HRES_NS_E_FILE_WRITE",
-               "Error writing to a file."
-       },
-       {
-               HRES_NS_E_FILE_READ,
-               "HRES_NS_E_FILE_READ",
-               "Error reading from a file."
-       },
-       {
-               HRES_NS_E_FILE_NOT_FOUND,
-               "HRES_NS_E_FILE_NOT_FOUND",
-               "The system cannot find the file specified."
-       },
-       {
-               HRES_NS_E_FILE_EXISTS,
-               "HRES_NS_E_FILE_EXISTS",
-               "The file already exists."
-       },
-       {
-               HRES_NS_E_INVALID_NAME,
-               "HRES_NS_E_INVALID_NAME",
-               "The file name, directory name, or volume label syntax is incorrect."
-       },
-       {
-               HRES_NS_E_FILE_OPEN_FAILED,
-               "HRES_NS_E_FILE_OPEN_FAILED",
-               "Failed to open a file."
-       },
-       {
-               HRES_NS_E_FILE_ALLOCATION_FAILED,
-               "HRES_NS_E_FILE_ALLOCATION_FAILED",
-               "Unable to allocate a file."
-       },
-       {
-               HRES_NS_E_FILE_INIT_FAILED,
-               "HRES_NS_E_FILE_INIT_FAILED",
-               "Unable to initialize a file."
-       },
-       {
-               HRES_NS_E_FILE_PLAY_FAILED,
-               "HRES_NS_E_FILE_PLAY_FAILED",
-               "Unable to play a file."
-       },
-       {
-               HRES_NS_E_SET_DISK_UID_FAILED,
-               "HRES_NS_E_SET_DISK_UID_FAILED",
-               "Could not set the disk UID."
-       },
-       {
-               HRES_NS_E_INDUCED,
-               "HRES_NS_E_INDUCED",
-               "An error was induced for testing purposes."
-       },
-       {
-               HRES_NS_E_CCLINK_DOWN,
-               "HRES_NS_E_CCLINK_DOWN",
-               "Two Content Servers failed to communicate."
-       },
-       {
-               HRES_NS_E_INTERNAL,
-               "HRES_NS_E_INTERNAL",
-               "An unknown error occurred."
-       },
-       {
-               HRES_NS_E_BUSY,
-               "HRES_NS_E_BUSY",
-               "The requested resource is in use."
-       },
-       {
-               HRES_NS_E_UNRECOGNIZED_STREAM_TYPE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NETWORK_SERVICE_FAILURE,
-               "HRES_NS_E_NETWORK_SERVICE_FAILURE",
-               "The network service provider failed."
-       },
-       {
-               HRES_NS_E_NETWORK_RESOURCE_FAILURE,
-               "HRES_NS_E_NETWORK_RESOURCE_FAILURE",
-               "An attempt to acquire a network resource failed."
-       },
-       {
-               HRES_NS_E_CONNECTION_FAILURE,
-               "HRES_NS_E_CONNECTION_FAILURE",
-               "The network connection has failed."
-       },
-       {
-               HRES_NS_E_SHUTDOWN,
-               "HRES_NS_E_SHUTDOWN",
-               "The session is being terminated locally."
-       },
-       {
-               HRES_NS_E_INVALID_REQUEST,
-               "HRES_NS_E_INVALID_REQUEST",
-               "The request is invalid in the current state."
-       },
-       {
-               HRES_NS_E_INSUFFICIENT_BANDWIDTH,
-               "HRES_NS_E_INSUFFICIENT_BANDWIDTH",
-               "There is insufficient bandwidth available to fulfill the request."
-       },
-       {
-               HRES_NS_E_NOT_REBUILDING,
-               "HRES_NS_E_NOT_REBUILDING",
-               "The disk is not rebuilding."
-       },
-       {
-               HRES_NS_E_LATE_OPERATION,
-               "HRES_NS_E_LATE_OPERATION",
-               "An operation requested for a particular time could not be carried out on schedule."
-       },
-       {
-               HRES_NS_E_INVALID_DATA,
-               "HRES_NS_E_INVALID_DATA",
-               "Invalid or corrupt data was encountered."
-       },
-       {
-               HRES_NS_E_FILE_BANDWIDTH_LIMIT,
-               "HRES_NS_E_FILE_BANDWIDTH_LIMIT",
-               "The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server."
-       },
-       {
-               HRES_NS_E_OPEN_FILE_LIMIT,
-               "HRES_NS_E_OPEN_FILE_LIMIT",
-               "The client cannot have any more files open simultaneously."
-       },
-       {
-               HRES_NS_E_BAD_CONTROL_DATA,
-               "HRES_NS_E_BAD_CONTROL_DATA",
-               "The server received invalid data from the client on the control connection."
-       },
-       {
-               HRES_NS_E_NO_STREAM,
-               "HRES_NS_E_NO_STREAM",
-               "There is no stream available."
-       },
-       {
-               HRES_NS_E_STREAM_END,
-               "HRES_NS_E_STREAM_END",
-               "There is no more data in the stream."
-       },
-       {
-               HRES_NS_E_SERVER_NOT_FOUND,
-               "HRES_NS_E_SERVER_NOT_FOUND",
-               "The specified server could not be found."
-       },
-       {
-               HRES_NS_E_DUPLICATE_NAME,
-               "HRES_NS_E_DUPLICATE_NAME",
-               "The specified name is already in use."
-       },
-       {
-               HRES_NS_E_DUPLICATE_ADDRESS,
-               "HRES_NS_E_DUPLICATE_ADDRESS",
-               "The specified address is already in use."
-       },
-       {
-               HRES_NS_E_BAD_MULTICAST_ADDRESS,
-               "HRES_NS_E_BAD_MULTICAST_ADDRESS",
-               "The specified address is not a valid multicast address."
-       },
-       {
-               HRES_NS_E_BAD_ADAPTER_ADDRESS,
-               "HRES_NS_E_BAD_ADAPTER_ADDRESS",
-               "The specified adapter address is invalid."
-       },
-       {
-               HRES_NS_E_BAD_DELIVERY_MODE,
-               "HRES_NS_E_BAD_DELIVERY_MODE",
-               "The specified delivery mode is invalid."
-       },
-       {
-               HRES_NS_E_INVALID_CHANNEL,
-               "HRES_NS_E_INVALID_CHANNEL",
-               "The specified station does not exist."
-       },
-       {
-               HRES_NS_E_INVALID_STREAM,
-               "HRES_NS_E_INVALID_STREAM",
-               "The specified stream does not exist."
-       },
-       {
-               HRES_NS_E_INVALID_ARCHIVE,
-               "HRES_NS_E_INVALID_ARCHIVE",
-               "The specified archive could not be opened."
-       },
-       {
-               HRES_NS_E_NOTITLES,
-               "HRES_NS_E_NOTITLES",
-               "The system cannot find any titles on the server."
-       },
-       {
-               HRES_NS_E_INVALID_CLIENT,
-               "HRES_NS_E_INVALID_CLIENT",
-               "The system cannot find the client specified."
-       },
-       {
-               HRES_NS_E_INVALID_BLACKHOLE_ADDRESS,
-               "HRES_NS_E_INVALID_BLACKHOLE_ADDRESS",
-               "The Blackhole Address is not initialized."
-       },
-       {
-               HRES_NS_E_INCOMPATIBLE_FORMAT,
-               "HRES_NS_E_INCOMPATIBLE_FORMAT",
-               "The station does not support the stream format."
-       },
-       {
-               HRES_NS_E_INVALID_KEY,
-               "HRES_NS_E_INVALID_KEY",
-               "The specified key is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_PORT,
-               "HRES_NS_E_INVALID_PORT",
-               "The specified port is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_TTL,
-               "HRES_NS_E_INVALID_TTL",
-               "The specified TTL is not valid."
-       },
-       {
-               HRES_NS_E_STRIDE_REFUSED,
-               "HRES_NS_E_STRIDE_REFUSED",
-               "The request to fast forward or rewind could not be fulfilled."
-       },
-       {
-               HRES_NS_E_MMSAUTOSERVER_CANTFINDWALKER,
-               "HRES_NS_E_MMSAUTOSERVER_CANTFINDWALKER",
-               "Unable to load the appropriate file parser."
-       },
-       {
-               HRES_NS_E_MAX_BITRATE,
-               "HRES_NS_E_MAX_BITRATE",
-               "Cannot exceed the maximum bandwidth limit."
-       },
-       {
-               HRES_NS_E_LOGFILEPERIOD,
-               "HRES_NS_E_LOGFILEPERIOD",
-               "Invalid value for LogFilePeriod."
-       },
-       {
-               HRES_NS_E_MAX_CLIENTS,
-               "HRES_NS_E_MAX_CLIENTS",
-               "Cannot exceed the maximum client limit."
-       },
-       {
-               HRES_NS_E_LOG_FILE_SIZE,
-               "HRES_NS_E_LOG_FILE_SIZE",
-               "The maximum log file size has been reached."
-       },
-       {
-               HRES_NS_E_MAX_FILERATE,
-               "HRES_NS_E_MAX_FILERATE",
-               "Cannot exceed the maximum file rate."
-       },
-       {
-               HRES_NS_E_WALKER_UNKNOWN,
-               "HRES_NS_E_WALKER_UNKNOWN",
-               "Unknown file type."
-       },
-       {
-               HRES_NS_E_WALKER_SERVER,
-               "HRES_NS_E_WALKER_SERVER",
-               "The specified file, %1, cannot be loaded onto the specified server, %2."
-       },
-       {
-               HRES_NS_E_WALKER_USAGE,
-               "HRES_NS_E_WALKER_USAGE",
-               "There was a usage error with file parser."
-       },
-       {
-               HRES_NS_E_TIGER_FAIL,
-               "HRES_NS_E_TIGER_FAIL",
-               "The Title Server %1 has failed."
-       },
-       {
-               HRES_NS_E_CUB_FAIL,
-               "HRES_NS_E_CUB_FAIL",
-               "Content Server %1 (%2) has failed."
-       },
-       {
-               HRES_NS_E_DISK_FAIL,
-               "HRES_NS_E_DISK_FAIL",
-               "Disk %1 ( %2 ) on Content Server %3, has failed."
-       },
-       {
-               HRES_NS_E_MAX_FUNNELS_ALERT,
-               "HRES_NS_E_MAX_FUNNELS_ALERT",
-               "The NetShow data stream limit of %1 streams was reached."
-       },
-       {
-               HRES_NS_E_ALLOCATE_FILE_FAIL,
-               "HRES_NS_E_ALLOCATE_FILE_FAIL",
-               "The NetShow Video Server was unable to allocate a %1 block file named %2."
-       },
-       {
-               HRES_NS_E_PAGING_ERROR,
-               "HRES_NS_E_PAGING_ERROR",
-               "A Content Server was unable to page a block."
-       },
-       {
-               HRES_NS_E_BAD_BLOCK0_VERSION,
-               "HRES_NS_E_BAD_BLOCK0_VERSION",
-               "Disk %1 has unrecognized control block version %2."
-       },
-       {
-               HRES_NS_E_BAD_DISK_UID,
-               "HRES_NS_E_BAD_DISK_UID",
-               "Disk %1 has incorrect uid %2."
-       },
-       {
-               HRES_NS_E_BAD_FSMAJOR_VERSION,
-               "HRES_NS_E_BAD_FSMAJOR_VERSION",
-               "Disk %1 has unsupported file system major version %2."
-       },
-       {
-               HRES_NS_E_BAD_STAMPNUMBER,
-               "HRES_NS_E_BAD_STAMPNUMBER",
-               "Disk %1 has bad stamp number in control block."
-       },
-       {
-               HRES_NS_E_PARTIALLY_REBUILT_DISK,
-               "HRES_NS_E_PARTIALLY_REBUILT_DISK",
-               "Disk %1 is partially reconstructed."
-       },
-       {
-               HRES_NS_E_ENACTPLAN_GIVEUP,
-               "HRES_NS_E_ENACTPLAN_GIVEUP",
-               "EnactPlan gives up."
-       },
-       {
-               HRES_MCMADM_E_REGKEY_NOT_FOUND,
-               "HRES_MCMADM_E_REGKEY_NOT_FOUND",
-               "The key was not found in the registry."
-       },
-       {
-               HRES_NS_E_NO_FORMATS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NO_REFERENCES,
-               "HRES_NS_E_NO_REFERENCES",
-               "No reference URLs were found in an ASX file."
-       },
-       {
-               HRES_NS_E_WAVE_OPEN,
-               "HRES_NS_E_WAVE_OPEN",
-               "Error opening wave device, the device might be in use."
-       },
-       {
-               HRES_NS_E_CANNOTCONNECTEVENTS,
-               "HRES_NS_E_CANNOTCONNECTEVENTS",
-               "Unable to establish a connection to the NetShow event monitor service."
-       },
-       {
-               HRES_NS_E_NO_DEVICE,
-               "HRES_NS_E_NO_DEVICE",
-               "No device driver is present on the system."
-       },
-       {
-               HRES_NS_E_NO_SPECIFIED_DEVICE,
-               "HRES_NS_E_NO_SPECIFIED_DEVICE",
-               "No specified device driver is present."
-       },
-       {
-               HRES_NS_E_MONITOR_GIVEUP,
-               "HRES_NS_E_MONITOR_GIVEUP",
-               "Netshow Events Monitor is not operational and has been disconnected."
-       },
-       {
-               HRES_NS_E_REMIRRORED_DISK,
-               "HRES_NS_E_REMIRRORED_DISK",
-               "Disk %1 is remirrored."
-       },
-       {
-               HRES_NS_E_INSUFFICIENT_DATA,
-               "HRES_NS_E_INSUFFICIENT_DATA",
-               "Insufficient data found."
-       },
-       {
-               HRES_NS_E_ASSERT,
-               "HRES_NS_E_ASSERT",
-               "1 failed in file %2 line %3."
-       },
-       {
-               HRES_NS_E_BAD_ADAPTER_NAME,
-               "HRES_NS_E_BAD_ADAPTER_NAME",
-               "The specified adapter name is invalid."
-       },
-       {
-               HRES_NS_E_NOT_LICENSED,
-               "HRES_NS_E_NOT_LICENSED",
-               "The application is not licensed for this feature."
-       },
-       {
-               HRES_NS_E_NO_SERVER_CONTACT,
-               "HRES_NS_E_NO_SERVER_CONTACT",
-               "Unable to contact the server."
-       },
-       {
-               HRES_NS_E_TOO_MANY_TITLES,
-               "HRES_NS_E_TOO_MANY_TITLES",
-               "Maximum number of titles exceeded."
-       },
-       {
-               HRES_NS_E_TITLE_SIZE_EXCEEDED,
-               "HRES_NS_E_TITLE_SIZE_EXCEEDED",
-               "Maximum size of a title exceeded."
-       },
-       {
-               HRES_NS_E_UDP_DISABLED,
-               "HRES_NS_E_UDP_DISABLED",
-               "UDP protocol not enabled. Not trying %1!ls!."
-       },
-       {
-               HRES_NS_E_TCP_DISABLED,
-               "HRES_NS_E_TCP_DISABLED",
-               "TCP protocol not enabled. Not trying %1!ls!."
-       },
-       {
-               HRES_NS_E_HTTP_DISABLED,
-               "HRES_NS_E_HTTP_DISABLED",
-               "HTTP protocol not enabled. Not trying %1!ls!."
-       },
-       {
-               HRES_NS_E_LICENSE_EXPIRED,
-               "HRES_NS_E_LICENSE_EXPIRED",
-               "The product license has expired."
-       },
-       {
-               HRES_NS_E_TITLE_BITRATE,
-               "HRES_NS_E_TITLE_BITRATE",
-               "Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information."
-       },
-       {
-               HRES_NS_E_EMPTY_PROGRAM_NAME,
-               "HRES_NS_E_EMPTY_PROGRAM_NAME",
-               "The program name cannot be empty."
-       },
-       {
-               HRES_NS_E_MISSING_CHANNEL,
-               "HRES_NS_E_MISSING_CHANNEL",
-               "Station %1 does not exist."
-       },
-       {
-               HRES_NS_E_NO_CHANNELS,
-               "HRES_NS_E_NO_CHANNELS",
-               "You need to define at least one station before this operation can complete."
-       },
-       {
-               HRES_NS_E_INVALID_INDEX2,
-               "HRES_NS_E_INVALID_INDEX2",
-               "The index specified is invalid."
-       },
-       {
-               HRES_NS_E_CUB_FAIL_LINK,
-               "HRES_NS_E_CUB_FAIL_LINK",
-               "Content Server %1 (%2) has failed its link to Content Server %3."
-       },
-       {
-               HRES_NS_E_BAD_CUB_UID,
-               "HRES_NS_E_BAD_CUB_UID",
-               "Content Server %1 (%2) has incorrect uid %3."
-       },
-       {
-               HRES_NS_E_GLITCH_MODE,
-               "HRES_NS_E_GLITCH_MODE",
-               "Server unreliable because multiple components failed."
-       },
-       {
-               HRES_NS_E_NO_MEDIA_PROTOCOL,
-               "HRES_NS_E_NO_MEDIA_PROTOCOL",
-               "Content Server %1 (%2) is unable to communicate with the Media System Network Protocol."
-       },
-       {
-               HRES_NS_E_NOTHING_TO_DO,
-               "HRES_NS_E_NOTHING_TO_DO",
-               "Nothing to do."
-       },
-       {
-               HRES_NS_E_NO_MULTICAST,
-               "HRES_NS_E_NO_MULTICAST",
-               "Not receiving data from the server."
-       },
-       {
-               HRES_NS_E_INVALID_INPUT_FORMAT,
-               "HRES_NS_E_INVALID_INPUT_FORMAT",
-               "The input media format is invalid."
-       },
-       {
-               HRES_NS_E_MSAUDIO_NOT_INSTALLED,
-               "HRES_NS_E_MSAUDIO_NOT_INSTALLED",
-               "The MSAudio codec is not installed on this system."
-       },
-       {
-               HRES_NS_E_UNEXPECTED_MSAUDIO_ERROR,
-               "HRES_NS_E_UNEXPECTED_MSAUDIO_ERROR",
-               "An unexpected error occurred with the MSAudio codec."
-       },
-       {
-               HRES_NS_E_INVALID_OUTPUT_FORMAT,
-               "HRES_NS_E_INVALID_OUTPUT_FORMAT",
-               "The output media format is invalid."
-       },
-       {
-               HRES_NS_E_NOT_CONFIGURED,
-               "HRES_NS_E_NOT_CONFIGURED",
-               "The object must be fully configured before audio samples can be processed."
-       },
-       {
-               HRES_NS_E_PROTECTED_CONTENT,
-               "HRES_NS_E_PROTECTED_CONTENT",
-               "You need a license to perform the requested operation on this media file."
-       },
-       {
-               HRES_NS_E_LICENSE_REQUIRED,
-               "HRES_NS_E_LICENSE_REQUIRED",
-               "You need a license to perform the requested operation on this media file."
-       },
-       {
-               HRES_NS_E_TAMPERED_CONTENT,
-               "HRES_NS_E_TAMPERED_CONTENT",
-               "This media file is corrupted or invalid. Contact the content provider for a new file."
-       },
-       {
-               HRES_NS_E_LICENSE_OUTOFDATE,
-               "HRES_NS_E_LICENSE_OUTOFDATE",
-               "The license for this media file has expired. Get a new license or contact the content provider for further assistance."
-       },
-       {
-               HRES_NS_E_LICENSE_INCORRECT_RIGHTS,
-               "HRES_NS_E_LICENSE_INCORRECT_RIGHTS",
-               "You are not allowed to open this file. Contact the content provider for further assistance."
-       },
-       {
-               HRES_NS_E_AUDIO_CODEC_NOT_INSTALLED,
-               "HRES_NS_E_AUDIO_CODEC_NOT_INSTALLED",
-               "The requested audio codec is not installed on this system."
-       },
-       {
-               HRES_NS_E_AUDIO_CODEC_ERROR,
-               "HRES_NS_E_AUDIO_CODEC_ERROR",
-               "An unexpected error occurred with the audio codec."
-       },
-       {
-               HRES_NS_E_VIDEO_CODEC_NOT_INSTALLED,
-               "HRES_NS_E_VIDEO_CODEC_NOT_INSTALLED",
-               "The requested video codec is not installed on this system."
-       },
-       {
-               HRES_NS_E_VIDEO_CODEC_ERROR,
-               "HRES_NS_E_VIDEO_CODEC_ERROR",
-               "An unexpected error occurred with the video codec."
-       },
-       {
-               HRES_NS_E_INVALIDPROFILE,
-               "HRES_NS_E_INVALIDPROFILE",
-               "The Profile is invalid."
-       },
-       {
-               HRES_NS_E_INCOMPATIBLE_VERSION,
-               "HRES_NS_E_INCOMPATIBLE_VERSION",
-               "A new version of the SDK is needed to play the requested content."
-       },
-       {
-               HRES_NS_E_OFFLINE_MODE,
-               "HRES_NS_E_OFFLINE_MODE",
-               "The requested URL is not available in offline mode."
-       },
-       {
-               HRES_NS_E_NOT_CONNECTED,
-               "HRES_NS_E_NOT_CONNECTED",
-               "The requested URL cannot be accessed because there is no network connection."
-       },
-       {
-               HRES_NS_E_TOO_MUCH_DATA,
-               "HRES_NS_E_TOO_MUCH_DATA",
-               "The encoding process was unable to keep up with the amount of supplied data."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_PROPERTY,
-               "HRES_NS_E_UNSUPPORTED_PROPERTY",
-               "The given property is not supported."
-       },
-       {
-               HRES_NS_E_8BIT_WAVE_UNSUPPORTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NO_MORE_SAMPLES,
-               "HRES_NS_E_NO_MORE_SAMPLES",
-               "There are no more samples in the current range."
-       },
-       {
-               HRES_NS_E_INVALID_SAMPLING_RATE,
-               "HRES_NS_E_INVALID_SAMPLING_RATE",
-               "The given sampling rate is invalid."
-       },
-       {
-               HRES_NS_E_MAX_PACKET_SIZE_TOO_SMALL,
-               "HRES_NS_E_MAX_PACKET_SIZE_TOO_SMALL",
-               "The given maximum packet size is too small to accommodate this profile.)"
-       },
-       {
-               HRES_NS_E_LATE_PACKET,
-               "HRES_NS_E_LATE_PACKET",
-               "The packet arrived too late to be of use."
-       },
-       {
-               HRES_NS_E_DUPLICATE_PACKET,
-               "HRES_NS_E_DUPLICATE_PACKET",
-               "The packet is a duplicate of one received before."
-       },
-       {
-               HRES_NS_E_SDK_BUFFERTOOSMALL,
-               "HRES_NS_E_SDK_BUFFERTOOSMALL",
-               "Supplied buffer is too small."
-       },
-       {
-               HRES_NS_E_INVALID_NUM_PASSES,
-               "HRES_NS_E_INVALID_NUM_PASSES",
-               "The wrong number of preprocessing passes was used for the stream's output type."
-       },
-       {
-               HRES_NS_E_ATTRIBUTE_READ_ONLY,
-               "HRES_NS_E_ATTRIBUTE_READ_ONLY",
-               "An attempt was made to add, modify, or delete a read only attribute."
-       },
-       {
-               HRES_NS_E_ATTRIBUTE_NOT_ALLOWED,
-               "HRES_NS_E_ATTRIBUTE_NOT_ALLOWED",
-               "An attempt was made to add attribute that is not allowed for the given media type."
-       },
-       {
-               HRES_NS_E_INVALID_EDL,
-               "HRES_NS_E_INVALID_EDL",
-               "The EDL provided is invalid."
-       },
-       {
-               HRES_NS_E_DATA_UNIT_EXTENSION_TOO_LARGE,
-               "HRES_NS_E_DATA_UNIT_EXTENSION_TOO_LARGE",
-               "The Data Unit Extension data was too large to be used."
-       },
-       {
-               HRES_NS_E_CODEC_DMO_ERROR,
-               "HRES_NS_E_CODEC_DMO_ERROR",
-               "An unexpected error occurred with a DMO codec."
-       },
-       {
-               HRES_NS_E_FEATURE_DISABLED_BY_GROUP_POLICY,
-               "HRES_NS_E_FEATURE_DISABLED_BY_GROUP_POLICY",
-               "This feature has been disabled by group policy."
-       },
-       {
-               HRES_NS_E_FEATURE_DISABLED_IN_SKU,
-               "HRES_NS_E_FEATURE_DISABLED_IN_SKU",
-               "This feature is disabled in this SKU."
-       },
-       {
-               HRES_NS_E_NO_CD,
-               "HRES_NS_E_NO_CD",
-               "There is no CD in the CD drive. Insert a CD, and then try again."
-       },
-       {
-               HRES_NS_E_CANT_READ_DIGITAL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DEVICE_DISCONNECTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DEVICE_NOT_SUPPORT_FORMAT,
-               "HRES_NS_E_DEVICE_NOT_SUPPORT_FORMAT",
-               "Windows Media Player cannot play the file. The portable device does not support the specified file type."
-       },
-       {
-               HRES_NS_E_SLOW_READ_DIGITAL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MIXER_INVALID_LINE,
-               "HRES_NS_E_MIXER_INVALID_LINE",
-               "An invalid line error occurred in the mixer."
-       },
-       {
-               HRES_NS_E_MIXER_INVALID_CONTROL,
-               "HRES_NS_E_MIXER_INVALID_CONTROL",
-               "An invalid control error occurred in the mixer."
-       },
-       {
-               HRES_NS_E_MIXER_INVALID_VALUE,
-               "HRES_NS_E_MIXER_INVALID_VALUE",
-               "An invalid value error occurred in the mixer."
-       },
-       {
-               HRES_NS_E_MIXER_UNKNOWN_MMRESULT,
-               "HRES_NS_E_MIXER_UNKNOWN_MMRESULT",
-               "An unrecognized MMRESULT occurred in the mixer."
-       },
-       {
-               HRES_NS_E_USER_STOP,
-               "HRES_NS_E_USER_STOP",
-               "User has stopped the operation."
-       },
-       {
-               HRES_NS_E_MP3_FORMAT_NOT_FOUND,
-               "HRES_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)."
-       },
-       {
-               HRES_NS_E_CD_READ_ERROR_NO_CORRECTION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_READ_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_SLOW_COPY,
-               "HRES_NS_E_CD_SLOW_COPY",
-               "For best performance, do not play CD tracks while ripping them."
-       },
-       {
-               HRES_NS_E_CD_COPYTO_CD,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MIXER_NODRIVER,
-               "HRES_NS_E_MIXER_NODRIVER",
-               "Could not open a sound mixer driver."
-       },
-       {
-               HRES_NS_E_REDBOOK_ENABLED_WHILE_COPYING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_REFRESH,
-               "HRES_NS_E_CD_REFRESH",
-               "Windows Media Player is busy reading the CD."
-       },
-       {
-               HRES_NS_E_CD_DRIVER_PROBLEM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WONT_DO_DIGITAL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPXML_NOERROR,
-               "HRES_NS_E_WMPXML_NOERROR",
-               "A call was made to GetParseError on the XML parser but there was no error to retrieve."
-       },
-       {
-               HRES_NS_E_WMPXML_ENDOFDATA,
-               "HRES_NS_E_WMPXML_ENDOFDATA",
-               "The XML Parser ran out of data while parsing."
-       },
-       {
-               HRES_NS_E_WMPXML_PARSEERROR,
-               "HRES_NS_E_WMPXML_PARSEERROR",
-               "A generic parse error occurred in the XML parser but no information is available."
-       },
-       {
-               HRES_NS_E_WMPXML_ATTRIBUTENOTFOUND,
-               "HRES_NS_E_WMPXML_ATTRIBUTENOTFOUND",
-               "A call get GetNamedAttribute or GetNamedAttributeIndex on the XML parser resulted in the index not being found."
-       },
-       {
-               HRES_NS_E_WMPXML_PINOTFOUND,
-               "HRES_NS_E_WMPXML_PINOTFOUND",
-               "A call was made go GetNamedPI on the XML parser, but the requested Processing Instruction was not found."
-       },
-       {
-               HRES_NS_E_WMPXML_EMPTYDOC,
-               "HRES_NS_E_WMPXML_EMPTYDOC",
-               "Persist was called on the XML parser, but the parser has no data to persist."
-       },
-       {
-               HRES_NS_E_WMP_PATH_ALREADY_IN_LIBRARY,
-               "HRES_NS_E_WMP_PATH_ALREADY_IN_LIBRARY",
-               "This file path is already in the library."
-       },
-       {
-               HRES_NS_E_WMP_FILESCANALREADYSTARTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_HME_INVALIDOBJECTID,
-               "HRES_NS_E_WMP_HME_INVALIDOBJECTID",
-               "Windows Media Player is unable to find the media you are looking for."
-       },
-       {
-               HRES_NS_E_WMP_MF_CODE_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_HME_NOTSEARCHABLEFORITEMS,
-               "HRES_NS_E_WMP_HME_NOTSEARCHABLEFORITEMS",
-               "This container does not support search on items."
-       },
-       {
-               HRES_NS_E_WMP_ADDTOLIBRARY_FAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WINDOWSAPIFAILURE,
-               "HRES_NS_E_WMP_WINDOWSAPIFAILURE",
-               "A Windows API call failed but no error information was available."
-       },
-       {
-               HRES_NS_E_WMP_RECORDING_NOT_ALLOWED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DEVICE_NOT_READY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DAMAGED_FILE,
-               "HRES_NS_E_DAMAGED_FILE",
-               "Windows Media Player cannot play the file because it is corrupted."
-       },
-       {
-               HRES_NS_E_MPDB_GENERIC,
-               "HRES_NS_E_MPDB_GENERIC",
-               "Windows Media Player encountered an error while attempting to access information in the library. Try restarting the Player."
-       },
-       {
-               HRES_NS_E_FILE_FAILED_CHECKS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MEDIA_LIBRARY_FAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SHARING_VIOLATION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NO_ERROR_STRING_FOUND,
-               "HRES_NS_E_NO_ERROR_STRING_FOUND",
-               "Windows Media Player has encountered an unknown error."
-       },
-       {
-               HRES_NS_E_WMPOCX_NO_REMOTE_CORE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPOCX_NO_ACTIVE_CORE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPOCX_NOT_RUNNING_REMOTELY,
-               "HRES_NS_E_WMPOCX_NOT_RUNNING_REMOTELY",
-               "The Windows Media Player ActiveX control is not running in remote mode."
-       },
-       {
-               HRES_NS_E_WMPOCX_NO_REMOTE_WINDOW,
-               "HRES_NS_E_WMPOCX_NO_REMOTE_WINDOW",
-               "An error occurred while trying to get the remote Windows Media Player window."
-       },
-       {
-               HRES_NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE,
-               "HRES_NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE",
-               "Windows Media Player has encountered an unknown error."
-       },
-       {
-               HRES_NS_E_PLUGIN_NOTSHUTDOWN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CANNOT_FIND_FOLDER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED,
-               "HRES_NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED",
-               "Windows Media Player cannot save a file that is being streamed."
-       },
-       {
-               HRES_NS_E_WMP_PLUGINDLL_NOTFOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NEED_TO_ASK_USER,
-               "HRES_NS_E_NEED_TO_ASK_USER",
-               "Action requires input from the user."
-       },
-       {
-               HRES_NS_E_WMPOCX_PLAYER_NOT_DOCKED,
-               "HRES_NS_E_WMPOCX_PLAYER_NOT_DOCKED",
-               "The Windows Media Player ActiveX control must be in a docked state for this action to be performed."
-       },
-       {
-               HRES_NS_E_WMP_EXTERNAL_NOTREADY,
-               "HRES_NS_E_WMP_EXTERNAL_NOTREADY",
-               "The Windows Media Player external object is not ready."
-       },
-       {
-               HRES_NS_E_WMP_MLS_STALE_DATA,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED,
-               "HRES_NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED",
-               "The control (%s) does not support creation of sub-controls, yet (%d) sub-controls have been specified."
-       },
-       {
-               HRES_NS_E_WMP_UI_VERSIONMISMATCH,
-               "HRES_NS_E_WMP_UI_VERSIONMISMATCH",
-               "Version mismatch: (%.1f required, %.1f found)."
-       },
-       {
-               HRES_NS_E_WMP_UI_NOTATHEMEFILE,
-               "HRES_NS_E_WMP_UI_NOTATHEMEFILE",
-               "The layout manager was given valid XML that wasn't a theme file."
-       },
-       {
-               HRES_NS_E_WMP_UI_SUBELEMENTNOTFOUND,
-               "HRES_NS_E_WMP_UI_SUBELEMENTNOTFOUND",
-               "The %s subelement could not be found on the %s object."
-       },
-       {
-               HRES_NS_E_WMP_UI_VERSIONPARSE,
-               "HRES_NS_E_WMP_UI_VERSIONPARSE",
-               "An error occurred parsing the version tag. Valid version tags are of the form: <?wmp version='1.0'?>."
-       },
-       {
-               HRES_NS_E_WMP_UI_VIEWIDNOTFOUND,
-               "HRES_NS_E_WMP_UI_VIEWIDNOTFOUND",
-               "The view specified in for the 'currentViewID' property (%s) was not found in this theme file."
-       },
-       {
-               HRES_NS_E_WMP_UI_PASSTHROUGH,
-               "HRES_NS_E_WMP_UI_PASSTHROUGH",
-               "This error used internally for hit testing."
-       },
-       {
-               HRES_NS_E_WMP_UI_OBJECTNOTFOUND,
-               "HRES_NS_E_WMP_UI_OBJECTNOTFOUND",
-               "Attributes were specified for the %s object, but the object was not available to send them to."
-       },
-       {
-               HRES_NS_E_WMP_UI_SECONDHANDLER,
-               "HRES_NS_E_WMP_UI_SECONDHANDLER",
-               "The %s event already has a handler, the second handler was ignored."
-       },
-       {
-               HRES_NS_E_WMP_UI_NOSKININZIP,
-               "HRES_NS_E_WMP_UI_NOSKININZIP",
-               "No .wms file found in skin archive."
-       },
-       {
-               HRES_NS_E_WMP_URLDOWNLOADFAILED,
-               "HRES_NS_E_WMP_URLDOWNLOADFAILED",
-               "Windows Media Player encountered a problem while downloading the file. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_SKIN,
-               "HRES_NS_E_WMP_INVALID_SKIN",
-               "Windows Media Player encountered a problem with the skin file. The skin file might not be valid."
-       },
-       {
-               HRES_NS_E_WMP_SENDMAILFAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_LOCKEDINSKINMODE,
-               "HRES_NS_E_WMP_LOCKEDINSKINMODE",
-               "Windows Media Player cannot switch to full mode because your computer administrator has locked this skin."
-       },
-       {
-               HRES_NS_E_WMP_FAILED_TO_SAVE_FILE,
-               "HRES_NS_E_WMP_FAILED_TO_SAVE_FILE",
-               "Windows Media Player encountered a problem while saving the file. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMP_SAVEAS_READONLY,
-               "HRES_NS_E_WMP_SAVEAS_READONLY",
-               "Windows Media Player cannot overwrite a read-only file. Try using a different file name."
-       },
-       {
-               HRES_NS_E_WMP_FAILED_TO_SAVE_PLAYLIST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_FAILED_TO_OPEN_WMD,
-               "HRES_NS_E_WMP_FAILED_TO_OPEN_WMD",
-               "Windows Media Player cannot open the Windows Media Download file. The file might be damaged."
-       },
-       {
-               HRES_NS_E_WMP_CANT_PLAY_PROTECTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SHARING_STATE_OUT_OF_SYNC,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING,
-               "HRES_NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING",
-               "Exclusive Services launch failed because the Windows Media Player is already running."
-       },
-       {
-               HRES_NS_E_WMP_RBC_JPGMAPPINGIMAGE,
-               "HRES_NS_E_WMP_RBC_JPGMAPPINGIMAGE",
-               "JPG Images are not recommended for use as a mappingImage."
-       },
-       {
-               HRES_NS_E_WMP_JPGTRANSPARENCY,
-               "HRES_NS_E_WMP_JPGTRANSPARENCY",
-               "JPG Images are not recommended when using a transparencyColor."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_MAX_VAL,
-               "HRES_NS_E_WMP_INVALID_MAX_VAL",
-               "The Max property cannot be less than Min property."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_MIN_VAL,
-               "HRES_NS_E_WMP_INVALID_MIN_VAL",
-               "The Min property cannot be greater than Max property."
-       },
-       {
-               HRES_NS_E_WMP_CS_JPGPOSITIONIMAGE,
-               "HRES_NS_E_WMP_CS_JPGPOSITIONIMAGE",
-               "JPG Images are not recommended for use as a positionImage."
-       },
-       {
-               HRES_NS_E_WMP_CS_NOTEVENLYDIVISIBLE,
-               "HRES_NS_E_WMP_CS_NOTEVENLYDIVISIBLE",
-               "The (%s) image's size is not evenly divisible by the positionImage's size."
-       },
-       {
-               HRES_NS_E_WMPZIP_NOTAZIPFILE,
-               "HRES_NS_E_WMPZIP_NOTAZIPFILE",
-               "The ZIP reader opened a file and its signature did not match that of the ZIP files."
-       },
-       {
-               HRES_NS_E_WMPZIP_CORRUPT,
-               "HRES_NS_E_WMPZIP_CORRUPT",
-               "The ZIP reader has detected that the file is corrupted."
-       },
-       {
-               HRES_NS_E_WMPZIP_FILENOTFOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED,
-               "HRES_NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED",
-               "Image type not supported."
-       },
-       {
-               HRES_NS_E_WMP_IMAGE_INVALID_FORMAT,
-               "HRES_NS_E_WMP_IMAGE_INVALID_FORMAT",
-               "Image file might be corrupt."
-       },
-       {
-               HRES_NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE,
-               "HRES_NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE",
-               "Unexpected end of file. GIF file might be corrupt."
-       },
-       {
-               HRES_NS_E_WMP_GIF_INVALID_FORMAT,
-               "HRES_NS_E_WMP_GIF_INVALID_FORMAT",
-               "Invalid GIF file."
-       },
-       {
-               HRES_NS_E_WMP_GIF_BAD_VERSION_NUMBER,
-               "HRES_NS_E_WMP_GIF_BAD_VERSION_NUMBER",
-               "Invalid GIF version. Only 87a or 89a supported."
-       },
-       {
-               HRES_NS_E_WMP_GIF_NO_IMAGE_IN_FILE,
-               "HRES_NS_E_WMP_GIF_NO_IMAGE_IN_FILE",
-               "No images found in GIF file."
-       },
-       {
-               HRES_NS_E_WMP_PNG_INVALIDFORMAT,
-               "HRES_NS_E_WMP_PNG_INVALIDFORMAT",
-               "Invalid PNG image file format."
-       },
-       {
-               HRES_NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH,
-               "HRES_NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH",
-               "PNG bitdepth not supported."
-       },
-       {
-               HRES_NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION,
-               "HRES_NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION",
-               "Compression format defined in PNG file not supported,"
-       },
-       {
-               HRES_NS_E_WMP_PNG_UNSUPPORTED_FILTER,
-               "HRES_NS_E_WMP_PNG_UNSUPPORTED_FILTER",
-               "Filter method defined in PNG file not supported."
-       },
-       {
-               HRES_NS_E_WMP_PNG_UNSUPPORTED_INTERLACE,
-               "HRES_NS_E_WMP_PNG_UNSUPPORTED_INTERLACE",
-               "Interlace method defined in PNG file not supported."
-       },
-       {
-               HRES_NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC,
-               "HRES_NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC",
-               "Bad CRC in PNG file."
-       },
-       {
-               HRES_NS_E_WMP_BMP_INVALID_BITMASK,
-               "HRES_NS_E_WMP_BMP_INVALID_BITMASK",
-               "Invalid bitmask in BMP file."
-       },
-       {
-               HRES_NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED,
-               "HRES_NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED",
-               "Topdown DIB not supported."
-       },
-       {
-               HRES_NS_E_WMP_BMP_BITMAP_NOT_CREATED,
-               "HRES_NS_E_WMP_BMP_BITMAP_NOT_CREATED",
-               "Bitmap could not be created."
-       },
-       {
-               HRES_NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED,
-               "HRES_NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED",
-               "Compression format defined in BMP not supported."
-       },
-       {
-               HRES_NS_E_WMP_BMP_INVALID_FORMAT,
-               "HRES_NS_E_WMP_BMP_INVALID_FORMAT",
-               "Invalid Bitmap format."
-       },
-       {
-               HRES_NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL,
-               "HRES_NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL",
-               "JPEG Arithmetic coding not supported."
-       },
-       {
-               HRES_NS_E_WMP_JPG_INVALID_FORMAT,
-               "HRES_NS_E_WMP_JPG_INVALID_FORMAT",
-               "Invalid JPEG format."
-       },
-       {
-               HRES_NS_E_WMP_JPG_BAD_DCTSIZE,
-               "HRES_NS_E_WMP_JPG_BAD_DCTSIZE",
-               "Invalid JPEG format."
-       },
-       {
-               HRES_NS_E_WMP_JPG_BAD_VERSION_NUMBER,
-               "HRES_NS_E_WMP_JPG_BAD_VERSION_NUMBER",
-               "Internal version error. Unexpected JPEG library version."
-       },
-       {
-               HRES_NS_E_WMP_JPG_BAD_PRECISION,
-               "HRES_NS_E_WMP_JPG_BAD_PRECISION",
-               "Internal JPEG Library error. Unsupported JPEG data precision."
-       },
-       {
-               HRES_NS_E_WMP_JPG_CCIR601_NOTIMPL,
-               "HRES_NS_E_WMP_JPG_CCIR601_NOTIMPL",
-               "JPEG CCIR601 not supported."
-       },
-       {
-               HRES_NS_E_WMP_JPG_NO_IMAGE_IN_FILE,
-               "HRES_NS_E_WMP_JPG_NO_IMAGE_IN_FILE",
-               "No image found in JPEG file."
-       },
-       {
-               HRES_NS_E_WMP_JPG_READ_ERROR,
-               "HRES_NS_E_WMP_JPG_READ_ERROR",
-               "Could not read JPEG file."
-       },
-       {
-               HRES_NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL,
-               "HRES_NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL",
-               "JPEG Fractional sampling not supported."
-       },
-       {
-               HRES_NS_E_WMP_JPG_IMAGE_TOO_BIG,
-               "HRES_NS_E_WMP_JPG_IMAGE_TOO_BIG",
-               "JPEG image too large. Maximum image size supported is 65500 X 65500."
-       },
-       {
-               HRES_NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE,
-               "HRES_NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE",
-               "Unexpected end of file reached in JPEG file."
-       },
-       {
-               HRES_NS_E_WMP_JPG_SOF_UNSUPPORTED,
-               "HRES_NS_E_WMP_JPG_SOF_UNSUPPORTED",
-               "Unsupported JPEG SOF marker found."
-       },
-       {
-               HRES_NS_E_WMP_JPG_UNKNOWN_MARKER,
-               "HRES_NS_E_WMP_JPG_UNKNOWN_MARKER",
-               "Unknown JPEG marker found."
-       },
-       {
-               HRES_NS_E_WMP_FAILED_TO_OPEN_IMAGE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DAI_SONGTOOSHORT,
-               "HRES_NS_E_WMP_DAI_SONGTOOSHORT",
-               "Windows Media Player cannot compute a Digital Audio Id for the song. It is too short."
-       },
-       {
-               HRES_NS_E_WMG_RATEUNAVAILABLE,
-               "HRES_NS_E_WMG_RATEUNAVAILABLE",
-               "Windows Media Player cannot play the file at the requested speed."
-       },
-       {
-               HRES_NS_E_WMG_PLUGINUNAVAILABLE,
-               "HRES_NS_E_WMG_PLUGINUNAVAILABLE",
-               "The rendering or digital signal processing plug-in cannot be instantiated."
-       },
-       {
-               HRES_NS_E_WMG_CANNOTQUEUE,
-               "HRES_NS_E_WMG_CANNOTQUEUE",
-               "The file cannot be queued for seamless playback."
-       },
-       {
-               HRES_NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED,
-               "HRES_NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED",
-               "Windows Media Player cannot download media usage rights for a file in the playlist."
-       },
-       {
-               HRES_NS_E_WMG_UNEXPECTEDPREROLLSTATUS,
-               "HRES_NS_E_WMG_UNEXPECTEDPREROLLSTATUS",
-               "Windows Media Player encountered an error while trying to queue a file."
-       },
-       {
-               HRES_NS_E_WMG_INVALID_COPP_CERTIFICATE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMG_COPP_SECURITY_INVALID,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMG_COPP_UNSUPPORTED,
-               "HRES_NS_E_WMG_COPP_UNSUPPORTED",
-               "Windows Media Player output link protection is unsupported on this system."
-       },
-       {
-               HRES_NS_E_WMG_INVALIDSTATE,
-               "HRES_NS_E_WMG_INVALIDSTATE",
-               "Operation attempted in an invalid graph state."
-       },
-       {
-               HRES_NS_E_WMG_SINKALREADYEXISTS,
-               "HRES_NS_E_WMG_SINKALREADYEXISTS",
-               "A renderer cannot be inserted in a stream while one already exists."
-       },
-       {
-               HRES_NS_E_WMG_NOSDKINTERFACE,
-               "HRES_NS_E_WMG_NOSDKINTERFACE",
-               "The Windows Media SDK interface needed to complete the operation does not exist at this time."
-       },
-       {
-               HRES_NS_E_WMG_NOTALLOUTPUTSRENDERED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMG_FILETRANSFERNOTALLOWED,
-               "HRES_NS_E_WMG_FILETRANSFERNOTALLOWED",
-               "File transfer streams are not allowed in the standalone Player."
-       },
-       {
-               HRES_NS_E_WMR_UNSUPPORTEDSTREAM,
-               "HRES_NS_E_WMR_UNSUPPORTEDSTREAM",
-               "Windows Media Player cannot play the file. The Player does not support the format you are trying to play."
-       },
-       {
-               HRES_NS_E_WMR_PINNOTFOUND,
-               "HRES_NS_E_WMR_PINNOTFOUND",
-               "An operation was attempted on a pin that does not exist in the DirectShow filter graph."
-       },
-       {
-               HRES_NS_E_WMR_WAITINGONFORMATSWITCH,
-               "HRES_NS_E_WMR_WAITINGONFORMATSWITCH",
-               "Specified operation cannot be completed while waiting for a media format change from the SDK."
-       },
-       {
-               HRES_NS_E_WMR_NOSOURCEFILTER,
-               "HRES_NS_E_WMR_NOSOURCEFILTER",
-               "Specified operation cannot be completed because the source filter does not exist."
-       },
-       {
-               HRES_NS_E_WMR_PINTYPENOMATCH,
-               "HRES_NS_E_WMR_PINTYPENOMATCH",
-               "The specified type does not match this pin."
-       },
-       {
-               HRES_NS_E_WMR_NOCALLBACKAVAILABLE,
-               "HRES_NS_E_WMR_NOCALLBACKAVAILABLE",
-               "The WMR Source Filter does not have a callback available."
-       },
-       {
-               HRES_NS_E_WMR_SAMPLEPROPERTYNOTSET,
-               "HRES_NS_E_WMR_SAMPLEPROPERTYNOTSET",
-               "The specified property has not been set on this sample."
-       },
-       {
-               HRES_NS_E_WMR_CANNOT_RENDER_BINARY_STREAM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMG_LICENSE_TAMPERED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM,
-               "HRES_NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM",
-               "Windows Media Player cannot play protected files that contain binary streams."
-       },
-       {
-               HRES_NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT,
-               "HRES_NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT",
-               "Windows Media Player cannot play the playlist because it is not valid."
-       },
-       {
-               HRES_NS_E_ASX_INVALIDFORMAT,
-               "HRES_NS_E_ASX_INVALIDFORMAT",
-               "Windows Media Player cannot play the playlist because it is not valid."
-       },
-       {
-               HRES_NS_E_ASX_INVALIDVERSION,
-               "HRES_NS_E_ASX_INVALIDVERSION",
-               "A later version of Windows Media Player might be required to play this playlist."
-       },
-       {
-               HRES_NS_E_ASX_INVALID_REPEAT_BLOCK,
-               "HRES_NS_E_ASX_INVALID_REPEAT_BLOCK",
-               "The format of a REPEAT loop within the current playlist file is not valid."
-       },
-       {
-               HRES_NS_E_ASX_NOTHING_TO_WRITE,
-               "HRES_NS_E_ASX_NOTHING_TO_WRITE",
-               "Windows Media Player cannot save the playlist because it does not contain any items."
-       },
-       {
-               HRES_NS_E_URLLIST_INVALIDFORMAT,
-               "HRES_NS_E_URLLIST_INVALIDFORMAT",
-               "Windows Media Player cannot play the playlist because it is not valid."
-       },
-       {
-               HRES_NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST,
-               "HRES_NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST",
-               "The specified attribute does not exist."
-       },
-       {
-               HRES_NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS,
-               "HRES_NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS",
-               "The specified attribute already exists."
-       },
-       {
-               HRES_NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE,
-               "HRES_NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE",
-               "Cannot retrieve the specified attribute."
-       },
-       {
-               HRES_NS_E_WMX_ITEM_DOES_NOT_EXIST,
-               "HRES_NS_E_WMX_ITEM_DOES_NOT_EXIST",
-               "The specified item does not exist in the current playlist."
-       },
-       {
-               HRES_NS_E_WMX_ITEM_TYPE_ILLEGAL,
-               "HRES_NS_E_WMX_ITEM_TYPE_ILLEGAL",
-               "Items of the specified type cannot be created within the current playlist."
-       },
-       {
-               HRES_NS_E_WMX_ITEM_UNSETTABLE,
-               "HRES_NS_E_WMX_ITEM_UNSETTABLE",
-               "The specified item cannot be set in the current playlist."
-       },
-       {
-               HRES_NS_E_WMX_PLAYLIST_EMPTY,
-               "HRES_NS_E_WMX_PLAYLIST_EMPTY",
-               "Windows Media Player cannot perform the requested action because the playlist does not contain any items."
-       },
-       {
-               HRES_NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMX_INVALID_FORMAT_OVER_NESTING,
-               "HRES_NS_E_WMX_INVALID_FORMAT_OVER_NESTING",
-               "Windows Media Player cannot play the file because the associated playlist contains too many nested playlists."
-       },
-       {
-               HRES_NS_E_WMPCORE_NOSOURCEURLSTRING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT,
-               "HRES_NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT",
-               "Failed to create the Global Interface Table."
-       },
-       {
-               HRES_NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE,
-               "HRES_NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE",
-               "Failed to get the marshaled graph event handler interface."
-       },
-       {
-               HRES_NS_E_WMPCORE_BUFFERTOOSMALL,
-               "HRES_NS_E_WMPCORE_BUFFERTOOSMALL",
-               "Buffer is too small for copying media type."
-       },
-       {
-               HRES_NS_E_WMPCORE_UNAVAILABLE,
-               "HRES_NS_E_WMPCORE_UNAVAILABLE",
-               "The current state of the Player does not allow this operation."
-       },
-       {
-               HRES_NS_E_WMPCORE_INVALIDPLAYLISTMODE,
-               "HRES_NS_E_WMPCORE_INVALIDPLAYLISTMODE",
-               "The playlist manager does not understand the current play mode (for example, shuffle or normal)."
-       },
-       {
-               HRES_NS_E_WMPCORE_ITEMNOTINPLAYLIST,
-               "HRES_NS_E_WMPCORE_ITEMNOTINPLAYLIST",
-               "Windows Media Player cannot play the file because it is not in the current playlist."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLISTEMPTY,
-               "HRES_NS_E_WMPCORE_PLAYLISTEMPTY",
-               "There are no items in the playlist. Add items to the playlist, and then try again."
-       },
-       {
-               HRES_NS_E_WMPCORE_NOBROWSER,
-               "HRES_NS_E_WMPCORE_NOBROWSER",
-               "The web page cannot be displayed because no web browser is installed on your computer."
-       },
-       {
-               HRES_NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_GRAPH_NOT_IN_LIST,
-               "HRES_NS_E_WMPCORE_GRAPH_NOT_IN_LIST",
-               "Graph with the specified URL was not found in the prerolled graph list."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_ERRORSINKNOTREGISTERED,
-               "HRES_NS_E_WMPCORE_ERRORSINKNOTREGISTERED",
-               "An error sink was never registered for the calling object."
-       },
-       {
-               HRES_NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE,
-               "HRES_NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE",
-               "The error manager is not available to respond to errors."
-       },
-       {
-               HRES_NS_E_WMPCORE_WEBHELPFAILED,
-               "HRES_NS_E_WMPCORE_WEBHELPFAILED",
-               "The Web Help URL cannot be opened."
-       },
-       {
-               HRES_NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED,
-               "HRES_NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED",
-               "Could not resume playing next item in playlist."
-       },
-       {
-               HRES_NS_E_WMPCORE_NO_REF_IN_ENTRY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY",
-               "An empty string for playlist attribute name was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL",
-               "A playlist attribute name that is not valid was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY",
-               "An empty string for a playlist attribute value was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL",
-               "An illegal value for a playlist attribute was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY",
-               "An empty string for a playlist item attribute name was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL",
-               "An illegal value for a playlist item attribute name was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY,
-               "HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY",
-               "An illegal value for a playlist item attribute was found."
-       },
-       {
-               HRES_NS_E_WMPCORE_LIST_ENTRY_NO_REF,
-               "HRES_NS_E_WMPCORE_LIST_ENTRY_NO_REF",
-               "The playlist does not contain any items."
-       },
-       {
-               HRES_NS_E_WMPCORE_MISNAMED_FILE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_CODEC_NOT_TRUSTED,
-               "HRES_NS_E_WMPCORE_CODEC_NOT_TRUSTED",
-               "The codec downloaded for this file does not appear to be properly signed, so it cannot be installed."
-       },
-       {
-               HRES_NS_E_WMPCORE_CODEC_NOT_FOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST,
-               "HRES_NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST",
-               "Windows Media Player encountered a problem while downloading the playlist. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST,
-               "HRES_NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST",
-               "Failed to build the playlist."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE,
-               "HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE",
-               "Playlist has no alternates to switch into."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED,
-               "HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED",
-               "No more playlist alternates available to switch to."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND,
-               "HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND",
-               "Could not find the name of the alternate playlist to switch into."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED,
-               "HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED",
-               "Failed to switch to an alternate for this media."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED,
-               "HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED",
-               "Failed to initialize an alternate for the media."
-       },
-       {
-               HRES_NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY,
-               "HRES_NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY",
-               "No URL specified for the roll over Refs in the playlist file."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME,
-               "HRES_NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME",
-               "Encountered a playlist with no name."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT,
-               "HRES_NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT",
-               "A required attribute in the event block of the playlist was not found."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY,
-               "HRES_NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY",
-               "No items were found in the event block of the playlist."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_STACK_EMPTY,
-               "HRES_NS_E_WMPCORE_PLAYLIST_STACK_EMPTY",
-               "No playlist was found while returning from a nested playlist."
-       },
-       {
-               HRES_NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE,
-               "HRES_NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE",
-               "The media item is not active currently."
-       },
-       {
-               HRES_NS_E_WMPCORE_USER_CANCEL,
-               "HRES_NS_E_WMPCORE_USER_CANCEL",
-               "Windows Media Player cannot perform the requested action because you chose to cancel it."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY,
-               "HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY",
-               "Windows Media Player encountered a problem with the playlist. The format of the playlist is not valid."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE,
-               "HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE",
-               "Media object corresponding to start of a playlist repeat block was not found."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE,
-               "HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE",
-               "Media object corresponding to the end of a playlist repeat block was not found."
-       },
-       {
-               HRES_NS_E_WMPCORE_INVALID_PLAYLIST_URL,
-               "HRES_NS_E_WMPCORE_INVALID_PLAYLIST_URL",
-               "The playlist URL supplied to the playlist manager is not valid."
-       },
-       {
-               HRES_NS_E_WMPCORE_MISMATCHED_RUNTIME,
-               "HRES_NS_E_WMPCORE_MISMATCHED_RUNTIME",
-               "Windows Media Player cannot play the file because it is corrupted."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION,
-               "HRES_NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION",
-               "An error has occurred that could prevent the changing of the video contrast on this media."
-       },
-       {
-               HRES_NS_E_WMPCORE_MEDIA_UNAVAILABLE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_WMX_ENTRYREF_NO_REF,
-               "HRES_NS_E_WMPCORE_WMX_ENTRYREF_NO_REF",
-               "The playlist contains an ENTRYREF for which no href was parsed. Check the syntax of playlist file."
-       },
-       {
-               HRES_NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_BUSY,
-               "HRES_NS_E_WMPCORE_BUSY",
-               "Windows Media Player cannot play the file at this time. Try again later."
-       },
-       {
-               HRES_NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE,
-               "HRES_NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE",
-               "There is no child playlist available for this media item at this time."
-       },
-       {
-               HRES_NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST,
-               "HRES_NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST",
-               "There is no child playlist for this media item."
-       },
-       {
-               HRES_NS_E_WMPCORE_FILE_NOT_FOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_TEMP_FILE_NOT_FOUND,
-               "HRES_NS_E_WMPCORE_TEMP_FILE_NOT_FOUND",
-               "The temporary file was not found."
-       },
-       {
-               HRES_NS_E_WMDM_REVOKED,
-               "HRES_NS_E_WMDM_REVOKED",
-               "Windows Media Player cannot sync the file because the device needs to be updated."
-       },
-       {
-               HRES_NS_E_DDRAW_GENERIC,
-               "HRES_NS_E_DDRAW_GENERIC",
-               "Windows Media Player cannot play the video because there is a problem with your video card."
-       },
-       {
-               HRES_NS_E_DISPLAY_MODE_CHANGE_FAILED,
-               "HRES_NS_E_DISPLAY_MODE_CHANGE_FAILED",
-               "Windows Media Player failed to change the screen mode for full-screen video playback."
-       },
-       {
-               HRES_NS_E_PLAYLIST_CONTAINS_ERRORS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CHANGING_PROXY_NAME,
-               "HRES_NS_E_CHANGING_PROXY_NAME",
-               "Cannot change the proxy name if the proxy setting is not set to custom."
-       },
-       {
-               HRES_NS_E_CHANGING_PROXY_PORT,
-               "HRES_NS_E_CHANGING_PROXY_PORT",
-               "Cannot change the proxy port if the proxy setting is not set to custom."
-       },
-       {
-               HRES_NS_E_CHANGING_PROXY_EXCEPTIONLIST,
-               "HRES_NS_E_CHANGING_PROXY_EXCEPTIONLIST",
-               "Cannot change the proxy exception list if the proxy setting is not set to custom."
-       },
-       {
-               HRES_NS_E_CHANGING_PROXYBYPASS,
-               "HRES_NS_E_CHANGING_PROXYBYPASS",
-               "Cannot change the proxy bypass flag if the proxy setting is not set to custom."
-       },
-       {
-               HRES_NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND,
-               "HRES_NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND",
-               "Cannot find the specified protocol."
-       },
-       {
-               HRES_NS_E_GRAPH_NOAUDIOLANGUAGE,
-               "HRES_NS_E_GRAPH_NOAUDIOLANGUAGE",
-               "Cannot change the language settings. Either the graph has no audio or the audio only supports one language."
-       },
-       {
-               HRES_NS_E_GRAPH_NOAUDIOLANGUAGESELECTED,
-               "HRES_NS_E_GRAPH_NOAUDIOLANGUAGESELECTED",
-               "The graph has no audio language selected."
-       },
-       {
-               HRES_NS_E_CORECD_NOTAMEDIACD,
-               "HRES_NS_E_CORECD_NOTAMEDIACD",
-               "This is not a media CD."
-       },
-       {
-               HRES_NS_E_WMPCORE_MEDIA_URL_TOO_LONG,
-               "HRES_NS_E_WMPCORE_MEDIA_URL_TOO_LONG",
-               "Windows Media Player cannot play the file because the URL is too long."
-       },
-       {
-               HRES_NS_E_WMPFLASH_CANT_FIND_COM_SERVER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPFLASH_INCOMPATIBLEVERSION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NEED_CORE_REFERENCE,
-               "HRES_NS_E_NEED_CORE_REFERENCE",
-               "The use of this method requires an existing reference to the Player object."
-       },
-       {
-               HRES_NS_E_MEDIACD_READ_ERROR,
-               "HRES_NS_E_MEDIACD_READ_ERROR",
-               "Windows Media Player cannot play the CD. The disc might be dirty or damaged."
-       },
-       {
-               HRES_NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS,
-               "HRES_NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS",
-               "Windows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls."
-       },
-       {
-               HRES_NS_E_FLASH_PLAYBACK_NOT_ALLOWED,
-               "HRES_NS_E_FLASH_PLAYBACK_NOT_ALLOWED",
-               "Flash playback has been turned off in Windows Media Player."
-       },
-       {
-               HRES_NS_E_UNABLE_TO_CREATE_RIP_LOCATION,
-               "HRES_NS_E_UNABLE_TO_CREATE_RIP_LOCATION",
-               "Windows Media Player cannot rip the CD because a valid rip location cannot be created."
-       },
-       {
-               HRES_NS_E_WMPCORE_SOME_CODECS_MISSING,
-               "HRES_NS_E_WMPCORE_SOME_CODECS_MISSING",
-               "Windows Media Player cannot play the file because a required codec is not installed on your computer."
-       },
-       {
-               HRES_NS_E_WMP_RIP_FAILED,
-               "HRES_NS_E_WMP_RIP_FAILED",
-               "Windows Media Player cannot rip one or more tracks from the CD."
-       },
-       {
-               HRES_NS_E_WMP_FAILED_TO_RIP_TRACK,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_ERASE_FAILED,
-               "HRES_NS_E_WMP_ERASE_FAILED",
-               "Windows Media Player encountered a problem while erasing the disc. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMP_FORMAT_FAILED,
-               "HRES_NS_E_WMP_FORMAT_FAILED",
-               "Windows Media Player encountered a problem while formatting the device. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE,
-               "HRES_NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE",
-               "This file cannot be burned to a CD because it is not located on your computer."
-       },
-       {
-               HRES_NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD,
-               "HRES_NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD",
-               "This file is too large to fit on a disc."
-       },
-       {
-               HRES_NS_E_WMP_FILE_NO_DURATION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_FAILED_TO_BURN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_FAILED_DOWNLOAD_ABORT_BURN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPCORE_DEVICE_DRIVERS_MISSING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPIM_USEROFFLINE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPIM_USERCANCELED,
-               "HRES_NS_E_WMPIM_USERCANCELED",
-               "The attempt to connect to the Internet was canceled."
-       },
-       {
-               HRES_NS_E_WMPIM_DIALUPFAILED,
-               "HRES_NS_E_WMPIM_DIALUPFAILED",
-               "The attempt to connect to the Internet failed."
-       },
-       {
-               HRES_NS_E_WINSOCK_ERROR_STRING,
-               "HRES_NS_E_WINSOCK_ERROR_STRING",
-               "Windows Media Player has encountered an unknown network error."
-       },
-       {
-               HRES_NS_E_WMPBR_NOLISTENER,
-               "HRES_NS_E_WMPBR_NOLISTENER",
-               "No window is currently listening to Backup and Restore events."
-       },
-       {
-               HRES_NS_E_WMPBR_BACKUPCANCEL,
-               "HRES_NS_E_WMPBR_BACKUPCANCEL",
-               "Your media usage rights were not backed up because the backup was canceled."
-       },
-       {
-               HRES_NS_E_WMPBR_RESTORECANCEL,
-               "HRES_NS_E_WMPBR_RESTORECANCEL",
-               "Your media usage rights were not restored because the restoration was canceled."
-       },
-       {
-               HRES_NS_E_WMPBR_ERRORWITHURL,
-               "HRES_NS_E_WMPBR_ERRORWITHURL",
-               "An error occurred while backing up or restoring your media usage rights. A required web page cannot be displayed."
-       },
-       {
-               HRES_NS_E_WMPBR_NAMECOLLISION,
-               "HRES_NS_E_WMPBR_NAMECOLLISION",
-               "Your media usage rights were not backed up because the backup was canceled."
-       },
-       {
-               HRES_NS_E_WMPBR_DRIVE_INVALID,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMPBR_BACKUPRESTOREFAILED,
-               "HRES_NS_E_WMPBR_BACKUPRESTOREFAILED",
-               "Windows Media Player cannot backup or restore your media usage rights."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_FILE_FAILED,
-               "HRES_NS_E_WMP_CONVERT_FILE_FAILED",
-               "Windows Media Player cannot add the file to the library."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_FILE_CORRUPT,
-               "HRES_NS_E_WMP_CONVERT_FILE_CORRUPT",
-               "Windows Media Player cannot add the file to the library. The file might not be valid."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_NO_SUBPICTURE_STREAM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_COPY_PROTECT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_AUTHORING_PROBLEM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_INVALID_DISC_REGION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_COMPATIBLE_VIDEO_CARD,
-               "HRES_NS_E_DVD_COMPATIBLE_VIDEO_CARD",
-               "Windows Media Player cannot play the DVD because your video card does not support DVD playback."
-       },
-       {
-               HRES_NS_E_DVD_MACROVISION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_SYSTEM_DECODER_REGION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_DISC_DECODER_REGION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_NO_VIDEO_STREAM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_NO_AUDIO_STREAM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_GRAPH_BUILDING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_NO_DECODER,
-               "HRES_NS_E_DVD_NO_DECODER",
-               "Windows Media Player cannot play the DVD because a compatible DVD decoder is not installed on your computer."
-       },
-       {
-               HRES_NS_E_DVD_PARENTAL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_CANNOT_JUMP,
-               "HRES_NS_E_DVD_CANNOT_JUMP",
-               "Windows Media Player cannot skip to the requested location on the DVD."
-       },
-       {
-               HRES_NS_E_DVD_DEVICE_CONTENTION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_NO_VIDEO_MEMORY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DVD_CANNOT_COPY_PROTECTED,
-               "HRES_NS_E_DVD_CANNOT_COPY_PROTECTED",
-               "Windows Media Player cannot rip the DVD because it is copy protected."
-       },
-       {
-               HRES_NS_E_DVD_REQUIRED_PROPERTY_NOT_SET,
-               "HRES_NS_E_DVD_REQUIRED_PROPERTY_NOT_SET",
-               "One of more of the required properties has not been set."
-       },
-       {
-               HRES_NS_E_DVD_INVALID_TITLE_CHAPTER,
-               "HRES_NS_E_DVD_INVALID_TITLE_CHAPTER",
-               "The specified title and/or chapter number does not exist on this DVD."
-       },
-       {
-               HRES_NS_E_NO_CD_BURNER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DEVICE_IS_NOT_READY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_UNSUPPORTED_FORMAT,
-               "HRES_NS_E_PDA_UNSUPPORTED_FORMAT",
-               "Windows Media Player cannot sync this file. The Player might not support the file type."
-       },
-       {
-               HRES_NS_E_NO_PDA,
-               "HRES_NS_E_NO_PDA",
-               "Windows Media Player does not detect a portable device. Connect your portable device, and then try again."
-       },
-       {
-               HRES_NS_E_PDA_UNSPECIFIED_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MEMSTORAGE_BAD_DATA,
-               "HRES_NS_E_MEMSTORAGE_BAD_DATA",
-               "Windows Media Player encountered an error while burning a CD."
-       },
-       {
-               HRES_NS_E_PDA_FAIL_SELECT_DEVICE,
-               "HRES_NS_E_PDA_FAIL_SELECT_DEVICE",
-               "Windows Media Player encountered an error while communicating with a portable device or CD drive."
-       },
-       {
-               HRES_NS_E_PDA_FAIL_READ_WAVE_FILE,
-               "HRES_NS_E_PDA_FAIL_READ_WAVE_FILE",
-               "Windows Media Player cannot open the WAV file."
-       },
-       {
-               HRES_NS_E_IMAPI_LOSSOFSTREAMING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_DEVICE_FULL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_FAIL_LAUNCH_ROXIO_PLUGIN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_DEVICE_FULL_IN_SESSION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_IMAPI_MEDIUM_INVALIDTYPE,
-               "HRES_NS_E_IMAPI_MEDIUM_INVALIDTYPE",
-               "The disc in the burner is not valid. Insert a blank disc into the burner, and then try again."
-       },
-       {
-               HRES_NS_E_PDA_MANUALDEVICE,
-               "HRES_NS_E_PDA_MANUALDEVICE",
-               "Windows Media Player cannot perform the requested action because the device does not support sync."
-       },
-       {
-               HRES_NS_E_PDA_PARTNERSHIPNOTEXIST,
-               "HRES_NS_E_PDA_PARTNERSHIPNOTEXIST",
-               "To perform the requested action, you must first set up sync with the device."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_NO_TRANSCODE_OF_DRM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_TRANSCODECACHEFULL,
-               "HRES_NS_E_PDA_TRANSCODECACHEFULL",
-               "The folder that stores converted files is full. Either empty the folder or increase its size, and then try again."
-       },
-       {
-               HRES_NS_E_PDA_TOO_MANY_FILE_COLLISIONS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_TRANSCODE,
-               "HRES_NS_E_PDA_CANNOT_TRANSCODE",
-               "Windows Media Player cannot convert the file to the format required by the device."
-       },
-       {
-               HRES_NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PROCESSINGSHOWSYNCWIZARD,
-               "HRES_NS_E_PROCESSINGSHOWSYNCWIZARD",
-               "Windows Media Player is already trying to start the Device Setup Wizard."
-       },
-       {
-               HRES_NS_E_PDA_TRANSCODE_NOT_PERMITTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_INITIALIZINGDEVICES,
-               "HRES_NS_E_PDA_INITIALIZINGDEVICES",
-               "Windows Media Player is busy setting up devices. Try again later."
-       },
-       {
-               HRES_NS_E_PDA_OBSOLETE_SP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_TITLE_COLLISION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_DEVICESUPPORTDISABLED,
-               "HRES_NS_E_PDA_DEVICESUPPORTDISABLED",
-               "Automatic and manual sync have been turned off temporarily. To sync to a device, restart Windows Media Player."
-       },
-       {
-               HRES_NS_E_PDA_NO_LONGER_AVAILABLE,
-               "HRES_NS_E_PDA_NO_LONGER_AVAILABLE",
-               "This device is not available. Connect the device to the computer, and then try again."
-       },
-       {
-               HRES_NS_E_PDA_ENCODER_NOT_RESPONDING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_SYNC_FROM_LOCATION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_PROTOCOL_PROBLEM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_NO_DISK_SPACE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_LOGON_FAILURE,
-               "HRES_NS_E_WMP_LOGON_FAILURE",
-               "The server denied access to the file. Verify that you are using the correct user name and password."
-       },
-       {
-               HRES_NS_E_WMP_CANNOT_FIND_FILE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_SERVER_INACCESSIBLE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_UNSUPPORTED_FORMAT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_PLAYLIST_EXISTS,
-               "HRES_NS_E_WMP_PLAYLIST_EXISTS",
-               "Windows Media Player cannot create the playlist because the name already exists. Type a different playlist name."
-       },
-       {
-               HRES_NS_E_WMP_NONMEDIA_FILES,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_ASX,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_ALREADY_IN_USE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CODEC_NEEDED_WITH_4CC,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_MSSAP_NOT_AVAILABLE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_INTERFACEDEAD,
-               "HRES_NS_E_WMP_WMDM_INTERFACEDEAD",
-               "Windows Media Player no longer detects a portable device. Reconnect your portable device, and then try again."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_NOTCERTIFIED,
-               "HRES_NS_E_WMP_WMDM_NOTCERTIFIED",
-               "Windows Media Player cannot sync the file because the portable device does not support protected files."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_LICENSE_NOTEXIST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_LICENSE_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_BUSY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_NORIGHTS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_WMDM_INCORRECT_RIGHTS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_GENERIC,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_DEVICE_NOTPRESENT,
-               "HRES_NS_E_WMP_IMAPI_DEVICE_NOTPRESENT",
-               "Windows Media Player cannot burn the files. Verify that the burner is connected properly, and then try again."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_DEVICE_BUSY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_LOSS_OF_STREAMING,
-               "HRES_NS_E_WMP_IMAPI_LOSS_OF_STREAMING",
-               "Windows Media Player cannot burn the files to the CD."
-       },
-       {
-               HRES_NS_E_WMP_SERVER_UNAVAILABLE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_FILE_OPEN_FAILED,
-               "HRES_NS_E_WMP_FILE_OPEN_FAILED",
-               "Windows Media Player encountered a problem while playing the file. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMP_VERIFY_ONLINE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_SERVER_NOT_RESPONDING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_CORRUPT_BACKUP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE,
-               "HRES_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)."
-       },
-       {
-               HRES_NS_E_WMP_NETWORK_FIREWALL,
-               "HRES_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:\")."
-       },
-       {
-               HRES_NS_E_WMP_NO_REMOVABLE_MEDIA,
-               "HRES_NS_E_WMP_NO_REMOVABLE_MEDIA",
-               "Insert the removable media, and then try again."
-       },
-       {
-               HRES_NS_E_WMP_PROXY_CONNECT_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_NEED_UPGRADE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_AUDIO_HW_PROBLEM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_PROTOCOL,
-               "HRES_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:\")."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_LIBRARY_ADD,
-               "HRES_NS_E_WMP_INVALID_LIBRARY_ADD",
-               "Windows Media Player cannot add the file to the library because the file format is not supported."
-       },
-       {
-               HRES_NS_E_WMP_MMS_NOT_SUPPORTED,
-               "HRES_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:\")."
-       },
-       {
-               HRES_NS_E_WMP_NO_PROTOCOLS_SELECTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_GOFULLSCREEN_FAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_NETWORK_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_CONNECT_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_MULTICAST_DISABLED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_SERVER_DNS_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_PROXY_NOT_FOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_TAMPERED_CONTENT,
-               "HRES_NS_E_WMP_TAMPERED_CONTENT",
-               "Windows Media Player cannot play the file because it is corrupted."
-       },
-       {
-               HRES_NS_E_WMP_OUTOFMEMORY,
-               "HRES_NS_E_WMP_OUTOFMEMORY",
-               "Your computer is running low on memory. Quit other programs, and then try again."
-       },
-       {
-               HRES_NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_DRIVER_AUTH_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_NETWORK_RESOURCE_FAILURE,
-               "HRES_NS_E_WMP_NETWORK_RESOURCE_FAILURE",
-               "Windows Media Player encountered a network error. Restart the Player."
-       },
-       {
-               HRES_NS_E_WMP_UPGRADE_APPLICATION,
-               "HRES_NS_E_WMP_UPGRADE_APPLICATION",
-               "Windows Media Player is not installed properly. Reinstall the Player."
-       },
-       {
-               HRES_NS_E_WMP_UNKNOWN_ERROR,
-               "HRES_NS_E_WMP_UNKNOWN_ERROR",
-               "Windows Media Player encountered an unknown error. For additional assistance, click Web Help."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_KEY,
-               "HRES_NS_E_WMP_INVALID_KEY",
-               "Windows Media Player cannot play the file because the required codec is not valid."
-       },
-       {
-               HRES_NS_E_WMP_CD_ANOTHER_USER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_NEEDS_AUTHORIZATION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_BAD_DRIVER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_ACCESS_DENIED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_LICENSE_RESTRICTS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_INVALID_REQUEST,
-               "HRES_NS_E_WMP_INVALID_REQUEST",
-               "Windows Media Player cannot perform the requested action at this time."
-       },
-       {
-               HRES_NS_E_WMP_CD_STASH_NO_SPACE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_NEW_HARDWARE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_INVALID_SIG,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_CANNOT_RESTORE,
-               "HRES_NS_E_WMP_DRM_CANNOT_RESTORE",
-               "You have exceeded your restore limit for the day. Try restoring your media usage rights tomorrow."
-       },
-       {
-               HRES_NS_E_WMP_BURN_DISC_OVERFLOW,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_NO_SECURE_CLOCK,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_NO_RIGHTS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_INDIV_FAILED,
-               "HRES_NS_E_WMP_DRM_INDIV_FAILED",
-               "Windows Media Player encountered an error during upgrade."
-       },
-       {
-               HRES_NS_E_WMP_SERVER_NONEWCONNECTIONS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI2_ERASE_FAIL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_COMPONENT_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_NO_DEVICE_CERT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_SERVER_SECURITY_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_AUDIO_DEVICE_LOST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SYNCWIZ_DEVICE_FULL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS,
-               "HRES_NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS",
-               "It is not possible to change sync settings at this time. Try again later."
-       },
-       {
-               HRES_NS_E_TRANSCODE_DELETECACHEERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_NO_BUFFERS_READ,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_EMPTY_TRACK_QUEUE,
-               "HRES_NS_E_CD_EMPTY_TRACK_QUEUE",
-               "No CD track was specified for playback."
-       },
-       {
-               HRES_NS_E_CD_NO_READER,
-               "HRES_NS_E_CD_NO_READER",
-               "The CD filter was not able to create the CD reader."
-       },
-       {
-               HRES_NS_E_CD_ISRC_INVALID,
-               "HRES_NS_E_CD_ISRC_INVALID",
-               "Invalid ISRC code."
-       },
-       {
-               HRES_NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID,
-               "HRES_NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID",
-               "Invalid Media Catalog Number."
-       },
-       {
-               HRES_NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CD_QUEUEING_DISABLED,
-               "HRES_NS_E_CD_QUEUEING_DISABLED",
-               "Cannot queue the CD track because queuing is not enabled."
-       },
-       {
-               HRES_NS_E_WMP_DRM_ACQUIRING_LICENSE,
-               "HRES_NS_E_WMP_DRM_ACQUIRING_LICENSE",
-               "Windows Media Player cannot download additional media usage rights until the current download is complete."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_NOTACQUIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_NOTENABLED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_UNUSABLE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_LICENSE_NOSAP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE,
-               "HRES_NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE",
-               "Windows Media Player cannot download media usage rights at this time. Try again later."
-       },
-       {
-               HRES_NS_E_WMP_LICENSE_REQUIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_PROTECTED_CONTENT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_SYNC_FROM_INTERNET,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_SYNC_FAILED,
-               "HRES_NS_E_PDA_SYNC_FAILED",
-               "Windows Media Player encountered an error while synchronizing to the device."
-       },
-       {
-               HRES_NS_E_PDA_DELETE_FAILED,
-               "HRES_NS_E_PDA_DELETE_FAILED",
-               "Windows Media Player cannot delete a file from the device."
-       },
-       {
-               HRES_NS_E_PDA_FAILED_TO_RETRIEVE_FILE,
-               "HRES_NS_E_PDA_FAILED_TO_RETRIEVE_FILE",
-               "Windows Media Player cannot copy a file from the device to your library."
-       },
-       {
-               HRES_NS_E_PDA_DEVICE_NOT_RESPONDING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_CEWMDM_DRM_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INCOMPLETE_PLAYLIST,
-               "HRES_NS_E_INCOMPLETE_PLAYLIST",
-               "Incomplete playlist."
-       },
-       {
-               HRES_NS_E_PDA_SYNC_RUNNING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_SYNC_LOGIN_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE,
-               "HRES_NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE",
-               "It is not possible to sync subscription files to this device."
-       },
-       {
-               HRES_NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_HWND_NOTFOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_WRONG_NO_FILES,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB,
-               "HRES_NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB",
-               "Windows Media Player tried to complete a download that was already canceled. The file will not be available."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB,
-               "HRES_NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB",
-               "Windows Media Player tried to cancel a download that was already completed. The file will not be removed."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_NOJOBPOINTER,
-               "HRES_NS_E_BKGDOWNLOAD_NOJOBPOINTER",
-               "Windows Media Player is trying to access a download that is not valid."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE,
-               "HRES_NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE",
-               "This download was not created by Windows Media Player."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE,
-               "HRES_NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE",
-               "The Windows Media Player download manager cannot move the file."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_CALLFUNCFAILED,
-               "HRES_NS_E_BKGDOWNLOAD_CALLFUNCFAILED",
-               "The Windows Media Player download manager cannot perform a task because the system has no resources to allocate."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT,
-               "HRES_NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT",
-               "The Windows Media Player download manager cannot perform a task because the task took too long to run."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_CALLFUNCENDED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_WMDUNPACKFAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_FAILEDINITIALIZE,
-               "HRES_NS_E_BKGDOWNLOAD_FAILEDINITIALIZE",
-               "The Windows Media Player download manager cannot start. This might occur if the system is out of resources."
-       },
-       {
-               HRES_NS_E_INTERFACE_NOT_REGISTERED_IN_GIT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BKGDOWNLOAD_INVALID_FILE_NAME,
-               "HRES_NS_E_BKGDOWNLOAD_INVALID_FILE_NAME",
-               "Windows Media Player cannot get the file name of the requested download. The requested download will be canceled."
-       },
-       {
-               HRES_NS_E_IMAGE_DOWNLOAD_FAILED,
-               "HRES_NS_E_IMAGE_DOWNLOAD_FAILED",
-               "Windows Media Player encountered an error while downloading an image."
-       },
-       {
-               HRES_NS_E_WMP_UDRM_NOUSERLIST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_DRM_NOT_ACQUIRING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_WMP_BSTR_TOO_LONG,
-               "HRES_NS_E_WMP_BSTR_TOO_LONG",
-               "The parameter is not valid."
-       },
-       {
-               HRES_NS_E_WMP_AUTOPLAY_INVALID_STATE,
-               "HRES_NS_E_WMP_AUTOPLAY_INVALID_STATE",
-               "The state is not valid for this request."
-       },
-       {
-               HRES_NS_E_WMP_COMPONENT_REVOKED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CURL_NOTSAFE,
-               "HRES_NS_E_CURL_NOTSAFE",
-               "The URL is not safe for the operation specified."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDCHAR,
-               "HRES_NS_E_CURL_INVALIDCHAR",
-               "The URL contains one or more characters that are not valid."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDHOSTNAME,
-               "HRES_NS_E_CURL_INVALIDHOSTNAME",
-               "The URL contains a host name that is not valid."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDPATH,
-               "HRES_NS_E_CURL_INVALIDPATH",
-               "The URL contains a path that is not valid."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDSCHEME,
-               "HRES_NS_E_CURL_INVALIDSCHEME",
-               "The URL contains a scheme that is not valid."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDURL,
-               "HRES_NS_E_CURL_INVALIDURL",
-               "The URL is not valid."
-       },
-       {
-               HRES_NS_E_CURL_CANTWALK,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDPORT,
-               "HRES_NS_E_CURL_INVALIDPORT",
-               "The URL port is not valid."
-       },
-       {
-               HRES_NS_E_CURLHELPER_NOTADIRECTORY,
-               "HRES_NS_E_CURLHELPER_NOTADIRECTORY",
-               "The URL is not a directory."
-       },
-       {
-               HRES_NS_E_CURLHELPER_NOTAFILE,
-               "HRES_NS_E_CURLHELPER_NOTAFILE",
-               "The URL is not a file."
-       },
-       {
-               HRES_NS_E_CURL_CANTDECODE,
-               "HRES_NS_E_CURL_CANTDECODE",
-               "The URL contains characters that cannot be decoded. The URL might be truncated or incomplete."
-       },
-       {
-               HRES_NS_E_CURLHELPER_NOTRELATIVE,
-               "HRES_NS_E_CURLHELPER_NOTRELATIVE",
-               "The specified URL is not a relative URL."
-       },
-       {
-               HRES_NS_E_CURL_INVALIDBUFFERSIZE,
-               "HRES_NS_E_CURL_INVALIDBUFFERSIZE",
-               "The buffer is smaller than the size specified."
-       },
-       {
-               HRES_NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES,
-               "HRES_NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES",
-               "Windows Media Player cannot purchase or download content from multiple online stores."
-       },
-       {
-               HRES_NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT,
-               "HRES_NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT",
-               "The file cannot be purchased or downloaded. The file might not be available from the online store."
-       },
-       {
-               HRES_NS_E_NOT_CONTENT_PARTNER_TRACK,
-               "HRES_NS_E_NOT_CONTENT_PARTNER_TRACK",
-               "The provider of this file cannot be identified."
-       },
-       {
-               HRES_NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE,
-               "HRES_NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE",
-               "The file is only available for download when you buy the entire album."
-       },
-       {
-               HRES_NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE,
-               "HRES_NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE",
-               "You must buy the file before you can download it."
-       },
-       {
-               HRES_NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED,
-               "HRES_NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED",
-               "You have exceeded the maximum number of files that can be purchased in a single transaction."
-       },
-       {
-               HRES_NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_CONTENT_PARTNER_STILL_INITIALIZING,
-               "HRES_NS_E_CONTENT_PARTNER_STILL_INITIALIZING",
-               "Content Partner still initializing."
-       },
-       {
-               HRES_NS_E_OPEN_CONTAINING_FOLDER_FAILED,
-               "HRES_NS_E_OPEN_CONTAINING_FOLDER_FAILED",
-               "The folder could not be opened. The folder might have been moved or deleted."
-       },
-       {
-               HRES_NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_REDIRECT,
-               "HRES_NS_E_REDIRECT",
-               "The client redirected to another server."
-       },
-       {
-               HRES_NS_E_STALE_PRESENTATION,
-               "HRES_NS_E_STALE_PRESENTATION",
-               "The streaming media description is no longer current."
-       },
-       {
-               HRES_NS_E_NAMESPACE_WRONG_PERSIST,
-               "HRES_NS_E_NAMESPACE_WRONG_PERSIST",
-               "It is not possible to create a persistent namespace node under a transient parent node."
-       },
-       {
-               HRES_NS_E_NAMESPACE_WRONG_TYPE,
-               "HRES_NS_E_NAMESPACE_WRONG_TYPE",
-               "It is not possible to store a value in a namespace node that has a different value type."
-       },
-       {
-               HRES_NS_E_NAMESPACE_NODE_CONFLICT,
-               "HRES_NS_E_NAMESPACE_NODE_CONFLICT",
-               "It is not possible to remove the root namespace node."
-       },
-       {
-               HRES_NS_E_NAMESPACE_NODE_NOT_FOUND,
-               "HRES_NS_E_NAMESPACE_NODE_NOT_FOUND",
-               "The specified namespace node could not be found."
-       },
-       {
-               HRES_NS_E_NAMESPACE_BUFFER_TOO_SMALL,
-               "HRES_NS_E_NAMESPACE_BUFFER_TOO_SMALL",
-               "The buffer supplied to hold namespace node string is too small."
-       },
-       {
-               HRES_NS_E_NAMESPACE_TOO_MANY_CALLBACKS,
-               "HRES_NS_E_NAMESPACE_TOO_MANY_CALLBACKS",
-               "The callback list on a namespace node is at the maximum size."
-       },
-       {
-               HRES_NS_E_NAMESPACE_DUPLICATE_CALLBACK,
-               "HRES_NS_E_NAMESPACE_DUPLICATE_CALLBACK",
-               "It is not possible to register an already-registered callback on a namespace node."
-       },
-       {
-               HRES_NS_E_NAMESPACE_CALLBACK_NOT_FOUND,
-               "HRES_NS_E_NAMESPACE_CALLBACK_NOT_FOUND",
-               "Cannot find the callback in the namespace when attempting to remove the callback."
-       },
-       {
-               HRES_NS_E_NAMESPACE_NAME_TOO_LONG,
-               "HRES_NS_E_NAMESPACE_NAME_TOO_LONG",
-               "The namespace node name exceeds the allowed maximum length."
-       },
-       {
-               HRES_NS_E_NAMESPACE_DUPLICATE_NAME,
-               "HRES_NS_E_NAMESPACE_DUPLICATE_NAME",
-               "Cannot create a namespace node that already exists."
-       },
-       {
-               HRES_NS_E_NAMESPACE_EMPTY_NAME,
-               "HRES_NS_E_NAMESPACE_EMPTY_NAME",
-               "The namespace node name cannot be a null string."
-       },
-       {
-               HRES_NS_E_NAMESPACE_INDEX_TOO_LARGE,
-               "HRES_NS_E_NAMESPACE_INDEX_TOO_LARGE",
-               "Finding a child namespace node by index failed because the index exceeded the number of children."
-       },
-       {
-               HRES_NS_E_NAMESPACE_BAD_NAME,
-               "HRES_NS_E_NAMESPACE_BAD_NAME",
-               "The namespace node name is invalid."
-       },
-       {
-               HRES_NS_E_NAMESPACE_WRONG_SECURITY,
-               "HRES_NS_E_NAMESPACE_WRONG_SECURITY",
-               "It is not possible to store a value in a namespace node that has a different security type."
-       },
-       {
-               HRES_NS_E_CACHE_ARCHIVE_CONFLICT,
-               "HRES_NS_E_CACHE_ARCHIVE_CONFLICT",
-               "The archive request conflicts with other requests in progress."
-       },
-       {
-               HRES_NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND,
-               "HRES_NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND",
-               "The specified origin server cannot be found."
-       },
-       {
-               HRES_NS_E_CACHE_ORIGIN_SERVER_TIMEOUT,
-               "HRES_NS_E_CACHE_ORIGIN_SERVER_TIMEOUT",
-               "The specified origin server is not responding."
-       },
-       {
-               HRES_NS_E_CACHE_NOT_BROADCAST,
-               "HRES_NS_E_CACHE_NOT_BROADCAST",
-               "The internal code for HTTP status code 412 Precondition Failed due to not broadcast type."
-       },
-       {
-               HRES_NS_E_CACHE_CANNOT_BE_CACHED,
-               "HRES_NS_E_CACHE_CANNOT_BE_CACHED",
-               "The internal code for HTTP status code 403 Forbidden due to not cacheable."
-       },
-       {
-               HRES_NS_E_CACHE_NOT_MODIFIED,
-               "HRES_NS_E_CACHE_NOT_MODIFIED",
-               "The internal code for HTTP status code 304 Not Modified."
-       },
-       {
-               HRES_NS_E_CANNOT_REMOVE_PUBLISHING_POINT,
-               "HRES_NS_E_CANNOT_REMOVE_PUBLISHING_POINT",
-               "It is not possible to remove a cache or proxy publishing point."
-       },
-       {
-               HRES_NS_E_CANNOT_REMOVE_PLUGIN,
-               "HRES_NS_E_CANNOT_REMOVE_PLUGIN",
-               "It is not possible to remove the last instance of a type of plug-in."
-       },
-       {
-               HRES_NS_E_WRONG_PUBLISHING_POINT_TYPE,
-               "HRES_NS_E_WRONG_PUBLISHING_POINT_TYPE",
-               "Cache and proxy publishing points do not support this property or method."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_LOAD_TYPE,
-               "HRES_NS_E_UNSUPPORTED_LOAD_TYPE",
-               "The plug-in does not support the specified load type."
-       },
-       {
-               HRES_NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INVALID_PUBLISHING_POINT_NAME,
-               "HRES_NS_E_INVALID_PUBLISHING_POINT_NAME",
-               "The publishing point name is invalid."
-       },
-       {
-               HRES_NS_E_TOO_MANY_MULTICAST_SINKS,
-               "HRES_NS_E_TOO_MANY_MULTICAST_SINKS",
-               "Only one multicast data writer plug-in can be enabled for a publishing point."
-       },
-       {
-               HRES_NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED,
-               "HRES_NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED",
-               "The requested operation cannot be completed while the publishing point is started."
-       },
-       {
-               HRES_NS_E_MULTICAST_PLUGIN_NOT_ENABLED,
-               "HRES_NS_E_MULTICAST_PLUGIN_NOT_ENABLED",
-               "A multicast data writer plug-in must be enabled in order for this operation to be completed."
-       },
-       {
-               HRES_NS_E_INVALID_OPERATING_SYSTEM_VERSION,
-               "HRES_NS_E_INVALID_OPERATING_SYSTEM_VERSION",
-               "This feature requires Windows Server 2003, Enterprise Edition."
-       },
-       {
-               HRES_NS_E_PUBLISHING_POINT_REMOVED,
-               "HRES_NS_E_PUBLISHING_POINT_REMOVED",
-               "The requested operation cannot be completed because the specified publishing point has been removed."
-       },
-       {
-               HRES_NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_LANGUAGE,
-               "HRES_NS_E_UNSUPPORTED_LANGUAGE",
-               "The specified language is not supported."
-       },
-       {
-               HRES_NS_E_WRONG_OS_VERSION,
-               "HRES_NS_E_WRONG_OS_VERSION",
-               "Windows Media Services will only run on Windows Server 2003, Standard Edition and Windows Server 2003, Enterprise Edition."
-       },
-       {
-               HRES_NS_E_PUBLISHING_POINT_STOPPED,
-               "HRES_NS_E_PUBLISHING_POINT_STOPPED",
-               "The operation cannot be completed because the publishing point has been stopped."
-       },
-       {
-               HRES_NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING,
-               "HRES_NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING",
-               "The playlist entry is already playing."
-       },
-       {
-               HRES_NS_E_EMPTY_PLAYLIST,
-               "HRES_NS_E_EMPTY_PLAYLIST",
-               "The playlist or directory you are requesting does not contain content."
-       },
-       {
-               HRES_NS_E_PLAYLIST_PARSE_FAILURE,
-               "HRES_NS_E_PLAYLIST_PARSE_FAILURE",
-               "The server was unable to parse the requested playlist file."
-       },
-       {
-               HRES_NS_E_PLAYLIST_UNSUPPORTED_ENTRY,
-               "HRES_NS_E_PLAYLIST_UNSUPPORTED_ENTRY",
-               "The requested operation is not supported for this type of playlist entry."
-       },
-       {
-               HRES_NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST,
-               "HRES_NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST",
-               "Cannot jump to a playlist entry that is not inserted in the playlist."
-       },
-       {
-               HRES_NS_E_PLAYLIST_ENTRY_SEEK,
-               "HRES_NS_E_PLAYLIST_ENTRY_SEEK",
-               "Cannot seek to the desired playlist entry."
-       },
-       {
-               HRES_NS_E_PLAYLIST_RECURSIVE_PLAYLISTS,
-               "HRES_NS_E_PLAYLIST_RECURSIVE_PLAYLISTS",
-               "Cannot play recursive playlist."
-       },
-       {
-               HRES_NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS,
-               "HRES_NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS",
-               "The number of nested playlists exceeded the limit the server can handle."
-       },
-       {
-               HRES_NS_E_PLAYLIST_SHUTDOWN,
-               "HRES_NS_E_PLAYLIST_SHUTDOWN",
-               "Cannot execute the requested operation because the playlist has been shut down by the Media Server."
-       },
-       {
-               HRES_NS_E_PLAYLIST_END_RECEDING,
-               "HRES_NS_E_PLAYLIST_END_RECEDING",
-               "The playlist has ended while receding."
-       },
-       {
-               HRES_NS_E_DATAPATH_NO_SINK,
-               "HRES_NS_E_DATAPATH_NO_SINK",
-               "The data path does not have an associated data writer plug-in."
-       },
-       {
-               HRES_NS_E_INVALID_PUSH_TEMPLATE,
-               "HRES_NS_E_INVALID_PUSH_TEMPLATE",
-               "The specified push template is invalid."
-       },
-       {
-               HRES_NS_E_INVALID_PUSH_PUBLISHING_POINT,
-               "HRES_NS_E_INVALID_PUSH_PUBLISHING_POINT",
-               "The specified push publishing point is invalid."
-       },
-       {
-               HRES_NS_E_CRITICAL_ERROR,
-               "HRES_NS_E_CRITICAL_ERROR",
-               "The requested operation cannot be performed because the server or publishing point is in a critical error state."
-       },
-       {
-               HRES_NS_E_NO_NEW_CONNECTIONS,
-               "HRES_NS_E_NO_NEW_CONNECTIONS",
-               "The content cannot be played because the server is not currently accepting connections. Try connecting at a later time."
-       },
-       {
-               HRES_NS_E_WSX_INVALID_VERSION,
-               "HRES_NS_E_WSX_INVALID_VERSION",
-               "The version of this playlist is not supported by the server."
-       },
-       {
-               HRES_NS_E_HEADER_MISMATCH,
-               "HRES_NS_E_HEADER_MISMATCH",
-               "The command does not apply to the current media header user by a server component."
-       },
-       {
-               HRES_NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME,
-               "HRES_NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME",
-               "The specified publishing point name is already in use."
-       },
-       {
-               HRES_NS_E_NO_SCRIPT_ENGINE,
-               "HRES_NS_E_NO_SCRIPT_ENGINE",
-               "There is no script engine available for this file."
-       },
-       {
-               HRES_NS_E_PLUGIN_ERROR_REPORTED,
-               "HRES_NS_E_PLUGIN_ERROR_REPORTED",
-               "The plug-in has reported an error. See the Troubleshooting tab or the NT Application Event Log for details."
-       },
-       {
-               HRES_NS_E_SOURCE_PLUGIN_NOT_FOUND,
-               "HRES_NS_E_SOURCE_PLUGIN_NOT_FOUND",
-               "No enabled data source plug-in is available to access the requested content."
-       },
-       {
-               HRES_NS_E_PLAYLIST_PLUGIN_NOT_FOUND,
-               "HRES_NS_E_PLAYLIST_PLUGIN_NOT_FOUND",
-               "No enabled playlist parser plug-in is available to access the requested content."
-       },
-       {
-               HRES_NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED,
-               "HRES_NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED",
-               "The data source plug-in does not support enumeration."
-       },
-       {
-               HRES_NS_E_MEDIA_PARSER_INVALID_FORMAT,
-               "HRES_NS_E_MEDIA_PARSER_INVALID_FORMAT",
-               "The server cannot stream the selected file because it is either damaged or corrupt. Select a different file."
-       },
-       {
-               HRES_NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER,
-               "HRES_NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER",
-               "The plug-in cannot be loaded because it requires Windows Server 2003, Enterprise Edition."
-       },
-       {
-               HRES_NS_E_WIZARD_RUNNING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INVALID_LOG_URL,
-               "HRES_NS_E_INVALID_LOG_URL",
-               "Invalid log URL. Multicast logging URL must look like \"http://servername/isapibackend.dll\"."
-       },
-       {
-               HRES_NS_E_INVALID_MTU_RANGE,
-               "HRES_NS_E_INVALID_MTU_RANGE",
-               "Invalid MTU specified. The valid range for maximum packet size is between 36 and 65507 bytes."
-       },
-       {
-               HRES_NS_E_INVALID_PLAY_STATISTICS,
-               "HRES_NS_E_INVALID_PLAY_STATISTICS",
-               "Invalid play statistics for logging."
-       },
-       {
-               HRES_NS_E_LOG_NEED_TO_BE_SKIPPED,
-               "HRES_NS_E_LOG_NEED_TO_BE_SKIPPED",
-               "The log needs to be skipped."
-       },
-       {
-               HRES_NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PORT_IN_USE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PORT_IN_USE_HTTP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE,
-               "HRES_NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE",
-               "The WMS HTTP Download Data Source plugin was unable to receive the remote server's response."
-       },
-       {
-               HRES_NS_E_ARCHIVE_REACH_QUOTA,
-               "HRES_NS_E_ARCHIVE_REACH_QUOTA",
-               "The archive plug-in has reached its quota."
-       },
-       {
-               HRES_NS_E_ARCHIVE_ABORT_DUE_TO_BCAST,
-               "HRES_NS_E_ARCHIVE_ABORT_DUE_TO_BCAST",
-               "The archive plug-in aborted because the source was from broadcast."
-       },
-       {
-               HRES_NS_E_ARCHIVE_GAP_DETECTED,
-               "HRES_NS_E_ARCHIVE_GAP_DETECTED",
-               "The archive plug-in detected an interrupt in the source."
-       },
-       {
-               HRES_NS_E_AUTHORIZATION_FILE_NOT_FOUND,
-               "HRES_NS_E_AUTHORIZATION_FILE_NOT_FOUND",
-               "The system cannot find the file specified."
-       },
-       {
-               HRES_NS_E_BAD_MARKIN,
-               "HRES_NS_E_BAD_MARKIN",
-               "The mark-in time should be greater than 0 and less than the mark-out time."
-       },
-       {
-               HRES_NS_E_BAD_MARKOUT,
-               "HRES_NS_E_BAD_MARKOUT",
-               "The mark-out time should be greater than the mark-in time and less than the file duration."
-       },
-       {
-               HRES_NS_E_NOMATCHING_MEDIASOURCE,
-               "HRES_NS_E_NOMATCHING_MEDIASOURCE",
-               "No matching media type is found in the source %1."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_SOURCETYPE,
-               "HRES_NS_E_UNSUPPORTED_SOURCETYPE",
-               "The specified source type is not supported."
-       },
-       {
-               HRES_NS_E_TOO_MANY_AUDIO,
-               "HRES_NS_E_TOO_MANY_AUDIO",
-               "It is not possible to specify more than one audio input."
-       },
-       {
-               HRES_NS_E_TOO_MANY_VIDEO,
-               "HRES_NS_E_TOO_MANY_VIDEO",
-               "It is not possible to specify more than two video inputs."
-       },
-       {
-               HRES_NS_E_NOMATCHING_ELEMENT,
-               "HRES_NS_E_NOMATCHING_ELEMENT",
-               "No matching element is found in the list."
-       },
-       {
-               HRES_NS_E_MISMATCHED_MEDIACONTENT,
-               "HRES_NS_E_MISMATCHED_MEDIACONTENT",
-               "The profile's media types must match the media types defined for the session."
-       },
-       {
-               HRES_NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP,
-               "HRES_NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP",
-               "It is not possible to remove an active source while encoding."
-       },
-       {
-               HRES_NS_E_AUDIODEVICE_BUSY,
-               "HRES_NS_E_AUDIODEVICE_BUSY",
-               "It is not possible to open the specified audio capture device because it is currently in use."
-       },
-       {
-               HRES_NS_E_AUDIODEVICE_UNEXPECTED,
-               "HRES_NS_E_AUDIODEVICE_UNEXPECTED",
-               "It is not possible to open the specified audio capture device because an unexpected error has occurred."
-       },
-       {
-               HRES_NS_E_AUDIODEVICE_BADFORMAT,
-               "HRES_NS_E_AUDIODEVICE_BADFORMAT",
-               "The audio capture device does not support the specified audio format."
-       },
-       {
-               HRES_NS_E_VIDEODEVICE_BUSY,
-               "HRES_NS_E_VIDEODEVICE_BUSY",
-               "It is not possible to open the specified video capture device because it is currently in use."
-       },
-       {
-               HRES_NS_E_VIDEODEVICE_UNEXPECTED,
-               "HRES_NS_E_VIDEODEVICE_UNEXPECTED",
-               "It is not possible to open the specified video capture device because an unexpected error has occurred."
-       },
-       {
-               HRES_NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING,
-               "HRES_NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING",
-               "This operation is not allowed while encoding."
-       },
-       {
-               HRES_NS_E_NO_PROFILE_IN_SOURCEGROUP,
-               "HRES_NS_E_NO_PROFILE_IN_SOURCEGROUP",
-               "No profile is set for the source."
-       },
-       {
-               HRES_NS_E_VIDEODRIVER_UNSTABLE,
-               "HRES_NS_E_VIDEODRIVER_UNSTABLE",
-               "The video capture driver returned an unrecoverable error. It is now in an unstable state."
-       },
-       {
-               HRES_NS_E_VIDCAPSTARTFAILED,
-               "HRES_NS_E_VIDCAPSTARTFAILED",
-               "It was not possible to start the video device."
-       },
-       {
-               HRES_NS_E_VIDSOURCECOMPRESSION,
-               "HRES_NS_E_VIDSOURCECOMPRESSION",
-               "The video source does not support the requested output format or color depth."
-       },
-       {
-               HRES_NS_E_VIDSOURCESIZE,
-               "HRES_NS_E_VIDSOURCESIZE",
-               "The video source does not support the requested capture size."
-       },
-       {
-               HRES_NS_E_ICMQUERYFORMAT,
-               "HRES_NS_E_ICMQUERYFORMAT",
-               "It was not possible to obtain output information from the video compressor."
-       },
-       {
-               HRES_NS_E_VIDCAPCREATEWINDOW,
-               "HRES_NS_E_VIDCAPCREATEWINDOW",
-               "It was not possible to create a video capture window."
-       },
-       {
-               HRES_NS_E_VIDCAPDRVINUSE,
-               "HRES_NS_E_VIDCAPDRVINUSE",
-               "There is already a stream active on this video device."
-       },
-       {
-               HRES_NS_E_NO_MEDIAFORMAT_IN_SOURCE,
-               "HRES_NS_E_NO_MEDIAFORMAT_IN_SOURCE",
-               "No media format is set in source."
-       },
-       {
-               HRES_NS_E_NO_VALID_OUTPUT_STREAM,
-               "HRES_NS_E_NO_VALID_OUTPUT_STREAM",
-               "Cannot find a valid output stream from the source."
-       },
-       {
-               HRES_NS_E_NO_VALID_SOURCE_PLUGIN,
-               "HRES_NS_E_NO_VALID_SOURCE_PLUGIN",
-               "It was not possible to find a valid source plug-in for the specified source."
-       },
-       {
-               HRES_NS_E_NO_ACTIVE_SOURCEGROUP,
-               "HRES_NS_E_NO_ACTIVE_SOURCEGROUP",
-               "No source is currently active."
-       },
-       {
-               HRES_NS_E_NO_SCRIPT_STREAM,
-               "HRES_NS_E_NO_SCRIPT_STREAM",
-               "No script stream is set in the current source."
-       },
-       {
-               HRES_NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING,
-               "HRES_NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING",
-               "This operation is not allowed while archiving."
-       },
-       {
-               HRES_NS_E_INVALIDPACKETSIZE,
-               "HRES_NS_E_INVALIDPACKETSIZE",
-               "The setting for the maximum packet size is not valid."
-       },
-       {
-               HRES_NS_E_PLUGIN_CLSID_INVALID,
-               "HRES_NS_E_PLUGIN_CLSID_INVALID",
-               "The plug-in CLSID specified is not valid."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_ARCHIVETYPE,
-               "HRES_NS_E_UNSUPPORTED_ARCHIVETYPE",
-               "This archive type is not supported."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_ARCHIVEOPERATION,
-               "HRES_NS_E_UNSUPPORTED_ARCHIVEOPERATION",
-               "This archive operation is not supported."
-       },
-       {
-               HRES_NS_E_ARCHIVE_FILENAME_NOTSET,
-               "HRES_NS_E_ARCHIVE_FILENAME_NOTSET",
-               "The local archive file name was not set."
-       },
-       {
-               HRES_NS_E_SOURCEGROUP_NOTPREPARED,
-               "HRES_NS_E_SOURCEGROUP_NOTPREPARED",
-               "The source is not yet prepared."
-       },
-       {
-               HRES_NS_E_PROFILE_MISMATCH,
-               "HRES_NS_E_PROFILE_MISMATCH",
-               "Profiles on the sources do not match."
-       },
-       {
-               HRES_NS_E_INCORRECTCLIPSETTINGS,
-               "HRES_NS_E_INCORRECTCLIPSETTINGS",
-               "The specified crop values are not valid."
-       },
-       {
-               HRES_NS_E_NOSTATSAVAILABLE,
-               "HRES_NS_E_NOSTATSAVAILABLE",
-               "No statistics are available at this time."
-       },
-       {
-               HRES_NS_E_NOTARCHIVING,
-               "HRES_NS_E_NOTARCHIVING",
-               "The encoder is not archiving."
-       },
-       {
-               HRES_NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED,
-               "HRES_NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED",
-               "This operation is only allowed during encoding."
-       },
-       {
-               HRES_NS_E_NOSOURCEGROUPS,
-               "HRES_NS_E_NOSOURCEGROUPS",
-               "This SourceGroupCollection doesn't contain any SourceGroups."
-       },
-       {
-               HRES_NS_E_INVALIDINPUTFPS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NO_DATAVIEW_SUPPORT,
-               "HRES_NS_E_NO_DATAVIEW_SUPPORT",
-               "It is not possible to display your source or output video in the Video panel."
-       },
-       {
-               HRES_NS_E_CODEC_UNAVAILABLE,
-               "HRES_NS_E_CODEC_UNAVAILABLE",
-               "One or more codecs required to open this content could not be found."
-       },
-       {
-               HRES_NS_E_ARCHIVE_SAME_AS_INPUT,
-               "HRES_NS_E_ARCHIVE_SAME_AS_INPUT",
-               "The archive file has the same name as an input file. Change one of the names before continuing."
-       },
-       {
-               HRES_NS_E_SOURCE_NOTSPECIFIED,
-               "HRES_NS_E_SOURCE_NOTSPECIFIED",
-               "The source has not been set up completely."
-       },
-       {
-               HRES_NS_E_NO_REALTIME_TIMECOMPRESSION,
-               "HRES_NS_E_NO_REALTIME_TIMECOMPRESSION",
-               "It is not possible to apply time compression to a broadcast session."
-       },
-       {
-               HRES_NS_E_UNSUPPORTED_ENCODER_DEVICE,
-               "HRES_NS_E_UNSUPPORTED_ENCODER_DEVICE",
-               "It is not possible to open this device."
-       },
-       {
-               HRES_NS_E_UNEXPECTED_DISPLAY_SETTINGS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NO_AUDIODATA,
-               "HRES_NS_E_NO_AUDIODATA",
-               "No audio data has been received for several seconds. Check the audio source and restart the encoder."
-       },
-       {
-               HRES_NS_E_INPUTSOURCE_PROBLEM,
-               "HRES_NS_E_INPUTSOURCE_PROBLEM",
-               "One or all of the specified sources are not working properly. Check that the sources are configured correctly."
-       },
-       {
-               HRES_NS_E_WME_VERSION_MISMATCH,
-               "HRES_NS_E_WME_VERSION_MISMATCH",
-               "The supplied configuration file is not supported by this version of the encoder."
-       },
-       {
-               HRES_NS_E_NO_REALTIME_PREPROCESS,
-               "HRES_NS_E_NO_REALTIME_PREPROCESS",
-               "It is not possible to use image preprocessing with live encoding."
-       },
-       {
-               HRES_NS_E_NO_REPEAT_PREPROCESS,
-               "HRES_NS_E_NO_REPEAT_PREPROCESS",
-               "It is not possible to use two-pass encoding when the source is set to loop."
-       },
-       {
-               HRES_NS_E_CANNOT_PAUSE_LIVEBROADCAST,
-               "HRES_NS_E_CANNOT_PAUSE_LIVEBROADCAST",
-               "It is not possible to pause encoding during a broadcast."
-       },
-       {
-               HRES_NS_E_DRM_PROFILE_NOT_SET,
-               "HRES_NS_E_DRM_PROFILE_NOT_SET",
-               "A DRM profile has not been set for the current session."
-       },
-       {
-               HRES_NS_E_DUPLICATE_DRMPROFILE,
-               "HRES_NS_E_DUPLICATE_DRMPROFILE",
-               "The profile ID is already used by a DRM profile. Specify a different profile ID."
-       },
-       {
-               HRES_NS_E_INVALID_DEVICE,
-               "HRES_NS_E_INVALID_DEVICE",
-               "The setting of the selected device does not support control for playing back tapes."
-       },
-       {
-               HRES_NS_E_SPEECHEDL_ON_NON_MIXEDMODE,
-               "HRES_NS_E_SPEECHEDL_ON_NON_MIXEDMODE",
-               "You must specify a mixed voice and audio mode in order to use an optimization definition file."
-       },
-       {
-               HRES_NS_E_DRM_PASSWORD_TOO_LONG,
-               "HRES_NS_E_DRM_PASSWORD_TOO_LONG",
-               "The specified password is too long. Type a password with fewer than 8 characters."
-       },
-       {
-               HRES_NS_E_DEVCONTROL_FAILED_SEEK,
-               "HRES_NS_E_DEVCONTROL_FAILED_SEEK",
-               "It is not possible to seek to the specified mark-in point."
-       },
-       {
-               HRES_NS_E_INTERLACE_REQUIRE_SAMESIZE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_TOO_MANY_DEVICECONTROL,
-               "HRES_NS_E_TOO_MANY_DEVICECONTROL",
-               "Only one device control plug-in can control a device."
-       },
-       {
-               HRES_NS_E_NO_MULTIPASS_FOR_LIVEDEVICE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MISSING_AUDIENCE,
-               "HRES_NS_E_MISSING_AUDIENCE",
-               "An audience is missing from the output stream configuration."
-       },
-       {
-               HRES_NS_E_AUDIENCE_CONTENTTYPE_MISMATCH,
-               "HRES_NS_E_AUDIENCE_CONTENTTYPE_MISMATCH",
-               "All audiences in the output tree must have the same content type."
-       },
-       {
-               HRES_NS_E_MISSING_SOURCE_INDEX,
-               "HRES_NS_E_MISSING_SOURCE_INDEX",
-               "A source index is missing from the output stream configuration."
-       },
-       {
-               HRES_NS_E_NUM_LANGUAGE_MISMATCH,
-               "HRES_NS_E_NUM_LANGUAGE_MISMATCH",
-               "The same source index in different audiences should have the same number of languages."
-       },
-       {
-               HRES_NS_E_LANGUAGE_MISMATCH,
-               "HRES_NS_E_LANGUAGE_MISMATCH",
-               "The same source index in different audiences should have the same languages."
-       },
-       {
-               HRES_NS_E_VBRMODE_MISMATCH,
-               "HRES_NS_E_VBRMODE_MISMATCH",
-               "The same source index in different audiences should use the same VBR encoding mode."
-       },
-       {
-               HRES_NS_E_INVALID_INPUT_AUDIENCE_INDEX,
-               "HRES_NS_E_INVALID_INPUT_AUDIENCE_INDEX",
-               "The bit rate index specified is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_INPUT_LANGUAGE,
-               "HRES_NS_E_INVALID_INPUT_LANGUAGE",
-               "The specified language is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_INPUT_STREAM,
-               "HRES_NS_E_INVALID_INPUT_STREAM",
-               "The specified source type is not valid."
-       },
-       {
-               HRES_NS_E_EXPECT_MONO_WAV_INPUT,
-               "HRES_NS_E_EXPECT_MONO_WAV_INPUT",
-               "The source must be a mono channel .wav file."
-       },
-       {
-               HRES_NS_E_INPUT_WAVFORMAT_MISMATCH,
-               "HRES_NS_E_INPUT_WAVFORMAT_MISMATCH",
-               "All the source .wav files must have the same format."
-       },
-       {
-               HRES_NS_E_RECORDQ_DISK_FULL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_NO_PAL_INVERSE_TELECINE,
-               "HRES_NS_E_NO_PAL_INVERSE_TELECINE",
-               "It is not possible to apply the inverse telecine feature to PAL content."
-       },
-       {
-               HRES_NS_E_ACTIVE_SG_DEVICE_DISCONNECTED,
-               "HRES_NS_E_ACTIVE_SG_DEVICE_DISCONNECTED",
-               "A capture device in the current active source is no longer available."
-       },
-       {
-               HRES_NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED,
-               "HRES_NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED",
-               "A device used in the current active source for device control is no longer available."
-       },
-       {
-               HRES_NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER,
-               "HRES_NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER",
-               "No frames have been submitted to the analyzer for analysis."
-       },
-       {
-               HRES_NS_E_INPUT_DOESNOT_SUPPORT_SMPTE,
-               "HRES_NS_E_INPUT_DOESNOT_SUPPORT_SMPTE",
-               "The source video does not support time codes."
-       },
-       {
-               HRES_NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS,
-               "HRES_NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS",
-               "It is not possible to generate a time code when there are multiple sources in a session."
-       },
-       {
-               HRES_NS_E_BAD_CONTENTEDL,
-               "HRES_NS_E_BAD_CONTENTEDL",
-               "The voice codec optimization definition file cannot be found or is corrupted."
-       },
-       {
-               HRES_NS_E_INTERLACEMODE_MISMATCH,
-               "HRES_NS_E_INTERLACEMODE_MISMATCH",
-               "The same source index in different audiences should have the same interlace mode."
-       },
-       {
-               HRES_NS_E_NONSQUAREPIXELMODE_MISMATCH,
-               "HRES_NS_E_NONSQUAREPIXELMODE_MISMATCH",
-               "The same source index in different audiences should have the same nonsquare pixel mode."
-       },
-       {
-               HRES_NS_E_SMPTEMODE_MISMATCH,
-               "HRES_NS_E_SMPTEMODE_MISMATCH",
-               "The same source index in different audiences should have the same time code mode."
-       },
-       {
-               HRES_NS_E_END_OF_TAPE,
-               "HRES_NS_E_END_OF_TAPE",
-               "Either the end of the tape has been reached or there is no tape. Check the device and tape."
-       },
-       {
-               HRES_NS_E_NO_MEDIA_IN_AUDIENCE,
-               "HRES_NS_E_NO_MEDIA_IN_AUDIENCE",
-               "No audio or video input has been specified."
-       },
-       {
-               HRES_NS_E_NO_AUDIENCES,
-               "HRES_NS_E_NO_AUDIENCES",
-               "The profile must contain a bit rate."
-       },
-       {
-               HRES_NS_E_NO_AUDIO_COMPAT,
-               "HRES_NS_E_NO_AUDIO_COMPAT",
-               "You must specify at least one audio stream to be compatible with Windows Media Player 7.1."
-       },
-       {
-               HRES_NS_E_INVALID_VBR_COMPAT,
-               "HRES_NS_E_INVALID_VBR_COMPAT",
-               "Using a VBR encoding mode is not compatible with Windows Media Player 7.1."
-       },
-       {
-               HRES_NS_E_NO_PROFILE_NAME,
-               "HRES_NS_E_NO_PROFILE_NAME",
-               "You must specify a profile name."
-       },
-       {
-               HRES_NS_E_INVALID_VBR_WITH_UNCOMP,
-               "HRES_NS_E_INVALID_VBR_WITH_UNCOMP",
-               "It is not possible to use a VBR encoding mode with uncompressed audio or video."
-       },
-       {
-               HRES_NS_E_MULTIPLE_VBR_AUDIENCES,
-               "HRES_NS_E_MULTIPLE_VBR_AUDIENCES",
-               "It is not possible to use MBR encoding with VBR encoding."
-       },
-       {
-               HRES_NS_E_UNCOMP_COMP_COMBINATION,
-               "HRES_NS_E_UNCOMP_COMP_COMBINATION",
-               "It is not possible to mix uncompressed and compressed content in a session."
-       },
-       {
-               HRES_NS_E_MULTIPLE_AUDIO_CODECS,
-               "HRES_NS_E_MULTIPLE_AUDIO_CODECS",
-               "All audiences must use the same audio codec."
-       },
-       {
-               HRES_NS_E_MULTIPLE_AUDIO_FORMATS,
-               "HRES_NS_E_MULTIPLE_AUDIO_FORMATS",
-               "All audiences should use the same audio format to be compatible with Windows Media Player 7.1."
-       },
-       {
-               HRES_NS_E_AUDIO_BITRATE_STEPDOWN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INVALID_AUDIO_PEAKRATE,
-               "HRES_NS_E_INVALID_AUDIO_PEAKRATE",
-               "The audio peak bit rate setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_AUDIO_PEAKRATE_2,
-               "HRES_NS_E_INVALID_AUDIO_PEAKRATE_2",
-               "The audio peak bit rate setting must be greater than the audio bit rate setting."
-       },
-       {
-               HRES_NS_E_INVALID_AUDIO_BUFFERMAX,
-               "HRES_NS_E_INVALID_AUDIO_BUFFERMAX",
-               "The setting for the maximum buffer size for audio is not valid."
-       },
-       {
-               HRES_NS_E_MULTIPLE_VIDEO_CODECS,
-               "HRES_NS_E_MULTIPLE_VIDEO_CODECS",
-               "All audiences must use the same video codec."
-       },
-       {
-               HRES_NS_E_MULTIPLE_VIDEO_SIZES,
-               "HRES_NS_E_MULTIPLE_VIDEO_SIZES",
-               "All audiences should use the same video size to be compatible with Windows Media Player 7.1."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_BITRATE,
-               "HRES_NS_E_INVALID_VIDEO_BITRATE",
-               "The video bit rate setting is not valid."
-       },
-       {
-               HRES_NS_E_VIDEO_BITRATE_STEPDOWN,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_PEAKRATE,
-               "HRES_NS_E_INVALID_VIDEO_PEAKRATE",
-               "The video peak bit rate setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_PEAKRATE_2,
-               "HRES_NS_E_INVALID_VIDEO_PEAKRATE_2",
-               "The video peak bit rate setting must be greater than the video bit rate setting."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_WIDTH,
-               "HRES_NS_E_INVALID_VIDEO_WIDTH",
-               "The video width setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_HEIGHT,
-               "HRES_NS_E_INVALID_VIDEO_HEIGHT",
-               "The video height setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_FPS,
-               "HRES_NS_E_INVALID_VIDEO_FPS",
-               "The video frame rate setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_KEYFRAME,
-               "HRES_NS_E_INVALID_VIDEO_KEYFRAME",
-               "The video key frame setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_IQUALITY,
-               "HRES_NS_E_INVALID_VIDEO_IQUALITY",
-               "The video image quality setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_CQUALITY,
-               "HRES_NS_E_INVALID_VIDEO_CQUALITY",
-               "The video codec quality setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_BUFFER,
-               "HRES_NS_E_INVALID_VIDEO_BUFFER",
-               "The video buffer setting is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_BUFFERMAX,
-               "HRES_NS_E_INVALID_VIDEO_BUFFERMAX",
-               "The setting for the maximum buffer size for video is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_BUFFERMAX_2,
-               "HRES_NS_E_INVALID_VIDEO_BUFFERMAX_2",
-               "The value of the video maximum buffer size setting must be greater than the video buffer size setting."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_WIDTH_ALIGN,
-               "HRES_NS_E_INVALID_VIDEO_WIDTH_ALIGN",
-               "The alignment of the video width is not valid."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_HEIGHT_ALIGN,
-               "HRES_NS_E_INVALID_VIDEO_HEIGHT_ALIGN",
-               "The alignment of the video height is not valid."
-       },
-       {
-               HRES_NS_E_MULTIPLE_SCRIPT_BITRATES,
-               "HRES_NS_E_MULTIPLE_SCRIPT_BITRATES",
-               "All bit rates must have the same script bit rate."
-       },
-       {
-               HRES_NS_E_INVALID_SCRIPT_BITRATE,
-               "HRES_NS_E_INVALID_SCRIPT_BITRATE",
-               "The script bit rate specified is not valid."
-       },
-       {
-               HRES_NS_E_MULTIPLE_FILE_BITRATES,
-               "HRES_NS_E_MULTIPLE_FILE_BITRATES",
-               "All bit rates must have the same file transfer bit rate."
-       },
-       {
-               HRES_NS_E_INVALID_FILE_BITRATE,
-               "HRES_NS_E_INVALID_FILE_BITRATE",
-               "The file transfer bit rate is not valid."
-       },
-       {
-               HRES_NS_E_SAME_AS_INPUT_COMBINATION,
-               "HRES_NS_E_SAME_AS_INPUT_COMBINATION",
-               "All audiences in a profile should either be same as input or have video width and height specified."
-       },
-       {
-               HRES_NS_E_SOURCE_CANNOT_LOOP,
-               "HRES_NS_E_SOURCE_CANNOT_LOOP",
-               "This source type does not support looping."
-       },
-       {
-               HRES_NS_E_INVALID_FOLDDOWN_COEFFICIENTS,
-               "HRES_NS_E_INVALID_FOLDDOWN_COEFFICIENTS",
-               "The fold-down value needs to be between -144 and 0."
-       },
-       {
-               HRES_NS_E_DRMPROFILE_NOTFOUND,
-               "HRES_NS_E_DRMPROFILE_NOTFOUND",
-               "The specified DRM profile does not exist in the system."
-       },
-       {
-               HRES_NS_E_INVALID_TIMECODE,
-               "HRES_NS_E_INVALID_TIMECODE",
-               "The specified time code is not valid."
-       },
-       {
-               HRES_NS_E_NO_AUDIO_TIMECOMPRESSION,
-               "HRES_NS_E_NO_AUDIO_TIMECOMPRESSION",
-               "It is not possible to apply time compression to a video-only session."
-       },
-       {
-               HRES_NS_E_NO_TWOPASS_TIMECOMPRESSION,
-               "HRES_NS_E_NO_TWOPASS_TIMECOMPRESSION",
-               "It is not possible to apply time compression to a session that is using two-pass encoding."
-       },
-       {
-               HRES_NS_E_TIMECODE_REQUIRES_VIDEOSTREAM,
-               "HRES_NS_E_TIMECODE_REQUIRES_VIDEOSTREAM",
-               "It is not possible to generate a time code for an audio-only session."
-       },
-       {
-               HRES_NS_E_NO_MBR_WITH_TIMECODE,
-               "HRES_NS_E_NO_MBR_WITH_TIMECODE",
-               "It is not possible to generate a time code when you are encoding content at multiple bit rates."
-       },
-       {
-               HRES_NS_E_INVALID_INTERLACEMODE,
-               "HRES_NS_E_INVALID_INTERLACEMODE",
-               "The video codec selected does not support maintaining interlacing in video."
-       },
-       {
-               HRES_NS_E_INVALID_INTERLACE_COMPAT,
-               "HRES_NS_E_INVALID_INTERLACE_COMPAT",
-               "Maintaining interlacing in video is not compatible with Windows Media Player 7.1."
-       },
-       {
-               HRES_NS_E_INVALID_NONSQUAREPIXEL_COMPAT,
-               "HRES_NS_E_INVALID_NONSQUAREPIXEL_COMPAT",
-               "Allowing nonsquare pixel output is not compatible with Windows Media Player 7.1."
-       },
-       {
-               HRES_NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL,
-               "HRES_NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL",
-               "Only capture devices can be used with device control."
-       },
-       {
-               HRES_NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DEVICECONTROL_UNSTABLE,
-               "HRES_NS_E_DEVICECONTROL_UNSTABLE",
-               "The device is in an unstable state. Check that the device is functioning properly and a tape is in place."
-       },
-       {
-               HRES_NS_E_INVALID_PIXEL_ASPECT_RATIO,
-               "HRES_NS_E_INVALID_PIXEL_ASPECT_RATIO",
-               "The pixel aspect ratio value must be between 1 and 255."
-       },
-       {
-               HRES_NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH,
-               "HRES_NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH",
-               "All streams with different languages in the same audience must have same properties."
-       },
-       {
-               HRES_NS_E_INVALID_PROFILE_CONTENTTYPE,
-               "HRES_NS_E_INVALID_PROFILE_CONTENTTYPE",
-               "The profile must contain at least one audio or video stream."
-       },
-       {
-               HRES_NS_E_TRANSFORM_PLUGIN_NOT_FOUND,
-               "HRES_NS_E_TRANSFORM_PLUGIN_NOT_FOUND",
-               "The transform plug-in could not be found."
-       },
-       {
-               HRES_NS_E_TRANSFORM_PLUGIN_INVALID,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MARKIN_UNSUPPORTED,
-               "HRES_NS_E_MARKIN_UNSUPPORTED",
-               "Markin/Markout is unsupported with this source type."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_APPLICATION,
-               "HRES_NS_E_DRM_INVALID_APPLICATION",
-               "A problem has occurred in the Digital Rights Management component. Contact product support for this application."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_STORE_ERROR,
-               "HRES_NS_E_DRM_LICENSE_STORE_ERROR",
-               "License storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_SECURE_STORE_ERROR,
-               "HRES_NS_E_DRM_SECURE_STORE_ERROR",
-               "Secure storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_STORE_SAVE_ERROR,
-               "HRES_NS_E_DRM_LICENSE_STORE_SAVE_ERROR",
-               "License acquisition did not work. Acquire a new license or contact the content provider for further assistance."
-       },
-       {
-               HRES_NS_E_DRM_SECURE_STORE_UNLOCK_ERROR,
-               "HRES_NS_E_DRM_SECURE_STORE_UNLOCK_ERROR",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_CONTENT,
-               "HRES_NS_E_DRM_INVALID_CONTENT",
-               "The media file is corrupted. Contact the content provider to get a new file."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_OPEN_LICENSE,
-               "HRES_NS_E_DRM_UNABLE_TO_OPEN_LICENSE",
-               "The license is corrupted. Acquire a new license."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_LICENSE,
-               "HRES_NS_E_DRM_INVALID_LICENSE",
-               "The license is corrupted or invalid. Acquire a new license"
-       },
-       {
-               HRES_NS_E_DRM_INVALID_MACHINE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_ENUM_LICENSE_FAILED,
-               "HRES_NS_E_DRM_ENUM_LICENSE_FAILED",
-               "License storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_LICENSE_REQUEST,
-               "HRES_NS_E_DRM_INVALID_LICENSE_REQUEST",
-               "The media file is corrupted. Contact the content provider to get a new file."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_INITIALIZE,
-               "HRES_NS_E_DRM_UNABLE_TO_INITIALIZE",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE,
-               "HRES_NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE",
-               "The license could not be acquired. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_LICENSE_ACQUIRED,
-               "HRES_NS_E_DRM_INVALID_LICENSE_ACQUIRED",
-               "License acquisition did not work. Acquire a new license or contact the content provider for further assistance."
-       },
-       {
-               HRES_NS_E_DRM_NO_RIGHTS,
-               "HRES_NS_E_DRM_NO_RIGHTS",
-               "The requested operation cannot be performed on this file."
-       },
-       {
-               HRES_NS_E_DRM_KEY_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_ENCRYPT_ERROR,
-               "HRES_NS_E_DRM_ENCRYPT_ERROR",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_DECRYPT_ERROR,
-               "HRES_NS_E_DRM_DECRYPT_ERROR",
-               "The media file is corrupted. Contact the content provider to get a new file."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_INVALID_XML,
-               "HRES_NS_E_DRM_LICENSE_INVALID_XML",
-               "The license is corrupted. Acquire a new license."
-       },
-       {
-               HRES_NS_E_DRM_NEEDS_INDIVIDUALIZATION,
-               "HRES_NS_E_DRM_NEEDS_INDIVIDUALIZATION",
-               "A security upgrade is required to perform the operation on this media file."
-       },
-       {
-               HRES_NS_E_DRM_ALREADY_INDIVIDUALIZED,
-               "HRES_NS_E_DRM_ALREADY_INDIVIDUALIZED",
-               "You already have the latest security components. No upgrade is necessary at this time."
-       },
-       {
-               HRES_NS_E_DRM_ACTION_NOT_QUERIED,
-               "HRES_NS_E_DRM_ACTION_NOT_QUERIED",
-               "The application cannot perform this action. Contact product support for this application."
-       },
-       {
-               HRES_NS_E_DRM_ACQUIRING_LICENSE,
-               "HRES_NS_E_DRM_ACQUIRING_LICENSE",
-               "You cannot begin a new license acquisition process until the current one has been completed."
-       },
-       {
-               HRES_NS_E_DRM_INDIVIDUALIZING,
-               "HRES_NS_E_DRM_INDIVIDUALIZING",
-               "You cannot begin a new security upgrade until the current one has been completed."
-       },
-       {
-               HRES_NS_E_BACKUP_RESTORE_FAILURE,
-               "HRES_NS_E_BACKUP_RESTORE_FAILURE",
-               "Failure in Backup-Restore."
-       },
-       {
-               HRES_NS_E_BACKUP_RESTORE_BAD_REQUEST_ID,
-               "HRES_NS_E_BACKUP_RESTORE_BAD_REQUEST_ID",
-               "Bad Request ID in Backup-Restore."
-       },
-       {
-               HRES_NS_E_DRM_PARAMETERS_MISMATCHED,
-               "HRES_NS_E_DRM_PARAMETERS_MISMATCHED",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT",
-               "A license cannot be created for this media file. Reinstall the application."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INDIVIDUALIZE_ERROR,
-               "HRES_NS_E_DRM_INDIVIDUALIZE_ERROR",
-               "The security upgrade failed. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_OPEN_ERROR,
-               "HRES_NS_E_DRM_LICENSE_OPEN_ERROR",
-               "License storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_CLOSE_ERROR,
-               "HRES_NS_E_DRM_LICENSE_CLOSE_ERROR",
-               "License storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_GET_LICENSE_ERROR,
-               "HRES_NS_E_DRM_GET_LICENSE_ERROR",
-               "License storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_QUERY_ERROR,
-               "HRES_NS_E_DRM_QUERY_ERROR",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_REPORT_ERROR,
-               "HRES_NS_E_DRM_REPORT_ERROR",
-               "A problem has occurred in the Digital Rights Management component. Contact product support for this application."
-       },
-       {
-               HRES_NS_E_DRM_GET_LICENSESTRING_ERROR,
-               "HRES_NS_E_DRM_GET_LICENSESTRING_ERROR",
-               "License storage is not working. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_GET_CONTENTSTRING_ERROR,
-               "HRES_NS_E_DRM_GET_CONTENTSTRING_ERROR",
-               "The media file is corrupted. Contact the content provider to get a new file."
-       },
-       {
-               HRES_NS_E_DRM_MONITOR_ERROR,
-               "HRES_NS_E_DRM_MONITOR_ERROR",
-               "A problem has occurred in the Digital Rights Management component. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_SET_PARAMETER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_APPDATA,
-               "HRES_NS_E_DRM_INVALID_APPDATA",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_APPDATA_VERSION,
-               "HRES_NS_E_DRM_INVALID_APPDATA_VERSION",
-               "A problem has occurred in the Digital Rights Management component. Contact product support for this application."
-       },
-       {
-               HRES_NS_E_DRM_BACKUP_EXISTS,
-               "HRES_NS_E_DRM_BACKUP_EXISTS",
-               "Licenses are already backed up in this location."
-       },
-       {
-               HRES_NS_E_DRM_BACKUP_CORRUPT,
-               "HRES_NS_E_DRM_BACKUP_CORRUPT",
-               "One or more backed-up licenses are missing or corrupt."
-       },
-       {
-               HRES_NS_E_DRM_BACKUPRESTORE_BUSY,
-               "HRES_NS_E_DRM_BACKUPRESTORE_BUSY",
-               "You cannot begin a new backup process until the current process has been completed."
-       },
-       {
-               HRES_NS_E_BACKUP_RESTORE_BAD_DATA,
-               "HRES_NS_E_BACKUP_RESTORE_BAD_DATA",
-               "Bad Data sent to Backup-Restore."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_UNUSABLE,
-               "HRES_NS_E_DRM_LICENSE_UNUSABLE",
-               "The license is invalid. Contact the content provider for further assistance."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_PROPERTY,
-               "HRES_NS_E_DRM_INVALID_PROPERTY",
-               "A required property was not set by the application. Contact product support for this application."
-       },
-       {
-               HRES_NS_E_DRM_SECURE_STORE_NOT_FOUND,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_CACHED_CONTENT_ERROR,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE,
-               "HRES_NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE",
-               "A problem occurred during the security upgrade. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_DRIVER_AUTH_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_NEED_UPGRADE_MSSAP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_REOPEN_CONTENT,
-               "HRES_NS_E_DRM_REOPEN_CONTENT",
-               "Status message: Reopen the file."
-       },
-       {
-               HRES_NS_E_DRM_DRIVER_DIGIOUT_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_SECURESTORE_PASSWORD,
-               "HRES_NS_E_DRM_INVALID_SECURESTORE_PASSWORD",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_APPCERT_REVOKED,
-               "HRES_NS_E_DRM_APPCERT_REVOKED",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_RESTORE_FRAUD,
-               "HRES_NS_E_DRM_RESTORE_FRAUD",
-               "You cannot restore your license(s)."
-       },
-       {
-               HRES_NS_E_DRM_HARDWARE_INCONSISTENT,
-               "HRES_NS_E_DRM_HARDWARE_INCONSISTENT",
-               "The licenses for your media files are corrupted. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_SDMI_TRIGGER,
-               "HRES_NS_E_DRM_SDMI_TRIGGER",
-               "To transfer this media file, you must upgrade the application."
-       },
-       {
-               HRES_NS_E_DRM_SDMI_NOMORECOPIES,
-               "HRES_NS_E_DRM_SDMI_NOMORECOPIES",
-               "You cannot make any more copies of this media file."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_NOTACQUIRED,
-               "HRES_NS_E_DRM_LICENSE_NOTACQUIRED",
-               "Unable to obtain license."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_BUFFER_TOO_SMALL,
-               "HRES_NS_E_DRM_BUFFER_TOO_SMALL",
-               "The buffer supplied is not sufficient."
-       },
-       {
-               HRES_NS_E_DRM_UNSUPPORTED_PROPERTY,
-               "HRES_NS_E_DRM_UNSUPPORTED_PROPERTY",
-               "The property requested is not supported."
-       },
-       {
-               HRES_NS_E_DRM_ERROR_BAD_NET_RESP,
-               "HRES_NS_E_DRM_ERROR_BAD_NET_RESP",
-               "The specified server cannot perform the requested operation."
-       },
-       {
-               HRES_NS_E_DRM_STORE_NOTALLSTORED,
-               "HRES_NS_E_DRM_STORE_NOTALLSTORED",
-               "Some of the licenses could not be stored."
-       },
-       {
-               HRES_NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID,
-               "HRES_NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID",
-               "The Digital Rights Management security upgrade component could not be validated. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_DATA,
-               "HRES_NS_E_DRM_INVALID_DATA",
-               "Invalid or corrupt data was encountered."
-       },
-       {
-               HRES_NS_E_DRM_POLICY_DISABLE_ONLINE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_NOT_CONFIGURED,
-               "HRES_NS_E_DRM_NOT_CONFIGURED",
-               "Not all of the necessary properties for DRM have been set."
-       },
-       {
-               HRES_NS_E_DRM_DEVICE_ACTIVATION_CANCELED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_BACKUP_RESTORE_TOO_MANY_RESETS,
-               "HRES_NS_E_BACKUP_RESTORE_TOO_MANY_RESETS",
-               "Too many resets in Backup-Restore."
-       },
-       {
-               HRES_NS_E_DRM_DEBUGGING_NOT_ALLOWED,
-               "HRES_NS_E_DRM_DEBUGGING_NOT_ALLOWED",
-               "Running this process under a debugger while using DRM content is not allowed."
-       },
-       {
-               HRES_NS_E_DRM_OPERATION_CANCELED,
-               "HRES_NS_E_DRM_OPERATION_CANCELED",
-               "The user canceled the DRM operation."
-       },
-       {
-               HRES_NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED,
-               "HRES_NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED",
-               "The license you are using has assocaited output restrictions. This license is unusable until these restrictions are queried."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION,
-               "HRES_NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION",
-               "The specified track has exceeded it's specified playlist burn limit in this playlist."
-       },
-       {
-               HRES_NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION,
-               "HRES_NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION",
-               "The specified track has exceeded it's track burn limit."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT,
-               "HRES_NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT",
-               "A problem has occurred in obtaining the device's certificate. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK,
-               "HRES_NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK",
-               "A problem has occurred in obtaining the device's secure clock. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK,
-               "HRES_NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK",
-               "A problem has occurred in setting the device's secure clock. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_POLICY_METERING_DISABLED,
-               "HRES_NS_E_DRM_POLICY_METERING_DISABLED",
-               "This content requires the metering policy to be enabled."
-       },
-       {
-               HRES_NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED,
-               "HRES_NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED",
-               "Transfer of chained licenses unsupported."
-       },
-       {
-               HRES_NS_E_DRM_SDK_VERSIONMISMATCH,
-               "HRES_NS_E_DRM_SDK_VERSIONMISMATCH",
-               "The Digital Rights Management component is not installed properly. Reinstall the Player."
-       },
-       {
-               HRES_NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET,
-               "HRES_NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET",
-               "The file could not be transferred because the device clock is not set."
-       },
-       {
-               HRES_NS_E_LICENSE_HEADER_MISSING_URL,
-               "HRES_NS_E_LICENSE_HEADER_MISSING_URL",
-               "The content header is missing an acquisition URL."
-       },
-       {
-               HRES_NS_E_DEVICE_NOT_WMDRM_DEVICE,
-               "HRES_NS_E_DEVICE_NOT_WMDRM_DEVICE",
-               "The current attached device does not support WMDRM."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_APPCERT,
-               "HRES_NS_E_DRM_INVALID_APPCERT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION,
-               "HRES_NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION",
-               "The client application has been forcefully terminated during a DRM petition."
-       },
-       {
-               HRES_NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE,
-               "HRES_NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE",
-               "The client application has been forcefully terminated during a DRM challenge."
-       },
-       {
-               HRES_NS_E_DRM_CHECKPOINT_FAILED,
-               "HRES_NS_E_DRM_CHECKPOINT_FAILED",
-               "Secure storage protection error. Restore your licenses from a previous backup and try again."
-       },
-       {
-               HRES_NS_E_DRM_BB_UNABLE_TO_INITIALIZE,
-               "HRES_NS_E_DRM_BB_UNABLE_TO_INITIALIZE",
-               "A problem has occurred in the Digital Rights Management root of trust. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID,
-               "HRES_NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID",
-               "A problem has occurred in retrieving the Digital Rights Management machine identification. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE,
-               "HRES_NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE",
-               "A problem has occurred in opening the Digital Rights Management data storage file. Contact Microsoft product."
-       },
-       {
-               HRES_NS_E_DRM_DATASTORE_CORRUPT,
-               "HRES_NS_E_DRM_DATASTORE_CORRUPT",
-               "The Digital Rights Management data storage is not functioning properly. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_STUBLIB_REQUIRED,
-               "HRES_NS_E_DRM_STUBLIB_REQUIRED",
-               "A secured library is required to access the requested functionality."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE,
-               "HRES_NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE",
-               "A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_MIGRATION_IMAGE,
-               "HRES_NS_E_DRM_INVALID_MIGRATION_IMAGE",
-               "A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED,
-               "HRES_NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED",
-               "A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE,
-               "HRES_NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE",
-               "A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID,
-               "HRES_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."
-       },
-       {
-               HRES_NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE,
-               "HRES_NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE",
-               "The Digital Rights Management component is in use during license migration. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH,
-               "HRES_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."
-       },
-       {
-               HRES_NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS,
-               "HRES_NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS",
-               "Migration Image already exists. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_HARDWAREID_MISMATCH,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INVALID_DRMV2CLT_STUBLIB,
-               "HRES_NS_E_INVALID_DRMV2CLT_STUBLIB",
-               "The wrong stublib has been linked to an application or DLL using drmv2clt.dll."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA,
-               "HRES_NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA",
-               "The legacy V2 data being imported is invalid."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS,
-               "HRES_NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS",
-               "The license being imported already exists."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD,
-               "HRES_NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD",
-               "The password of the Legacy V2 SST entry being imported is incorrect."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_NOT_SUPPORTED,
-               "HRES_NS_E_DRM_MIGRATION_NOT_SUPPORTED",
-               "Migration is not supported by the plugin."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT,
-               "HRES_NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT",
-               "A migration importer cannot be created for this media file. Reinstall the application."
-       },
-       {
-               HRES_NS_E_DRM_CHECKPOINT_MISMATCH,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_CHECKPOINT_CORRUPT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_REG_FLUSH_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_HDS_KEY_MISMATCH,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_OPERATION_CANCELLED,
-               "HRES_NS_E_DRM_MIGRATION_OPERATION_CANCELLED",
-               "Migration was canceled by the user."
-       },
-       {
-               HRES_NS_E_DRM_MIGRATION_OBJECT_IN_USE,
-               "HRES_NS_E_DRM_MIGRATION_OBJECT_IN_USE",
-               "Migration object is already in use and cannot be called until the current operation completes."
-       },
-       {
-               HRES_NS_E_DRM_MALFORMED_CONTENT_HEADER,
-               "HRES_NS_E_DRM_MALFORMED_CONTENT_HEADER",
-               "The content header does not comply with DRM requirements and cannot be used."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_EXPIRED,
-               "HRES_NS_E_DRM_LICENSE_EXPIRED",
-               "The license for this file has expired and is no longer valid. Contact your content provider for further assistance."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_NOTENABLED,
-               "HRES_NS_E_DRM_LICENSE_NOTENABLED",
-               "The license for this file is not valid yet, but will be at a future date."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_APPSECLOW,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_STORE_NEEDINDI,
-               "HRES_NS_E_DRM_STORE_NEEDINDI",
-               "The license cannot be stored as it requires security upgrade of Digital Rights Management component."
-       },
-       {
-               HRES_NS_E_DRM_STORE_NOTALLOWED,
-               "HRES_NS_E_DRM_STORE_NOTALLOWED",
-               "Your machine does not meet the requirements for storing the license."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_APP_NOTALLOWED,
-               "HRES_NS_E_DRM_LICENSE_APP_NOTALLOWED",
-               "The license for this file requires an upgraded version of your player or a different player."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_CERT_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_SECLOW,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_CONTENT_REVOKED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_DEVICE_NOT_REGISTERED,
-               "HRES_NS_E_DRM_DEVICE_NOT_REGISTERED",
-               "The content owner for the license you just acquired requires your device to register to the current machine."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_NOSAP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_NOSVP,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_NOWDM,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_NOTRUSTEDCODEC,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_SOURCEID_NOT_SUPPORTED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_NEEDS_UPGRADE_TEMPFILE,
-               "HRES_NS_E_DRM_NEEDS_UPGRADE_TEMPFILE",
-               "An updated version of your media player is required to play the selected content."
-       },
-       {
-               HRES_NS_E_DRM_NEED_UPGRADE_PD,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_SIGNATURE_FAILURE,
-               "HRES_NS_E_DRM_SIGNATURE_FAILURE",
-               "Failed to either create or verify the content header."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_SERVER_INFO_MISSING,
-               "HRES_NS_E_DRM_LICENSE_SERVER_INFO_MISSING",
-               "Could not read the necessary information from the system registry."
-       },
-       {
-               HRES_NS_E_DRM_BUSY,
-               "HRES_NS_E_DRM_BUSY",
-               "The DRM subsystem is currently locked by another application or user. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_PD_TOO_MANY_DEVICES,
-               "HRES_NS_E_DRM_PD_TOO_MANY_DEVICES",
-               "There are too many target devices registered on the portable media."
-       },
-       {
-               HRES_NS_E_DRM_INDIV_FRAUD,
-               "HRES_NS_E_DRM_INDIV_FRAUD",
-               "The security upgrade cannot be completed because the allowed number of daily upgrades has been exceeded. Try again tomorrow."
-       },
-       {
-               HRES_NS_E_DRM_INDIV_NO_CABS,
-               "HRES_NS_E_DRM_INDIV_NO_CABS",
-               "The security upgrade cannot be completed because the server is unable to perform the operation. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_INDIV_SERVICE_UNAVAILABLE,
-               "HRES_NS_E_DRM_INDIV_SERVICE_UNAVAILABLE",
-               "The security upgrade cannot be performed because the server is not available. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE,
-               "HRES_NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE",
-               "Windows Media Player cannot restore your licenses because the server is not available. Try again later."
-       },
-       {
-               HRES_NS_E_DRM_CLIENT_CODE_EXPIRED,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_DRM_NO_UPLINK_LICENSE,
-               "HRES_NS_E_DRM_NO_UPLINK_LICENSE",
-               "The chained license cannot be created because the referenced uplink license does not exist."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_KID,
-               "HRES_NS_E_DRM_INVALID_KID",
-               "The specified KID is invalid."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_INITIALIZATION_ERROR,
-               "HRES_NS_E_DRM_LICENSE_INITIALIZATION_ERROR",
-               "License initialization did not work. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_CHAIN_TOO_LONG,
-               "HRES_NS_E_DRM_CHAIN_TOO_LONG",
-               "The uplink license of a chained license cannot itself be a chained license."
-       },
-       {
-               HRES_NS_E_DRM_UNSUPPORTED_ALGORITHM,
-               "HRES_NS_E_DRM_UNSUPPORTED_ALGORITHM",
-               "The specified encryption algorithm is unsupported."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_DELETION_ERROR,
-               "HRES_NS_E_DRM_LICENSE_DELETION_ERROR",
-               "License deletion did not work. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_CERTIFICATE,
-               "HRES_NS_E_DRM_INVALID_CERTIFICATE",
-               "The client's certificate is corrupted or the signature cannot be verified."
-       },
-       {
-               HRES_NS_E_DRM_CERTIFICATE_REVOKED,
-               "HRES_NS_E_DRM_CERTIFICATE_REVOKED",
-               "The client's certificate has been revoked."
-       },
-       {
-               HRES_NS_E_DRM_LICENSE_UNAVAILABLE,
-               "HRES_NS_E_DRM_LICENSE_UNAVAILABLE",
-               "There is no license available for the requested action."
-       },
-       {
-               HRES_NS_E_DRM_DEVICE_LIMIT_REACHED,
-               "HRES_NS_E_DRM_DEVICE_LIMIT_REACHED",
-               "The maximum number of devices in use has been reached. Unable to open additional devices."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY,
-               "HRES_NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY",
-               "The proximity detection procedure could not confirm that the receiver is near the transmitter in the network."
-       },
-       {
-               HRES_NS_E_DRM_MUST_REGISTER,
-               "HRES_NS_E_DRM_MUST_REGISTER",
-               "The client must be registered before executing the intended operation."
-       },
-       {
-               HRES_NS_E_DRM_MUST_APPROVE,
-               "HRES_NS_E_DRM_MUST_APPROVE",
-               "The client must be approved before executing the intended operation."
-       },
-       {
-               HRES_NS_E_DRM_MUST_REVALIDATE,
-               "HRES_NS_E_DRM_MUST_REVALIDATE",
-               "The client must be revalidated before executing the intended operation."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_PROXIMITY_RESPONSE,
-               "HRES_NS_E_DRM_INVALID_PROXIMITY_RESPONSE",
-               "The response to the proximity detection challenge is invalid."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_SESSION,
-               "HRES_NS_E_DRM_INVALID_SESSION",
-               "The requested session is invalid."
-       },
-       {
-               HRES_NS_E_DRM_DEVICE_NOT_OPEN,
-               "HRES_NS_E_DRM_DEVICE_NOT_OPEN",
-               "The device must be opened before it can be used to receive content."
-       },
-       {
-               HRES_NS_E_DRM_DEVICE_ALREADY_REGISTERED,
-               "HRES_NS_E_DRM_DEVICE_ALREADY_REGISTERED",
-               "Device registration failed because the device is already registered."
-       },
-       {
-               HRES_NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION,
-               "HRES_NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION",
-               "Unsupported WMDRM-ND protocol version."
-       },
-       {
-               HRES_NS_E_DRM_UNSUPPORTED_ACTION,
-               "HRES_NS_E_DRM_UNSUPPORTED_ACTION",
-               "The requested action is not supported."
-       },
-       {
-               HRES_NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE,
-               "HRES_NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE",
-               "The certificate does not have an adequate security level for the requested action."
-       },
-       {
-               HRES_NS_E_DRM_UNABLE_TO_OPEN_PORT,
-               "HRES_NS_E_DRM_UNABLE_TO_OPEN_PORT",
-               "Unable to open the specified port for receiving Proximity messages."
-       },
-       {
-               HRES_NS_E_DRM_BAD_REQUEST,
-               "HRES_NS_E_DRM_BAD_REQUEST",
-               "The message format is invalid."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_CRL,
-               "HRES_NS_E_DRM_INVALID_CRL",
-               "The Certificate Revocation List is invalid or corrupted."
-       },
-       {
-               HRES_NS_E_DRM_ATTRIBUTE_TOO_LONG,
-               "HRES_NS_E_DRM_ATTRIBUTE_TOO_LONG",
-               "The length of the attribute name or value is too long."
-       },
-       {
-               HRES_NS_E_DRM_EXPIRED_LICENSEBLOB,
-               "HRES_NS_E_DRM_EXPIRED_LICENSEBLOB",
-               "The license blob passed in the cardea request is expired."
-       },
-       {
-               HRES_NS_E_DRM_INVALID_LICENSEBLOB,
-               "HRES_NS_E_DRM_INVALID_LICENSEBLOB",
-               "The license blob passed in the cardea request is invalid. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_INCLUSION_LIST_REQUIRED,
-               "HRES_NS_E_DRM_INCLUSION_LIST_REQUIRED",
-               "The requested operation cannot be performed because the license does not contain an inclusion list."
-       },
-       {
-               HRES_NS_E_DRM_DRMV2CLT_REVOKED,
-               "HRES_NS_E_DRM_DRMV2CLT_REVOKED",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_DRM_RIV_TOO_SMALL,
-               "HRES_NS_E_DRM_RIV_TOO_SMALL",
-               "A problem has occurred in the Digital Rights Management component. Contact Microsoft product support."
-       },
-       {
-               HRES_NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED,
-               "HRES_NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED",
-               "Windows Media Player does not support the level of output protection required by the content."
-       },
-       {
-               HRES_NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED,
-               "HRES_NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED",
-               "Windows Media Player does not support the level of protection required for compressed digital video."
-       },
-       {
-               HRES_NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED,
-               "HRES_NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED",
-               "Windows Media Player does not support the level of protection required for uncompressed digital video."
-       },
-       {
-               HRES_NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED,
-               "HRES_NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED",
-               "Windows Media Player does not support the level of protection required for analog video."
-       },
-       {
-               HRES_NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED,
-               "HRES_NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED",
-               "Windows Media Player does not support the level of protection required for compressed digital audio."
-       },
-       {
-               HRES_NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED,
-               "HRES_NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED",
-               "Windows Media Player does not support the level of protection required for uncompressed digital audio."
-       },
-       {
-               HRES_NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED,
-               "HRES_NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED",
-               "Windows Media Player does not support the scheme of output protection required by the content."
-       },
-       {
-               HRES_NS_E_REBOOT_RECOMMENDED,
-               "HRES_NS_E_REBOOT_RECOMMENDED",
-               "Installation was not successful and some file cleanup is not complete. For best results, restart your computer."
-       },
-       {
-               HRES_NS_E_REBOOT_REQUIRED,
-               "HRES_NS_E_REBOOT_REQUIRED",
-               "Installation was not successful. To continue, you must restart your computer."
-       },
-       {
-               HRES_NS_E_SETUP_INCOMPLETE,
-               "HRES_NS_E_SETUP_INCOMPLETE",
-               "Installation was not successful."
-       },
-       {
-               HRES_NS_E_SETUP_DRM_MIGRATION_FAILED,
-               "HRES_NS_E_SETUP_DRM_MIGRATION_FAILED",
-               "Setup cannot migrate the Windows Media Digital Rights Management (DRM) components."
-       },
-       {
-               HRES_NS_E_SETUP_IGNORABLE_FAILURE,
-               "HRES_NS_E_SETUP_IGNORABLE_FAILURE",
-               "Some skin or playlist components cannot be installed."
-       },
-       {
-               HRES_NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SETUP_BLOCKED,
-               "HRES_NS_E_SETUP_BLOCKED",
-               "Installation is blocked because your computer does not meet one or more of the setup requirements."
-       },
-       {
-               HRES_NS_E_UNKNOWN_PROTOCOL,
-               "HRES_NS_E_UNKNOWN_PROTOCOL",
-               "The specified protocol is not supported."
-       },
-       {
-               HRES_NS_E_REDIRECT_TO_PROXY,
-               "HRES_NS_E_REDIRECT_TO_PROXY",
-               "The client is redirected to a proxy server."
-       },
-       {
-               HRES_NS_E_INTERNAL_SERVER_ERROR,
-               "HRES_NS_E_INTERNAL_SERVER_ERROR",
-               "The server encountered an unexpected condition which prevented it from fulfilling the request."
-       },
-       {
-               HRES_NS_E_BAD_REQUEST,
-               "HRES_NS_E_BAD_REQUEST",
-               "The request could not be understood by the server."
-       },
-       {
-               HRES_NS_E_ERROR_FROM_PROXY,
-               "HRES_NS_E_ERROR_FROM_PROXY",
-               "The proxy experienced an error while attempting to contact the media server."
-       },
-       {
-               HRES_NS_E_PROXY_TIMEOUT,
-               "HRES_NS_E_PROXY_TIMEOUT",
-               "The proxy did not receive a timely response while attempting to contact the media server."
-       },
-       {
-               HRES_NS_E_SERVER_UNAVAILABLE,
-               "HRES_NS_E_SERVER_UNAVAILABLE",
-               "The server is currently unable to handle the request due to a temporary overloading or maintenance of the server."
-       },
-       {
-               HRES_NS_E_REFUSED_BY_SERVER,
-               "HRES_NS_E_REFUSED_BY_SERVER",
-               "The server is refusing to fulfill the requested operation."
-       },
-       {
-               HRES_NS_E_INCOMPATIBLE_SERVER,
-               "HRES_NS_E_INCOMPATIBLE_SERVER",
-               "The server is not a compatible streaming media server."
-       },
-       {
-               HRES_NS_E_MULTICAST_DISABLED,
-               "HRES_NS_E_MULTICAST_DISABLED",
-               "The content cannot be streamed because the Multicast protocol has been disabled."
-       },
-       {
-               HRES_NS_E_INVALID_REDIRECT,
-               "HRES_NS_E_INVALID_REDIRECT",
-               "The server redirected the player to an invalid location."
-       },
-       {
-               HRES_NS_E_ALL_PROTOCOLS_DISABLED,
-               "HRES_NS_E_ALL_PROTOCOLS_DISABLED",
-               "The content cannot be streamed because all protocols have been disabled."
-       },
-       {
-               HRES_NS_E_MSBD_NO_LONGER_SUPPORTED,
-               "HRES_NS_E_MSBD_NO_LONGER_SUPPORTED",
-               "The MSBD protocol is no longer supported. Please use HTTP to connect to the Windows Media stream."
-       },
-       {
-               HRES_NS_E_PROXY_NOT_FOUND,
-               "HRES_NS_E_PROXY_NOT_FOUND",
-               "The proxy server could not be located. Please check your proxy server configuration."
-       },
-       {
-               HRES_NS_E_CANNOT_CONNECT_TO_PROXY,
-               "HRES_NS_E_CANNOT_CONNECT_TO_PROXY",
-               "Unable to establish a connection to the proxy server. Please check your proxy server configuration."
-       },
-       {
-               HRES_NS_E_SERVER_DNS_TIMEOUT,
-               "HRES_NS_E_SERVER_DNS_TIMEOUT",
-               "Unable to locate the media server. The operation timed out."
-       },
-       {
-               HRES_NS_E_PROXY_DNS_TIMEOUT,
-               "HRES_NS_E_PROXY_DNS_TIMEOUT",
-               "Unable to locate the proxy server. The operation timed out."
-       },
-       {
-               HRES_NS_E_CLOSED_ON_SUSPEND,
-               "HRES_NS_E_CLOSED_ON_SUSPEND",
-               "Media closed because Windows was shut down."
-       },
-       {
-               HRES_NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER,
-               "HRES_NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER",
-               "Unable to read the contents of a playlist file from a media server."
-       },
-       {
-               HRES_NS_E_SESSION_NOT_FOUND,
-               "HRES_NS_E_SESSION_NOT_FOUND",
-               "Session not found."
-       },
-       {
-               HRES_NS_E_REQUIRE_STREAMING_CLIENT,
-               "HRES_NS_E_REQUIRE_STREAMING_CLIENT",
-               "Content requires a streaming media client."
-       },
-       {
-               HRES_NS_E_PLAYLIST_ENTRY_HAS_CHANGED,
-               "HRES_NS_E_PLAYLIST_ENTRY_HAS_CHANGED",
-               "A command applies to a previous playlist entry."
-       },
-       {
-               HRES_NS_E_PROXY_ACCESSDENIED,
-               "HRES_NS_E_PROXY_ACCESSDENIED",
-               "The proxy server is denying access. The username and/or password might be incorrect."
-       },
-       {
-               HRES_NS_E_PROXY_SOURCE_ACCESSDENIED,
-               "HRES_NS_E_PROXY_SOURCE_ACCESSDENIED",
-               "The proxy could not provide valid authentication credentials to the media server."
-       },
-       {
-               HRES_NS_E_NETWORK_SINK_WRITE,
-               "HRES_NS_E_NETWORK_SINK_WRITE",
-               "The network sink failed to write data to the network."
-       },
-       {
-               HRES_NS_E_FIREWALL,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_MMS_NOT_SUPPORTED,
-               "HRES_NS_E_MMS_NOT_SUPPORTED",
-               "The MMS protocol is not supported. Please use HTTP or RTSP to connect to the Windows Media stream."
-       },
-       {
-               HRES_NS_E_SERVER_ACCESSDENIED,
-               "HRES_NS_E_SERVER_ACCESSDENIED",
-               "The Windows Media server is denying access. The username and/or password might be incorrect."
-       },
-       {
-               HRES_NS_E_RESOURCE_GONE,
-               "HRES_NS_E_RESOURCE_GONE",
-               "The Publishing Point or file on the Windows Media Server is no longer available."
-       },
-       {
-               HRES_NS_E_NO_EXISTING_PACKETIZER,
-               "HRES_NS_E_NO_EXISTING_PACKETIZER",
-               "There is no existing packetizer plugin for a stream."
-       },
-       {
-               HRES_NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_RESET_SOCKET_CONNECTION,
-               "HRES_NS_E_RESET_SOCKET_CONNECTION",
-               "The Windows Media Server reset the network connection."
-       },
-       {
-               HRES_NS_E_TOO_MANY_HOPS,
-               "HRES_NS_E_TOO_MANY_HOPS",
-               "The request could not reach the media server (too many hops)."
-       },
-       {
-               HRES_NS_E_TOO_MUCH_DATA_FROM_SERVER,
-               "HRES_NS_E_TOO_MUCH_DATA_FROM_SERVER",
-               "The server is sending too much data. The connection has been terminated."
-       },
-       {
-               HRES_NS_E_CONNECT_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_PROXY_CONNECT_TIMEOUT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_SESSION_INVALID,
-               "HRES_NS_E_SESSION_INVALID",
-               "Session not found."
-       },
-       {
-               HRES_NS_E_PACKETSINK_UNKNOWN_FEC_STREAM,
-               "HRES_NS_E_PACKETSINK_UNKNOWN_FEC_STREAM",
-               "Unknown packet sink stream."
-       },
-       {
-               HRES_NS_E_PUSH_CANNOTCONNECT,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_INCOMPATIBLE_PUSH_SERVER,
-               "HRES_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."
-       },
-       {
-               HRES_NS_E_END_OF_PLAYLIST,
-               "HRES_NS_E_END_OF_PLAYLIST",
-               "The playlist has reached its end."
-       },
-       {
-               HRES_NS_E_USE_FILE_SOURCE,
-               "HRES_NS_E_USE_FILE_SOURCE",
-               "Use file source."
-       },
-       {
-               HRES_NS_E_PROPERTY_NOT_FOUND,
-               "HRES_NS_E_PROPERTY_NOT_FOUND",
-               "The property was not found."
-       },
-       {
-               HRES_NS_E_PROPERTY_READ_ONLY,
-               "HRES_NS_E_PROPERTY_READ_ONLY",
-               "The property is read only."
-       },
-       {
-               HRES_NS_E_TABLE_KEY_NOT_FOUND,
-               "HRES_NS_E_TABLE_KEY_NOT_FOUND",
-               "The table key was not found."
-       },
-       {
-               HRES_NS_E_INVALID_QUERY_OPERATOR,
-               "HRES_NS_E_INVALID_QUERY_OPERATOR",
-               "Invalid query operator."
-       },
-       {
-               HRES_NS_E_INVALID_QUERY_PROPERTY,
-               "HRES_NS_E_INVALID_QUERY_PROPERTY",
-               "Invalid query property."
-       },
-       {
-               HRES_NS_E_PROPERTY_NOT_SUPPORTED,
-               "HRES_NS_E_PROPERTY_NOT_SUPPORTED",
-               "The property is not supported."
-       },
-       {
-               HRES_NS_E_SCHEMA_CLASSIFY_FAILURE,
-               "HRES_NS_E_SCHEMA_CLASSIFY_FAILURE",
-               "Schema classification failure."
-       },
-       {
-               HRES_NS_E_METADATA_FORMAT_NOT_SUPPORTED,
-               "HRES_NS_E_METADATA_FORMAT_NOT_SUPPORTED",
-               "The metadata format is not supported."
-       },
-       {
-               HRES_NS_E_METADATA_NO_EDITING_CAPABILITY,
-               "HRES_NS_E_METADATA_NO_EDITING_CAPABILITY",
-               "Cannot edit the metadata."
-       },
-       {
-               HRES_NS_E_METADATA_CANNOT_SET_LOCALE,
-               "HRES_NS_E_METADATA_CANNOT_SET_LOCALE",
-               "Cannot set the locale id."
-       },
-       {
-               HRES_NS_E_METADATA_LANGUAGE_NOT_SUPORTED,
-               "HRES_NS_E_METADATA_LANGUAGE_NOT_SUPORTED",
-               "The language is not supported in the format."
-       },
-       {
-               HRES_NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE,
-               "HRES_NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE",
-               "There is no RFC1766 name translation for the supplied locale id."
-       },
-       {
-               HRES_NS_E_METADATA_NOT_AVAILABLE,
-               "HRES_NS_E_METADATA_NOT_AVAILABLE",
-               "The metadata (or metadata item) is not available."
-       },
-       {
-               HRES_NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE,
-               "HRES_NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE",
-               "The cached metadata (or metadata item) is not available."
-       },
-       {
-               HRES_NS_E_METADATA_INVALID_DOCUMENT_TYPE,
-               "HRES_NS_E_METADATA_INVALID_DOCUMENT_TYPE",
-               "The metadata document is invalid."
-       },
-       {
-               HRES_NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE,
-               "HRES_NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE",
-               "The metadata content identifier is not available."
-       },
-       {
-               HRES_NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE,
-               "HRES_NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE",
-               "Cannot retrieve metadata from the offline metadata cache."
-       },
-       {
-               HRES_ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM,
-               "HRES_ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM",
-               "Checksum of the obtained monitor descriptor is invalid."
-       },
-       {
-               HRES_ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK,
-               "HRES_ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK",
-               "Monitor descriptor contains an invalid standard timing block."
-       },
-       {
-               HRES_ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED,
-               "HRES_ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED",
-               "Windows Management Instrumentation (WMI) data block registration failed for one of the MSMonitorClass WMI subclasses."
-       },
-       {
-               HRES_ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK,
-               "HRES_ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK",
-               "Provided monitor descriptor block is either corrupted or does not contain the monitor's detailed serial number."
-       },
-       {
-               HRES_ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK,
-               "HRES_ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK",
-               "Provided monitor descriptor block is either corrupted or does not contain the monitor's user-friendly name."
-       },
-       {
-               HRES_ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA,
-               "HRES_ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA",
-               "There is no monitor descriptor data at the specified (offset, size) region."
-       },
-       {
-               HRES_ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK,
-               "HRES_ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK",
-               "Monitor descriptor contains an invalid detailed timing block."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER,
-               "HRES_ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER",
-               "Exclusive mode ownership is needed to create unmanaged primary allocation."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER,
-               "HRES_ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER",
-               "The driver needs more direct memory access (DMA) buffer space to complete the requested operation."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER,
-               "HRES_ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER",
-               "Specified display adapter handle is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ADAPTER_WAS_RESET,
-               "HRES_ERROR_GRAPHICS_ADAPTER_WAS_RESET",
-               "Specified display adapter and all of its state has been reset."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_DRIVER_MODEL,
-               "HRES_ERROR_GRAPHICS_INVALID_DRIVER_MODEL",
-               "The driver stack does not match the expected driver model."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PRESENT_MODE_CHANGED,
-               "HRES_ERROR_GRAPHICS_PRESENT_MODE_CHANGED",
-               "Present happened but ended up into the changed desktop mode."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PRESENT_OCCLUDED,
-               "HRES_ERROR_GRAPHICS_PRESENT_OCCLUDED",
-               "Nothing to present due to desktop occlusion."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PRESENT_DENIED,
-               "HRES_ERROR_GRAPHICS_PRESENT_DENIED",
-               "Not able to present due to denial of desktop access."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CANNOTCOLORCONVERT,
-               "HRES_ERROR_GRAPHICS_CANNOTCOLORCONVERT",
-               "Not able to present with color conversion."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_VIDEO_MEMORY,
-               "HRES_ERROR_GRAPHICS_NO_VIDEO_MEMORY",
-               "Not enough video memory available to complete the operation."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CANT_LOCK_MEMORY,
-               "HRES_ERROR_GRAPHICS_CANT_LOCK_MEMORY",
-               "Could not probe and lock the underlying memory of an allocation."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ALLOCATION_BUSY,
-               "HRES_ERROR_GRAPHICS_ALLOCATION_BUSY",
-               "The allocation is currently busy."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TOO_MANY_REFERENCES,
-               "HRES_ERROR_GRAPHICS_TOO_MANY_REFERENCES",
-               "An object being referenced has reach the maximum reference count already and cannot be referenced further."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TRY_AGAIN_LATER,
-               "HRES_ERROR_GRAPHICS_TRY_AGAIN_LATER",
-               "A problem could not be solved due to some currently existing condition. The problem should be tried again later."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TRY_AGAIN_NOW,
-               "HRES_ERROR_GRAPHICS_TRY_AGAIN_NOW",
-               "A problem could not be solved due to some currently existing condition. The problem should be tried again immediately."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ALLOCATION_INVALID,
-               "HRES_ERROR_GRAPHICS_ALLOCATION_INVALID",
-               "The allocation is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE,
-               "HRES_ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE",
-               "No more unswizzling apertures are currently available."
-       },
-       {
-               HRES_ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED,
-               "HRES_ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED",
-               "The current allocation cannot be unswizzled by an aperture."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION,
-               "HRES_ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION",
-               "The request failed because a pinned allocation cannot be evicted."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE,
-               "HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE",
-               "The allocation cannot be used from its current segment location for the specified operation."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION,
-               "HRES_ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION",
-               "A locked allocation cannot be used in the current command buffer."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ALLOCATION_CLOSED,
-               "HRES_ERROR_GRAPHICS_ALLOCATION_CLOSED",
-               "The allocation being referenced has been closed permanently."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE,
-               "HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE",
-               "An invalid allocation instance is being referenced."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE,
-               "HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE",
-               "An invalid allocation handle is being referenced."
-       },
-       {
-               HRES_ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE,
-               "HRES_ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE",
-               "The allocation being referenced does not belong to the current device."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST,
-               "HRES_ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST",
-               "The specified allocation lost its content."
-       },
-       {
-               HRES_ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY",
-               "Specified video present network (VidPN) topology is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED",
-               "Specified VidPN topology is valid but is not supported by this model of the display adapter."
-       },
-       {
-               HRES_ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN",
-               "Specified VidPN handle is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE",
-               "Specified video present source is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET",
-               "Specified video present target is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED",
-               "Specified VidPN modality is not supported (for example, at least two of the pinned modes are not cofunctional)."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET",
-               "Specified VidPN source mode set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET",
-               "Specified VidPN target mode set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_FREQUENCY,
-               "HRES_ERROR_GRAPHICS_INVALID_FREQUENCY",
-               "Specified video signal frequency is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_ACTIVE_REGION,
-               "HRES_ERROR_GRAPHICS_INVALID_ACTIVE_REGION",
-               "Specified video signal active region is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_TOTAL_REGION,
-               "HRES_ERROR_GRAPHICS_INVALID_TOTAL_REGION",
-               "Specified video signal total region is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE",
-               "Specified video present source mode is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE",
-               "Specified video present target mode is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET,
-               "HRES_ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET",
-               "Pinned mode must remain in the set on VidPN's cofunctional modality enumeration."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY",
-               "Specified video present path is already in the VidPN topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET,
-               "HRES_ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET",
-               "Specified mode is already in the mode set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET",
-               "Specified video present source set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET",
-               "Specified video present target set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET,
-               "HRES_ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET",
-               "Specified video present source is already in the video present source set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TARGET_ALREADY_IN_SET,
-               "HRES_ERROR_GRAPHICS_TARGET_ALREADY_IN_SET",
-               "Specified video present target is already in the video present target set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH",
-               "Specified VidPN present path is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY",
-               "Miniport has no recommendation for augmentation of the specified VidPN topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET,
-               "HRES_ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET",
-               "Specified monitor frequency range set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE,
-               "HRES_ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE",
-               "Specified monitor frequency range is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET,
-               "HRES_ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET",
-               "Specified frequency range is not in the specified monitor frequency range set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET,
-               "HRES_ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET",
-               "Specified frequency range is already in the specified monitor frequency range set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_STALE_MODESET,
-               "HRES_ERROR_GRAPHICS_STALE_MODESET",
-               "Specified mode set is stale. Reacquire the new mode set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET,
-               "HRES_ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET",
-               "Specified monitor source mode set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE,
-               "HRES_ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE",
-               "Specified monitor source mode is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE,
-               "HRES_ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE",
-               "ID of the specified mode is already used by another mode in the set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY",
-               "Specified present path is not in the VidPN topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE,
-               "HRES_ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE",
-               "Display adapter must have at least one video present source."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET,
-               "HRES_ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET",
-               "Display adapter must have at least one video present target."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET,
-               "HRES_ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET",
-               "Specified monitor descriptor set is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR,
-               "HRES_ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR",
-               "Specified monitor descriptor is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET,
-               "HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET",
-               "Specified descriptor is not in the specified monitor descriptor set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET,
-               "HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET",
-               "Specified descriptor is already in the specified monitor descriptor set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE,
-               "HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE",
-               "ID of the specified monitor descriptor is already used by another descriptor in the set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE",
-               "Specified video present target subset type is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_RESOURCES_NOT_RELATED,
-               "HRES_ERROR_GRAPHICS_RESOURCES_NOT_RELATED",
-               "Two or more of the specified resources are not related to each other, as defined by the interface semantics."
-       },
-       {
-               HRES_ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE,
-               "HRES_ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE",
-               "ID of the specified video present source is already used by another source in the set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE,
-               "HRES_ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE",
-               "ID of the specified video present target is already used by another target in the set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET,
-               "HRES_ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET",
-               "Specified VidPN source cannot be used because there is no available VidPN target to connect it to."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER,
-               "HRES_ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER",
-               "Newly arrived monitor could not be associated with a display adapter."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_VIDPNMGR,
-               "HRES_ERROR_GRAPHICS_NO_VIDPNMGR",
-               "Display adapter in question does not have an associated VidPN manager."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_ACTIVE_VIDPN,
-               "HRES_ERROR_GRAPHICS_NO_ACTIVE_VIDPN",
-               "VidPN manager of the display adapter in question does not have an active VidPN."
-       },
-       {
-               HRES_ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY",
-               "Specified VidPN topology is stale. Re-acquire the new topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MONITOR_NOT_CONNECTED,
-               "HRES_ERROR_GRAPHICS_MONITOR_NOT_CONNECTED",
-               "There is no monitor connected on the specified video present target."
-       },
-       {
-               HRES_ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY",
-               "Specified source is not part of the specified VidPN topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE,
-               "HRES_ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE",
-               "Specified primary surface size is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE,
-               "HRES_ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE",
-               "Specified visible region size is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_STRIDE,
-               "HRES_ERROR_GRAPHICS_INVALID_STRIDE",
-               "Specified stride is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_PIXELFORMAT,
-               "HRES_ERROR_GRAPHICS_INVALID_PIXELFORMAT",
-               "Specified pixel format is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_COLORBASIS,
-               "HRES_ERROR_GRAPHICS_INVALID_COLORBASIS",
-               "Specified color basis is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE,
-               "HRES_ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE",
-               "Specified pixel value access mode is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY,
-               "HRES_ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY",
-               "Specified target is not part of the specified VidPN topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT,
-               "HRES_ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT",
-               "Failed to acquire display mode management interface."
-       },
-       {
-               HRES_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN,
-               "HRES_ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN",
-               "Specified VidPN is active and cannot be accessed."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL,
-               "HRES_ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL",
-               "Specified VidPN present path importance ordinal is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION,
-               "HRES_ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION",
-               "Specified VidPN present path content geometry transformation is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED",
-               "Specified content geometry transformation is not supported on the respective VidPN present path."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_GAMMA_RAMP,
-               "HRES_ERROR_GRAPHICS_INVALID_GAMMA_RAMP",
-               "Specified gamma ramp is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED",
-               "Specified gamma ramp is not supported on the respective VidPN present path."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED",
-               "Multisampling is not supported on the respective VidPN present path."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MODE_NOT_IN_MODESET,
-               "HRES_ERROR_GRAPHICS_MODE_NOT_IN_MODESET",
-               "Specified mode is not in the specified mode set."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON,
-               "HRES_ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON",
-               "Specified VidPN topology recommendation reason is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE,
-               "HRES_ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE",
-               "Specified VidPN present path content type is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE,
-               "HRES_ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE",
-               "Specified VidPN present path copy protection type is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING,
-               "HRES_ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING",
-               "The specified scan line ordering type is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED,
-               "HRES_ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED",
-               "Topology changes are not allowed for the specified VidPN."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS,
-               "HRES_ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS",
-               "All available importance ordinals are already used in the specified topology."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT,
-               "HRES_ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT",
-               "Specified primary surface has a different private format attribute than the current primary surface."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM,
-               "HRES_ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM",
-               "Specified mode pruning algorithm is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED,
-               "HRES_ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED",
-               "Specified display adapter child device already has an external device connected to it."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED",
-               "The display adapter child device does not support reporting a descriptor."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER,
-               "HRES_ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER",
-               "The display adapter is not linked to any other adapters."
-       },
-       {
-               HRES_ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED,
-               "HRES_ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED",
-               "Lead adapter in a linked configuration was not enumerated yet."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED,
-               "HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED",
-               "Some chain adapters in a linked configuration were not enumerated yet."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY,
-               "HRES_ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY",
-               "The chain of linked adapters is not ready to start because of an unknown failure."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED,
-               "HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED",
-               "An attempt was made to start a lead link display adapter when the chain links were not started yet."
-       },
-       {
-               HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER,
-               "HRES_ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER",
-               "The driver trying to start is not the same as the driver for the posted display adapter."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_OPM_NOT_SUPPORTED",
-               "The driver does not support Output Protection Manager (OPM)."
-       },
-       {
-               HRES_ERROR_GRAPHICS_COPP_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_COPP_NOT_SUPPORTED",
-               "The driver does not support Certified Output Protection Protocol (COPP)."
-       },
-       {
-               HRES_ERROR_GRAPHICS_UAB_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_UAB_NOT_SUPPORTED",
-               "The driver does not support a user-accessible bus (UAB)."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS,
-               "HRES_ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS",
-               "The specified encrypted parameters are invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_PARAMETER_ARRAY_TOO_SMALL,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST,
-               "HRES_ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST",
-               "The GDI display device passed to this function does not have any active video outputs."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PVP_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PVP_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED",
-               "The PVP does not support mirroring display devices because they do not have video outputs."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_INVALID_POINTER,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_INTERNAL_ERROR,
-               "HRES_ERROR_GRAPHICS_OPM_INTERNAL_ERROR",
-               "An internal error caused this operation to fail."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_INVALID_HANDLE,
-               "HRES_ERROR_GRAPHICS_OPM_INVALID_HANDLE",
-               "The function failed because the caller passed in an invalid OPM user mode handle."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PVP_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH,
-               "HRES_ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH",
-               "A certificate could not be returned because the certificate buffer passed to the function was too small."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED,
-               "HRES_ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED",
-               "A video output could not be created because the frame buffer is in spanning mode."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED,
-               "HRES_ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED",
-               "A video output could not be created because the frame buffer is in theater mode."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PVP_HFS_FAILED,
-               "HRES_ERROR_GRAPHICS_PVP_HFS_FAILED",
-               "The function call failed because the display adapter's hardware functionality scan failed to validate the graphics hardware."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_INVALID_SRM,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP,
-               "HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP",
-               "The video output cannot enable the HDCP system because it does not support it."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP,
-               "HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP",
-               "The video output cannot enable analog copy protection because it does not support it."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS,
-               "HRES_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])."
-       },
-       {
-               HRES_ERROR_GRAPHICS_I2C_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_I2C_NOT_SUPPORTED",
-               "The monitor connected to the specified video output does not have an I2C bus."
-       },
-       {
-               HRES_ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST,
-               "HRES_ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST",
-               "No device on the I2C bus has the specified address."
-       },
-       {
-               HRES_ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA,
-               "HRES_ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA",
-               "An error occurred while transmitting data to the device on the I2C bus."
-       },
-       {
-               HRES_ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA,
-               "HRES_ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA",
-               "An error occurred while receiving data from the device on the I2C bus."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED,
-               "HRES_ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED",
-               "The monitor does not support the specified Virtual Control Panel (VCP) code."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_INVALID_DATA,
-               "HRES_ERROR_GRAPHICS_DDCCI_INVALID_DATA",
-               "The data received from the monitor is invalid."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_INTERNAL_ERROR,
-               "HRES_ERROR_GRAPHICS_MCA_INTERNAL_ERROR",
-               "An internal Monitor Configuration API error occurred."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND,
-               "HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND",
-               "An operation failed because a DDC/CI message had an invalid value in its command field."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH,
-               "HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH",
-               "This error occurred because a DDC/CI message length field contained an invalid value."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PMEA_INVALID_MONITOR,
-               "HRES_ERROR_GRAPHICS_PMEA_INVALID_MONITOR",
-               "The HMONITOR no longer exists, is not attached to the desktop, or corresponds to a mirroring device."
-       },
-       {
-               HRES_ERROR_GRAPHICS_PMEA_INVALID_D3D_DEVICE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION,
-               "HRES_ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION",
-               "The monitor's VCP Version (0xDF) VCP code returned an invalid version value."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION,
-               "HRES_ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION",
-               "The monitor does not comply with the Monitor Control Command Set (MCCS) specification it claims to support."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE,
-               "HRES_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."
-       },
-       {
-               HRES_ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED,
-               "HRES_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."
-       },
-};
-
-const char *hresult_errstr_const(HRESULT err_code)
-{
-       const char *result = NULL;
-       size_t i;
-       for (i = 0; i < ARRAY_SIZE(hresult_errs); ++i) {
-               if (HRES_IS_EQUAL(err_code, hresult_errs[i].error_code)) {
-                       result = hresult_errs[i].error_message;
-                       break;
-               }
-       }
-       /* convert & check win32 error space? */
-       if (result == NULL && HRESULT_IS_LIKELY_WERR(err_code)) {
-               WERROR wErr = W_ERROR(WIN32_FROM_HRESULT(err_code));
-               result = get_friendly_werror_msg(wErr);
-       }
-       return result;
-};
-
-const char *hresult_errstr(HRESULT err_code)
-{
-       static char msg[22];
-       size_t i;
-
-       for (i = 0; i < ARRAY_SIZE(hresult_errs); i++) {
-               if (HRES_IS_EQUAL(err_code, hresult_errs[i].error_code)) {
-                       return hresult_errs[i].error_str;
-               }
-       }
-       snprintf(msg, sizeof(msg), "HRES code 0x%08x", HRES_ERROR_V(err_code));
-       return msg;
-};
diff --git a/libcli/util/hresult.h b/libcli/util/hresult.h
deleted file mode 100644 (file)
index fa87387..0000000
+++ /dev/null
@@ -1,2984 +0,0 @@
-/*
- * Unix SMB/CIFS implementation.
- *
- * HRESULT Error definitions
- *
- * Copyright (C) Noel Power <noel.power@suse.com> 2014
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef _HRESULT_H_
-#define _HRESULT_H_
-
-#if defined(HAVE_IMMEDIATE_STRUCTURES)
-typedef struct {uint32_t h;} HRESULT;
-#define HRES_ERROR(x) ((HRESULT) { x })
-#define HRES_ERROR_V(x) ((x).h)
-#else
-typedef uint32_t HRESULT;
-#define HRES_ERROR(x) (x)
-#define HRES_ERROR_V(x) (x)
-#endif
-
-#define HRES_IS_OK(x) (HRES_ERROR_V(x) == 0)
-#define HRES_IS_EQUAL(x,y) (HRES_ERROR_V(x) == HRES_ERROR_V(y))
-
-
-/*
- * The following error codes are autogenerated from [MS-ERREF]
- * see http://msdn.microsoft.com/en-us/library/cc704587.aspx
- */
-
-#define HRES_STG_S_CONVERTED                             HRES_ERROR(0x00030200)
-#define HRES_STG_S_BLOCK                                 HRES_ERROR(0x00030201)
-#define HRES_STG_S_RETRYNOW                              HRES_ERROR(0x00030202)
-#define HRES_STG_S_MONITORING                            HRES_ERROR(0x00030203)
-#define HRES_STG_S_MULTIPLEOPENS                         HRES_ERROR(0x00030204)
-#define HRES_STG_S_CONSOLIDATIONFAILED                   HRES_ERROR(0x00030205)
-#define HRES_STG_S_CANNOTCONSOLIDATE                     HRES_ERROR(0x00030206)
-#define HRES_OLE_S_USEREG                                HRES_ERROR(0x00040000)
-#define HRES_OLE_S_STATIC                                HRES_ERROR(0x00040001)
-#define HRES_OLE_S_MAC_CLIPFORMAT                        HRES_ERROR(0x00040002)
-#define HRES_DRAGDROP_S_DROP                             HRES_ERROR(0x00040100)
-#define HRES_DRAGDROP_S_CANCEL                           HRES_ERROR(0x00040101)
-#define HRES_DRAGDROP_S_USEDEFAULTCURSORS                HRES_ERROR(0x00040102)
-#define HRES_DATA_S_SAMEFORMATETC                        HRES_ERROR(0x00040130)
-#define HRES_VIEW_S_ALREADY_FROZEN                       HRES_ERROR(0x00040140)
-#define HRES_CACHE_S_FORMATETC_NOTSUPPORTED              HRES_ERROR(0x00040170)
-#define HRES_CACHE_S_SAMECACHE                           HRES_ERROR(0x00040171)
-#define HRES_CACHE_S_SOMECACHES_NOTUPDATED               HRES_ERROR(0x00040172)
-#define HRES_OLEOBJ_S_INVALIDVERB                        HRES_ERROR(0x00040180)
-#define HRES_OLEOBJ_S_CANNOT_DOVERB_NOW                          HRES_ERROR(0x00040181)
-#define HRES_OLEOBJ_S_INVALIDHWND                        HRES_ERROR(0x00040182)
-#define HRES_INPLACE_S_TRUNCATED                         HRES_ERROR(0x000401A0)
-#define HRES_CONVERT10_S_NO_PRESENTATION                 HRES_ERROR(0x000401C0)
-#define HRES_MK_S_REDUCED_TO_SELF                        HRES_ERROR(0x000401E2)
-#define HRES_MK_S_ME                                     HRES_ERROR(0x000401E4)
-#define HRES_MK_S_HIM                                    HRES_ERROR(0x000401E5)
-#define HRES_MK_S_US                                     HRES_ERROR(0x000401E6)
-#define HRES_MK_S_MONIKERALREADYREGISTERED               HRES_ERROR(0x000401E7)
-#define HRES_EVENT_S_SOME_SUBSCRIBERS_FAILED             HRES_ERROR(0x00040200)
-#define HRES_EVENT_S_NOSUBSCRIBERS                       HRES_ERROR(0x00040202)
-#define HRES_SCHED_S_TASK_READY                                  HRES_ERROR(0x00041300)
-#define HRES_SCHED_S_TASK_RUNNING                        HRES_ERROR(0x00041301)
-#define HRES_SCHED_S_TASK_DISABLED                       HRES_ERROR(0x00041302)
-#define HRES_SCHED_S_TASK_HAS_NOT_RUN                    HRES_ERROR(0x00041303)
-#define HRES_SCHED_S_TASK_NO_MORE_RUNS                   HRES_ERROR(0x00041304)
-#define HRES_SCHED_S_TASK_NOT_SCHEDULED                          HRES_ERROR(0x00041305)
-#define HRES_SCHED_S_TASK_TERMINATED                     HRES_ERROR(0x00041306)
-#define HRES_SCHED_S_TASK_NO_VALID_TRIGGERS              HRES_ERROR(0x00041307)
-#define HRES_SCHED_S_EVENT_TRIGGER                       HRES_ERROR(0x00041308)
-#define HRES_SCHED_S_SOME_TRIGGERS_FAILED                HRES_ERROR(0x0004131B)
-#define HRES_SCHED_S_BATCH_LOGON_PROBLEM                 HRES_ERROR(0x0004131C)
-#define HRES_XACT_S_ASYNC                                HRES_ERROR(0x0004D000)
-#define HRES_XACT_S_READONLY                             HRES_ERROR(0x0004D002)
-#define HRES_XACT_S_SOMENORETAIN                         HRES_ERROR(0x0004D003)
-#define HRES_XACT_S_OKINFORM                             HRES_ERROR(0x0004D004)
-#define HRES_XACT_S_MADECHANGESCONTENT                   HRES_ERROR(0x0004D005)
-#define HRES_XACT_S_MADECHANGESINFORM                    HRES_ERROR(0x0004D006)
-#define HRES_XACT_S_ALLNORETAIN                                  HRES_ERROR(0x0004D007)
-#define HRES_XACT_S_ABORTING                             HRES_ERROR(0x0004D008)
-#define HRES_XACT_S_SINGLEPHASE                                  HRES_ERROR(0x0004D009)
-#define HRES_XACT_S_LOCALLY_OK                           HRES_ERROR(0x0004D00A)
-#define HRES_XACT_S_LASTRESOURCEMANAGER                          HRES_ERROR(0x0004D010)
-#define HRES_CO_S_NOTALLINTERFACES                       HRES_ERROR(0x00080012)
-#define HRES_CO_S_MACHINENAMENOTFOUND                    HRES_ERROR(0x00080013)
-#define HRES_SEC_I_CONTINUE_NEEDED                       HRES_ERROR(0x00090312)
-#define HRES_SEC_I_COMPLETE_NEEDED                       HRES_ERROR(0x00090313)
-#define HRES_SEC_I_COMPLETE_AND_CONTINUE                 HRES_ERROR(0x00090314)
-#define HRES_SEC_I_LOCAL_LOGON                           HRES_ERROR(0x00090315)
-#define HRES_SEC_I_CONTEXT_EXPIRED                       HRES_ERROR(0x00090317)
-#define HRES_SEC_I_INCOMPLETE_CREDENTIALS                HRES_ERROR(0x00090320)
-#define HRES_SEC_I_RENEGOTIATE                           HRES_ERROR(0x00090321)
-#define HRES_SEC_I_NO_LSA_CONTEXT                        HRES_ERROR(0x00090323)
-#define HRES_SEC_I_SIGNATURE_NEEDED                      HRES_ERROR(0x0009035C)
-#define HRES_CRYPT_I_NEW_PROTECTION_REQUIRED             HRES_ERROR(0x00091012)
-#define HRES_NS_S_CALLPENDING                            HRES_ERROR(0x000D0000)
-#define HRES_NS_S_CALLABORTED                            HRES_ERROR(0x000D0001)
-#define HRES_NS_S_STREAM_TRUNCATED                       HRES_ERROR(0x000D0002)
-#define HRES_NS_S_REBUFFERING                            HRES_ERROR(0x000D0BC8)
-#define HRES_NS_S_DEGRADING_QUALITY                      HRES_ERROR(0x000D0BC9)
-#define HRES_NS_S_TRANSCRYPTOR_EOF                       HRES_ERROR(0x000D0BDB)
-#define HRES_NS_S_WMP_UI_VERSIONMISMATCH                 HRES_ERROR(0x000D0FE8)
-#define HRES_NS_S_WMP_EXCEPTION                                  HRES_ERROR(0x000D0FE9)
-#define HRES_NS_S_WMP_LOADED_GIF_IMAGE                   HRES_ERROR(0x000D1040)
-#define HRES_NS_S_WMP_LOADED_PNG_IMAGE                   HRES_ERROR(0x000D1041)
-#define HRES_NS_S_WMP_LOADED_BMP_IMAGE                   HRES_ERROR(0x000D1042)
-#define HRES_NS_S_WMP_LOADED_JPG_IMAGE                   HRES_ERROR(0x000D1043)
-#define HRES_NS_S_WMG_FORCE_DROP_FRAME                   HRES_ERROR(0x000D104F)
-#define HRES_NS_S_WMR_ALREADYRENDERED                    HRES_ERROR(0x000D105F)
-#define HRES_NS_S_WMR_PINTYPEPARTIALMATCH                HRES_ERROR(0x000D1060)
-#define HRES_NS_S_WMR_PINTYPEFULLMATCH                   HRES_ERROR(0x000D1061)
-#define HRES_NS_S_WMG_ADVISE_DROP_FRAME                          HRES_ERROR(0x000D1066)
-#define HRES_NS_S_WMG_ADVISE_DROP_TO_KEYFRAME            HRES_ERROR(0x000D1067)
-#define HRES_NS_S_NEED_TO_BUY_BURN_RIGHTS                HRES_ERROR(0x000D10DB)
-#define HRES_NS_S_WMPCORE_PLAYLISTCLEARABORT             HRES_ERROR(0x000D10FE)
-#define HRES_NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT        HRES_ERROR(0x000D10FF)
-#define HRES_NS_S_WMPCORE_PLAYLIST_CREATION_PENDING      HRES_ERROR(0x000D1102)
-#define HRES_NS_S_WMPCORE_MEDIA_VALIDATION_PENDING       HRES_ERROR(0x000D1103)
-#define HRES_NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED HRES_ERROR(0x000D1104)
-#define HRES_NS_S_WMPCORE_COMMAND_NOT_AVAILABLE                  HRES_ERROR(0x000D1105)
-#define HRES_NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED   HRES_ERROR(0x000D1106)
-#define HRES_NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS   HRES_ERROR(0x000D1107)
-#define HRES_NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA HRES_ERROR(0x000D1108)
-#define HRES_NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING HRES_ERROR(0x000D1109)
-#define HRES_NS_S_WMPCORE_MORE_NODES_AVAIABLE            HRES_ERROR(0x000D110A)
-#define HRES_NS_S_WMPBR_SUCCESS                                  HRES_ERROR(0x000D1135)
-#define HRES_NS_S_WMPBR_PARTIALSUCCESS                   HRES_ERROR(0x000D1136)
-#define HRES_NS_S_WMPEFFECT_TRANSPARENT                          HRES_ERROR(0x000D1144)
-#define HRES_NS_S_WMPEFFECT_OPAQUE                       HRES_ERROR(0x000D1145)
-#define HRES_NS_S_OPERATION_PENDING                      HRES_ERROR(0x000D114E)
-#define HRES_NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE      HRES_ERROR(0x000D1359)
-#define HRES_NS_S_NAVIGATION_COMPLETE_WITH_ERRORS        HRES_ERROR(0x000D135E)
-#define HRES_NS_S_TRACK_ALREADY_DOWNLOADED               HRES_ERROR(0x000D1361)
-#define HRES_NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS HRES_ERROR(0x000D1519)
-#define HRES_NS_S_DRM_LICENSE_ACQUIRED                   HRES_ERROR(0x000D2726)
-#define HRES_NS_S_DRM_INDIVIDUALIZED                     HRES_ERROR(0x000D2727)
-#define HRES_NS_S_DRM_MONITOR_CANCELLED                          HRES_ERROR(0x000D2746)
-#define HRES_NS_S_DRM_ACQUIRE_CANCELLED                          HRES_ERROR(0x000D2747)
-#define HRES_NS_S_DRM_BURNABLE_TRACK                     HRES_ERROR(0x000D276E)
-#define HRES_NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION HRES_ERROR(0x000D276F)
-#define HRES_NS_S_DRM_NEEDS_INDIVIDUALIZATION            HRES_ERROR(0x000D27DE)
-#define HRES_NS_S_REBOOT_RECOMMENDED                     HRES_ERROR(0x000D2AF8)
-#define HRES_NS_S_REBOOT_REQUIRED                        HRES_ERROR(0x000D2AF9)
-#define HRES_NS_S_EOSRECEDING                            HRES_ERROR(0x000D2F09)
-#define HRES_NS_S_CHANGENOTICE                           HRES_ERROR(0x000D2F0D)
-#define HRES_ERROR_FLT_IO_COMPLETE                       HRES_ERROR(0x001F0001)
-#define HRES_ERROR_GRAPHICS_MODE_NOT_PINNED              HRES_ERROR(0x00262307)
-#define HRES_ERROR_GRAPHICS_NO_PREFERRED_MODE            HRES_ERROR(0x0026231E)
-#define HRES_ERROR_GRAPHICS_DATASET_IS_EMPTY             HRES_ERROR(0x0026234B)
-#define HRES_ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET   HRES_ERROR(0x0026234C)
-#define HRES_ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED HRES_ERROR(0x00262351)
-#define HRES_PLA_S_PROPERTY_IGNORED                      HRES_ERROR(0x00300100)
-#define HRES_ERROR_NDIS_INDICATION_REQUIRED              HRES_ERROR(0x00340001)
-#define HRES_TRK_S_OUT_OF_SYNC                           HRES_ERROR(0x0DEAD100)
-#define HRES_TRK_VOLUME_NOT_FOUND                        HRES_ERROR(0x0DEAD102)
-#define HRES_TRK_VOLUME_NOT_OWNED                        HRES_ERROR(0x0DEAD103)
-#define HRES_TRK_S_NOTIFICATION_QUOTA_EXCEEDED           HRES_ERROR(0x0DEAD107)
-#define HRES_NS_I_TIGER_START                            HRES_ERROR(0x400D004F)
-#define HRES_NS_I_CUB_START                              HRES_ERROR(0x400D0051)
-#define HRES_NS_I_CUB_RUNNING                            HRES_ERROR(0x400D0052)
-#define HRES_NS_I_DISK_START                             HRES_ERROR(0x400D0054)
-#define HRES_NS_I_DISK_REBUILD_STARTED                   HRES_ERROR(0x400D0056)
-#define HRES_NS_I_DISK_REBUILD_FINISHED                          HRES_ERROR(0x400D0057)
-#define HRES_NS_I_DISK_REBUILD_ABORTED                   HRES_ERROR(0x400D0058)
-#define HRES_NS_I_LIMIT_FUNNELS                                  HRES_ERROR(0x400D0059)
-#define HRES_NS_I_START_DISK                             HRES_ERROR(0x400D005A)
-#define HRES_NS_I_STOP_DISK                              HRES_ERROR(0x400D005B)
-#define HRES_NS_I_STOP_CUB                               HRES_ERROR(0x400D005C)
-#define HRES_NS_I_KILL_USERSESSION                       HRES_ERROR(0x400D005D)
-#define HRES_NS_I_KILL_CONNECTION                        HRES_ERROR(0x400D005E)
-#define HRES_NS_I_REBUILD_DISK                           HRES_ERROR(0x400D005F)
-#define HRES_MCMADM_I_NO_EVENTS                                  HRES_ERROR(0x400D0069)
-#define HRES_NS_I_LOGGING_FAILED                         HRES_ERROR(0x400D006E)
-#define HRES_NS_I_LIMIT_BANDWIDTH                        HRES_ERROR(0x400D0070)
-#define HRES_NS_I_CUB_UNFAIL_LINK                        HRES_ERROR(0x400D0191)
-#define HRES_NS_I_RESTRIPE_START                         HRES_ERROR(0x400D0193)
-#define HRES_NS_I_RESTRIPE_DONE                                  HRES_ERROR(0x400D0194)
-#define HRES_NS_I_RESTRIPE_DISK_OUT                      HRES_ERROR(0x400D0196)
-#define HRES_NS_I_RESTRIPE_CUB_OUT                       HRES_ERROR(0x400D0197)
-#define HRES_NS_I_DISK_STOP                              HRES_ERROR(0x400D0198)
-#define HRES_NS_I_PLAYLIST_CHANGE_RECEDING               HRES_ERROR(0x400D14BE)
-#define HRES_NS_I_RECONNECTED                            HRES_ERROR(0x400D2EFF)
-#define HRES_NS_I_NOLOG_STOP                             HRES_ERROR(0x400D2F01)
-#define HRES_NS_I_EXISTING_PACKETIZER                    HRES_ERROR(0x400D2F03)
-#define HRES_NS_I_MANUAL_PROXY                           HRES_ERROR(0x400D2F04)
-#define HRES_ERROR_GRAPHICS_DRIVER_MISMATCH              HRES_ERROR(0x40262009)
-#define HRES_ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS         HRES_ERROR(0x4026242F)
-#define HRES_ERROR_GRAPHICS_LEADLINK_START_DEFERRED      HRES_ERROR(0x40262437)
-#define HRES_ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY       HRES_ERROR(0x40262439)
-#define HRES_ERROR_GRAPHICS_START_DEFERRED               HRES_ERROR(0x4026243A)
-#define HRES_E_PENDING                                   HRES_ERROR(0x8000000A)
-#define HRES_E_NOTIMPL                                   HRES_ERROR(0x80004001)
-#define HRES_E_NOINTERFACE                               HRES_ERROR(0x80004002)
-#define HRES_E_POINTER                                   HRES_ERROR(0x80004003)
-#define HRES_E_ABORT                                     HRES_ERROR(0x80004004)
-#define HRES_E_FAIL                                      HRES_ERROR(0x80004005)
-#define HRES_CO_E_INIT_TLS                               HRES_ERROR(0x80004006)
-#define HRES_CO_E_INIT_SHARED_ALLOCATOR                          HRES_ERROR(0x80004007)
-#define HRES_CO_E_INIT_MEMORY_ALLOCATOR                          HRES_ERROR(0x80004008)
-#define HRES_CO_E_INIT_CLASS_CACHE                       HRES_ERROR(0x80004009)
-#define HRES_CO_E_INIT_RPC_CHANNEL                       HRES_ERROR(0x8000400A)
-#define HRES_CO_E_INIT_TLS_SET_CHANNEL_CONTROL           HRES_ERROR(0x8000400B)
-#define HRES_CO_E_INIT_TLS_CHANNEL_CONTROL               HRES_ERROR(0x8000400C)
-#define HRES_CO_E_INIT_UNACCEPTED_USER_ALLOCATOR         HRES_ERROR(0x8000400D)
-#define HRES_CO_E_INIT_SCM_MUTEX_EXISTS                          HRES_ERROR(0x8000400E)
-#define HRES_CO_E_INIT_SCM_FILE_MAPPING_EXISTS           HRES_ERROR(0x8000400F)
-#define HRES_CO_E_INIT_SCM_MAP_VIEW_OF_FILE              HRES_ERROR(0x80004010)
-#define HRES_CO_E_INIT_SCM_EXEC_FAILURE                          HRES_ERROR(0x80004011)
-#define HRES_CO_E_INIT_ONLY_SINGLE_THREADED              HRES_ERROR(0x80004012)
-#define HRES_CO_E_CANT_REMOTE                            HRES_ERROR(0x80004013)
-#define HRES_CO_E_BAD_SERVER_NAME                        HRES_ERROR(0x80004014)
-#define HRES_CO_E_WRONG_SERVER_IDENTITY                          HRES_ERROR(0x80004015)
-#define HRES_CO_E_OLE1DDE_DISABLED                       HRES_ERROR(0x80004016)
-#define HRES_CO_E_RUNAS_SYNTAX                           HRES_ERROR(0x80004017)
-#define HRES_CO_E_CREATEPROCESS_FAILURE                          HRES_ERROR(0x80004018)
-#define HRES_CO_E_RUNAS_CREATEPROCESS_FAILURE            HRES_ERROR(0x80004019)
-#define HRES_CO_E_RUNAS_LOGON_FAILURE                    HRES_ERROR(0x8000401A)
-#define HRES_CO_E_LAUNCH_PERMSSION_DENIED                HRES_ERROR(0x8000401B)
-#define HRES_CO_E_START_SERVICE_FAILURE                          HRES_ERROR(0x8000401C)
-#define HRES_CO_E_REMOTE_COMMUNICATION_FAILURE           HRES_ERROR(0x8000401D)
-#define HRES_CO_E_SERVER_START_TIMEOUT                   HRES_ERROR(0x8000401E)
-#define HRES_CO_E_CLSREG_INCONSISTENT                    HRES_ERROR(0x8000401F)
-#define HRES_CO_E_IIDREG_INCONSISTENT                    HRES_ERROR(0x80004020)
-#define HRES_CO_E_NOT_SUPPORTED                                  HRES_ERROR(0x80004021)
-#define HRES_CO_E_RELOAD_DLL                             HRES_ERROR(0x80004022)
-#define HRES_CO_E_MSI_ERROR                              HRES_ERROR(0x80004023)
-#define HRES_CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT HRES_ERROR(0x80004024)
-#define HRES_CO_E_SERVER_PAUSED                                  HRES_ERROR(0x80004025)
-#define HRES_CO_E_SERVER_NOT_PAUSED                      HRES_ERROR(0x80004026)
-#define HRES_CO_E_CLASS_DISABLED                         HRES_ERROR(0x80004027)
-#define HRES_CO_E_CLRNOTAVAILABLE                        HRES_ERROR(0x80004028)
-#define HRES_CO_E_ASYNC_WORK_REJECTED                    HRES_ERROR(0x80004029)
-#define HRES_CO_E_SERVER_INIT_TIMEOUT                    HRES_ERROR(0x8000402A)
-#define HRES_CO_E_NO_SECCTX_IN_ACTIVATE                          HRES_ERROR(0x8000402B)
-#define HRES_CO_E_TRACKER_CONFIG                         HRES_ERROR(0x80004030)
-#define HRES_CO_E_THREADPOOL_CONFIG                      HRES_ERROR(0x80004031)
-#define HRES_CO_E_SXS_CONFIG                             HRES_ERROR(0x80004032)
-#define HRES_CO_E_MALFORMED_SPN                                  HRES_ERROR(0x80004033)
-#define HRES_E_UNEXPECTED                                HRES_ERROR(0x8000FFFF)
-#define HRES_RPC_E_CALL_REJECTED                         HRES_ERROR(0x80010001)
-#define HRES_RPC_E_CALL_CANCELED                         HRES_ERROR(0x80010002)
-#define HRES_RPC_E_CANTPOST_INSENDCALL                   HRES_ERROR(0x80010003)
-#define HRES_RPC_E_CANTCALLOUT_INASYNCCALL               HRES_ERROR(0x80010004)
-#define HRES_RPC_E_CANTCALLOUT_INEXTERNALCALL            HRES_ERROR(0x80010005)
-#define HRES_RPC_E_CONNECTION_TERMINATED                 HRES_ERROR(0x80010006)
-#define HRES_RPC_E_SERVER_DIED                           HRES_ERROR(0x80010007)
-#define HRES_RPC_E_CLIENT_DIED                           HRES_ERROR(0x80010008)
-#define HRES_RPC_E_INVALID_DATAPACKET                    HRES_ERROR(0x80010009)
-#define HRES_RPC_E_CANTTRANSMIT_CALL                     HRES_ERROR(0x8001000A)
-#define HRES_RPC_E_CLIENT_CANTMARSHAL_DATA               HRES_ERROR(0x8001000B)
-#define HRES_RPC_E_CLIENT_CANTUNMARSHAL_DATA             HRES_ERROR(0x8001000C)
-#define HRES_RPC_E_SERVER_CANTMARSHAL_DATA               HRES_ERROR(0x8001000D)
-#define HRES_RPC_E_SERVER_CANTUNMARSHAL_DATA             HRES_ERROR(0x8001000E)
-#define HRES_RPC_E_INVALID_DATA                                  HRES_ERROR(0x8001000F)
-#define HRES_RPC_E_INVALID_PARAMETER                     HRES_ERROR(0x80010010)
-#define HRES_RPC_E_CANTCALLOUT_AGAIN                     HRES_ERROR(0x80010011)
-#define HRES_RPC_E_SERVER_DIED_DNE                       HRES_ERROR(0x80010012)
-#define HRES_RPC_E_SYS_CALL_FAILED                       HRES_ERROR(0x80010100)
-#define HRES_RPC_E_OUT_OF_RESOURCES                      HRES_ERROR(0x80010101)
-#define HRES_RPC_E_ATTEMPTED_MULTITHREAD                 HRES_ERROR(0x80010102)
-#define HRES_RPC_E_NOT_REGISTERED                        HRES_ERROR(0x80010103)
-#define HRES_RPC_E_FAULT                                 HRES_ERROR(0x80010104)
-#define HRES_RPC_E_SERVERFAULT                           HRES_ERROR(0x80010105)
-#define HRES_RPC_E_CHANGED_MODE                                  HRES_ERROR(0x80010106)
-#define HRES_RPC_E_INVALIDMETHOD                         HRES_ERROR(0x80010107)
-#define HRES_RPC_E_DISCONNECTED                                  HRES_ERROR(0x80010108)
-#define HRES_RPC_E_RETRY                                 HRES_ERROR(0x80010109)
-#define HRES_RPC_E_SERVERCALL_RETRYLATER                 HRES_ERROR(0x8001010A)
-#define HRES_RPC_E_SERVERCALL_REJECTED                   HRES_ERROR(0x8001010B)
-#define HRES_RPC_E_INVALID_CALLDATA                      HRES_ERROR(0x8001010C)
-#define HRES_RPC_E_CANTCALLOUT_ININPUTSYNCCALL           HRES_ERROR(0x8001010D)
-#define HRES_RPC_E_WRONG_THREAD                                  HRES_ERROR(0x8001010E)
-#define HRES_RPC_E_THREAD_NOT_INIT                       HRES_ERROR(0x8001010F)
-#define HRES_RPC_E_VERSION_MISMATCH                      HRES_ERROR(0x80010110)
-#define HRES_RPC_E_INVALID_HEADER                        HRES_ERROR(0x80010111)
-#define HRES_RPC_E_INVALID_EXTENSION                     HRES_ERROR(0x80010112)
-#define HRES_RPC_E_INVALID_IPID                                  HRES_ERROR(0x80010113)
-#define HRES_RPC_E_INVALID_OBJECT                        HRES_ERROR(0x80010114)
-#define HRES_RPC_S_CALLPENDING                           HRES_ERROR(0x80010115)
-#define HRES_RPC_S_WAITONTIMER                           HRES_ERROR(0x80010116)
-#define HRES_RPC_E_CALL_COMPLETE                         HRES_ERROR(0x80010117)
-#define HRES_RPC_E_UNSECURE_CALL                         HRES_ERROR(0x80010118)
-#define HRES_RPC_E_TOO_LATE                              HRES_ERROR(0x80010119)
-#define HRES_RPC_E_NO_GOOD_SECURITY_PACKAGES             HRES_ERROR(0x8001011A)
-#define HRES_RPC_E_ACCESS_DENIED                         HRES_ERROR(0x8001011B)
-#define HRES_RPC_E_REMOTE_DISABLED                       HRES_ERROR(0x8001011C)
-#define HRES_RPC_E_INVALID_OBJREF                        HRES_ERROR(0x8001011D)
-#define HRES_RPC_E_NO_CONTEXT                            HRES_ERROR(0x8001011E)
-#define HRES_RPC_E_TIMEOUT                               HRES_ERROR(0x8001011F)
-#define HRES_RPC_E_NO_SYNC                               HRES_ERROR(0x80010120)
-#define HRES_RPC_E_FULLSIC_REQUIRED                      HRES_ERROR(0x80010121)
-#define HRES_RPC_E_INVALID_STD_NAME                      HRES_ERROR(0x80010122)
-#define HRES_CO_E_FAILEDTOIMPERSONATE                    HRES_ERROR(0x80010123)
-#define HRES_CO_E_FAILEDTOGETSECCTX                      HRES_ERROR(0x80010124)
-#define HRES_CO_E_FAILEDTOOPENTHREADTOKEN                HRES_ERROR(0x80010125)
-#define HRES_CO_E_FAILEDTOGETTOKENINFO                   HRES_ERROR(0x80010126)
-#define HRES_CO_E_TRUSTEEDOESNTMATCHCLIENT               HRES_ERROR(0x80010127)
-#define HRES_CO_E_FAILEDTOQUERYCLIENTBLANKET             HRES_ERROR(0x80010128)
-#define HRES_CO_E_FAILEDTOSETDACL                        HRES_ERROR(0x80010129)
-#define HRES_CO_E_ACCESSCHECKFAILED                      HRES_ERROR(0x8001012A)
-#define HRES_CO_E_NETACCESSAPIFAILED                     HRES_ERROR(0x8001012B)
-#define HRES_CO_E_WRONGTRUSTEENAMESYNTAX                 HRES_ERROR(0x8001012C)
-#define HRES_CO_E_INVALIDSID                             HRES_ERROR(0x8001012D)
-#define HRES_CO_E_CONVERSIONFAILED                       HRES_ERROR(0x8001012E)
-#define HRES_CO_E_NOMATCHINGSIDFOUND                     HRES_ERROR(0x8001012F)
-#define HRES_CO_E_LOOKUPACCSIDFAILED                     HRES_ERROR(0x80010130)
-#define HRES_CO_E_NOMATCHINGNAMEFOUND                    HRES_ERROR(0x80010131)
-#define HRES_CO_E_LOOKUPACCNAMEFAILED                    HRES_ERROR(0x80010132)
-#define HRES_CO_E_SETSERLHNDLFAILED                      HRES_ERROR(0x80010133)
-#define HRES_CO_E_FAILEDTOGETWINDIR                      HRES_ERROR(0x80010134)
-#define HRES_CO_E_PATHTOOLONG                            HRES_ERROR(0x80010135)
-#define HRES_CO_E_FAILEDTOGENUUID                        HRES_ERROR(0x80010136)
-#define HRES_CO_E_FAILEDTOCREATEFILE                     HRES_ERROR(0x80010137)
-#define HRES_CO_E_FAILEDTOCLOSEHANDLE                    HRES_ERROR(0x80010138)
-#define HRES_CO_E_EXCEEDSYSACLLIMIT                      HRES_ERROR(0x80010139)
-#define HRES_CO_E_ACESINWRONGORDER                       HRES_ERROR(0x8001013A)
-#define HRES_CO_E_INCOMPATIBLESTREAMVERSION              HRES_ERROR(0x8001013B)
-#define HRES_CO_E_FAILEDTOOPENPROCESSTOKEN               HRES_ERROR(0x8001013C)
-#define HRES_CO_E_DECODEFAILED                           HRES_ERROR(0x8001013D)
-#define HRES_CO_E_ACNOTINITIALIZED                       HRES_ERROR(0x8001013F)
-#define HRES_CO_E_CANCEL_DISABLED                        HRES_ERROR(0x80010140)
-#define HRES_RPC_E_UNEXPECTED                            HRES_ERROR(0x8001FFFF)
-#define HRES_DISP_E_UNKNOWNINTERFACE                     HRES_ERROR(0x80020001)
-#define HRES_DISP_E_MEMBERNOTFOUND                       HRES_ERROR(0x80020003)
-#define HRES_DISP_E_PARAMNOTFOUND                        HRES_ERROR(0x80020004)
-#define HRES_DISP_E_TYPEMISMATCH                         HRES_ERROR(0x80020005)
-#define HRES_DISP_E_UNKNOWNNAME                                  HRES_ERROR(0x80020006)
-#define HRES_DISP_E_NONAMEDARGS                                  HRES_ERROR(0x80020007)
-#define HRES_DISP_E_BADVARTYPE                           HRES_ERROR(0x80020008)
-#define HRES_DISP_E_EXCEPTION                            HRES_ERROR(0x80020009)
-#define HRES_DISP_E_OVERFLOW                             HRES_ERROR(0x8002000A)
-#define HRES_DISP_E_BADINDEX                             HRES_ERROR(0x8002000B)
-#define HRES_DISP_E_UNKNOWNLCID                                  HRES_ERROR(0x8002000C)
-#define HRES_DISP_E_ARRAYISLOCKED                        HRES_ERROR(0x8002000D)
-#define HRES_DISP_E_BADPARAMCOUNT                        HRES_ERROR(0x8002000E)
-#define HRES_DISP_E_PARAMNOTOPTIONAL                     HRES_ERROR(0x8002000F)
-#define HRES_DISP_E_BADCALLEE                            HRES_ERROR(0x80020010)
-#define HRES_DISP_E_NOTACOLLECTION                       HRES_ERROR(0x80020011)
-#define HRES_DISP_E_DIVBYZERO                            HRES_ERROR(0x80020012)
-#define HRES_DISP_E_BUFFERTOOSMALL                       HRES_ERROR(0x80020013)
-#define HRES_TYPE_E_BUFFERTOOSMALL                       HRES_ERROR(0x80028016)
-#define HRES_TYPE_E_FIELDNOTFOUND                        HRES_ERROR(0x80028017)
-#define HRES_TYPE_E_INVDATAREAD                                  HRES_ERROR(0x80028018)
-#define HRES_TYPE_E_UNSUPFORMAT                                  HRES_ERROR(0x80028019)
-#define HRES_TYPE_E_REGISTRYACCESS                       HRES_ERROR(0x8002801C)
-#define HRES_TYPE_E_LIBNOTREGISTERED                     HRES_ERROR(0x8002801D)
-#define HRES_TYPE_E_UNDEFINEDTYPE                        HRES_ERROR(0x80028027)
-#define HRES_TYPE_E_QUALIFIEDNAMEDISALLOWED              HRES_ERROR(0x80028028)
-#define HRES_TYPE_E_INVALIDSTATE                         HRES_ERROR(0x80028029)
-#define HRES_TYPE_E_WRONGTYPEKIND                        HRES_ERROR(0x8002802A)
-#define HRES_TYPE_E_ELEMENTNOTFOUND                      HRES_ERROR(0x8002802B)
-#define HRES_TYPE_E_AMBIGUOUSNAME                        HRES_ERROR(0x8002802C)
-#define HRES_TYPE_E_NAMECONFLICT                         HRES_ERROR(0x8002802D)
-#define HRES_TYPE_E_UNKNOWNLCID                                  HRES_ERROR(0x8002802E)
-#define HRES_TYPE_E_DLLFUNCTIONNOTFOUND                          HRES_ERROR(0x8002802F)
-#define HRES_TYPE_E_BADMODULEKIND                        HRES_ERROR(0x800288BD)
-#define HRES_TYPE_E_SIZETOOBIG                           HRES_ERROR(0x800288C5)
-#define HRES_TYPE_E_DUPLICATEID                                  HRES_ERROR(0x800288C6)
-#define HRES_TYPE_E_INVALIDID                            HRES_ERROR(0x800288CF)
-#define HRES_TYPE_E_TYPEMISMATCH                         HRES_ERROR(0x80028CA0)
-#define HRES_TYPE_E_OUTOFBOUNDS                                  HRES_ERROR(0x80028CA1)
-#define HRES_TYPE_E_IOERROR                              HRES_ERROR(0x80028CA2)
-#define HRES_TYPE_E_CANTCREATETMPFILE                    HRES_ERROR(0x80028CA3)
-#define HRES_TYPE_E_CANTLOADLIBRARY                      HRES_ERROR(0x80029C4A)
-#define HRES_TYPE_E_INCONSISTENTPROPFUNCS                HRES_ERROR(0x80029C83)
-#define HRES_TYPE_E_CIRCULARTYPE                         HRES_ERROR(0x80029C84)
-#define HRES_STG_E_INVALIDFUNCTION                       HRES_ERROR(0x80030001)
-#define HRES_STG_E_FILENOTFOUND                                  HRES_ERROR(0x80030002)
-#define HRES_STG_E_PATHNOTFOUND                                  HRES_ERROR(0x80030003)
-#define HRES_STG_E_TOOMANYOPENFILES                      HRES_ERROR(0x80030004)
-#define HRES_STG_E_ACCESSDENIED                                  HRES_ERROR(0x80030005)
-#define HRES_STG_E_INVALIDHANDLE                         HRES_ERROR(0x80030006)
-#define HRES_STG_E_INSUFFICIENTMEMORY                    HRES_ERROR(0x80030008)
-#define HRES_STG_E_INVALIDPOINTER                        HRES_ERROR(0x80030009)
-#define HRES_STG_E_NOMOREFILES                           HRES_ERROR(0x80030012)
-#define HRES_STG_E_DISKISWRITEPROTECTED                          HRES_ERROR(0x80030013)
-#define HRES_STG_E_SEEKERROR                             HRES_ERROR(0x80030019)
-#define HRES_STG_E_WRITEFAULT                            HRES_ERROR(0x8003001D)
-#define HRES_STG_E_READFAULT                             HRES_ERROR(0x8003001E)
-#define HRES_STG_E_SHAREVIOLATION                        HRES_ERROR(0x80030020)
-#define HRES_STG_E_LOCKVIOLATION                         HRES_ERROR(0x80030021)
-#define HRES_STG_E_FILEALREADYEXISTS                     HRES_ERROR(0x80030050)
-#define HRES_STG_E_INVALIDPARAMETER                      HRES_ERROR(0x80030057)
-#define HRES_STG_E_MEDIUMFULL                            HRES_ERROR(0x80030070)
-#define HRES_STG_E_PROPSETMISMATCHED                     HRES_ERROR(0x800300F0)
-#define HRES_STG_E_ABNORMALAPIEXIT                       HRES_ERROR(0x800300FA)
-#define HRES_STG_E_INVALIDHEADER                         HRES_ERROR(0x800300FB)
-#define HRES_STG_E_INVALIDNAME                           HRES_ERROR(0x800300FC)
-#define HRES_STG_E_UNKNOWN                               HRES_ERROR(0x800300FD)
-#define HRES_STG_E_UNIMPLEMENTEDFUNCTION                 HRES_ERROR(0x800300FE)
-#define HRES_STG_E_INVALIDFLAG                           HRES_ERROR(0x800300FF)
-#define HRES_STG_E_INUSE                                 HRES_ERROR(0x80030100)
-#define HRES_STG_E_NOTCURRENT                            HRES_ERROR(0x80030101)
-#define HRES_STG_E_REVERTED                              HRES_ERROR(0x80030102)
-#define HRES_STG_E_CANTSAVE                              HRES_ERROR(0x80030103)
-#define HRES_STG_E_OLDFORMAT                             HRES_ERROR(0x80030104)
-#define HRES_STG_E_OLDDLL                                HRES_ERROR(0x80030105)
-#define HRES_STG_E_SHAREREQUIRED                         HRES_ERROR(0x80030106)
-#define HRES_STG_E_NOTFILEBASEDSTORAGE                   HRES_ERROR(0x80030107)
-#define HRES_STG_E_EXTANTMARSHALLINGS                    HRES_ERROR(0x80030108)
-#define HRES_STG_E_DOCFILECORRUPT                        HRES_ERROR(0x80030109)
-#define HRES_STG_E_BADBASEADDRESS                        HRES_ERROR(0x80030110)
-#define HRES_STG_E_DOCFILETOOLARGE                       HRES_ERROR(0x80030111)
-#define HRES_STG_E_NOTSIMPLEFORMAT                       HRES_ERROR(0x80030112)
-#define HRES_STG_E_INCOMPLETE                            HRES_ERROR(0x80030201)
-#define HRES_STG_E_TERMINATED                            HRES_ERROR(0x80030202)
-#define HRES_STG_E_STATUS_COPY_PROTECTION_FAILURE        HRES_ERROR(0x80030305)
-#define HRES_STG_E_CSS_AUTHENTICATION_FAILURE            HRES_ERROR(0x80030306)
-#define HRES_STG_E_CSS_KEY_NOT_PRESENT                   HRES_ERROR(0x80030307)
-#define HRES_STG_E_CSS_KEY_NOT_ESTABLISHED               HRES_ERROR(0x80030308)
-#define HRES_STG_E_CSS_SCRAMBLED_SECTOR                          HRES_ERROR(0x80030309)
-#define HRES_STG_E_CSS_REGION_MISMATCH                   HRES_ERROR(0x8003030A)
-#define HRES_STG_E_RESETS_EXHAUSTED                      HRES_ERROR(0x8003030B)
-#define HRES_OLE_E_OLEVERB                               HRES_ERROR(0x80040000)
-#define HRES_OLE_E_ADVF                                          HRES_ERROR(0x80040001)
-#define HRES_OLE_E_ENUM_NOMORE                           HRES_ERROR(0x80040002)
-#define HRES_OLE_E_ADVISENOTSUPPORTED                    HRES_ERROR(0x80040003)
-#define HRES_OLE_E_NOCONNECTION                                  HRES_ERROR(0x80040004)
-#define HRES_OLE_E_NOTRUNNING                            HRES_ERROR(0x80040005)
-#define HRES_OLE_E_NOCACHE                               HRES_ERROR(0x80040006)
-#define HRES_OLE_E_BLANK                                 HRES_ERROR(0x80040007)
-#define HRES_OLE_E_CLASSDIFF                             HRES_ERROR(0x80040008)
-#define HRES_OLE_E_CANT_GETMONIKER                       HRES_ERROR(0x80040009)
-#define HRES_OLE_E_CANT_BINDTOSOURCE                     HRES_ERROR(0x8004000A)
-#define HRES_OLE_E_STATIC                                HRES_ERROR(0x8004000B)
-#define HRES_OLE_E_PROMPTSAVECANCELLED                   HRES_ERROR(0x8004000C)
-#define HRES_OLE_E_INVALIDRECT                           HRES_ERROR(0x8004000D)
-#define HRES_OLE_E_WRONGCOMPOBJ                                  HRES_ERROR(0x8004000E)
-#define HRES_OLE_E_INVALIDHWND                           HRES_ERROR(0x8004000F)
-#define HRES_OLE_E_NOT_INPLACEACTIVE                     HRES_ERROR(0x80040010)
-#define HRES_OLE_E_CANTCONVERT                           HRES_ERROR(0x80040011)
-#define HRES_OLE_E_NOSTORAGE                             HRES_ERROR(0x80040012)
-#define HRES_DV_E_FORMATETC                              HRES_ERROR(0x80040064)
-#define HRES_DV_E_DVTARGETDEVICE                         HRES_ERROR(0x80040065)
-#define HRES_DV_E_STGMEDIUM                              HRES_ERROR(0x80040066)
-#define HRES_DV_E_STATDATA                               HRES_ERROR(0x80040067)
-#define HRES_DV_E_LINDEX                                 HRES_ERROR(0x80040068)
-#define HRES_DV_E_TYMED                                          HRES_ERROR(0x80040069)
-#define HRES_DV_E_CLIPFORMAT                             HRES_ERROR(0x8004006A)
-#define HRES_DV_E_DVASPECT                               HRES_ERROR(0x8004006B)
-#define HRES_DV_E_DVTARGETDEVICE_SIZE                    HRES_ERROR(0x8004006C)
-#define HRES_DV_E_NOIVIEWOBJECT                                  HRES_ERROR(0x8004006D)
-#define HRES_DRAGDROP_E_NOTREGISTERED                    HRES_ERROR(0x80040100)
-#define HRES_DRAGDROP_E_ALREADYREGISTERED                HRES_ERROR(0x80040101)
-#define HRES_DRAGDROP_E_INVALIDHWND                      HRES_ERROR(0x80040102)
-#define HRES_CLASS_E_NOAGGREGATION                       HRES_ERROR(0x80040110)
-#define HRES_CLASS_E_CLASSNOTAVAILABLE                   HRES_ERROR(0x80040111)
-#define HRES_CLASS_E_NOTLICENSED                         HRES_ERROR(0x80040112)
-#define HRES_VIEW_E_DRAW                                 HRES_ERROR(0x80040140)
-#define HRES_REGDB_E_READREGDB                           HRES_ERROR(0x80040150)
-#define HRES_REGDB_E_WRITEREGDB                                  HRES_ERROR(0x80040151)
-#define HRES_REGDB_E_KEYMISSING                                  HRES_ERROR(0x80040152)
-#define HRES_REGDB_E_INVALIDVALUE                        HRES_ERROR(0x80040153)
-#define HRES_REGDB_E_CLASSNOTREG                         HRES_ERROR(0x80040154)
-#define HRES_REGDB_E_IIDNOTREG                           HRES_ERROR(0x80040155)
-#define HRES_REGDB_E_BADTHREADINGMODEL                   HRES_ERROR(0x80040156)
-#define HRES_CAT_E_CATIDNOEXIST                                  HRES_ERROR(0x80040160)
-#define HRES_CAT_E_NODESCRIPTION                         HRES_ERROR(0x80040161)
-#define HRES_CS_E_PACKAGE_NOTFOUND                       HRES_ERROR(0x80040164)
-#define HRES_CS_E_NOT_DELETABLE                                  HRES_ERROR(0x80040165)
-#define HRES_CS_E_CLASS_NOTFOUND                         HRES_ERROR(0x80040166)
-#define HRES_CS_E_INVALID_VERSION                        HRES_ERROR(0x80040167)
-#define HRES_CS_E_NO_CLASSSTORE                                  HRES_ERROR(0x80040168)
-#define HRES_CS_E_OBJECT_NOTFOUND                        HRES_ERROR(0x80040169)
-#define HRES_CS_E_OBJECT_ALREADY_EXISTS                          HRES_ERROR(0x8004016A)
-#define HRES_CS_E_INVALID_PATH                           HRES_ERROR(0x8004016B)
-#define HRES_CS_E_NETWORK_ERROR                                  HRES_ERROR(0x8004016C)
-#define HRES_CS_E_ADMIN_LIMIT_EXCEEDED                   HRES_ERROR(0x8004016D)
-#define HRES_CS_E_SCHEMA_MISMATCH                        HRES_ERROR(0x8004016E)
-#define HRES_CS_E_INTERNAL_ERROR                         HRES_ERROR(0x8004016F)
-#define HRES_CACHE_E_NOCACHE_UPDATED                     HRES_ERROR(0x80040170)
-#define HRES_OLEOBJ_E_NOVERBS                            HRES_ERROR(0x80040180)
-#define HRES_OLEOBJ_E_INVALIDVERB                        HRES_ERROR(0x80040181)
-#define HRES_INPLACE_E_NOTUNDOABLE                       HRES_ERROR(0x800401A0)
-#define HRES_INPLACE_E_NOTOOLSPACE                       HRES_ERROR(0x800401A1)
-#define HRES_CONVERT10_E_OLESTREAM_GET                   HRES_ERROR(0x800401C0)
-#define HRES_CONVERT10_E_OLESTREAM_PUT                   HRES_ERROR(0x800401C1)
-#define HRES_CONVERT10_E_OLESTREAM_FMT                   HRES_ERROR(0x800401C2)
-#define HRES_CONVERT10_E_OLESTREAM_BITMAP_TO_DIB         HRES_ERROR(0x800401C3)
-#define HRES_CONVERT10_E_STG_FMT                         HRES_ERROR(0x800401C4)
-#define HRES_CONVERT10_E_STG_NO_STD_STREAM               HRES_ERROR(0x800401C5)
-#define HRES_CONVERT10_E_STG_DIB_TO_BITMAP               HRES_ERROR(0x800401C6)
-#define HRES_CLIPBRD_E_CANT_OPEN                         HRES_ERROR(0x800401D0)
-#define HRES_CLIPBRD_E_CANT_EMPTY                        HRES_ERROR(0x800401D1)
-#define HRES_CLIPBRD_E_CANT_SET                                  HRES_ERROR(0x800401D2)
-#define HRES_CLIPBRD_E_BAD_DATA                                  HRES_ERROR(0x800401D3)
-#define HRES_CLIPBRD_E_CANT_CLOSE                        HRES_ERROR(0x800401D4)
-#define HRES_MK_E_CONNECTMANUALLY                        HRES_ERROR(0x800401E0)
-#define HRES_MK_E_EXCEEDEDDEADLINE                       HRES_ERROR(0x800401E1)
-#define HRES_MK_E_NEEDGENERIC                            HRES_ERROR(0x800401E2)
-#define HRES_MK_E_UNAVAILABLE                            HRES_ERROR(0x800401E3)
-#define HRES_MK_E_SYNTAX                                 HRES_ERROR(0x800401E4)
-#define HRES_MK_E_NOOBJECT                               HRES_ERROR(0x800401E5)
-#define HRES_MK_E_INVALIDEXTENSION                       HRES_ERROR(0x800401E6)
-#define HRES_MK_E_INTERMEDIATEINTERFACENOTSUPPORTED      HRES_ERROR(0x800401E7)
-#define HRES_MK_E_NOTBINDABLE                            HRES_ERROR(0x800401E8)
-#define HRES_MK_E_NOTBOUND                               HRES_ERROR(0x800401E9)
-#define HRES_MK_E_CANTOPENFILE                           HRES_ERROR(0x800401EA)
-#define HRES_MK_E_MUSTBOTHERUSER                         HRES_ERROR(0x800401EB)
-#define HRES_MK_E_NOINVERSE                              HRES_ERROR(0x800401EC)
-#define HRES_MK_E_NOSTORAGE                              HRES_ERROR(0x800401ED)
-#define HRES_MK_E_NOPREFIX                               HRES_ERROR(0x800401EE)
-#define HRES_MK_E_ENUMERATION_FAILED                     HRES_ERROR(0x800401EF)
-#define HRES_CO_E_NOTINITIALIZED                         HRES_ERROR(0x800401F0)
-#define HRES_CO_E_ALREADYINITIALIZED                     HRES_ERROR(0x800401F1)
-#define HRES_CO_E_CANTDETERMINECLASS                     HRES_ERROR(0x800401F2)
-#define HRES_CO_E_CLASSSTRING                            HRES_ERROR(0x800401F3)
-#define HRES_CO_E_IIDSTRING                              HRES_ERROR(0x800401F4)
-#define HRES_CO_E_APPNOTFOUND                            HRES_ERROR(0x800401F5)
-#define HRES_CO_E_APPSINGLEUSE                           HRES_ERROR(0x800401F6)
-#define HRES_CO_E_ERRORINAPP                             HRES_ERROR(0x800401F7)
-#define HRES_CO_E_DLLNOTFOUND                            HRES_ERROR(0x800401F8)
-#define HRES_CO_E_ERRORINDLL                             HRES_ERROR(0x800401F9)
-#define HRES_CO_E_WRONGOSFORAPP                                  HRES_ERROR(0x800401FA)
-#define HRES_CO_E_OBJNOTREG                              HRES_ERROR(0x800401FB)
-#define HRES_CO_E_OBJISREG                               HRES_ERROR(0x800401FC)
-#define HRES_CO_E_OBJNOTCONNECTED                        HRES_ERROR(0x800401FD)
-#define HRES_CO_E_APPDIDNTREG                            HRES_ERROR(0x800401FE)
-#define HRES_CO_E_RELEASED                               HRES_ERROR(0x800401FF)
-#define HRES_EVENT_E_ALL_SUBSCRIBERS_FAILED              HRES_ERROR(0x80040201)
-#define HRES_EVENT_E_QUERYSYNTAX                         HRES_ERROR(0x80040203)
-#define HRES_EVENT_E_QUERYFIELD                                  HRES_ERROR(0x80040204)
-#define HRES_EVENT_E_INTERNALEXCEPTION                   HRES_ERROR(0x80040205)
-#define HRES_EVENT_E_INTERNALERROR                       HRES_ERROR(0x80040206)
-#define HRES_EVENT_E_INVALID_PER_USER_SID                HRES_ERROR(0x80040207)
-#define HRES_EVENT_E_USER_EXCEPTION                      HRES_ERROR(0x80040208)
-#define HRES_EVENT_E_TOO_MANY_METHODS                    HRES_ERROR(0x80040209)
-#define HRES_EVENT_E_MISSING_EVENTCLASS                          HRES_ERROR(0x8004020A)
-#define HRES_EVENT_E_NOT_ALL_REMOVED                     HRES_ERROR(0x8004020B)
-#define HRES_EVENT_E_COMPLUS_NOT_INSTALLED               HRES_ERROR(0x8004020C)
-#define HRES_EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT HRES_ERROR(0x8004020D)
-#define HRES_EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT HRES_ERROR(0x8004020E)
-#define HRES_EVENT_E_INVALID_EVENT_CLASS_PARTITION       HRES_ERROR(0x8004020F)
-#define HRES_EVENT_E_PER_USER_SID_NOT_LOGGED_ON                  HRES_ERROR(0x80040210)
-#define HRES_SCHED_E_TRIGGER_NOT_FOUND                   HRES_ERROR(0x80041309)
-#define HRES_SCHED_E_TASK_NOT_READY                      HRES_ERROR(0x8004130A)
-#define HRES_SCHED_E_TASK_NOT_RUNNING                    HRES_ERROR(0x8004130B)
-#define HRES_SCHED_E_SERVICE_NOT_INSTALLED               HRES_ERROR(0x8004130C)
-#define HRES_SCHED_E_CANNOT_OPEN_TASK                    HRES_ERROR(0x8004130D)
-#define HRES_SCHED_E_INVALID_TASK                        HRES_ERROR(0x8004130E)
-#define HRES_SCHED_E_ACCOUNT_INFORMATION_NOT_SET         HRES_ERROR(0x8004130F)
-#define HRES_SCHED_E_ACCOUNT_NAME_NOT_FOUND              HRES_ERROR(0x80041310)
-#define HRES_SCHED_E_ACCOUNT_DBASE_CORRUPT               HRES_ERROR(0x80041311)
-#define HRES_SCHED_E_NO_SECURITY_SERVICES                HRES_ERROR(0x80041312)
-#define HRES_SCHED_E_UNKNOWN_OBJECT_VERSION              HRES_ERROR(0x80041313)
-#define HRES_SCHED_E_UNSUPPORTED_ACCOUNT_OPTION                  HRES_ERROR(0x80041314)
-#define HRES_SCHED_E_SERVICE_NOT_RUNNING                 HRES_ERROR(0x80041315)
-#define HRES_SCHED_E_UNEXPECTEDNODE                      HRES_ERROR(0x80041316)
-#define HRES_SCHED_E_NAMESPACE                           HRES_ERROR(0x80041317)
-#define HRES_SCHED_E_INVALIDVALUE                        HRES_ERROR(0x80041318)
-#define HRES_SCHED_E_MISSINGNODE                         HRES_ERROR(0x80041319)
-#define HRES_SCHED_E_MALFORMEDXML                        HRES_ERROR(0x8004131A)
-#define HRES_SCHED_E_TOO_MANY_NODES                      HRES_ERROR(0x8004131D)
-#define HRES_SCHED_E_PAST_END_BOUNDARY                   HRES_ERROR(0x8004131E)
-#define HRES_SCHED_E_ALREADY_RUNNING                     HRES_ERROR(0x8004131F)
-#define HRES_SCHED_E_USER_NOT_LOGGED_ON                          HRES_ERROR(0x80041320)
-#define HRES_SCHED_E_INVALID_TASK_HASH                   HRES_ERROR(0x80041321)
-#define HRES_SCHED_E_SERVICE_NOT_AVAILABLE               HRES_ERROR(0x80041322)
-#define HRES_SCHED_E_SERVICE_TOO_BUSY                    HRES_ERROR(0x80041323)
-#define HRES_SCHED_E_TASK_ATTEMPTED                      HRES_ERROR(0x80041324)
-#define HRES_XACT_E_ALREADYOTHERSINGLEPHASE              HRES_ERROR(0x8004D000)
-#define HRES_XACT_E_CANTRETAIN                           HRES_ERROR(0x8004D001)
-#define HRES_XACT_E_COMMITFAILED                         HRES_ERROR(0x8004D002)
-#define HRES_XACT_E_COMMITPREVENTED                      HRES_ERROR(0x8004D003)
-#define HRES_XACT_E_HEURISTICABORT                       HRES_ERROR(0x8004D004)
-#define HRES_XACT_E_HEURISTICCOMMIT                      HRES_ERROR(0x8004D005)
-#define HRES_XACT_E_HEURISTICDAMAGE                      HRES_ERROR(0x8004D006)
-#define HRES_XACT_E_HEURISTICDANGER                      HRES_ERROR(0x8004D007)
-#define HRES_XACT_E_ISOLATIONLEVEL                       HRES_ERROR(0x8004D008)
-#define HRES_XACT_E_NOASYNC                              HRES_ERROR(0x8004D009)
-#define HRES_XACT_E_NOENLIST                             HRES_ERROR(0x8004D00A)
-#define HRES_XACT_E_NOISORETAIN                                  HRES_ERROR(0x8004D00B)
-#define HRES_XACT_E_NORESOURCE                           HRES_ERROR(0x8004D00C)
-#define HRES_XACT_E_NOTCURRENT                           HRES_ERROR(0x8004D00D)
-#define HRES_XACT_E_NOTRANSACTION                        HRES_ERROR(0x8004D00E)
-#define HRES_XACT_E_NOTSUPPORTED                         HRES_ERROR(0x8004D00F)
-#define HRES_XACT_E_UNKNOWNRMGRID                        HRES_ERROR(0x8004D010)
-#define HRES_XACT_E_WRONGSTATE                           HRES_ERROR(0x8004D011)
-#define HRES_XACT_E_WRONGUOW                             HRES_ERROR(0x8004D012)
-#define HRES_XACT_E_XTIONEXISTS                                  HRES_ERROR(0x8004D013)
-#define HRES_XACT_E_NOIMPORTOBJECT                       HRES_ERROR(0x8004D014)
-#define HRES_XACT_E_INVALIDCOOKIE                        HRES_ERROR(0x8004D015)
-#define HRES_XACT_E_INDOUBT                              HRES_ERROR(0x8004D016)
-#define HRES_XACT_E_NOTIMEOUT                            HRES_ERROR(0x8004D017)
-#define HRES_XACT_E_ALREADYINPROGRESS                    HRES_ERROR(0x8004D018)
-#define HRES_XACT_E_ABORTED                              HRES_ERROR(0x8004D019)
-#define HRES_XACT_E_LOGFULL                              HRES_ERROR(0x8004D01A)
-#define HRES_XACT_E_TMNOTAVAILABLE                       HRES_ERROR(0x8004D01B)
-#define HRES_XACT_E_CONNECTION_DOWN                      HRES_ERROR(0x8004D01C)
-#define HRES_XACT_E_CONNECTION_DENIED                    HRES_ERROR(0x8004D01D)
-#define HRES_XACT_E_REENLISTTIMEOUT                      HRES_ERROR(0x8004D01E)
-#define HRES_XACT_E_TIP_CONNECT_FAILED                   HRES_ERROR(0x8004D01F)
-#define HRES_XACT_E_TIP_PROTOCOL_ERROR                   HRES_ERROR(0x8004D020)
-#define HRES_XACT_E_TIP_PULL_FAILED                      HRES_ERROR(0x8004D021)
-#define HRES_XACT_E_DEST_TMNOTAVAILABLE                          HRES_ERROR(0x8004D022)
-#define HRES_XACT_E_TIP_DISABLED                         HRES_ERROR(0x8004D023)
-#define HRES_XACT_E_NETWORK_TX_DISABLED                          HRES_ERROR(0x8004D024)
-#define HRES_XACT_E_PARTNER_NETWORK_TX_DISABLED                  HRES_ERROR(0x8004D025)
-#define HRES_XACT_E_XA_TX_DISABLED                       HRES_ERROR(0x8004D026)
-#define HRES_XACT_E_UNABLE_TO_READ_DTC_CONFIG            HRES_ERROR(0x8004D027)
-#define HRES_XACT_E_UNABLE_TO_LOAD_DTC_PROXY             HRES_ERROR(0x8004D028)
-#define HRES_XACT_E_ABORTING                             HRES_ERROR(0x8004D029)
-#define HRES_XACT_E_CLERKNOTFOUND                        HRES_ERROR(0x8004D080)
-#define HRES_XACT_E_CLERKEXISTS                                  HRES_ERROR(0x8004D081)
-#define HRES_XACT_E_RECOVERYINPROGRESS                   HRES_ERROR(0x8004D082)
-#define HRES_XACT_E_TRANSACTIONCLOSED                    HRES_ERROR(0x8004D083)
-#define HRES_XACT_E_INVALIDLSN                           HRES_ERROR(0x8004D084)
-#define HRES_XACT_E_REPLAYREQUEST                        HRES_ERROR(0x8004D085)
-#define HRES_XACT_E_CONNECTION_REQUEST_DENIED            HRES_ERROR(0x8004D100)
-#define HRES_XACT_E_TOOMANY_ENLISTMENTS                          HRES_ERROR(0x8004D101)
-#define HRES_XACT_E_DUPLICATE_GUID                       HRES_ERROR(0x8004D102)
-#define HRES_XACT_E_NOTSINGLEPHASE                       HRES_ERROR(0x8004D103)
-#define HRES_XACT_E_RECOVERYALREADYDONE                          HRES_ERROR(0x8004D104)
-#define HRES_XACT_E_PROTOCOL                             HRES_ERROR(0x8004D105)
-#define HRES_XACT_E_RM_FAILURE                           HRES_ERROR(0x8004D106)
-#define HRES_XACT_E_RECOVERY_FAILED                      HRES_ERROR(0x8004D107)
-#define HRES_XACT_E_LU_NOT_FOUND                         HRES_ERROR(0x8004D108)
-#define HRES_XACT_E_DUPLICATE_LU                         HRES_ERROR(0x8004D109)
-#define HRES_XACT_E_LU_NOT_CONNECTED                     HRES_ERROR(0x8004D10A)
-#define HRES_XACT_E_DUPLICATE_TRANSID                    HRES_ERROR(0x8004D10B)
-#define HRES_XACT_E_LU_BUSY                              HRES_ERROR(0x8004D10C)
-#define HRES_XACT_E_LU_NO_RECOVERY_PROCESS               HRES_ERROR(0x8004D10D)
-#define HRES_XACT_E_LU_DOWN                              HRES_ERROR(0x8004D10E)
-#define HRES_XACT_E_LU_RECOVERING                        HRES_ERROR(0x8004D10F)
-#define HRES_XACT_E_LU_RECOVERY_MISMATCH                 HRES_ERROR(0x8004D110)
-#define HRES_XACT_E_RM_UNAVAILABLE                       HRES_ERROR(0x8004D111)
-#define HRES_CONTEXT_E_ABORTED                           HRES_ERROR(0x8004E002)
-#define HRES_CONTEXT_E_ABORTING                                  HRES_ERROR(0x8004E003)
-#define HRES_CONTEXT_E_NOCONTEXT                         HRES_ERROR(0x8004E004)
-#define HRES_CONTEXT_E_WOULD_DEADLOCK                    HRES_ERROR(0x8004E005)
-#define HRES_CONTEXT_E_SYNCH_TIMEOUT                     HRES_ERROR(0x8004E006)
-#define HRES_CONTEXT_E_OLDREF                            HRES_ERROR(0x8004E007)
-#define HRES_CONTEXT_E_ROLENOTFOUND                      HRES_ERROR(0x8004E00C)
-#define HRES_CONTEXT_E_TMNOTAVAILABLE                    HRES_ERROR(0x8004E00F)
-#define HRES_CO_E_ACTIVATIONFAILED                       HRES_ERROR(0x8004E021)
-#define HRES_CO_E_ACTIVATIONFAILED_EVENTLOGGED           HRES_ERROR(0x8004E022)
-#define HRES_CO_E_ACTIVATIONFAILED_CATALOGERROR                  HRES_ERROR(0x8004E023)
-#define HRES_CO_E_ACTIVATIONFAILED_TIMEOUT               HRES_ERROR(0x8004E024)
-#define HRES_CO_E_INITIALIZATIONFAILED                   HRES_ERROR(0x8004E025)
-#define HRES_CONTEXT_E_NOJIT                             HRES_ERROR(0x8004E026)
-#define HRES_CONTEXT_E_NOTRANSACTION                     HRES_ERROR(0x8004E027)
-#define HRES_CO_E_THREADINGMODEL_CHANGED                 HRES_ERROR(0x8004E028)
-#define HRES_CO_E_NOIISINTRINSICS                        HRES_ERROR(0x8004E029)
-#define HRES_CO_E_NOCOOKIES                              HRES_ERROR(0x8004E02A)
-#define HRES_CO_E_DBERROR                                HRES_ERROR(0x8004E02B)
-#define HRES_CO_E_NOTPOOLED                              HRES_ERROR(0x8004E02C)
-#define HRES_CO_E_NOTCONSTRUCTED                         HRES_ERROR(0x8004E02D)
-#define HRES_CO_E_NOSYNCHRONIZATION                      HRES_ERROR(0x8004E02E)
-#define HRES_CO_E_ISOLEVELMISMATCH                       HRES_ERROR(0x8004E02F)
-#define HRES_CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED       HRES_ERROR(0x8004E030)
-#define HRES_CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED      HRES_ERROR(0x8004E031)
-#define HRES_E_ACCESSDENIED                              HRES_ERROR(0x80070005)
-#define HRES_E_OUTOFMEMORY                               HRES_ERROR(0x8007000E)
-#define HRES_ERROR_NOT_SUPPORTED                         HRES_ERROR(0x80070032)
-#define HRES_E_INVALIDARG                                HRES_ERROR(0x80070057)
-#define HRES_ERROR_DISK_FULL                             HRES_ERROR(0x80070070)
-#define HRES_CO_E_CLASS_CREATE_FAILED                    HRES_ERROR(0x80080001)
-#define HRES_CO_E_SCM_ERROR                              HRES_ERROR(0x80080002)
-#define HRES_CO_E_SCM_RPC_FAILURE                        HRES_ERROR(0x80080003)
-#define HRES_CO_E_BAD_PATH                               HRES_ERROR(0x80080004)
-#define HRES_CO_E_SERVER_EXEC_FAILURE                    HRES_ERROR(0x80080005)
-#define HRES_CO_E_OBJSRV_RPC_FAILURE                     HRES_ERROR(0x80080006)
-#define HRES_MK_E_NO_NORMALIZED                                  HRES_ERROR(0x80080007)
-#define HRES_CO_E_SERVER_STOPPING                        HRES_ERROR(0x80080008)
-#define HRES_MEM_E_INVALID_ROOT                                  HRES_ERROR(0x80080009)
-#define HRES_MEM_E_INVALID_LINK                                  HRES_ERROR(0x80080010)
-#define HRES_MEM_E_INVALID_SIZE                                  HRES_ERROR(0x80080011)
-#define HRES_CO_E_MISSING_DISPLAYNAME                    HRES_ERROR(0x80080015)
-#define HRES_CO_E_RUNAS_VALUE_MUST_BE_AAA                HRES_ERROR(0x80080016)
-#define HRES_CO_E_ELEVATION_DISABLED                     HRES_ERROR(0x80080017)
-#define HRES_NTE_BAD_UID                                 HRES_ERROR(0x80090001)
-#define HRES_NTE_BAD_HASH                                HRES_ERROR(0x80090002)
-#define HRES_NTE_BAD_KEY                                 HRES_ERROR(0x80090003)
-#define HRES_NTE_BAD_LEN                                 HRES_ERROR(0x80090004)
-#define HRES_NTE_BAD_DATA                                HRES_ERROR(0x80090005)
-#define HRES_NTE_BAD_SIGNATURE                           HRES_ERROR(0x80090006)
-#define HRES_NTE_BAD_VER                                 HRES_ERROR(0x80090007)
-#define HRES_NTE_BAD_ALGID                               HRES_ERROR(0x80090008)
-#define HRES_NTE_BAD_FLAGS                               HRES_ERROR(0x80090009)
-#define HRES_NTE_BAD_TYPE                                HRES_ERROR(0x8009000A)
-#define HRES_NTE_BAD_KEY_STATE                           HRES_ERROR(0x8009000B)
-#define HRES_NTE_BAD_HASH_STATE                                  HRES_ERROR(0x8009000C)
-#define HRES_NTE_NO_KEY                                          HRES_ERROR(0x8009000D)
-#define HRES_NTE_NO_MEMORY                               HRES_ERROR(0x8009000E)
-#define HRES_NTE_EXISTS                                          HRES_ERROR(0x8009000F)
-#define HRES_NTE_PERM                                    HRES_ERROR(0x80090010)
-#define HRES_NTE_NOT_FOUND                               HRES_ERROR(0x80090011)
-#define HRES_NTE_DOUBLE_ENCRYPT                                  HRES_ERROR(0x80090012)
-#define HRES_NTE_BAD_PROVIDER                            HRES_ERROR(0x80090013)
-#define HRES_NTE_BAD_PROV_TYPE                           HRES_ERROR(0x80090014)
-#define HRES_NTE_BAD_PUBLIC_KEY                                  HRES_ERROR(0x80090015)
-#define HRES_NTE_BAD_KEYSET                              HRES_ERROR(0x80090016)
-#define HRES_NTE_PROV_TYPE_NOT_DEF                       HRES_ERROR(0x80090017)
-#define HRES_NTE_PROV_TYPE_ENTRY_BAD                     HRES_ERROR(0x80090018)
-#define HRES_NTE_KEYSET_NOT_DEF                                  HRES_ERROR(0x80090019)
-#define HRES_NTE_KEYSET_ENTRY_BAD                        HRES_ERROR(0x8009001A)
-#define HRES_NTE_PROV_TYPE_NO_MATCH                      HRES_ERROR(0x8009001B)
-#define HRES_NTE_SIGNATURE_FILE_BAD                      HRES_ERROR(0x8009001C)
-#define HRES_NTE_PROVIDER_DLL_FAIL                       HRES_ERROR(0x8009001D)
-#define HRES_NTE_PROV_DLL_NOT_FOUND                      HRES_ERROR(0x8009001E)
-#define HRES_NTE_BAD_KEYSET_PARAM                        HRES_ERROR(0x8009001F)
-#define HRES_NTE_FAIL                                    HRES_ERROR(0x80090020)
-#define HRES_NTE_SYS_ERR                                 HRES_ERROR(0x80090021)
-#define HRES_NTE_SILENT_CONTEXT                                  HRES_ERROR(0x80090022)
-#define HRES_NTE_TOKEN_KEYSET_STORAGE_FULL               HRES_ERROR(0x80090023)
-#define HRES_NTE_TEMPORARY_PROFILE                       HRES_ERROR(0x80090024)
-#define HRES_NTE_FIXEDPARAMETER                                  HRES_ERROR(0x80090025)
-#define HRES_NTE_INVALID_HANDLE                                  HRES_ERROR(0x80090026)
-#define HRES_NTE_INVALID_PARAMETER                       HRES_ERROR(0x80090027)
-#define HRES_NTE_BUFFER_TOO_SMALL                        HRES_ERROR(0x80090028)
-#define HRES_NTE_NOT_SUPPORTED                           HRES_ERROR(0x80090029)
-#define HRES_NTE_NO_MORE_ITEMS                           HRES_ERROR(0x8009002A)
-#define HRES_NTE_BUFFERS_OVERLAP                         HRES_ERROR(0x8009002B)
-#define HRES_NTE_DECRYPTION_FAILURE                      HRES_ERROR(0x8009002C)
-#define HRES_NTE_INTERNAL_ERROR                                  HRES_ERROR(0x8009002D)
-#define HRES_NTE_UI_REQUIRED                             HRES_ERROR(0x8009002E)
-#define HRES_NTE_HMAC_NOT_SUPPORTED                      HRES_ERROR(0x8009002F)
-#define HRES_SEC_E_INSUFFICIENT_MEMORY                   HRES_ERROR(0x80090300)
-#define HRES_SEC_E_INVALID_HANDLE                        HRES_ERROR(0x80090301)
-#define HRES_SEC_E_UNSUPPORTED_FUNCTION                          HRES_ERROR(0x80090302)
-#define HRES_SEC_E_TARGET_UNKNOWN                        HRES_ERROR(0x80090303)
-#define HRES_SEC_E_INTERNAL_ERROR                        HRES_ERROR(0x80090304)
-#define HRES_SEC_E_SECPKG_NOT_FOUND                      HRES_ERROR(0x80090305)
-#define HRES_SEC_E_NOT_OWNER                             HRES_ERROR(0x80090306)
-#define HRES_SEC_E_CANNOT_INSTALL                        HRES_ERROR(0x80090307)
-#define HRES_SEC_E_INVALID_TOKEN                         HRES_ERROR(0x80090308)
-#define HRES_SEC_E_CANNOT_PACK                           HRES_ERROR(0x80090309)
-#define HRES_SEC_E_QOP_NOT_SUPPORTED                     HRES_ERROR(0x8009030A)
-#define HRES_SEC_E_NO_IMPERSONATION                      HRES_ERROR(0x8009030B)
-#define HRES_SEC_E_LOGON_DENIED                                  HRES_ERROR(0x8009030C)
-#define HRES_SEC_E_UNKNOWN_CREDENTIALS                   HRES_ERROR(0x8009030D)
-#define HRES_SEC_E_NO_CREDENTIALS                        HRES_ERROR(0x8009030E)
-#define HRES_SEC_E_MESSAGE_ALTERED                       HRES_ERROR(0x8009030F)
-#define HRES_SEC_E_OUT_OF_SEQUENCE                       HRES_ERROR(0x80090310)
-#define HRES_SEC_E_NO_AUTHENTICATING_AUTHORITY           HRES_ERROR(0x80090311)
-#define HRES_SEC_E_BAD_PKGID                             HRES_ERROR(0x80090316)
-#define HRES_SEC_E_CONTEXT_EXPIRED                       HRES_ERROR(0x80090317)
-#define HRES_SEC_E_INCOMPLETE_MESSAGE                    HRES_ERROR(0x80090318)
-#define HRES_SEC_E_INCOMPLETE_CREDENTIALS                HRES_ERROR(0x80090320)
-#define HRES_SEC_E_BUFFER_TOO_SMALL                      HRES_ERROR(0x80090321)
-#define HRES_SEC_E_WRONG_PRINCIPAL                       HRES_ERROR(0x80090322)
-#define HRES_SEC_E_TIME_SKEW                             HRES_ERROR(0x80090324)
-#define HRES_SEC_E_UNTRUSTED_ROOT                        HRES_ERROR(0x80090325)
-#define HRES_SEC_E_ILLEGAL_MESSAGE                       HRES_ERROR(0x80090326)
-#define HRES_SEC_E_CERT_UNKNOWN                                  HRES_ERROR(0x80090327)
-#define HRES_SEC_E_CERT_EXPIRED                                  HRES_ERROR(0x80090328)
-#define HRES_SEC_E_ENCRYPT_FAILURE                       HRES_ERROR(0x80090329)
-#define HRES_SEC_E_DECRYPT_FAILURE                       HRES_ERROR(0x80090330)
-#define HRES_SEC_E_ALGORITHM_MISMATCH                    HRES_ERROR(0x80090331)
-#define HRES_SEC_E_SECURITY_QOS_FAILED                   HRES_ERROR(0x80090332)
-#define HRES_SEC_E_UNFINISHED_CONTEXT_DELETED            HRES_ERROR(0x80090333)
-#define HRES_SEC_E_NO_TGT_REPLY                                  HRES_ERROR(0x80090334)
-#define HRES_SEC_E_NO_IP_ADDRESSES                       HRES_ERROR(0x80090335)
-#define HRES_SEC_E_WRONG_CREDENTIAL_HANDLE               HRES_ERROR(0x80090336)
-#define HRES_SEC_E_CRYPTO_SYSTEM_INVALID                 HRES_ERROR(0x80090337)
-#define HRES_SEC_E_MAX_REFERRALS_EXCEEDED                HRES_ERROR(0x80090338)
-#define HRES_SEC_E_MUST_BE_KDC                           HRES_ERROR(0x80090339)
-#define HRES_SEC_E_STRONG_CRYPTO_NOT_SUPPORTED           HRES_ERROR(0x8009033A)
-#define HRES_SEC_E_TOO_MANY_PRINCIPALS                   HRES_ERROR(0x8009033B)
-#define HRES_SEC_E_NO_PA_DATA                            HRES_ERROR(0x8009033C)
-#define HRES_SEC_E_PKINIT_NAME_MISMATCH                          HRES_ERROR(0x8009033D)
-#define HRES_SEC_E_SMARTCARD_LOGON_REQUIRED              HRES_ERROR(0x8009033E)
-#define HRES_SEC_E_SHUTDOWN_IN_PROGRESS                          HRES_ERROR(0x8009033F)
-#define HRES_SEC_E_KDC_INVALID_REQUEST                   HRES_ERROR(0x80090340)
-#define HRES_SEC_E_KDC_UNABLE_TO_REFER                   HRES_ERROR(0x80090341)
-#define HRES_SEC_E_KDC_UNKNOWN_ETYPE                     HRES_ERROR(0x80090342)
-#define HRES_SEC_E_UNSUPPORTED_PREAUTH                   HRES_ERROR(0x80090343)
-#define HRES_SEC_E_DELEGATION_REQUIRED                   HRES_ERROR(0x80090345)
-#define HRES_SEC_E_BAD_BINDINGS                                  HRES_ERROR(0x80090346)
-#define HRES_SEC_E_MULTIPLE_ACCOUNTS                     HRES_ERROR(0x80090347)
-#define HRES_SEC_E_NO_KERB_KEY                           HRES_ERROR(0x80090348)
-#define HRES_SEC_E_CERT_WRONG_USAGE                      HRES_ERROR(0x80090349)
-#define HRES_SEC_E_DOWNGRADE_DETECTED                    HRES_ERROR(0x80090350)
-#define HRES_SEC_E_SMARTCARD_CERT_REVOKED                HRES_ERROR(0x80090351)
-#define HRES_SEC_E_ISSUING_CA_UNTRUSTED                          HRES_ERROR(0x80090352)
-#define HRES_SEC_E_REVOCATION_OFFLINE_C                          HRES_ERROR(0x80090353)
-#define HRES_SEC_E_PKINIT_CLIENT_FAILURE                 HRES_ERROR(0x80090354)
-#define HRES_SEC_E_SMARTCARD_CERT_EXPIRED                HRES_ERROR(0x80090355)
-#define HRES_SEC_E_NO_S4U_PROT_SUPPORT                   HRES_ERROR(0x80090356)
-#define HRES_SEC_E_CROSSREALM_DELEGATION_FAILURE         HRES_ERROR(0x80090357)
-#define HRES_SEC_E_REVOCATION_OFFLINE_KDC                HRES_ERROR(0x80090358)
-#define HRES_SEC_E_ISSUING_CA_UNTRUSTED_KDC              HRES_ERROR(0x80090359)
-#define HRES_SEC_E_KDC_CERT_EXPIRED                      HRES_ERROR(0x8009035A)
-#define HRES_SEC_E_KDC_CERT_REVOKED                      HRES_ERROR(0x8009035B)
-#define HRES_SEC_E_INVALID_PARAMETER                     HRES_ERROR(0x8009035D)
-#define HRES_SEC_E_DELEGATION_POLICY                     HRES_ERROR(0x8009035E)
-#define HRES_SEC_E_POLICY_NLTM_ONLY                      HRES_ERROR(0x8009035F)
-#define HRES_CRYPT_E_MSG_ERROR                           HRES_ERROR(0x80091001)
-#define HRES_CRYPT_E_UNKNOWN_ALGO                        HRES_ERROR(0x80091002)
-#define HRES_CRYPT_E_OID_FORMAT                                  HRES_ERROR(0x80091003)
-#define HRES_CRYPT_E_INVALID_MSG_TYPE                    HRES_ERROR(0x80091004)
-#define HRES_CRYPT_E_UNEXPECTED_ENCODING                 HRES_ERROR(0x80091005)
-#define HRES_CRYPT_E_AUTH_ATTR_MISSING                   HRES_ERROR(0x80091006)
-#define HRES_CRYPT_E_HASH_VALUE                                  HRES_ERROR(0x80091007)
-#define HRES_CRYPT_E_INVALID_INDEX                       HRES_ERROR(0x80091008)
-#define HRES_CRYPT_E_ALREADY_DECRYPTED                   HRES_ERROR(0x80091009)
-#define HRES_CRYPT_E_NOT_DECRYPTED                       HRES_ERROR(0x8009100A)
-#define HRES_CRYPT_E_RECIPIENT_NOT_FOUND                 HRES_ERROR(0x8009100B)
-#define HRES_CRYPT_E_CONTROL_TYPE                        HRES_ERROR(0x8009100C)
-#define HRES_CRYPT_E_ISSUER_SERIALNUMBER                 HRES_ERROR(0x8009100D)
-#define HRES_CRYPT_E_SIGNER_NOT_FOUND                    HRES_ERROR(0x8009100E)
-#define HRES_CRYPT_E_ATTRIBUTES_MISSING                          HRES_ERROR(0x8009100F)
-#define HRES_CRYPT_E_STREAM_MSG_NOT_READY                HRES_ERROR(0x80091010)
-#define HRES_CRYPT_E_STREAM_INSUFFICIENT_DATA            HRES_ERROR(0x80091011)
-#define HRES_CRYPT_E_BAD_LEN                             HRES_ERROR(0x80092001)
-#define HRES_CRYPT_E_BAD_ENCODE                                  HRES_ERROR(0x80092002)
-#define HRES_CRYPT_E_FILE_ERROR                                  HRES_ERROR(0x80092003)
-#define HRES_CRYPT_E_NOT_FOUND                           HRES_ERROR(0x80092004)
-#define HRES_CRYPT_E_EXISTS                              HRES_ERROR(0x80092005)
-#define HRES_CRYPT_E_NO_PROVIDER                         HRES_ERROR(0x80092006)
-#define HRES_CRYPT_E_SELF_SIGNED                         HRES_ERROR(0x80092007)
-#define HRES_CRYPT_E_DELETED_PREV                        HRES_ERROR(0x80092008)
-#define HRES_CRYPT_E_NO_MATCH                            HRES_ERROR(0x80092009)
-#define HRES_CRYPT_E_UNEXPECTED_MSG_TYPE                 HRES_ERROR(0x8009200A)
-#define HRES_CRYPT_E_NO_KEY_PROPERTY                     HRES_ERROR(0x8009200B)
-#define HRES_CRYPT_E_NO_DECRYPT_CERT                     HRES_ERROR(0x8009200C)
-#define HRES_CRYPT_E_BAD_MSG                             HRES_ERROR(0x8009200D)
-#define HRES_CRYPT_E_NO_SIGNER                           HRES_ERROR(0x8009200E)
-#define HRES_CRYPT_E_PENDING_CLOSE                       HRES_ERROR(0x8009200F)
-#define HRES_CRYPT_E_REVOKED                             HRES_ERROR(0x80092010)
-#define HRES_CRYPT_E_NO_REVOCATION_DLL                   HRES_ERROR(0x80092011)
-#define HRES_CRYPT_E_NO_REVOCATION_CHECK                 HRES_ERROR(0x80092012)
-#define HRES_CRYPT_E_REVOCATION_OFFLINE                          HRES_ERROR(0x80092013)
-#define HRES_CRYPT_E_NOT_IN_REVOCATION_DATABASE                  HRES_ERROR(0x80092014)
-#define HRES_CRYPT_E_INVALID_NUMERIC_STRING              HRES_ERROR(0x80092020)
-#define HRES_CRYPT_E_INVALID_PRINTABLE_STRING            HRES_ERROR(0x80092021)
-#define HRES_CRYPT_E_INVALID_IA5_STRING                          HRES_ERROR(0x80092022)
-#define HRES_CRYPT_E_INVALID_X500_STRING                 HRES_ERROR(0x80092023)
-#define HRES_CRYPT_E_NOT_CHAR_STRING                     HRES_ERROR(0x80092024)
-#define HRES_CRYPT_E_FILERESIZED                         HRES_ERROR(0x80092025)
-#define HRES_CRYPT_E_SECURITY_SETTINGS                   HRES_ERROR(0x80092026)
-#define HRES_CRYPT_E_NO_VERIFY_USAGE_DLL                 HRES_ERROR(0x80092027)
-#define HRES_CRYPT_E_NO_VERIFY_USAGE_CHECK               HRES_ERROR(0x80092028)
-#define HRES_CRYPT_E_VERIFY_USAGE_OFFLINE                HRES_ERROR(0x80092029)
-#define HRES_CRYPT_E_NOT_IN_CTL                                  HRES_ERROR(0x8009202A)
-#define HRES_CRYPT_E_NO_TRUSTED_SIGNER                   HRES_ERROR(0x8009202B)
-#define HRES_CRYPT_E_MISSING_PUBKEY_PARA                 HRES_ERROR(0x8009202C)
-#define HRES_CRYPT_E_OSS_ERROR                           HRES_ERROR(0x80093000)
-#define HRES_OSS_MORE_BUF                                HRES_ERROR(0x80093001)
-#define HRES_OSS_NEGATIVE_UINTEGER                       HRES_ERROR(0x80093002)
-#define HRES_OSS_PDU_RANGE                               HRES_ERROR(0x80093003)
-#define HRES_OSS_MORE_INPUT                              HRES_ERROR(0x80093004)
-#define HRES_OSS_DATA_ERROR                              HRES_ERROR(0x80093005)
-#define HRES_OSS_BAD_ARG                                 HRES_ERROR(0x80093006)
-#define HRES_OSS_BAD_VERSION                             HRES_ERROR(0x80093007)
-#define HRES_OSS_OUT_MEMORY                              HRES_ERROR(0x80093008)
-#define HRES_OSS_PDU_MISMATCH                            HRES_ERROR(0x80093009)
-#define HRES_OSS_LIMITED                                 HRES_ERROR(0x8009300A)
-#define HRES_OSS_BAD_PTR                                 HRES_ERROR(0x8009300B)
-#define HRES_OSS_BAD_TIME                                HRES_ERROR(0x8009300C)
-#define HRES_OSS_INDEFINITE_NOT_SUPPORTED                HRES_ERROR(0x8009300D)
-#define HRES_OSS_MEM_ERROR                               HRES_ERROR(0x8009300E)
-#define HRES_OSS_BAD_TABLE                               HRES_ERROR(0x8009300F)
-#define HRES_OSS_TOO_LONG                                HRES_ERROR(0x80093010)
-#define HRES_OSS_CONSTRAINT_VIOLATED                     HRES_ERROR(0x80093011)
-#define HRES_OSS_FATAL_ERROR                             HRES_ERROR(0x80093012)
-#define HRES_OSS_ACCESS_SERIALIZATION_ERROR              HRES_ERROR(0x80093013)
-#define HRES_OSS_NULL_TBL                                HRES_ERROR(0x80093014)
-#define HRES_OSS_NULL_FCN                                HRES_ERROR(0x80093015)
-#define HRES_OSS_BAD_ENCRULES                            HRES_ERROR(0x80093016)
-#define HRES_OSS_UNAVAIL_ENCRULES                        HRES_ERROR(0x80093017)
-#define HRES_OSS_CANT_OPEN_TRACE_WINDOW                          HRES_ERROR(0x80093018)
-#define HRES_OSS_UNIMPLEMENTED                           HRES_ERROR(0x80093019)
-#define HRES_OSS_OID_DLL_NOT_LINKED                      HRES_ERROR(0x8009301A)
-#define HRES_OSS_CANT_OPEN_TRACE_FILE                    HRES_ERROR(0x8009301B)
-#define HRES_OSS_TRACE_FILE_ALREADY_OPEN                 HRES_ERROR(0x8009301C)
-#define HRES_OSS_TABLE_MISMATCH                                  HRES_ERROR(0x8009301D)
-#define HRES_OSS_TYPE_NOT_SUPPORTED                      HRES_ERROR(0x8009301E)
-#define HRES_OSS_REAL_DLL_NOT_LINKED                     HRES_ERROR(0x8009301F)
-#define HRES_OSS_REAL_CODE_NOT_LINKED                    HRES_ERROR(0x80093020)
-#define HRES_OSS_OUT_OF_RANGE                            HRES_ERROR(0x80093021)
-#define HRES_OSS_COPIER_DLL_NOT_LINKED                   HRES_ERROR(0x80093022)
-#define HRES_OSS_CONSTRAINT_DLL_NOT_LINKED               HRES_ERROR(0x80093023)
-#define HRES_OSS_COMPARATOR_DLL_NOT_LINKED               HRES_ERROR(0x80093024)
-#define HRES_OSS_COMPARATOR_CODE_NOT_LINKED              HRES_ERROR(0x80093025)
-#define HRES_OSS_MEM_MGR_DLL_NOT_LINKED                          HRES_ERROR(0x80093026)
-#define HRES_OSS_PDV_DLL_NOT_LINKED                      HRES_ERROR(0x80093027)
-#define HRES_OSS_PDV_CODE_NOT_LINKED                     HRES_ERROR(0x80093028)
-#define HRES_OSS_API_DLL_NOT_LINKED                      HRES_ERROR(0x80093029)
-#define HRES_OSS_BERDER_DLL_NOT_LINKED                   HRES_ERROR(0x8009302A)
-#define HRES_OSS_PER_DLL_NOT_LINKED                      HRES_ERROR(0x8009302B)
-#define HRES_OSS_OPEN_TYPE_ERROR                         HRES_ERROR(0x8009302C)
-#define HRES_OSS_MUTEX_NOT_CREATED                       HRES_ERROR(0x8009302D)
-#define HRES_OSS_CANT_CLOSE_TRACE_FILE                   HRES_ERROR(0x8009302E)
-#define HRES_CRYPT_E_ASN1_ERROR                                  HRES_ERROR(0x80093100)
-#define HRES_CRYPT_E_ASN1_INTERNAL                       HRES_ERROR(0x80093101)
-#define HRES_CRYPT_E_ASN1_EOD                            HRES_ERROR(0x80093102)
-#define HRES_CRYPT_E_ASN1_CORRUPT                        HRES_ERROR(0x80093103)
-#define HRES_CRYPT_E_ASN1_LARGE                                  HRES_ERROR(0x80093104)
-#define HRES_CRYPT_E_ASN1_CONSTRAINT                     HRES_ERROR(0x80093105)
-#define HRES_CRYPT_E_ASN1_MEMORY                         HRES_ERROR(0x80093106)
-#define HRES_CRYPT_E_ASN1_OVERFLOW                       HRES_ERROR(0x80093107)
-#define HRES_CRYPT_E_ASN1_BADPDU                         HRES_ERROR(0x80093108)
-#define HRES_CRYPT_E_ASN1_BADARGS                        HRES_ERROR(0x80093109)
-#define HRES_CRYPT_E_ASN1_BADREAL                        HRES_ERROR(0x8009310A)
-#define HRES_CRYPT_E_ASN1_BADTAG                         HRES_ERROR(0x8009310B)
-#define HRES_CRYPT_E_ASN1_CHOICE                         HRES_ERROR(0x8009310C)
-#define HRES_CRYPT_E_ASN1_RULE                           HRES_ERROR(0x8009310D)
-#define HRES_CRYPT_E_ASN1_UTF8                           HRES_ERROR(0x8009310E)
-#define HRES_CRYPT_E_ASN1_PDU_TYPE                       HRES_ERROR(0x80093133)
-#define HRES_CRYPT_E_ASN1_NYI                            HRES_ERROR(0x80093134)
-#define HRES_CRYPT_E_ASN1_EXTENDED                       HRES_ERROR(0x80093201)
-#define HRES_CRYPT_E_ASN1_NOEOD                                  HRES_ERROR(0x80093202)
-#define HRES_CERTSRV_E_BAD_REQUESTSUBJECT                HRES_ERROR(0x80094001)
-#define HRES_CERTSRV_E_NO_REQUEST                        HRES_ERROR(0x80094002)
-#define HRES_CERTSRV_E_BAD_REQUESTSTATUS                 HRES_ERROR(0x80094003)
-#define HRES_CERTSRV_E_PROPERTY_EMPTY                    HRES_ERROR(0x80094004)
-#define HRES_CERTSRV_E_INVALID_CA_CERTIFICATE            HRES_ERROR(0x80094005)
-#define HRES_CERTSRV_E_SERVER_SUSPENDED                          HRES_ERROR(0x80094006)
-#define HRES_CERTSRV_E_ENCODING_LENGTH                   HRES_ERROR(0x80094007)
-#define HRES_CERTSRV_E_ROLECONFLICT                      HRES_ERROR(0x80094008)
-#define HRES_CERTSRV_E_RESTRICTEDOFFICER                 HRES_ERROR(0x80094009)
-#define HRES_CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED       HRES_ERROR(0x8009400A)
-#define HRES_CERTSRV_E_NO_VALID_KRA                      HRES_ERROR(0x8009400B)
-#define HRES_CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL                  HRES_ERROR(0x8009400C)
-#define HRES_CERTSRV_E_NO_CAADMIN_DEFINED                HRES_ERROR(0x8009400D)
-#define HRES_CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE        HRES_ERROR(0x8009400E)
-#define HRES_CERTSRV_E_NO_DB_SESSIONS                    HRES_ERROR(0x8009400F)
-#define HRES_CERTSRV_E_ALIGNMENT_FAULT                   HRES_ERROR(0x80094010)
-#define HRES_CERTSRV_E_ENROLL_DENIED                     HRES_ERROR(0x80094011)
-#define HRES_CERTSRV_E_TEMPLATE_DENIED                   HRES_ERROR(0x80094012)
-#define HRES_CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE       HRES_ERROR(0x80094013)
-#define HRES_CERTSRV_E_UNSUPPORTED_CERT_TYPE             HRES_ERROR(0x80094800)
-#define HRES_CERTSRV_E_NO_CERT_TYPE                      HRES_ERROR(0x80094801)
-#define HRES_CERTSRV_E_TEMPLATE_CONFLICT                 HRES_ERROR(0x80094802)
-#define HRES_CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED         HRES_ERROR(0x80094803)
-#define HRES_CERTSRV_E_ARCHIVED_KEY_REQUIRED             HRES_ERROR(0x80094804)
-#define HRES_CERTSRV_E_SMIME_REQUIRED                    HRES_ERROR(0x80094805)
-#define HRES_CERTSRV_E_BAD_RENEWAL_SUBJECT               HRES_ERROR(0x80094806)
-#define HRES_CERTSRV_E_BAD_TEMPLATE_VERSION              HRES_ERROR(0x80094807)
-#define HRES_CERTSRV_E_TEMPLATE_POLICY_REQUIRED                  HRES_ERROR(0x80094808)
-#define HRES_CERTSRV_E_SIGNATURE_POLICY_REQUIRED         HRES_ERROR(0x80094809)
-#define HRES_CERTSRV_E_SIGNATURE_COUNT                   HRES_ERROR(0x8009480A)
-#define HRES_CERTSRV_E_SIGNATURE_REJECTED                HRES_ERROR(0x8009480B)
-#define HRES_CERTSRV_E_ISSUANCE_POLICY_REQUIRED                  HRES_ERROR(0x8009480C)
-#define HRES_CERTSRV_E_SUBJECT_UPN_REQUIRED              HRES_ERROR(0x8009480D)
-#define HRES_CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED   HRES_ERROR(0x8009480E)
-#define HRES_CERTSRV_E_SUBJECT_DNS_REQUIRED              HRES_ERROR(0x8009480F)
-#define HRES_CERTSRV_E_ARCHIVED_KEY_UNEXPECTED           HRES_ERROR(0x80094810)
-#define HRES_CERTSRV_E_KEY_LENGTH                        HRES_ERROR(0x80094811)
-#define HRES_CERTSRV_E_SUBJECT_EMAIL_REQUIRED            HRES_ERROR(0x80094812)
-#define HRES_CERTSRV_E_UNKNOWN_CERT_TYPE                 HRES_ERROR(0x80094813)
-#define HRES_CERTSRV_E_CERT_TYPE_OVERLAP                 HRES_ERROR(0x80094814)
-#define HRES_CERTSRV_E_TOO_MANY_SIGNATURES               HRES_ERROR(0x80094815)
-#define HRES_CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY            HRES_ERROR(0x80094816)
-#define HRES_CERTSRV_E_INVALID_EK                        HRES_ERROR(0x80094817)
-#define HRES_CERTSRV_E_KEY_ATTESTATION                   HRES_ERROR(0x8009481A)
-#define HRES_XENROLL_E_KEY_NOT_EXPORTABLE                HRES_ERROR(0x80095000)
-#define HRES_XENROLL_E_CANNOT_ADD_ROOT_CERT              HRES_ERROR(0x80095001)
-#define HRES_XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND        HRES_ERROR(0x80095002)
-#define HRES_XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH       HRES_ERROR(0x80095003)
-#define HRES_XENROLL_E_RESPONSE_KA_HASH_MISMATCH         HRES_ERROR(0x80095004)
-#define HRES_XENROLL_E_KEYSPEC_SMIME_MISMATCH            HRES_ERROR(0x80095005)
-#define HRES_TRUST_E_SYSTEM_ERROR                        HRES_ERROR(0x80096001)
-#define HRES_TRUST_E_NO_SIGNER_CERT                      HRES_ERROR(0x80096002)
-#define HRES_TRUST_E_COUNTER_SIGNER                      HRES_ERROR(0x80096003)
-#define HRES_TRUST_E_CERT_SIGNATURE                      HRES_ERROR(0x80096004)
-#define HRES_TRUST_E_TIME_STAMP                                  HRES_ERROR(0x80096005)
-#define HRES_TRUST_E_BAD_DIGEST                                  HRES_ERROR(0x80096010)
-#define HRES_TRUST_E_BASIC_CONSTRAINTS                   HRES_ERROR(0x80096019)
-#define HRES_TRUST_E_FINANCIAL_CRITERIA                          HRES_ERROR(0x8009601E)
-#define HRES_MSSIPOTF_E_OUTOFMEMRANGE                    HRES_ERROR(0x80097001)
-#define HRES_MSSIPOTF_E_CANTGETOBJECT                    HRES_ERROR(0x80097002)
-#define HRES_MSSIPOTF_E_NOHEADTABLE                      HRES_ERROR(0x80097003)
-#define HRES_MSSIPOTF_E_BAD_MAGICNUMBER                          HRES_ERROR(0x80097004)
-#define HRES_MSSIPOTF_E_BAD_OFFSET_TABLE                 HRES_ERROR(0x80097005)
-#define HRES_MSSIPOTF_E_TABLE_TAGORDER                   HRES_ERROR(0x80097006)
-#define HRES_MSSIPOTF_E_TABLE_LONGWORD                   HRES_ERROR(0x80097007)
-#define HRES_MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT        HRES_ERROR(0x80097008)
-#define HRES_MSSIPOTF_E_TABLES_OVERLAP                   HRES_ERROR(0x80097009)
-#define HRES_MSSIPOTF_E_TABLE_PADBYTES                   HRES_ERROR(0x8009700A)
-#define HRES_MSSIPOTF_E_FILETOOSMALL                     HRES_ERROR(0x8009700B)
-#define HRES_MSSIPOTF_E_TABLE_CHECKSUM                   HRES_ERROR(0x8009700C)
-#define HRES_MSSIPOTF_E_FILE_CHECKSUM                    HRES_ERROR(0x8009700D)
-#define HRES_MSSIPOTF_E_FAILED_POLICY                    HRES_ERROR(0x80097010)
-#define HRES_MSSIPOTF_E_FAILED_HINTS_CHECK               HRES_ERROR(0x80097011)
-#define HRES_MSSIPOTF_E_NOT_OPENTYPE                     HRES_ERROR(0x80097012)
-#define HRES_MSSIPOTF_E_FILE                             HRES_ERROR(0x80097013)
-#define HRES_MSSIPOTF_E_CRYPT                            HRES_ERROR(0x80097014)
-#define HRES_MSSIPOTF_E_BADVERSION                       HRES_ERROR(0x80097015)
-#define HRES_MSSIPOTF_E_DSIG_STRUCTURE                   HRES_ERROR(0x80097016)
-#define HRES_MSSIPOTF_E_PCONST_CHECK                     HRES_ERROR(0x80097017)
-#define HRES_MSSIPOTF_E_STRUCTURE                        HRES_ERROR(0x80097018)
-#define HRES_ERROR_CRED_REQUIRES_CONFIRMATION            HRES_ERROR(0x80097019)
-#define HRES_TRUST_E_PROVIDER_UNKNOWN                    HRES_ERROR(0x800B0001)
-#define HRES_TRUST_E_ACTION_UNKNOWN                      HRES_ERROR(0x800B0002)
-#define HRES_TRUST_E_SUBJECT_FORM_UNKNOWN                HRES_ERROR(0x800B0003)
-#define HRES_TRUST_E_SUBJECT_NOT_TRUSTED                 HRES_ERROR(0x800B0004)
-#define HRES_DIGSIG_E_ENCODE                             HRES_ERROR(0x800B0005)
-#define HRES_DIGSIG_E_DECODE                             HRES_ERROR(0x800B0006)
-#define HRES_DIGSIG_E_EXTENSIBILITY                      HRES_ERROR(0x800B0007)
-#define HRES_DIGSIG_E_CRYPTO                             HRES_ERROR(0x800B0008)
-#define HRES_PERSIST_E_SIZEDEFINITE                      HRES_ERROR(0x800B0009)
-#define HRES_PERSIST_E_SIZEINDEFINITE                    HRES_ERROR(0x800B000A)
-#define HRES_PERSIST_E_NOTSELFSIZING                     HRES_ERROR(0x800B000B)
-#define HRES_TRUST_E_NOSIGNATURE                         HRES_ERROR(0x800B0100)
-#define HRES_CERT_E_EXPIRED                              HRES_ERROR(0x800B0101)
-#define HRES_CERT_E_VALIDITYPERIODNESTING                HRES_ERROR(0x800B0102)
-#define HRES_CERT_E_ROLE                                 HRES_ERROR(0x800B0103)
-#define HRES_CERT_E_PATHLENCONST                         HRES_ERROR(0x800B0104)
-#define HRES_CERT_E_CRITICAL                             HRES_ERROR(0x800B0105)
-#define HRES_CERT_E_PURPOSE                              HRES_ERROR(0x800B0106)
-#define HRES_CERT_E_ISSUERCHAINING                       HRES_ERROR(0x800B0107)
-#define HRES_CERT_E_MALFORMED                            HRES_ERROR(0x800B0108)
-#define HRES_CERT_E_UNTRUSTEDROOT                        HRES_ERROR(0x800B0109)
-#define HRES_CERT_E_CHAINING                             HRES_ERROR(0x800B010A)
-#define HRES_TRUST_E_FAIL                                HRES_ERROR(0x800B010B)
-#define HRES_CERT_E_REVOKED                              HRES_ERROR(0x800B010C)
-#define HRES_CERT_E_UNTRUSTEDTESTROOT                    HRES_ERROR(0x800B010D)
-#define HRES_CERT_E_REVOCATION_FAILURE                   HRES_ERROR(0x800B010E)
-#define HRES_CERT_E_CN_NO_MATCH                                  HRES_ERROR(0x800B010F)
-#define HRES_CERT_E_WRONG_USAGE                                  HRES_ERROR(0x800B0110)
-#define HRES_TRUST_E_EXPLICIT_DISTRUST                   HRES_ERROR(0x800B0111)
-#define HRES_CERT_E_UNTRUSTEDCA                                  HRES_ERROR(0x800B0112)
-#define HRES_CERT_E_INVALID_POLICY                       HRES_ERROR(0x800B0113)
-#define HRES_CERT_E_INVALID_NAME                         HRES_ERROR(0x800B0114)
-#define HRES_NS_W_SERVER_BANDWIDTH_LIMIT                 HRES_ERROR(0x800D0003)
-#define HRES_NS_W_FILE_BANDWIDTH_LIMIT                   HRES_ERROR(0x800D0004)
-#define HRES_NS_W_UNKNOWN_EVENT                                  HRES_ERROR(0x800D0060)
-#define HRES_NS_I_CATATONIC_FAILURE                      HRES_ERROR(0x800D0199)
-#define HRES_NS_I_CATATONIC_AUTO_UNFAIL                          HRES_ERROR(0x800D019A)
-#define HRES_SPAPI_E_EXPECTED_SECTION_NAME               HRES_ERROR(0x800F0000)
-#define HRES_SPAPI_E_BAD_SECTION_NAME_LINE               HRES_ERROR(0x800F0001)
-#define HRES_SPAPI_E_SECTION_NAME_TOO_LONG               HRES_ERROR(0x800F0002)
-#define HRES_SPAPI_E_GENERAL_SYNTAX                      HRES_ERROR(0x800F0003)
-#define HRES_SPAPI_E_WRONG_INF_STYLE                     HRES_ERROR(0x800F0100)
-#define HRES_SPAPI_E_SECTION_NOT_FOUND                   HRES_ERROR(0x800F0101)
-#define HRES_SPAPI_E_LINE_NOT_FOUND                      HRES_ERROR(0x800F0102)
-#define HRES_SPAPI_E_NO_BACKUP                           HRES_ERROR(0x800F0103)
-#define HRES_SPAPI_E_NO_ASSOCIATED_CLASS                 HRES_ERROR(0x800F0200)
-#define HRES_SPAPI_E_CLASS_MISMATCH                      HRES_ERROR(0x800F0201)
-#define HRES_SPAPI_E_DUPLICATE_FOUND                     HRES_ERROR(0x800F0202)
-#define HRES_SPAPI_E_NO_DRIVER_SELECTED                          HRES_ERROR(0x800F0203)
-#define HRES_SPAPI_E_KEY_DOES_NOT_EXIST                          HRES_ERROR(0x800F0204)
-#define HRES_SPAPI_E_INVALID_DEVINST_NAME                HRES_ERROR(0x800F0205)
-#define HRES_SPAPI_E_INVALID_CLASS                       HRES_ERROR(0x800F0206)
-#define HRES_SPAPI_E_DEVINST_ALREADY_EXISTS              HRES_ERROR(0x800F0207)
-#define HRES_SPAPI_E_DEVINFO_NOT_REGISTERED              HRES_ERROR(0x800F0208)
-#define HRES_SPAPI_E_INVALID_REG_PROPERTY                HRES_ERROR(0x800F0209)
-#define HRES_SPAPI_E_NO_INF                              HRES_ERROR(0x800F020A)
-#define HRES_SPAPI_E_NO_SUCH_DEVINST                     HRES_ERROR(0x800F020B)
-#define HRES_SPAPI_E_CANT_LOAD_CLASS_ICON                HRES_ERROR(0x800F020C)
-#define HRES_SPAPI_E_INVALID_CLASS_INSTALLER             HRES_ERROR(0x800F020D)
-#define HRES_SPAPI_E_DI_DO_DEFAULT                       HRES_ERROR(0x800F020E)
-#define HRES_SPAPI_E_DI_NOFILECOPY                       HRES_ERROR(0x800F020F)
-#define HRES_SPAPI_E_INVALID_HWPROFILE                   HRES_ERROR(0x800F0210)
-#define HRES_SPAPI_E_NO_DEVICE_SELECTED                          HRES_ERROR(0x800F0211)
-#define HRES_SPAPI_E_DEVINFO_LIST_LOCKED                 HRES_ERROR(0x800F0212)
-#define HRES_SPAPI_E_DEVINFO_DATA_LOCKED                 HRES_ERROR(0x800F0213)
-#define HRES_SPAPI_E_DI_BAD_PATH                         HRES_ERROR(0x800F0214)
-#define HRES_SPAPI_E_NO_CLASSINSTALL_PARAMS              HRES_ERROR(0x800F0215)
-#define HRES_SPAPI_E_FILEQUEUE_LOCKED                    HRES_ERROR(0x800F0216)
-#define HRES_SPAPI_E_BAD_SERVICE_INSTALLSECT             HRES_ERROR(0x800F0217)
-#define HRES_SPAPI_E_NO_CLASS_DRIVER_LIST                HRES_ERROR(0x800F0218)
-#define HRES_SPAPI_E_NO_ASSOCIATED_SERVICE               HRES_ERROR(0x800F0219)
-#define HRES_SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE         HRES_ERROR(0x800F021A)
-#define HRES_SPAPI_E_DEVICE_INTERFACE_ACTIVE             HRES_ERROR(0x800F021B)
-#define HRES_SPAPI_E_DEVICE_INTERFACE_REMOVED            HRES_ERROR(0x800F021C)
-#define HRES_SPAPI_E_BAD_INTERFACE_INSTALLSECT           HRES_ERROR(0x800F021D)
-#define HRES_SPAPI_E_NO_SUCH_INTERFACE_CLASS             HRES_ERROR(0x800F021E)
-#define HRES_SPAPI_E_INVALID_REFERENCE_STRING            HRES_ERROR(0x800F021F)
-#define HRES_SPAPI_E_INVALID_MACHINENAME                 HRES_ERROR(0x800F0220)
-#define HRES_SPAPI_E_REMOTE_COMM_FAILURE                 HRES_ERROR(0x800F0221)
-#define HRES_SPAPI_E_MACHINE_UNAVAILABLE                 HRES_ERROR(0x800F0222)
-#define HRES_SPAPI_E_NO_CONFIGMGR_SERVICES               HRES_ERROR(0x800F0223)
-#define HRES_SPAPI_E_INVALID_PROPPAGE_PROVIDER           HRES_ERROR(0x800F0224)
-#define HRES_SPAPI_E_NO_SUCH_DEVICE_INTERFACE            HRES_ERROR(0x800F0225)
-#define HRES_SPAPI_E_DI_POSTPROCESSING_REQUIRED                  HRES_ERROR(0x800F0226)
-#define HRES_SPAPI_E_INVALID_COINSTALLER                 HRES_ERROR(0x800F0227)
-#define HRES_SPAPI_E_NO_COMPAT_DRIVERS                   HRES_ERROR(0x800F0228)
-#define HRES_SPAPI_E_NO_DEVICE_ICON                      HRES_ERROR(0x800F0229)
-#define HRES_SPAPI_E_INVALID_INF_LOGCONFIG               HRES_ERROR(0x800F022A)
-#define HRES_SPAPI_E_DI_DONT_INSTALL                     HRES_ERROR(0x800F022B)
-#define HRES_SPAPI_E_INVALID_FILTER_DRIVER               HRES_ERROR(0x800F022C)
-#define HRES_SPAPI_E_NON_WINDOWS_NT_DRIVER               HRES_ERROR(0x800F022D)
-#define HRES_SPAPI_E_NON_WINDOWS_DRIVER                          HRES_ERROR(0x800F022E)
-#define HRES_SPAPI_E_NO_CATALOG_FOR_OEM_INF              HRES_ERROR(0x800F022F)
-#define HRES_SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE                  HRES_ERROR(0x800F0230)
-#define HRES_SPAPI_E_NOT_DISABLEABLE                     HRES_ERROR(0x800F0231)
-#define HRES_SPAPI_E_CANT_REMOVE_DEVINST                 HRES_ERROR(0x800F0232)
-#define HRES_SPAPI_E_INVALID_TARGET                      HRES_ERROR(0x800F0233)
-#define HRES_SPAPI_E_DRIVER_NONNATIVE                    HRES_ERROR(0x800F0234)
-#define HRES_SPAPI_E_IN_WOW64                            HRES_ERROR(0x800F0235)
-#define HRES_SPAPI_E_SET_SYSTEM_RESTORE_POINT            HRES_ERROR(0x800F0236)
-#define HRES_SPAPI_E_INCORRECTLY_COPIED_INF              HRES_ERROR(0x800F0237)
-#define HRES_SPAPI_E_SCE_DISABLED                        HRES_ERROR(0x800F0238)
-#define HRES_SPAPI_E_UNKNOWN_EXCEPTION                   HRES_ERROR(0x800F0239)
-#define HRES_SPAPI_E_PNP_REGISTRY_ERROR                          HRES_ERROR(0x800F023A)
-#define HRES_SPAPI_E_REMOTE_REQUEST_UNSUPPORTED                  HRES_ERROR(0x800F023B)
-#define HRES_SPAPI_E_NOT_AN_INSTALLED_OEM_INF            HRES_ERROR(0x800F023C)
-#define HRES_SPAPI_E_INF_IN_USE_BY_DEVICES               HRES_ERROR(0x800F023D)
-#define HRES_SPAPI_E_DI_FUNCTION_OBSOLETE                HRES_ERROR(0x800F023E)
-#define HRES_SPAPI_E_NO_AUTHENTICODE_CATALOG             HRES_ERROR(0x800F023F)
-#define HRES_SPAPI_E_AUTHENTICODE_DISALLOWED             HRES_ERROR(0x800F0240)
-#define HRES_SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER      HRES_ERROR(0x800F0241)
-#define HRES_SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED   HRES_ERROR(0x800F0242)
-#define HRES_SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED   HRES_ERROR(0x800F0243)
-#define HRES_SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH      HRES_ERROR(0x800F0244)
-#define HRES_SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE      HRES_ERROR(0x800F0245)
-#define HRES_SPAPI_E_DEVICE_INSTALLER_NOT_READY                  HRES_ERROR(0x800F0246)
-#define HRES_SPAPI_E_DRIVER_STORE_ADD_FAILED             HRES_ERROR(0x800F0247)
-#define HRES_SPAPI_E_DEVICE_INSTALL_BLOCKED              HRES_ERROR(0x800F0248)
-#define HRES_SPAPI_E_DRIVER_INSTALL_BLOCKED              HRES_ERROR(0x800F0249)
-#define HRES_SPAPI_E_WRONG_INF_TYPE                      HRES_ERROR(0x800F024A)
-#define HRES_SPAPI_E_FILE_HASH_NOT_IN_CATALOG            HRES_ERROR(0x800F024B)
-#define HRES_SPAPI_E_DRIVER_STORE_DELETE_FAILED                  HRES_ERROR(0x800F024C)
-#define HRES_SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW        HRES_ERROR(0x800F0300)
-#define HRES_SPAPI_E_ERROR_NOT_INSTALLED                 HRES_ERROR(0x800F1000)
-#define HRES_SCARD_F_INTERNAL_ERROR                      HRES_ERROR(0x80100001)
-#define HRES_SCARD_E_CANCELLED                           HRES_ERROR(0x80100002)
-#define HRES_SCARD_E_INVALID_HANDLE                      HRES_ERROR(0x80100003)
-#define HRES_SCARD_E_INVALID_PARAMETER                   HRES_ERROR(0x80100004)
-#define HRES_SCARD_E_INVALID_TARGET                      HRES_ERROR(0x80100005)
-#define HRES_SCARD_E_NO_MEMORY                           HRES_ERROR(0x80100006)
-#define HRES_SCARD_F_WAITED_TOO_LONG                     HRES_ERROR(0x80100007)
-#define HRES_SCARD_E_INSUFFICIENT_BUFFER                 HRES_ERROR(0x80100008)
-#define HRES_SCARD_E_UNKNOWN_READER                      HRES_ERROR(0x80100009)
-#define HRES_SCARD_E_TIMEOUT                             HRES_ERROR(0x8010000A)
-#define HRES_SCARD_E_SHARING_VIOLATION                   HRES_ERROR(0x8010000B)
-#define HRES_SCARD_E_NO_SMARTCARD                        HRES_ERROR(0x8010000C)
-#define HRES_SCARD_E_UNKNOWN_CARD                        HRES_ERROR(0x8010000D)
-#define HRES_SCARD_E_CANT_DISPOSE                        HRES_ERROR(0x8010000E)
-#define HRES_SCARD_E_PROTO_MISMATCH                      HRES_ERROR(0x8010000F)
-#define HRES_SCARD_E_NOT_READY                           HRES_ERROR(0x80100010)
-#define HRES_SCARD_E_INVALID_VALUE                       HRES_ERROR(0x80100011)
-#define HRES_SCARD_E_SYSTEM_CANCELLED                    HRES_ERROR(0x80100012)
-#define HRES_SCARD_F_COMM_ERROR                                  HRES_ERROR(0x80100013)
-#define HRES_SCARD_F_UNKNOWN_ERROR                       HRES_ERROR(0x80100014)
-#define HRES_SCARD_E_INVALID_ATR                         HRES_ERROR(0x80100015)
-#define HRES_SCARD_E_NOT_TRANSACTED                      HRES_ERROR(0x80100016)
-#define HRES_SCARD_E_READER_UNAVAILABLE                          HRES_ERROR(0x80100017)
-#define HRES_SCARD_P_SHUTDOWN                            HRES_ERROR(0x80100018)
-#define HRES_SCARD_E_PCI_TOO_SMALL                       HRES_ERROR(0x80100019)
-#define HRES_SCARD_E_READER_UNSUPPORTED                          HRES_ERROR(0x8010001A)
-#define HRES_SCARD_E_DUPLICATE_READER                    HRES_ERROR(0x8010001B)
-#define HRES_SCARD_E_CARD_UNSUPPORTED                    HRES_ERROR(0x8010001C)
-#define HRES_SCARD_E_NO_SERVICE                                  HRES_ERROR(0x8010001D)
-#define HRES_SCARD_E_SERVICE_STOPPED                     HRES_ERROR(0x8010001E)
-#define HRES_SCARD_E_UNEXPECTED                                  HRES_ERROR(0x8010001F)
-#define HRES_SCARD_E_ICC_INSTALLATION                    HRES_ERROR(0x80100020)
-#define HRES_SCARD_E_ICC_CREATEORDER                     HRES_ERROR(0x80100021)
-#define HRES_SCARD_E_UNSUPPORTED_FEATURE                 HRES_ERROR(0x80100022)
-#define HRES_SCARD_E_DIR_NOT_FOUND                       HRES_ERROR(0x80100023)
-#define HRES_SCARD_E_FILE_NOT_FOUND                      HRES_ERROR(0x80100024)
-#define HRES_SCARD_E_NO_DIR                              HRES_ERROR(0x80100025)
-#define HRES_SCARD_E_NO_FILE                             HRES_ERROR(0x80100026)
-#define HRES_SCARD_E_NO_ACCESS                           HRES_ERROR(0x80100027)
-#define HRES_SCARD_E_WRITE_TOO_MANY                      HRES_ERROR(0x80100028)
-#define HRES_SCARD_E_BAD_SEEK                            HRES_ERROR(0x80100029)
-#define HRES_SCARD_E_INVALID_CHV                         HRES_ERROR(0x8010002A)
-#define HRES_SCARD_E_UNKNOWN_RES_MNG                     HRES_ERROR(0x8010002B)
-#define HRES_SCARD_E_NO_SUCH_CERTIFICATE                 HRES_ERROR(0x8010002C)
-#define HRES_SCARD_E_CERTIFICATE_UNAVAILABLE             HRES_ERROR(0x8010002D)
-#define HRES_SCARD_E_NO_READERS_AVAILABLE                HRES_ERROR(0x8010002E)
-#define HRES_SCARD_E_COMM_DATA_LOST                      HRES_ERROR(0x8010002F)
-#define HRES_SCARD_E_NO_KEY_CONTAINER                    HRES_ERROR(0x80100030)
-#define HRES_SCARD_E_SERVER_TOO_BUSY                     HRES_ERROR(0x80100031)
-#define HRES_SCARD_W_UNSUPPORTED_CARD                    HRES_ERROR(0x80100065)
-#define HRES_SCARD_W_UNRESPONSIVE_CARD                   HRES_ERROR(0x80100066)
-#define HRES_SCARD_W_UNPOWERED_CARD                      HRES_ERROR(0x80100067)
-#define HRES_SCARD_W_RESET_CARD                                  HRES_ERROR(0x80100068)
-#define HRES_SCARD_W_REMOVED_CARD                        HRES_ERROR(0x80100069)
-#define HRES_SCARD_W_SECURITY_VIOLATION                          HRES_ERROR(0x8010006A)
-#define HRES_SCARD_W_WRONG_CHV                           HRES_ERROR(0x8010006B)
-#define HRES_SCARD_W_CHV_BLOCKED                         HRES_ERROR(0x8010006C)
-#define HRES_SCARD_W_EOF                                 HRES_ERROR(0x8010006D)
-#define HRES_SCARD_W_CANCELLED_BY_USER                   HRES_ERROR(0x8010006E)
-#define HRES_SCARD_W_CARD_NOT_AUTHENTICATED              HRES_ERROR(0x8010006F)
-#define HRES_COMADMIN_E_OBJECTERRORS                     HRES_ERROR(0x80110401)
-#define HRES_COMADMIN_E_OBJECTINVALID                    HRES_ERROR(0x80110402)
-#define HRES_COMADMIN_E_KEYMISSING                       HRES_ERROR(0x80110403)
-#define HRES_COMADMIN_E_ALREADYINSTALLED                 HRES_ERROR(0x80110404)
-#define HRES_COMADMIN_E_APP_FILE_WRITEFAIL               HRES_ERROR(0x80110407)
-#define HRES_COMADMIN_E_APP_FILE_READFAIL                HRES_ERROR(0x80110408)
-#define HRES_COMADMIN_E_APP_FILE_VERSION                 HRES_ERROR(0x80110409)
-#define HRES_COMADMIN_E_BADPATH                                  HRES_ERROR(0x8011040A)
-#define HRES_COMADMIN_E_APPLICATIONEXISTS                HRES_ERROR(0x8011040B)
-#define HRES_COMADMIN_E_ROLEEXISTS                       HRES_ERROR(0x8011040C)
-#define HRES_COMADMIN_E_CANTCOPYFILE                     HRES_ERROR(0x8011040D)
-#define HRES_COMADMIN_E_NOUSER                           HRES_ERROR(0x8011040F)
-#define HRES_COMADMIN_E_INVALIDUSERIDS                   HRES_ERROR(0x80110410)
-#define HRES_COMADMIN_E_NOREGISTRYCLSID                          HRES_ERROR(0x80110411)
-#define HRES_COMADMIN_E_BADREGISTRYPROGID                HRES_ERROR(0x80110412)
-#define HRES_COMADMIN_E_AUTHENTICATIONLEVEL              HRES_ERROR(0x80110413)
-#define HRES_COMADMIN_E_USERPASSWDNOTVALID               HRES_ERROR(0x80110414)
-#define HRES_COMADMIN_E_CLSIDORIIDMISMATCH               HRES_ERROR(0x80110418)
-#define HRES_COMADMIN_E_REMOTEINTERFACE                          HRES_ERROR(0x80110419)
-#define HRES_COMADMIN_E_DLLREGISTERSERVER                HRES_ERROR(0x8011041A)
-#define HRES_COMADMIN_E_NOSERVERSHARE                    HRES_ERROR(0x8011041B)
-#define HRES_COMADMIN_E_DLLLOADFAILED                    HRES_ERROR(0x8011041D)
-#define HRES_COMADMIN_E_BADREGISTRYLIBID                 HRES_ERROR(0x8011041E)
-#define HRES_COMADMIN_E_APPDIRNOTFOUND                   HRES_ERROR(0x8011041F)
-#define HRES_COMADMIN_E_REGISTRARFAILED                          HRES_ERROR(0x80110423)
-#define HRES_COMADMIN_E_COMPFILE_DOESNOTEXIST            HRES_ERROR(0x80110424)
-#define HRES_COMADMIN_E_COMPFILE_LOADDLLFAIL             HRES_ERROR(0x80110425)
-#define HRES_COMADMIN_E_COMPFILE_GETCLASSOBJ             HRES_ERROR(0x80110426)
-#define HRES_COMADMIN_E_COMPFILE_CLASSNOTAVAIL           HRES_ERROR(0x80110427)
-#define HRES_COMADMIN_E_COMPFILE_BADTLB                          HRES_ERROR(0x80110428)
-#define HRES_COMADMIN_E_COMPFILE_NOTINSTALLABLE                  HRES_ERROR(0x80110429)
-#define HRES_COMADMIN_E_NOTCHANGEABLE                    HRES_ERROR(0x8011042A)
-#define HRES_COMADMIN_E_NOTDELETEABLE                    HRES_ERROR(0x8011042B)
-#define HRES_COMADMIN_E_SESSION                                  HRES_ERROR(0x8011042C)
-#define HRES_COMADMIN_E_COMP_MOVE_LOCKED                 HRES_ERROR(0x8011042D)
-#define HRES_COMADMIN_E_COMP_MOVE_BAD_DEST               HRES_ERROR(0x8011042E)
-#define HRES_COMADMIN_E_REGISTERTLB                      HRES_ERROR(0x80110430)
-#define HRES_COMADMIN_E_SYSTEMAPP                        HRES_ERROR(0x80110433)
-#define HRES_COMADMIN_E_COMPFILE_NOREGISTRAR             HRES_ERROR(0x80110434)
-#define HRES_COMADMIN_E_COREQCOMPINSTALLED               HRES_ERROR(0x80110435)
-#define HRES_COMADMIN_E_SERVICENOTINSTALLED              HRES_ERROR(0x80110436)
-#define HRES_COMADMIN_E_PROPERTYSAVEFAILED               HRES_ERROR(0x80110437)
-#define HRES_COMADMIN_E_OBJECTEXISTS                     HRES_ERROR(0x80110438)
-#define HRES_COMADMIN_E_COMPONENTEXISTS                          HRES_ERROR(0x80110439)
-#define HRES_COMADMIN_E_REGFILE_CORRUPT                          HRES_ERROR(0x8011043B)
-#define HRES_COMADMIN_E_PROPERTY_OVERFLOW                HRES_ERROR(0x8011043C)
-#define HRES_COMADMIN_E_NOTINREGISTRY                    HRES_ERROR(0x8011043E)
-#define HRES_COMADMIN_E_OBJECTNOTPOOLABLE                HRES_ERROR(0x8011043F)
-#define HRES_COMADMIN_E_APPLID_MATCHES_CLSID             HRES_ERROR(0x80110446)
-#define HRES_COMADMIN_E_ROLE_DOES_NOT_EXIST              HRES_ERROR(0x80110447)
-#define HRES_COMADMIN_E_START_APP_NEEDS_COMPONENTS       HRES_ERROR(0x80110448)
-#define HRES_COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM      HRES_ERROR(0x80110449)
-#define HRES_COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY         HRES_ERROR(0x8011044A)
-#define HRES_COMADMIN_E_CAN_NOT_START_APP                HRES_ERROR(0x8011044B)
-#define HRES_COMADMIN_E_CAN_NOT_EXPORT_SYS_APP           HRES_ERROR(0x8011044C)
-#define HRES_COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT      HRES_ERROR(0x8011044D)
-#define HRES_COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER    HRES_ERROR(0x8011044E)
-#define HRES_COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE       HRES_ERROR(0x8011044F)
-#define HRES_COMADMIN_E_BASE_PARTITION_ONLY              HRES_ERROR(0x80110450)
-#define HRES_COMADMIN_E_START_APP_DISABLED               HRES_ERROR(0x80110451)
-#define HRES_COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME     HRES_ERROR(0x80110457)
-#define HRES_COMADMIN_E_CAT_INVALID_PARTITION_NAME       HRES_ERROR(0x80110458)
-#define HRES_COMADMIN_E_CAT_PARTITION_IN_USE             HRES_ERROR(0x80110459)
-#define HRES_COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES   HRES_ERROR(0x8011045A)
-#define HRES_COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED HRES_ERROR(0x8011045B)
-#define HRES_COMADMIN_E_AMBIGUOUS_APPLICATION_NAME       HRES_ERROR(0x8011045C)
-#define HRES_COMADMIN_E_AMBIGUOUS_PARTITION_NAME         HRES_ERROR(0x8011045D)
-#define HRES_COMADMIN_E_REGDB_NOTINITIALIZED             HRES_ERROR(0x80110472)
-#define HRES_COMADMIN_E_REGDB_NOTOPEN                    HRES_ERROR(0x80110473)
-#define HRES_COMADMIN_E_REGDB_SYSTEMERR                          HRES_ERROR(0x80110474)
-#define HRES_COMADMIN_E_REGDB_ALREADYRUNNING             HRES_ERROR(0x80110475)
-#define HRES_COMADMIN_E_MIG_VERSIONNOTSUPPORTED                  HRES_ERROR(0x80110480)
-#define HRES_COMADMIN_E_MIG_SCHEMANOTFOUND               HRES_ERROR(0x80110481)
-#define HRES_COMADMIN_E_CAT_BITNESSMISMATCH              HRES_ERROR(0x80110482)
-#define HRES_COMADMIN_E_CAT_UNACCEPTABLEBITNESS                  HRES_ERROR(0x80110483)
-#define HRES_COMADMIN_E_CAT_WRONGAPPBITNESS              HRES_ERROR(0x80110484)
-#define HRES_COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED   HRES_ERROR(0x80110485)
-#define HRES_COMADMIN_E_CAT_SERVERFAULT                          HRES_ERROR(0x80110486)
-#define HRES_COMQC_E_APPLICATION_NOT_QUEUED              HRES_ERROR(0x80110600)
-#define HRES_COMQC_E_NO_QUEUEABLE_INTERFACES             HRES_ERROR(0x80110601)
-#define HRES_COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE       HRES_ERROR(0x80110602)
-#define HRES_COMQC_E_NO_IPERSISTSTREAM                   HRES_ERROR(0x80110603)
-#define HRES_COMQC_E_BAD_MESSAGE                         HRES_ERROR(0x80110604)
-#define HRES_COMQC_E_UNAUTHENTICATED                     HRES_ERROR(0x80110605)
-#define HRES_COMQC_E_UNTRUSTED_ENQUEUER                          HRES_ERROR(0x80110606)
-#define HRES_MSDTC_E_DUPLICATE_RESOURCE                          HRES_ERROR(0x80110701)
-#define HRES_COMADMIN_E_OBJECT_PARENT_MISSING            HRES_ERROR(0x80110808)
-#define HRES_COMADMIN_E_OBJECT_DOES_NOT_EXIST            HRES_ERROR(0x80110809)
-#define HRES_COMADMIN_E_APP_NOT_RUNNING                          HRES_ERROR(0x8011080A)
-#define HRES_COMADMIN_E_INVALID_PARTITION                HRES_ERROR(0x8011080B)
-#define HRES_COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE HRES_ERROR(0x8011080D)
-#define HRES_COMADMIN_E_USER_IN_SET                      HRES_ERROR(0x8011080E)
-#define HRES_COMADMIN_E_CANTRECYCLELIBRARYAPPS           HRES_ERROR(0x8011080F)
-#define HRES_COMADMIN_E_CANTRECYCLESERVICEAPPS           HRES_ERROR(0x80110811)
-#define HRES_COMADMIN_E_PROCESSALREADYRECYCLED           HRES_ERROR(0x80110812)
-#define HRES_COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED    HRES_ERROR(0x80110813)
-#define HRES_COMADMIN_E_CANTMAKEINPROCSERVICE            HRES_ERROR(0x80110814)
-#define HRES_COMADMIN_E_PROGIDINUSEBYCLSID               HRES_ERROR(0x80110815)
-#define HRES_COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET     HRES_ERROR(0x80110816)
-#define HRES_COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED    HRES_ERROR(0x80110817)
-#define HRES_COMADMIN_E_PARTITION_ACCESSDENIED           HRES_ERROR(0x80110818)
-#define HRES_COMADMIN_E_PARTITION_MSI_ONLY               HRES_ERROR(0x80110819)
-#define HRES_COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT HRES_ERROR(0x8011081A)
-#define HRES_COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS HRES_ERROR(0x8011081B)
-#define HRES_COMADMIN_E_COMP_MOVE_SOURCE                 HRES_ERROR(0x8011081C)
-#define HRES_COMADMIN_E_COMP_MOVE_DEST                   HRES_ERROR(0x8011081D)
-#define HRES_COMADMIN_E_COMP_MOVE_PRIVATE                HRES_ERROR(0x8011081E)
-#define HRES_COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET    HRES_ERROR(0x8011081F)
-#define HRES_COMADMIN_E_CANNOT_ALIAS_EVENTCLASS                  HRES_ERROR(0x80110820)
-#define HRES_COMADMIN_E_PRIVATE_ACCESSDENIED             HRES_ERROR(0x80110821)
-#define HRES_COMADMIN_E_SAFERINVALID                     HRES_ERROR(0x80110822)
-#define HRES_COMADMIN_E_REGISTRY_ACCESSDENIED            HRES_ERROR(0x80110823)
-#define HRES_COMADMIN_E_PARTITIONS_DISABLED              HRES_ERROR(0x80110824)
-#define HRES_ERROR_FLT_NO_HANDLER_DEFINED                HRES_ERROR(0x801F0001)
-#define HRES_ERROR_FLT_CONTEXT_ALREADY_DEFINED           HRES_ERROR(0x801F0002)
-#define HRES_ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST      HRES_ERROR(0x801F0003)
-#define HRES_ERROR_FLT_DISALLOW_FAST_IO                          HRES_ERROR(0x801F0004)
-#define HRES_ERROR_FLT_INVALID_NAME_REQUEST              HRES_ERROR(0x801F0005)
-#define HRES_ERROR_FLT_NOT_SAFE_TO_POST_OPERATION        HRES_ERROR(0x801F0006)
-#define HRES_ERROR_FLT_NOT_INITIALIZED                   HRES_ERROR(0x801F0007)
-#define HRES_ERROR_FLT_FILTER_NOT_READY                          HRES_ERROR(0x801F0008)
-#define HRES_ERROR_FLT_POST_OPERATION_CLEANUP            HRES_ERROR(0x801F0009)
-#define HRES_ERROR_FLT_INTERNAL_ERROR                    HRES_ERROR(0x801F000A)
-#define HRES_ERROR_FLT_DELETING_OBJECT                   HRES_ERROR(0x801F000B)
-#define HRES_ERROR_FLT_MUST_BE_NONPAGED_POOL             HRES_ERROR(0x801F000C)
-#define HRES_ERROR_FLT_DUPLICATE_ENTRY                   HRES_ERROR(0x801F000D)
-#define HRES_ERROR_FLT_CBDQ_DISABLED                     HRES_ERROR(0x801F000E)
-#define HRES_ERROR_FLT_DO_NOT_ATTACH                     HRES_ERROR(0x801F000F)
-#define HRES_ERROR_FLT_DO_NOT_DETACH                     HRES_ERROR(0x801F0010)
-#define HRES_ERROR_FLT_INSTANCE_ALTITUDE_COLLISION       HRES_ERROR(0x801F0011)
-#define HRES_ERROR_FLT_INSTANCE_NAME_COLLISION           HRES_ERROR(0x801F0012)
-#define HRES_ERROR_FLT_FILTER_NOT_FOUND                          HRES_ERROR(0x801F0013)
-#define HRES_ERROR_FLT_VOLUME_NOT_FOUND                          HRES_ERROR(0x801F0014)
-#define HRES_ERROR_FLT_INSTANCE_NOT_FOUND                HRES_ERROR(0x801F0015)
-#define HRES_ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND      HRES_ERROR(0x801F0016)
-#define HRES_ERROR_FLT_INVALID_CONTEXT_REGISTRATION      HRES_ERROR(0x801F0017)
-#define HRES_ERROR_FLT_NAME_CACHE_MISS                   HRES_ERROR(0x801F0018)
-#define HRES_ERROR_FLT_NO_DEVICE_OBJECT                          HRES_ERROR(0x801F0019)
-#define HRES_ERROR_FLT_VOLUME_ALREADY_MOUNTED            HRES_ERROR(0x801F001A)
-#define HRES_ERROR_FLT_ALREADY_ENLISTED                          HRES_ERROR(0x801F001B)
-#define HRES_ERROR_FLT_CONTEXT_ALREADY_LINKED            HRES_ERROR(0x801F001C)
-#define HRES_ERROR_FLT_NO_WAITER_FOR_REPLY               HRES_ERROR(0x801F0020)
-#define HRES_ERROR_HUNG_DISPLAY_DRIVER_THREAD            HRES_ERROR(0x80260001)
-#define HRES_ERROR_MONITOR_NO_DESCRIPTOR                 HRES_ERROR(0x80261001)
-#define HRES_ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT     HRES_ERROR(0x80261002)
-#define HRES_DWM_E_COMPOSITIONDISABLED                   HRES_ERROR(0x80263001)
-#define HRES_DWM_E_REMOTING_NOT_SUPPORTED                HRES_ERROR(0x80263002)
-#define HRES_DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE      HRES_ERROR(0x80263003)
-#define HRES_DWM_E_NOT_QUEUING_PRESENTS                          HRES_ERROR(0x80263004)
-#define HRES_TPM_E_ERROR_MASK                            HRES_ERROR(0x80280000)
-#define HRES_TPM_E_AUTHFAIL                              HRES_ERROR(0x80280001)
-#define HRES_TPM_E_BADINDEX                              HRES_ERROR(0x80280002)
-#define HRES_TPM_E_BAD_PARAMETER                         HRES_ERROR(0x80280003)
-#define HRES_TPM_E_AUDITFAILURE                                  HRES_ERROR(0x80280004)
-#define HRES_TPM_E_CLEAR_DISABLED                        HRES_ERROR(0x80280005)
-#define HRES_TPM_E_DEACTIVATED                           HRES_ERROR(0x80280006)
-#define HRES_TPM_E_DISABLED                              HRES_ERROR(0x80280007)
-#define HRES_TPM_E_DISABLED_CMD                                  HRES_ERROR(0x80280008)
-#define HRES_TPM_E_FAIL                                          HRES_ERROR(0x80280009)
-#define HRES_TPM_E_BAD_ORDINAL                           HRES_ERROR(0x8028000A)
-#define HRES_TPM_E_INSTALL_DISABLED                      HRES_ERROR(0x8028000B)
-#define HRES_TPM_E_INVALID_KEYHANDLE                     HRES_ERROR(0x8028000C)
-#define HRES_TPM_E_KEYNOTFOUND                           HRES_ERROR(0x8028000D)
-#define HRES_TPM_E_INAPPROPRIATE_ENC                     HRES_ERROR(0x8028000E)
-#define HRES_TPM_E_MIGRATEFAIL                           HRES_ERROR(0x8028000F)
-#define HRES_TPM_E_INVALID_PCR_INFO                      HRES_ERROR(0x80280010)
-#define HRES_TPM_E_NOSPACE                               HRES_ERROR(0x80280011)
-#define HRES_TPM_E_NOSRK                                 HRES_ERROR(0x80280012)
-#define HRES_TPM_E_NOTSEALED_BLOB                        HRES_ERROR(0x80280013)
-#define HRES_TPM_E_OWNER_SET                             HRES_ERROR(0x80280014)
-#define HRES_TPM_E_RESOURCES                             HRES_ERROR(0x80280015)
-#define HRES_TPM_E_SHORTRANDOM                           HRES_ERROR(0x80280016)
-#define HRES_TPM_E_SIZE                                          HRES_ERROR(0x80280017)
-#define HRES_TPM_E_WRONGPCRVAL                           HRES_ERROR(0x80280018)
-#define HRES_TPM_E_BAD_PARAM_SIZE                        HRES_ERROR(0x80280019)
-#define HRES_TPM_E_SHA_THREAD                            HRES_ERROR(0x8028001A)
-#define HRES_TPM_E_SHA_ERROR                             HRES_ERROR(0x8028001B)
-#define HRES_TPM_E_FAILEDSELFTEST                        HRES_ERROR(0x8028001C)
-#define HRES_TPM_E_AUTH2FAIL                             HRES_ERROR(0x8028001D)
-#define HRES_TPM_E_BADTAG                                HRES_ERROR(0x8028001E)
-#define HRES_TPM_E_IOERROR                               HRES_ERROR(0x8028001F)
-#define HRES_TPM_E_ENCRYPT_ERROR                         HRES_ERROR(0x80280020)
-#define HRES_TPM_E_DECRYPT_ERROR                         HRES_ERROR(0x80280021)
-#define HRES_TPM_E_INVALID_AUTHHANDLE                    HRES_ERROR(0x80280022)
-#define HRES_TPM_E_NO_ENDORSEMENT                        HRES_ERROR(0x80280023)
-#define HRES_TPM_E_INVALID_KEYUSAGE                      HRES_ERROR(0x80280024)
-#define HRES_TPM_E_WRONG_ENTITYTYPE                      HRES_ERROR(0x80280025)
-#define HRES_TPM_E_INVALID_POSTINIT                      HRES_ERROR(0x80280026)
-#define HRES_TPM_E_INAPPROPRIATE_SIG                     HRES_ERROR(0x80280027)
-#define HRES_TPM_E_BAD_KEY_PROPERTY                      HRES_ERROR(0x80280028)
-#define HRES_TPM_E_BAD_MIGRATION                         HRES_ERROR(0x80280029)
-#define HRES_TPM_E_BAD_SCHEME                            HRES_ERROR(0x8028002A)
-#define HRES_TPM_E_BAD_DATASIZE                                  HRES_ERROR(0x8028002B)
-#define HRES_TPM_E_BAD_MODE                              HRES_ERROR(0x8028002C)
-#define HRES_TPM_E_BAD_PRESENCE                                  HRES_ERROR(0x8028002D)
-#define HRES_TPM_E_BAD_VERSION                           HRES_ERROR(0x8028002E)
-#define HRES_TPM_E_NO_WRAP_TRANSPORT                     HRES_ERROR(0x8028002F)
-#define HRES_TPM_E_AUDITFAIL_UNSUCCESSFUL                HRES_ERROR(0x80280030)
-#define HRES_TPM_E_AUDITFAIL_SUCCESSFUL                          HRES_ERROR(0x80280031)
-#define HRES_TPM_E_NOTRESETABLE                                  HRES_ERROR(0x80280032)
-#define HRES_TPM_E_NOTLOCAL                              HRES_ERROR(0x80280033)
-#define HRES_TPM_E_BAD_TYPE                              HRES_ERROR(0x80280034)
-#define HRES_TPM_E_INVALID_RESOURCE                      HRES_ERROR(0x80280035)
-#define HRES_TPM_E_NOTFIPS                               HRES_ERROR(0x80280036)
-#define HRES_TPM_E_INVALID_FAMILY                        HRES_ERROR(0x80280037)
-#define HRES_TPM_E_NO_NV_PERMISSION                      HRES_ERROR(0x80280038)
-#define HRES_TPM_E_REQUIRES_SIGN                         HRES_ERROR(0x80280039)
-#define HRES_TPM_E_KEY_NOTSUPPORTED                      HRES_ERROR(0x8028003A)
-#define HRES_TPM_E_AUTH_CONFLICT                         HRES_ERROR(0x8028003B)
-#define HRES_TPM_E_AREA_LOCKED                           HRES_ERROR(0x8028003C)
-#define HRES_TPM_E_BAD_LOCALITY                                  HRES_ERROR(0x8028003D)
-#define HRES_TPM_E_READ_ONLY                             HRES_ERROR(0x8028003E)
-#define HRES_TPM_E_PER_NOWRITE                           HRES_ERROR(0x8028003F)
-#define HRES_TPM_E_FAMILYCOUNT                           HRES_ERROR(0x80280040)
-#define HRES_TPM_E_WRITE_LOCKED                                  HRES_ERROR(0x80280041)
-#define HRES_TPM_E_BAD_ATTRIBUTES                        HRES_ERROR(0x80280042)
-#define HRES_TPM_E_INVALID_STRUCTURE                     HRES_ERROR(0x80280043)
-#define HRES_TPM_E_KEY_OWNER_CONTROL                     HRES_ERROR(0x80280044)
-#define HRES_TPM_E_BAD_COUNTER                           HRES_ERROR(0x80280045)
-#define HRES_TPM_E_NOT_FULLWRITE                         HRES_ERROR(0x80280046)
-#define HRES_TPM_E_CONTEXT_GAP                           HRES_ERROR(0x80280047)
-#define HRES_TPM_E_MAXNVWRITES                           HRES_ERROR(0x80280048)
-#define HRES_TPM_E_NOOPERATOR                            HRES_ERROR(0x80280049)
-#define HRES_TPM_E_RESOURCEMISSING                       HRES_ERROR(0x8028004A)
-#define HRES_TPM_E_DELEGATE_LOCK                         HRES_ERROR(0x8028004B)
-#define HRES_TPM_E_DELEGATE_FAMILY                       HRES_ERROR(0x8028004C)
-#define HRES_TPM_E_DELEGATE_ADMIN                        HRES_ERROR(0x8028004D)
-#define HRES_TPM_E_TRANSPORT_NOTEXCLUSIVE                HRES_ERROR(0x8028004E)
-#define HRES_TPM_E_OWNER_CONTROL                         HRES_ERROR(0x8028004F)
-#define HRES_TPM_E_DAA_RESOURCES                         HRES_ERROR(0x80280050)
-#define HRES_TPM_E_DAA_INPUT_DATA0                       HRES_ERROR(0x80280051)
-#define HRES_TPM_E_DAA_INPUT_DATA1                       HRES_ERROR(0x80280052)
-#define HRES_TPM_E_DAA_ISSUER_SETTINGS                   HRES_ERROR(0x80280053)
-#define HRES_TPM_E_DAA_TPM_SETTINGS                      HRES_ERROR(0x80280054)
-#define HRES_TPM_E_DAA_STAGE                             HRES_ERROR(0x80280055)
-#define HRES_TPM_E_DAA_ISSUER_VALIDITY                   HRES_ERROR(0x80280056)
-#define HRES_TPM_E_DAA_WRONG_W                           HRES_ERROR(0x80280057)
-#define HRES_TPM_E_BAD_HANDLE                            HRES_ERROR(0x80280058)
-#define HRES_TPM_E_BAD_DELEGATE                                  HRES_ERROR(0x80280059)
-#define HRES_TPM_E_BADCONTEXT                            HRES_ERROR(0x8028005A)
-#define HRES_TPM_E_TOOMANYCONTEXTS                       HRES_ERROR(0x8028005B)
-#define HRES_TPM_E_MA_TICKET_SIGNATURE                   HRES_ERROR(0x8028005C)
-#define HRES_TPM_E_MA_DESTINATION                        HRES_ERROR(0x8028005D)
-#define HRES_TPM_E_MA_SOURCE                             HRES_ERROR(0x8028005E)
-#define HRES_TPM_E_MA_AUTHORITY                                  HRES_ERROR(0x8028005F)
-#define HRES_TPM_E_PERMANENTEK                           HRES_ERROR(0x80280061)
-#define HRES_TPM_E_BAD_SIGNATURE                         HRES_ERROR(0x80280062)
-#define HRES_TPM_E_NOCONTEXTSPACE                        HRES_ERROR(0x80280063)
-#define HRES_TPM_E_COMMAND_BLOCKED                       HRES_ERROR(0x80280400)
-#define HRES_TPM_E_INVALID_HANDLE                        HRES_ERROR(0x80280401)
-#define HRES_TPM_E_DUPLICATE_VHANDLE                     HRES_ERROR(0x80280402)
-#define HRES_TPM_E_EMBEDDED_COMMAND_BLOCKED              HRES_ERROR(0x80280403)
-#define HRES_TPM_E_EMBEDDED_COMMAND_UNSUPPORTED                  HRES_ERROR(0x80280404)
-#define HRES_TPM_E_RETRY                                 HRES_ERROR(0x80280800)
-#define HRES_TPM_E_NEEDS_SELFTEST                        HRES_ERROR(0x80280801)
-#define HRES_TPM_E_DOING_SELFTEST                        HRES_ERROR(0x80280802)
-#define HRES_TPM_E_DEFEND_LOCK_RUNNING                   HRES_ERROR(0x80280803)
-#define HRES_TBS_E_INTERNAL_ERROR                        HRES_ERROR(0x80284001)
-#define HRES_TBS_E_BAD_PARAMETER                         HRES_ERROR(0x80284002)
-#define HRES_TBS_E_INVALID_OUTPUT_POINTER                HRES_ERROR(0x80284003)
-#define HRES_TBS_E_INVALID_CONTEXT                       HRES_ERROR(0x80284004)
-#define HRES_TBS_E_INSUFFICIENT_BUFFER                   HRES_ERROR(0x80284005)
-#define HRES_TBS_E_IOERROR                               HRES_ERROR(0x80284006)
-#define HRES_TBS_E_INVALID_CONTEXT_PARAM                 HRES_ERROR(0x80284007)
-#define HRES_TBS_E_SERVICE_NOT_RUNNING                   HRES_ERROR(0x80284008)
-#define HRES_TBS_E_TOO_MANY_TBS_CONTEXTS                 HRES_ERROR(0x80284009)
-#define HRES_TBS_E_TOO_MANY_RESOURCES                    HRES_ERROR(0x8028400A)
-#define HRES_TBS_E_SERVICE_START_PENDING                 HRES_ERROR(0x8028400B)
-#define HRES_TBS_E_PPI_NOT_SUPPORTED                     HRES_ERROR(0x8028400C)
-#define HRES_TBS_E_COMMAND_CANCELED                      HRES_ERROR(0x8028400D)
-#define HRES_TBS_E_BUFFER_TOO_LARGE                      HRES_ERROR(0x8028400E)
-#define HRES_TPMAPI_E_INVALID_STATE                      HRES_ERROR(0x80290100)
-#define HRES_TPMAPI_E_NOT_ENOUGH_DATA                    HRES_ERROR(0x80290101)
-#define HRES_TPMAPI_E_TOO_MUCH_DATA                      HRES_ERROR(0x80290102)
-#define HRES_TPMAPI_E_INVALID_OUTPUT_POINTER             HRES_ERROR(0x80290103)
-#define HRES_TPMAPI_E_INVALID_PARAMETER                          HRES_ERROR(0x80290104)
-#define HRES_TPMAPI_E_OUT_OF_MEMORY                      HRES_ERROR(0x80290105)
-#define HRES_TPMAPI_E_BUFFER_TOO_SMALL                   HRES_ERROR(0x80290106)
-#define HRES_TPMAPI_E_INTERNAL_ERROR                     HRES_ERROR(0x80290107)
-#define HRES_TPMAPI_E_ACCESS_DENIED                      HRES_ERROR(0x80290108)
-#define HRES_TPMAPI_E_AUTHORIZATION_FAILED               HRES_ERROR(0x80290109)
-#define HRES_TPMAPI_E_INVALID_CONTEXT_HANDLE             HRES_ERROR(0x8029010A)
-#define HRES_TPMAPI_E_TBS_COMMUNICATION_ERROR            HRES_ERROR(0x8029010B)
-#define HRES_TPMAPI_E_TPM_COMMAND_ERROR                          HRES_ERROR(0x8029010C)
-#define HRES_TPMAPI_E_MESSAGE_TOO_LARGE                          HRES_ERROR(0x8029010D)
-#define HRES_TPMAPI_E_INVALID_ENCODING                   HRES_ERROR(0x8029010E)
-#define HRES_TPMAPI_E_INVALID_KEY_SIZE                   HRES_ERROR(0x8029010F)
-#define HRES_TPMAPI_E_ENCRYPTION_FAILED                          HRES_ERROR(0x80290110)
-#define HRES_TPMAPI_E_INVALID_KEY_PARAMS                 HRES_ERROR(0x80290111)
-#define HRES_TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB HRES_ERROR(0x80290112)
-#define HRES_TPMAPI_E_INVALID_PCR_INDEX                          HRES_ERROR(0x80290113)
-#define HRES_TPMAPI_E_INVALID_DELEGATE_BLOB              HRES_ERROR(0x80290114)
-#define HRES_TPMAPI_E_INVALID_CONTEXT_PARAMS             HRES_ERROR(0x80290115)
-#define HRES_TPMAPI_E_INVALID_KEY_BLOB                   HRES_ERROR(0x80290116)
-#define HRES_TPMAPI_E_INVALID_PCR_DATA                   HRES_ERROR(0x80290117)
-#define HRES_TPMAPI_E_INVALID_OWNER_AUTH                 HRES_ERROR(0x80290118)
-#define HRES_TBSIMP_E_BUFFER_TOO_SMALL                   HRES_ERROR(0x80290200)
-#define HRES_TBSIMP_E_CLEANUP_FAILED                     HRES_ERROR(0x80290201)
-#define HRES_TBSIMP_E_INVALID_CONTEXT_HANDLE             HRES_ERROR(0x80290202)
-#define HRES_TBSIMP_E_INVALID_CONTEXT_PARAM              HRES_ERROR(0x80290203)
-#define HRES_TBSIMP_E_TPM_ERROR                                  HRES_ERROR(0x80290204)
-#define HRES_TBSIMP_E_HASH_BAD_KEY                       HRES_ERROR(0x80290205)
-#define HRES_TBSIMP_E_DUPLICATE_VHANDLE                          HRES_ERROR(0x80290206)
-#define HRES_TBSIMP_E_INVALID_OUTPUT_POINTER             HRES_ERROR(0x80290207)
-#define HRES_TBSIMP_E_INVALID_PARAMETER                          HRES_ERROR(0x80290208)
-#define HRES_TBSIMP_E_RPC_INIT_FAILED                    HRES_ERROR(0x80290209)
-#define HRES_TBSIMP_E_SCHEDULER_NOT_RUNNING              HRES_ERROR(0x8029020A)
-#define HRES_TBSIMP_E_COMMAND_CANCELED                   HRES_ERROR(0x8029020B)
-#define HRES_TBSIMP_E_OUT_OF_MEMORY                      HRES_ERROR(0x8029020C)
-#define HRES_TBSIMP_E_LIST_NO_MORE_ITEMS                 HRES_ERROR(0x8029020D)
-#define HRES_TBSIMP_E_LIST_NOT_FOUND                     HRES_ERROR(0x8029020E)
-#define HRES_TBSIMP_E_NOT_ENOUGH_SPACE                   HRES_ERROR(0x8029020F)
-#define HRES_TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS            HRES_ERROR(0x80290210)
-#define HRES_TBSIMP_E_COMMAND_FAILED                     HRES_ERROR(0x80290211)
-#define HRES_TBSIMP_E_UNKNOWN_ORDINAL                    HRES_ERROR(0x80290212)
-#define HRES_TBSIMP_E_RESOURCE_EXPIRED                   HRES_ERROR(0x80290213)
-#define HRES_TBSIMP_E_INVALID_RESOURCE                   HRES_ERROR(0x80290214)
-#define HRES_TBSIMP_E_NOTHING_TO_UNLOAD                          HRES_ERROR(0x80290215)
-#define HRES_TBSIMP_E_HASH_TABLE_FULL                    HRES_ERROR(0x80290216)
-#define HRES_TBSIMP_E_TOO_MANY_TBS_CONTEXTS              HRES_ERROR(0x80290217)
-#define HRES_TBSIMP_E_TOO_MANY_RESOURCES                 HRES_ERROR(0x80290218)
-#define HRES_TBSIMP_E_PPI_NOT_SUPPORTED                          HRES_ERROR(0x80290219)
-#define HRES_TBSIMP_E_TPM_INCOMPATIBLE                   HRES_ERROR(0x8029021A)
-#define HRES_TPM_E_PPI_ACPI_FAILURE                      HRES_ERROR(0x80290300)
-#define HRES_TPM_E_PPI_USER_ABORT                        HRES_ERROR(0x80290301)
-#define HRES_TPM_E_PPI_BIOS_FAILURE                      HRES_ERROR(0x80290302)
-#define HRES_TPM_E_PPI_NOT_SUPPORTED                     HRES_ERROR(0x80290303)
-#define HRES_PLA_E_DCS_NOT_FOUND                         HRES_ERROR(0x80300002)
-#define HRES_PLA_E_TOO_MANY_FOLDERS                      HRES_ERROR(0x80300045)
-#define HRES_PLA_E_NO_MIN_DISK                           HRES_ERROR(0x80300070)
-#define HRES_PLA_E_DCS_IN_USE                            HRES_ERROR(0x803000AA)
-#define HRES_PLA_E_DCS_ALREADY_EXISTS                    HRES_ERROR(0x803000B7)
-#define HRES_PLA_E_PROPERTY_CONFLICT                     HRES_ERROR(0x80300101)
-#define HRES_PLA_E_DCS_SINGLETON_REQUIRED                HRES_ERROR(0x80300102)
-#define HRES_PLA_E_CREDENTIALS_REQUIRED                          HRES_ERROR(0x80300103)
-#define HRES_PLA_E_DCS_NOT_RUNNING                       HRES_ERROR(0x80300104)
-#define HRES_PLA_E_CONFLICT_INCL_EXCL_API                HRES_ERROR(0x80300105)
-#define HRES_PLA_E_NETWORK_EXE_NOT_VALID                 HRES_ERROR(0x80300106)
-#define HRES_PLA_E_EXE_ALREADY_CONFIGURED                HRES_ERROR(0x80300107)
-#define HRES_PLA_E_EXE_PATH_NOT_VALID                    HRES_ERROR(0x80300108)
-#define HRES_PLA_E_DC_ALREADY_EXISTS                     HRES_ERROR(0x80300109)
-#define HRES_PLA_E_DCS_START_WAIT_TIMEOUT                HRES_ERROR(0x8030010A)
-#define HRES_PLA_E_DC_START_WAIT_TIMEOUT                 HRES_ERROR(0x8030010B)
-#define HRES_PLA_E_REPORT_WAIT_TIMEOUT                   HRES_ERROR(0x8030010C)
-#define HRES_PLA_E_NO_DUPLICATES                         HRES_ERROR(0x8030010D)
-#define HRES_PLA_E_EXE_FULL_PATH_REQUIRED                HRES_ERROR(0x8030010E)
-#define HRES_PLA_E_INVALID_SESSION_NAME                          HRES_ERROR(0x8030010F)
-#define HRES_PLA_E_PLA_CHANNEL_NOT_ENABLED               HRES_ERROR(0x80300110)
-#define HRES_PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED         HRES_ERROR(0x80300111)
-#define HRES_FVE_E_LOCKED_VOLUME                         HRES_ERROR(0x80310000)
-#define HRES_FVE_E_NOT_ENCRYPTED                         HRES_ERROR(0x80310001)
-#define HRES_FVE_E_NO_TPM_BIOS                           HRES_ERROR(0x80310002)
-#define HRES_FVE_E_NO_MBR_METRIC                         HRES_ERROR(0x80310003)
-#define HRES_FVE_E_NO_BOOTSECTOR_METRIC                          HRES_ERROR(0x80310004)
-#define HRES_FVE_E_NO_BOOTMGR_METRIC                     HRES_ERROR(0x80310005)
-#define HRES_FVE_E_WRONG_BOOTMGR                         HRES_ERROR(0x80310006)
-#define HRES_FVE_E_SECURE_KEY_REQUIRED                   HRES_ERROR(0x80310007)
-#define HRES_FVE_E_NOT_ACTIVATED                         HRES_ERROR(0x80310008)
-#define HRES_FVE_E_ACTION_NOT_ALLOWED                    HRES_ERROR(0x80310009)
-#define HRES_FVE_E_AD_SCHEMA_NOT_INSTALLED               HRES_ERROR(0x8031000A)
-#define HRES_FVE_E_AD_INVALID_DATATYPE                   HRES_ERROR(0x8031000B)
-#define HRES_FVE_E_AD_INVALID_DATASIZE                   HRES_ERROR(0x8031000C)
-#define HRES_FVE_E_AD_NO_VALUES                                  HRES_ERROR(0x8031000D)
-#define HRES_FVE_E_AD_ATTR_NOT_SET                       HRES_ERROR(0x8031000E)
-#define HRES_FVE_E_AD_GUID_NOT_FOUND                     HRES_ERROR(0x8031000F)
-#define HRES_FVE_E_BAD_INFORMATION                       HRES_ERROR(0x80310010)
-#define HRES_FVE_E_TOO_SMALL                             HRES_ERROR(0x80310011)
-#define HRES_FVE_E_SYSTEM_VOLUME                         HRES_ERROR(0x80310012)
-#define HRES_FVE_E_FAILED_WRONG_FS                       HRES_ERROR(0x80310013)
-#define HRES_FVE_E_FAILED_BAD_FS                         HRES_ERROR(0x80310014)
-#define HRES_FVE_E_NOT_SUPPORTED                         HRES_ERROR(0x80310015)
-#define HRES_FVE_E_BAD_DATA                              HRES_ERROR(0x80310016)
-#define HRES_FVE_E_VOLUME_NOT_BOUND                      HRES_ERROR(0x80310017)
-#define HRES_FVE_E_TPM_NOT_OWNED                         HRES_ERROR(0x80310018)
-#define HRES_FVE_E_NOT_DATA_VOLUME                       HRES_ERROR(0x80310019)
-#define HRES_FVE_E_AD_INSUFFICIENT_BUFFER                HRES_ERROR(0x8031001A)
-#define HRES_FVE_E_CONV_READ                             HRES_ERROR(0x8031001B)
-#define HRES_FVE_E_CONV_WRITE                            HRES_ERROR(0x8031001C)
-#define HRES_FVE_E_KEY_REQUIRED                                  HRES_ERROR(0x8031001D)
-#define HRES_FVE_E_CLUSTERING_NOT_SUPPORTED              HRES_ERROR(0x8031001E)
-#define HRES_FVE_E_VOLUME_BOUND_ALREADY                          HRES_ERROR(0x8031001F)
-#define HRES_FVE_E_OS_NOT_PROTECTED                      HRES_ERROR(0x80310020)
-#define HRES_FVE_E_PROTECTION_DISABLED                   HRES_ERROR(0x80310021)
-#define HRES_FVE_E_RECOVERY_KEY_REQUIRED                 HRES_ERROR(0x80310022)
-#define HRES_FVE_E_FOREIGN_VOLUME                        HRES_ERROR(0x80310023)
-#define HRES_FVE_E_OVERLAPPED_UPDATE                     HRES_ERROR(0x80310024)
-#define HRES_FVE_E_TPM_SRK_AUTH_NOT_ZERO                 HRES_ERROR(0x80310025)
-#define HRES_FVE_E_FAILED_SECTOR_SIZE                    HRES_ERROR(0x80310026)
-#define HRES_FVE_E_FAILED_AUTHENTICATION                 HRES_ERROR(0x80310027)
-#define HRES_FVE_E_NOT_OS_VOLUME                         HRES_ERROR(0x80310028)
-#define HRES_FVE_E_AUTOUNLOCK_ENABLED                    HRES_ERROR(0x80310029)
-#define HRES_FVE_E_WRONG_BOOTSECTOR                      HRES_ERROR(0x8031002A)
-#define HRES_FVE_E_WRONG_SYSTEM_FS                       HRES_ERROR(0x8031002B)
-#define HRES_FVE_E_POLICY_PASSWORD_REQUIRED              HRES_ERROR(0x8031002C)
-#define HRES_FVE_E_CANNOT_SET_FVEK_ENCRYPTED             HRES_ERROR(0x8031002D)
-#define HRES_FVE_E_CANNOT_ENCRYPT_NO_KEY                 HRES_ERROR(0x8031002E)
-#define HRES_FVE_E_BOOTABLE_CDDVD                        HRES_ERROR(0x80310030)
-#define HRES_FVE_E_PROTECTOR_EXISTS                      HRES_ERROR(0x80310031)
-#define HRES_FVE_E_RELATIVE_PATH                         HRES_ERROR(0x80310032)
-#define HRES_FWP_E_CALLOUT_NOT_FOUND                     HRES_ERROR(0x80320001)
-#define HRES_FWP_E_CONDITION_NOT_FOUND                   HRES_ERROR(0x80320002)
-#define HRES_FWP_E_FILTER_NOT_FOUND                      HRES_ERROR(0x80320003)
-#define HRES_FWP_E_LAYER_NOT_FOUND                       HRES_ERROR(0x80320004)
-#define HRES_FWP_E_PROVIDER_NOT_FOUND                    HRES_ERROR(0x80320005)
-#define HRES_FWP_E_PROVIDER_CONTEXT_NOT_FOUND            HRES_ERROR(0x80320006)
-#define HRES_FWP_E_SUBLAYER_NOT_FOUND                    HRES_ERROR(0x80320007)
-#define HRES_FWP_E_NOT_FOUND                             HRES_ERROR(0x80320008)
-#define HRES_FWP_E_ALREADY_EXISTS                        HRES_ERROR(0x80320009)
-#define HRES_FWP_E_IN_USE                                HRES_ERROR(0x8032000A)
-#define HRES_FWP_E_DYNAMIC_SESSION_IN_PROGRESS           HRES_ERROR(0x8032000B)
-#define HRES_FWP_E_WRONG_SESSION                         HRES_ERROR(0x8032000C)
-#define HRES_FWP_E_NO_TXN_IN_PROGRESS                    HRES_ERROR(0x8032000D)
-#define HRES_FWP_E_TXN_IN_PROGRESS                       HRES_ERROR(0x8032000E)
-#define HRES_FWP_E_TXN_ABORTED                           HRES_ERROR(0x8032000F)
-#define HRES_FWP_E_SESSION_ABORTED                       HRES_ERROR(0x80320010)
-#define HRES_FWP_E_INCOMPATIBLE_TXN                      HRES_ERROR(0x80320011)
-#define HRES_FWP_E_TIMEOUT                               HRES_ERROR(0x80320012)
-#define HRES_FWP_E_NET_EVENTS_DISABLED                   HRES_ERROR(0x80320013)
-#define HRES_FWP_E_INCOMPATIBLE_LAYER                    HRES_ERROR(0x80320014)
-#define HRES_FWP_E_KM_CLIENTS_ONLY                       HRES_ERROR(0x80320015)
-#define HRES_FWP_E_LIFETIME_MISMATCH                     HRES_ERROR(0x80320016)
-#define HRES_FWP_E_BUILTIN_OBJECT                        HRES_ERROR(0x80320017)
-#define HRES_FWP_E_TOO_MANY_BOOTTIME_FILTERS             HRES_ERROR(0x80320018)
-#define HRES_FWP_E_NOTIFICATION_DROPPED                          HRES_ERROR(0x80320019)
-#define HRES_FWP_E_TRAFFIC_MISMATCH                      HRES_ERROR(0x8032001A)
-#define HRES_FWP_E_INCOMPATIBLE_SA_STATE                 HRES_ERROR(0x8032001B)
-#define HRES_FWP_E_NULL_POINTER                                  HRES_ERROR(0x8032001C)
-#define HRES_FWP_E_INVALID_ENUMERATOR                    HRES_ERROR(0x8032001D)
-#define HRES_FWP_E_INVALID_FLAGS                         HRES_ERROR(0x8032001E)
-#define HRES_FWP_E_INVALID_NET_MASK                      HRES_ERROR(0x8032001F)
-#define HRES_FWP_E_INVALID_RANGE                         HRES_ERROR(0x80320020)
-#define HRES_FWP_E_INVALID_INTERVAL                      HRES_ERROR(0x80320021)
-#define HRES_FWP_E_ZERO_LENGTH_ARRAY                     HRES_ERROR(0x80320022)
-#define HRES_FWP_E_NULL_DISPLAY_NAME                     HRES_ERROR(0x80320023)
-#define HRES_FWP_E_INVALID_ACTION_TYPE                   HRES_ERROR(0x80320024)
-#define HRES_FWP_E_INVALID_WEIGHT                        HRES_ERROR(0x80320025)
-#define HRES_FWP_E_MATCH_TYPE_MISMATCH                   HRES_ERROR(0x80320026)
-#define HRES_FWP_E_TYPE_MISMATCH                         HRES_ERROR(0x80320027)
-#define HRES_FWP_E_OUT_OF_BOUNDS                         HRES_ERROR(0x80320028)
-#define HRES_FWP_E_RESERVED                              HRES_ERROR(0x80320029)
-#define HRES_FWP_E_DUPLICATE_CONDITION                   HRES_ERROR(0x8032002A)
-#define HRES_FWP_E_DUPLICATE_KEYMOD                      HRES_ERROR(0x8032002B)
-#define HRES_FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER        HRES_ERROR(0x8032002C)
-#define HRES_FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER     HRES_ERROR(0x8032002D)
-#define HRES_FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER       HRES_ERROR(0x8032002E)
-#define HRES_FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT     HRES_ERROR(0x8032002F)
-#define HRES_FWP_E_INCOMPATIBLE_AUTH_METHOD              HRES_ERROR(0x80320030)
-#define HRES_FWP_E_INCOMPATIBLE_DH_GROUP                 HRES_ERROR(0x80320031)
-#define HRES_FWP_E_EM_NOT_SUPPORTED                      HRES_ERROR(0x80320032)
-#define HRES_FWP_E_NEVER_MATCH                           HRES_ERROR(0x80320033)
-#define HRES_FWP_E_PROVIDER_CONTEXT_MISMATCH             HRES_ERROR(0x80320034)
-#define HRES_FWP_E_INVALID_PARAMETER                     HRES_ERROR(0x80320035)
-#define HRES_FWP_E_TOO_MANY_SUBLAYERS                    HRES_ERROR(0x80320036)
-#define HRES_FWP_E_CALLOUT_NOTIFICATION_FAILED           HRES_ERROR(0x80320037)
-#define HRES_FWP_E_INCOMPATIBLE_AUTH_CONFIG              HRES_ERROR(0x80320038)
-#define HRES_FWP_E_INCOMPATIBLE_CIPHER_CONFIG            HRES_ERROR(0x80320039)
-#define HRES_ERROR_NDIS_INTERFACE_CLOSING                HRES_ERROR(0x80340002)
-#define HRES_ERROR_NDIS_BAD_VERSION                      HRES_ERROR(0x80340004)
-#define HRES_ERROR_NDIS_BAD_CHARACTERISTICS              HRES_ERROR(0x80340005)
-#define HRES_ERROR_NDIS_ADAPTER_NOT_FOUND                HRES_ERROR(0x80340006)
-#define HRES_ERROR_NDIS_OPEN_FAILED                      HRES_ERROR(0x80340007)
-#define HRES_ERROR_NDIS_DEVICE_FAILED                    HRES_ERROR(0x80340008)
-#define HRES_ERROR_NDIS_MULTICAST_FULL                   HRES_ERROR(0x80340009)
-#define HRES_ERROR_NDIS_MULTICAST_EXISTS                 HRES_ERROR(0x8034000A)
-#define HRES_ERROR_NDIS_MULTICAST_NOT_FOUND              HRES_ERROR(0x8034000B)
-#define HRES_ERROR_NDIS_REQUEST_ABORTED                          HRES_ERROR(0x8034000C)
-#define HRES_ERROR_NDIS_RESET_IN_PROGRESS                HRES_ERROR(0x8034000D)
-#define HRES_ERROR_NDIS_INVALID_PACKET                   HRES_ERROR(0x8034000F)
-#define HRES_ERROR_NDIS_INVALID_DEVICE_REQUEST           HRES_ERROR(0x80340010)
-#define HRES_ERROR_NDIS_ADAPTER_NOT_READY                HRES_ERROR(0x80340011)
-#define HRES_ERROR_NDIS_INVALID_LENGTH                   HRES_ERROR(0x80340014)
-#define HRES_ERROR_NDIS_INVALID_DATA                     HRES_ERROR(0x80340015)
-#define HRES_ERROR_NDIS_BUFFER_TOO_SHORT                 HRES_ERROR(0x80340016)
-#define HRES_ERROR_NDIS_INVALID_OID                      HRES_ERROR(0x80340017)
-#define HRES_ERROR_NDIS_ADAPTER_REMOVED                          HRES_ERROR(0x80340018)
-#define HRES_ERROR_NDIS_UNSUPPORTED_MEDIA                HRES_ERROR(0x80340019)
-#define HRES_ERROR_NDIS_GROUP_ADDRESS_IN_USE             HRES_ERROR(0x8034001A)
-#define HRES_ERROR_NDIS_FILE_NOT_FOUND                   HRES_ERROR(0x8034001B)
-#define HRES_ERROR_NDIS_ERROR_READING_FILE               HRES_ERROR(0x8034001C)
-#define HRES_ERROR_NDIS_ALREADY_MAPPED                   HRES_ERROR(0x8034001D)
-#define HRES_ERROR_NDIS_RESOURCE_CONFLICT                HRES_ERROR(0x8034001E)
-#define HRES_ERROR_NDIS_MEDIA_DISCONNECTED               HRES_ERROR(0x8034001F)
-#define HRES_ERROR_NDIS_INVALID_ADDRESS                          HRES_ERROR(0x80340022)
-#define HRES_ERROR_NDIS_PAUSED                           HRES_ERROR(0x8034002A)
-#define HRES_ERROR_NDIS_INTERFACE_NOT_FOUND              HRES_ERROR(0x8034002B)
-#define HRES_ERROR_NDIS_UNSUPPORTED_REVISION             HRES_ERROR(0x8034002C)
-#define HRES_ERROR_NDIS_INVALID_PORT                     HRES_ERROR(0x8034002D)
-#define HRES_ERROR_NDIS_INVALID_PORT_STATE               HRES_ERROR(0x8034002E)
-#define HRES_ERROR_NDIS_NOT_SUPPORTED                    HRES_ERROR(0x803400BB)
-#define HRES_ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED        HRES_ERROR(0x80342000)
-#define HRES_ERROR_NDIS_DOT11_MEDIA_IN_USE               HRES_ERROR(0x80342001)
-#define HRES_ERROR_NDIS_DOT11_POWER_STATE_INVALID        HRES_ERROR(0x80342002)
-#define HRES_TRK_E_NOT_FOUND                             HRES_ERROR(0x8DEAD01B)
-#define HRES_TRK_E_VOLUME_QUOTA_EXCEEDED                 HRES_ERROR(0x8DEAD01C)
-#define HRES_TRK_SERVER_TOO_BUSY                         HRES_ERROR(0x8DEAD01E)
-#define HRES_ERROR_AUDITING_DISABLED                     HRES_ERROR(0xC0090001)
-#define HRES_ERROR_ALL_SIDS_FILTERED                     HRES_ERROR(0xC0090002)
-#define HRES_ERROR_BIZRULES_NOT_ENABLED                          HRES_ERROR(0xC0090003)
-#define HRES_NS_E_NOCONNECTION                           HRES_ERROR(0xC00D0005)
-#define HRES_NS_E_CANNOTCONNECT                                  HRES_ERROR(0xC00D0006)
-#define HRES_NS_E_CANNOTDESTROYTITLE                     HRES_ERROR(0xC00D0007)
-#define HRES_NS_E_CANNOTRENAMETITLE                      HRES_ERROR(0xC00D0008)
-#define HRES_NS_E_CANNOTOFFLINEDISK                      HRES_ERROR(0xC00D0009)
-#define HRES_NS_E_CANNOTONLINEDISK                       HRES_ERROR(0xC00D000A)
-#define HRES_NS_E_NOREGISTEREDWALKER                     HRES_ERROR(0xC00D000B)
-#define HRES_NS_E_NOFUNNEL                               HRES_ERROR(0xC00D000C)
-#define HRES_NS_E_NO_LOCALPLAY                           HRES_ERROR(0xC00D000D)
-#define HRES_NS_E_NETWORK_BUSY                           HRES_ERROR(0xC00D000E)
-#define HRES_NS_E_TOO_MANY_SESS                                  HRES_ERROR(0xC00D000F)
-#define HRES_NS_E_ALREADY_CONNECTED                      HRES_ERROR(0xC00D0010)
-#define HRES_NS_E_INVALID_INDEX                                  HRES_ERROR(0xC00D0011)
-#define HRES_NS_E_PROTOCOL_MISMATCH                      HRES_ERROR(0xC00D0012)
-#define HRES_NS_E_TIMEOUT                                HRES_ERROR(0xC00D0013)
-#define HRES_NS_E_NET_WRITE                              HRES_ERROR(0xC00D0014)
-#define HRES_NS_E_NET_READ                               HRES_ERROR(0xC00D0015)
-#define HRES_NS_E_DISK_WRITE                             HRES_ERROR(0xC00D0016)
-#define HRES_NS_E_DISK_READ                              HRES_ERROR(0xC00D0017)
-#define HRES_NS_E_FILE_WRITE                             HRES_ERROR(0xC00D0018)
-#define HRES_NS_E_FILE_READ                              HRES_ERROR(0xC00D0019)
-#define HRES_NS_E_FILE_NOT_FOUND                         HRES_ERROR(0xC00D001A)
-#define HRES_NS_E_FILE_EXISTS                            HRES_ERROR(0xC00D001B)
-#define HRES_NS_E_INVALID_NAME                           HRES_ERROR(0xC00D001C)
-#define HRES_NS_E_FILE_OPEN_FAILED                       HRES_ERROR(0xC00D001D)
-#define HRES_NS_E_FILE_ALLOCATION_FAILED                 HRES_ERROR(0xC00D001E)
-#define HRES_NS_E_FILE_INIT_FAILED                       HRES_ERROR(0xC00D001F)
-#define HRES_NS_E_FILE_PLAY_FAILED                       HRES_ERROR(0xC00D0020)
-#define HRES_NS_E_SET_DISK_UID_FAILED                    HRES_ERROR(0xC00D0021)
-#define HRES_NS_E_INDUCED                                HRES_ERROR(0xC00D0022)
-#define HRES_NS_E_CCLINK_DOWN                            HRES_ERROR(0xC00D0023)
-#define HRES_NS_E_INTERNAL                               HRES_ERROR(0xC00D0024)
-#define HRES_NS_E_BUSY                                   HRES_ERROR(0xC00D0025)
-#define HRES_NS_E_UNRECOGNIZED_STREAM_TYPE               HRES_ERROR(0xC00D0026)
-#define HRES_NS_E_NETWORK_SERVICE_FAILURE                HRES_ERROR(0xC00D0027)
-#define HRES_NS_E_NETWORK_RESOURCE_FAILURE               HRES_ERROR(0xC00D0028)
-#define HRES_NS_E_CONNECTION_FAILURE                     HRES_ERROR(0xC00D0029)
-#define HRES_NS_E_SHUTDOWN                               HRES_ERROR(0xC00D002A)
-#define HRES_NS_E_INVALID_REQUEST                        HRES_ERROR(0xC00D002B)
-#define HRES_NS_E_INSUFFICIENT_BANDWIDTH                 HRES_ERROR(0xC00D002C)
-#define HRES_NS_E_NOT_REBUILDING                         HRES_ERROR(0xC00D002D)
-#define HRES_NS_E_LATE_OPERATION                         HRES_ERROR(0xC00D002E)
-#define HRES_NS_E_INVALID_DATA                           HRES_ERROR(0xC00D002F)
-#define HRES_NS_E_FILE_BANDWIDTH_LIMIT                   HRES_ERROR(0xC00D0030)
-#define HRES_NS_E_OPEN_FILE_LIMIT                        HRES_ERROR(0xC00D0031)
-#define HRES_NS_E_BAD_CONTROL_DATA                       HRES_ERROR(0xC00D0032)
-#define HRES_NS_E_NO_STREAM                              HRES_ERROR(0xC00D0033)
-#define HRES_NS_E_STREAM_END                             HRES_ERROR(0xC00D0034)
-#define HRES_NS_E_SERVER_NOT_FOUND                       HRES_ERROR(0xC00D0035)
-#define HRES_NS_E_DUPLICATE_NAME                         HRES_ERROR(0xC00D0036)
-#define HRES_NS_E_DUPLICATE_ADDRESS                      HRES_ERROR(0xC00D0037)
-#define HRES_NS_E_BAD_MULTICAST_ADDRESS                          HRES_ERROR(0xC00D0038)
-#define HRES_NS_E_BAD_ADAPTER_ADDRESS                    HRES_ERROR(0xC00D0039)
-#define HRES_NS_E_BAD_DELIVERY_MODE                      HRES_ERROR(0xC00D003A)
-#define HRES_NS_E_INVALID_CHANNEL                        HRES_ERROR(0xC00D003B)
-#define HRES_NS_E_INVALID_STREAM                         HRES_ERROR(0xC00D003C)
-#define HRES_NS_E_INVALID_ARCHIVE                        HRES_ERROR(0xC00D003D)
-#define HRES_NS_E_NOTITLES                               HRES_ERROR(0xC00D003E)
-#define HRES_NS_E_INVALID_CLIENT                         HRES_ERROR(0xC00D003F)
-#define HRES_NS_E_INVALID_BLACKHOLE_ADDRESS              HRES_ERROR(0xC00D0040)
-#define HRES_NS_E_INCOMPATIBLE_FORMAT                    HRES_ERROR(0xC00D0041)
-#define HRES_NS_E_INVALID_KEY                            HRES_ERROR(0xC00D0042)
-#define HRES_NS_E_INVALID_PORT                           HRES_ERROR(0xC00D0043)
-#define HRES_NS_E_INVALID_TTL                            HRES_ERROR(0xC00D0044)
-#define HRES_NS_E_STRIDE_REFUSED                         HRES_ERROR(0xC00D0045)
-#define HRES_NS_E_MMSAUTOSERVER_CANTFINDWALKER           HRES_ERROR(0xC00D0046)
-#define HRES_NS_E_MAX_BITRATE                            HRES_ERROR(0xC00D0047)
-#define HRES_NS_E_LOGFILEPERIOD                                  HRES_ERROR(0xC00D0048)
-#define HRES_NS_E_MAX_CLIENTS                            HRES_ERROR(0xC00D0049)
-#define HRES_NS_E_LOG_FILE_SIZE                                  HRES_ERROR(0xC00D004A)
-#define HRES_NS_E_MAX_FILERATE                           HRES_ERROR(0xC00D004B)
-#define HRES_NS_E_WALKER_UNKNOWN                         HRES_ERROR(0xC00D004C)
-#define HRES_NS_E_WALKER_SERVER                                  HRES_ERROR(0xC00D004D)
-#define HRES_NS_E_WALKER_USAGE                           HRES_ERROR(0xC00D004E)
-#define HRES_NS_E_TIGER_FAIL                             HRES_ERROR(0xC00D0050)
-#define HRES_NS_E_CUB_FAIL                               HRES_ERROR(0xC00D0053)
-#define HRES_NS_E_DISK_FAIL                              HRES_ERROR(0xC00D0055)
-#define HRES_NS_E_MAX_FUNNELS_ALERT                      HRES_ERROR(0xC00D0060)
-#define HRES_NS_E_ALLOCATE_FILE_FAIL                     HRES_ERROR(0xC00D0061)
-#define HRES_NS_E_PAGING_ERROR                           HRES_ERROR(0xC00D0062)
-#define HRES_NS_E_BAD_BLOCK0_VERSION                     HRES_ERROR(0xC00D0063)
-#define HRES_NS_E_BAD_DISK_UID                           HRES_ERROR(0xC00D0064)
-#define HRES_NS_E_BAD_FSMAJOR_VERSION                    HRES_ERROR(0xC00D0065)
-#define HRES_NS_E_BAD_STAMPNUMBER                        HRES_ERROR(0xC00D0066)
-#define HRES_NS_E_PARTIALLY_REBUILT_DISK                 HRES_ERROR(0xC00D0067)
-#define HRES_NS_E_ENACTPLAN_GIVEUP                       HRES_ERROR(0xC00D0068)
-#define HRES_MCMADM_E_REGKEY_NOT_FOUND                   HRES_ERROR(0xC00D006A)
-#define HRES_NS_E_NO_FORMATS                             HRES_ERROR(0xC00D006B)
-#define HRES_NS_E_NO_REFERENCES                                  HRES_ERROR(0xC00D006C)
-#define HRES_NS_E_WAVE_OPEN                              HRES_ERROR(0xC00D006D)
-#define HRES_NS_E_CANNOTCONNECTEVENTS                    HRES_ERROR(0xC00D006F)
-#define HRES_NS_E_NO_DEVICE                              HRES_ERROR(0xC00D0071)
-#define HRES_NS_E_NO_SPECIFIED_DEVICE                    HRES_ERROR(0xC00D0072)
-#define HRES_NS_E_MONITOR_GIVEUP                         HRES_ERROR(0xC00D00C8)
-#define HRES_NS_E_REMIRRORED_DISK                        HRES_ERROR(0xC00D00C9)
-#define HRES_NS_E_INSUFFICIENT_DATA                      HRES_ERROR(0xC00D00CA)
-#define HRES_NS_E_ASSERT                                 HRES_ERROR(0xC00D00CB)
-#define HRES_NS_E_BAD_ADAPTER_NAME                       HRES_ERROR(0xC00D00CC)
-#define HRES_NS_E_NOT_LICENSED                           HRES_ERROR(0xC00D00CD)
-#define HRES_NS_E_NO_SERVER_CONTACT                      HRES_ERROR(0xC00D00CE)
-#define HRES_NS_E_TOO_MANY_TITLES                        HRES_ERROR(0xC00D00CF)
-#define HRES_NS_E_TITLE_SIZE_EXCEEDED                    HRES_ERROR(0xC00D00D0)
-#define HRES_NS_E_UDP_DISABLED                           HRES_ERROR(0xC00D00D1)
-#define HRES_NS_E_TCP_DISABLED                           HRES_ERROR(0xC00D00D2)
-#define HRES_NS_E_HTTP_DISABLED                                  HRES_ERROR(0xC00D00D3)
-#define HRES_NS_E_LICENSE_EXPIRED                        HRES_ERROR(0xC00D00D4)
-#define HRES_NS_E_TITLE_BITRATE                                  HRES_ERROR(0xC00D00D5)
-#define HRES_NS_E_EMPTY_PROGRAM_NAME                     HRES_ERROR(0xC00D00D6)
-#define HRES_NS_E_MISSING_CHANNEL                        HRES_ERROR(0xC00D00D7)
-#define HRES_NS_E_NO_CHANNELS                            HRES_ERROR(0xC00D00D8)
-#define HRES_NS_E_INVALID_INDEX2                         HRES_ERROR(0xC00D00D9)
-#define HRES_NS_E_CUB_FAIL_LINK                                  HRES_ERROR(0xC00D0190)
-#define HRES_NS_E_BAD_CUB_UID                            HRES_ERROR(0xC00D0192)
-#define HRES_NS_E_GLITCH_MODE                            HRES_ERROR(0xC00D0195)
-#define HRES_NS_E_NO_MEDIA_PROTOCOL                      HRES_ERROR(0xC00D019B)
-#define HRES_NS_E_NOTHING_TO_DO                                  HRES_ERROR(0xC00D07F1)
-#define HRES_NS_E_NO_MULTICAST                           HRES_ERROR(0xC00D07F2)
-#define HRES_NS_E_INVALID_INPUT_FORMAT                   HRES_ERROR(0xC00D0BB8)
-#define HRES_NS_E_MSAUDIO_NOT_INSTALLED                          HRES_ERROR(0xC00D0BB9)
-#define HRES_NS_E_UNEXPECTED_MSAUDIO_ERROR               HRES_ERROR(0xC00D0BBA)
-#define HRES_NS_E_INVALID_OUTPUT_FORMAT                          HRES_ERROR(0xC00D0BBB)
-#define HRES_NS_E_NOT_CONFIGURED                         HRES_ERROR(0xC00D0BBC)
-#define HRES_NS_E_PROTECTED_CONTENT                      HRES_ERROR(0xC00D0BBD)
-#define HRES_NS_E_LICENSE_REQUIRED                       HRES_ERROR(0xC00D0BBE)
-#define HRES_NS_E_TAMPERED_CONTENT                       HRES_ERROR(0xC00D0BBF)
-#define HRES_NS_E_LICENSE_OUTOFDATE                      HRES_ERROR(0xC00D0BC0)
-#define HRES_NS_E_LICENSE_INCORRECT_RIGHTS               HRES_ERROR(0xC00D0BC1)
-#define HRES_NS_E_AUDIO_CODEC_NOT_INSTALLED              HRES_ERROR(0xC00D0BC2)
-#define HRES_NS_E_AUDIO_CODEC_ERROR                      HRES_ERROR(0xC00D0BC3)
-#define HRES_NS_E_VIDEO_CODEC_NOT_INSTALLED              HRES_ERROR(0xC00D0BC4)
-#define HRES_NS_E_VIDEO_CODEC_ERROR                      HRES_ERROR(0xC00D0BC5)
-#define HRES_NS_E_INVALIDPROFILE                         HRES_ERROR(0xC00D0BC6)
-#define HRES_NS_E_INCOMPATIBLE_VERSION                   HRES_ERROR(0xC00D0BC7)
-#define HRES_NS_E_OFFLINE_MODE                           HRES_ERROR(0xC00D0BCA)
-#define HRES_NS_E_NOT_CONNECTED                                  HRES_ERROR(0xC00D0BCB)
-#define HRES_NS_E_TOO_MUCH_DATA                                  HRES_ERROR(0xC00D0BCC)
-#define HRES_NS_E_UNSUPPORTED_PROPERTY                   HRES_ERROR(0xC00D0BCD)
-#define HRES_NS_E_8BIT_WAVE_UNSUPPORTED                          HRES_ERROR(0xC00D0BCE)
-#define HRES_NS_E_NO_MORE_SAMPLES                        HRES_ERROR(0xC00D0BCF)
-#define HRES_NS_E_INVALID_SAMPLING_RATE                          HRES_ERROR(0xC00D0BD0)
-#define HRES_NS_E_MAX_PACKET_SIZE_TOO_SMALL              HRES_ERROR(0xC00D0BD1)
-#define HRES_NS_E_LATE_PACKET                            HRES_ERROR(0xC00D0BD2)
-#define HRES_NS_E_DUPLICATE_PACKET                       HRES_ERROR(0xC00D0BD3)
-#define HRES_NS_E_SDK_BUFFERTOOSMALL                     HRES_ERROR(0xC00D0BD4)
-#define HRES_NS_E_INVALID_NUM_PASSES                     HRES_ERROR(0xC00D0BD5)
-#define HRES_NS_E_ATTRIBUTE_READ_ONLY                    HRES_ERROR(0xC00D0BD6)
-#define HRES_NS_E_ATTRIBUTE_NOT_ALLOWED                          HRES_ERROR(0xC00D0BD7)
-#define HRES_NS_E_INVALID_EDL                            HRES_ERROR(0xC00D0BD8)
-#define HRES_NS_E_DATA_UNIT_EXTENSION_TOO_LARGE                  HRES_ERROR(0xC00D0BD9)
-#define HRES_NS_E_CODEC_DMO_ERROR                        HRES_ERROR(0xC00D0BDA)
-#define HRES_NS_E_FEATURE_DISABLED_BY_GROUP_POLICY       HRES_ERROR(0xC00D0BDC)
-#define HRES_NS_E_FEATURE_DISABLED_IN_SKU                HRES_ERROR(0xC00D0BDD)
-#define HRES_NS_E_NO_CD                                          HRES_ERROR(0xC00D0FA0)
-#define HRES_NS_E_CANT_READ_DIGITAL                      HRES_ERROR(0xC00D0FA1)
-#define HRES_NS_E_DEVICE_DISCONNECTED                    HRES_ERROR(0xC00D0FA2)
-#define HRES_NS_E_DEVICE_NOT_SUPPORT_FORMAT              HRES_ERROR(0xC00D0FA3)
-#define HRES_NS_E_SLOW_READ_DIGITAL                      HRES_ERROR(0xC00D0FA4)
-#define HRES_NS_E_MIXER_INVALID_LINE                     HRES_ERROR(0xC00D0FA5)
-#define HRES_NS_E_MIXER_INVALID_CONTROL                          HRES_ERROR(0xC00D0FA6)
-#define HRES_NS_E_MIXER_INVALID_VALUE                    HRES_ERROR(0xC00D0FA7)
-#define HRES_NS_E_MIXER_UNKNOWN_MMRESULT                 HRES_ERROR(0xC00D0FA8)
-#define HRES_NS_E_USER_STOP                              HRES_ERROR(0xC00D0FA9)
-#define HRES_NS_E_MP3_FORMAT_NOT_FOUND                   HRES_ERROR(0xC00D0FAA)
-#define HRES_NS_E_CD_READ_ERROR_NO_CORRECTION            HRES_ERROR(0xC00D0FAB)
-#define HRES_NS_E_CD_READ_ERROR                                  HRES_ERROR(0xC00D0FAC)
-#define HRES_NS_E_CD_SLOW_COPY                           HRES_ERROR(0xC00D0FAD)
-#define HRES_NS_E_CD_COPYTO_CD                           HRES_ERROR(0xC00D0FAE)
-#define HRES_NS_E_MIXER_NODRIVER                         HRES_ERROR(0xC00D0FAF)
-#define HRES_NS_E_REDBOOK_ENABLED_WHILE_COPYING                  HRES_ERROR(0xC00D0FB0)
-#define HRES_NS_E_CD_REFRESH                             HRES_ERROR(0xC00D0FB1)
-#define HRES_NS_E_CD_DRIVER_PROBLEM                      HRES_ERROR(0xC00D0FB2)
-#define HRES_NS_E_WONT_DO_DIGITAL                        HRES_ERROR(0xC00D0FB3)
-#define HRES_NS_E_WMPXML_NOERROR                         HRES_ERROR(0xC00D0FB4)
-#define HRES_NS_E_WMPXML_ENDOFDATA                       HRES_ERROR(0xC00D0FB5)
-#define HRES_NS_E_WMPXML_PARSEERROR                      HRES_ERROR(0xC00D0FB6)
-#define HRES_NS_E_WMPXML_ATTRIBUTENOTFOUND               HRES_ERROR(0xC00D0FB7)
-#define HRES_NS_E_WMPXML_PINOTFOUND                      HRES_ERROR(0xC00D0FB8)
-#define HRES_NS_E_WMPXML_EMPTYDOC                        HRES_ERROR(0xC00D0FB9)
-#define HRES_NS_E_WMP_PATH_ALREADY_IN_LIBRARY            HRES_ERROR(0xC00D0FBA)
-#define HRES_NS_E_WMP_FILESCANALREADYSTARTED             HRES_ERROR(0xC00D0FBE)
-#define HRES_NS_E_WMP_HME_INVALIDOBJECTID                HRES_ERROR(0xC00D0FBF)
-#define HRES_NS_E_WMP_MF_CODE_EXPIRED                    HRES_ERROR(0xC00D0FC0)
-#define HRES_NS_E_WMP_HME_NOTSEARCHABLEFORITEMS                  HRES_ERROR(0xC00D0FC1)
-#define HRES_NS_E_WMP_ADDTOLIBRARY_FAILED                HRES_ERROR(0xC00D0FC7)
-#define HRES_NS_E_WMP_WINDOWSAPIFAILURE                          HRES_ERROR(0xC00D0FC8)
-#define HRES_NS_E_WMP_RECORDING_NOT_ALLOWED              HRES_ERROR(0xC00D0FC9)
-#define HRES_NS_E_DEVICE_NOT_READY                       HRES_ERROR(0xC00D0FCA)
-#define HRES_NS_E_DAMAGED_FILE                           HRES_ERROR(0xC00D0FCB)
-#define HRES_NS_E_MPDB_GENERIC                           HRES_ERROR(0xC00D0FCC)
-#define HRES_NS_E_FILE_FAILED_CHECKS                     HRES_ERROR(0xC00D0FCD)
-#define HRES_NS_E_MEDIA_LIBRARY_FAILED                   HRES_ERROR(0xC00D0FCE)
-#define HRES_NS_E_SHARING_VIOLATION                      HRES_ERROR(0xC00D0FCF)
-#define HRES_NS_E_NO_ERROR_STRING_FOUND                          HRES_ERROR(0xC00D0FD0)
-#define HRES_NS_E_WMPOCX_NO_REMOTE_CORE                          HRES_ERROR(0xC00D0FD1)
-#define HRES_NS_E_WMPOCX_NO_ACTIVE_CORE                          HRES_ERROR(0xC00D0FD2)
-#define HRES_NS_E_WMPOCX_NOT_RUNNING_REMOTELY            HRES_ERROR(0xC00D0FD3)
-#define HRES_NS_E_WMPOCX_NO_REMOTE_WINDOW                HRES_ERROR(0xC00D0FD4)
-#define HRES_NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE        HRES_ERROR(0xC00D0FD5)
-#define HRES_NS_E_PLUGIN_NOTSHUTDOWN                     HRES_ERROR(0xC00D0FD6)
-#define HRES_NS_E_WMP_CANNOT_FIND_FOLDER                 HRES_ERROR(0xC00D0FD7)
-#define HRES_NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED    HRES_ERROR(0xC00D0FD8)
-#define HRES_NS_E_WMP_PLUGINDLL_NOTFOUND                 HRES_ERROR(0xC00D0FD9)
-#define HRES_NS_E_NEED_TO_ASK_USER                       HRES_ERROR(0xC00D0FDA)
-#define HRES_NS_E_WMPOCX_PLAYER_NOT_DOCKED               HRES_ERROR(0xC00D0FDB)
-#define HRES_NS_E_WMP_EXTERNAL_NOTREADY                          HRES_ERROR(0xC00D0FDC)
-#define HRES_NS_E_WMP_MLS_STALE_DATA                     HRES_ERROR(0xC00D0FDD)
-#define HRES_NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED         HRES_ERROR(0xC00D0FDE)
-#define HRES_NS_E_WMP_UI_VERSIONMISMATCH                 HRES_ERROR(0xC00D0FDF)
-#define HRES_NS_E_WMP_UI_NOTATHEMEFILE                   HRES_ERROR(0xC00D0FE0)
-#define HRES_NS_E_WMP_UI_SUBELEMENTNOTFOUND              HRES_ERROR(0xC00D0FE1)
-#define HRES_NS_E_WMP_UI_VERSIONPARSE                    HRES_ERROR(0xC00D0FE2)
-#define HRES_NS_E_WMP_UI_VIEWIDNOTFOUND                          HRES_ERROR(0xC00D0FE3)
-#define HRES_NS_E_WMP_UI_PASSTHROUGH                     HRES_ERROR(0xC00D0FE4)
-#define HRES_NS_E_WMP_UI_OBJECTNOTFOUND                          HRES_ERROR(0xC00D0FE5)
-#define HRES_NS_E_WMP_UI_SECONDHANDLER                   HRES_ERROR(0xC00D0FE6)
-#define HRES_NS_E_WMP_UI_NOSKININZIP                     HRES_ERROR(0xC00D0FE7)
-#define HRES_NS_E_WMP_URLDOWNLOADFAILED                          HRES_ERROR(0xC00D0FEA)
-#define HRES_NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN             HRES_ERROR(0xC00D0FEB)
-#define HRES_NS_E_WMP_INVALID_SKIN                       HRES_ERROR(0xC00D0FEC)
-#define HRES_NS_E_WMP_SENDMAILFAILED                     HRES_ERROR(0xC00D0FED)
-#define HRES_NS_E_WMP_LOCKEDINSKINMODE                   HRES_ERROR(0xC00D0FEE)
-#define HRES_NS_E_WMP_FAILED_TO_SAVE_FILE                HRES_ERROR(0xC00D0FEF)
-#define HRES_NS_E_WMP_SAVEAS_READONLY                    HRES_ERROR(0xC00D0FF0)
-#define HRES_NS_E_WMP_FAILED_TO_SAVE_PLAYLIST            HRES_ERROR(0xC00D0FF1)
-#define HRES_NS_E_WMP_FAILED_TO_OPEN_WMD                 HRES_ERROR(0xC00D0FF2)
-#define HRES_NS_E_WMP_CANT_PLAY_PROTECTED                HRES_ERROR(0xC00D0FF3)
-#define HRES_NS_E_SHARING_STATE_OUT_OF_SYNC              HRES_ERROR(0xC00D0FF4)
-#define HRES_NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING   HRES_ERROR(0xC00D0FFA)
-#define HRES_NS_E_WMP_RBC_JPGMAPPINGIMAGE                HRES_ERROR(0xC00D1004)
-#define HRES_NS_E_WMP_JPGTRANSPARENCY                    HRES_ERROR(0xC00D1005)
-#define HRES_NS_E_WMP_INVALID_MAX_VAL                    HRES_ERROR(0xC00D1009)
-#define HRES_NS_E_WMP_INVALID_MIN_VAL                    HRES_ERROR(0xC00D100A)
-#define HRES_NS_E_WMP_CS_JPGPOSITIONIMAGE                HRES_ERROR(0xC00D100E)
-#define HRES_NS_E_WMP_CS_NOTEVENLYDIVISIBLE              HRES_ERROR(0xC00D100F)
-#define HRES_NS_E_WMPZIP_NOTAZIPFILE                     HRES_ERROR(0xC00D1018)
-#define HRES_NS_E_WMPZIP_CORRUPT                         HRES_ERROR(0xC00D1019)
-#define HRES_NS_E_WMPZIP_FILENOTFOUND                    HRES_ERROR(0xC00D101A)
-#define HRES_NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED         HRES_ERROR(0xC00D1022)
-#define HRES_NS_E_WMP_IMAGE_INVALID_FORMAT               HRES_ERROR(0xC00D1023)
-#define HRES_NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE           HRES_ERROR(0xC00D1024)
-#define HRES_NS_E_WMP_GIF_INVALID_FORMAT                 HRES_ERROR(0xC00D1025)
-#define HRES_NS_E_WMP_GIF_BAD_VERSION_NUMBER             HRES_ERROR(0xC00D1026)
-#define HRES_NS_E_WMP_GIF_NO_IMAGE_IN_FILE               HRES_ERROR(0xC00D1027)
-#define HRES_NS_E_WMP_PNG_INVALIDFORMAT                          HRES_ERROR(0xC00D1028)
-#define HRES_NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH           HRES_ERROR(0xC00D1029)
-#define HRES_NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION        HRES_ERROR(0xC00D102A)
-#define HRES_NS_E_WMP_PNG_UNSUPPORTED_FILTER             HRES_ERROR(0xC00D102B)
-#define HRES_NS_E_WMP_PNG_UNSUPPORTED_INTERLACE                  HRES_ERROR(0xC00D102C)
-#define HRES_NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC            HRES_ERROR(0xC00D102D)
-#define HRES_NS_E_WMP_BMP_INVALID_BITMASK                HRES_ERROR(0xC00D102E)
-#define HRES_NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED        HRES_ERROR(0xC00D102F)
-#define HRES_NS_E_WMP_BMP_BITMAP_NOT_CREATED             HRES_ERROR(0xC00D1030)
-#define HRES_NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED        HRES_ERROR(0xC00D1031)
-#define HRES_NS_E_WMP_BMP_INVALID_FORMAT                 HRES_ERROR(0xC00D1032)
-#define HRES_NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL       HRES_ERROR(0xC00D1033)
-#define HRES_NS_E_WMP_JPG_INVALID_FORMAT                 HRES_ERROR(0xC00D1034)
-#define HRES_NS_E_WMP_JPG_BAD_DCTSIZE                    HRES_ERROR(0xC00D1035)
-#define HRES_NS_E_WMP_JPG_BAD_VERSION_NUMBER             HRES_ERROR(0xC00D1036)
-#define HRES_NS_E_WMP_JPG_BAD_PRECISION                          HRES_ERROR(0xC00D1037)
-#define HRES_NS_E_WMP_JPG_CCIR601_NOTIMPL                HRES_ERROR(0xC00D1038)
-#define HRES_NS_E_WMP_JPG_NO_IMAGE_IN_FILE               HRES_ERROR(0xC00D1039)
-#define HRES_NS_E_WMP_JPG_READ_ERROR                     HRES_ERROR(0xC00D103A)
-#define HRES_NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL           HRES_ERROR(0xC00D103B)
-#define HRES_NS_E_WMP_JPG_IMAGE_TOO_BIG                          HRES_ERROR(0xC00D103C)
-#define HRES_NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE           HRES_ERROR(0xC00D103D)
-#define HRES_NS_E_WMP_JPG_SOF_UNSUPPORTED                HRES_ERROR(0xC00D103E)
-#define HRES_NS_E_WMP_JPG_UNKNOWN_MARKER                 HRES_ERROR(0xC00D103F)
-#define HRES_NS_E_WMP_FAILED_TO_OPEN_IMAGE               HRES_ERROR(0xC00D1044)
-#define HRES_NS_E_WMP_DAI_SONGTOOSHORT                   HRES_ERROR(0xC00D1049)
-#define HRES_NS_E_WMG_RATEUNAVAILABLE                    HRES_ERROR(0xC00D104A)
-#define HRES_NS_E_WMG_PLUGINUNAVAILABLE                          HRES_ERROR(0xC00D104B)
-#define HRES_NS_E_WMG_CANNOTQUEUE                        HRES_ERROR(0xC00D104C)
-#define HRES_NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED HRES_ERROR(0xC00D104D)
-#define HRES_NS_E_WMG_UNEXPECTEDPREROLLSTATUS            HRES_ERROR(0xC00D104E)
-#define HRES_NS_E_WMG_INVALID_COPP_CERTIFICATE           HRES_ERROR(0xC00D1051)
-#define HRES_NS_E_WMG_COPP_SECURITY_INVALID              HRES_ERROR(0xC00D1052)
-#define HRES_NS_E_WMG_COPP_UNSUPPORTED                   HRES_ERROR(0xC00D1053)
-#define HRES_NS_E_WMG_INVALIDSTATE                       HRES_ERROR(0xC00D1054)
-#define HRES_NS_E_WMG_SINKALREADYEXISTS                          HRES_ERROR(0xC00D1055)
-#define HRES_NS_E_WMG_NOSDKINTERFACE                     HRES_ERROR(0xC00D1056)
-#define HRES_NS_E_WMG_NOTALLOUTPUTSRENDERED              HRES_ERROR(0xC00D1057)
-#define HRES_NS_E_WMG_FILETRANSFERNOTALLOWED             HRES_ERROR(0xC00D1058)
-#define HRES_NS_E_WMR_UNSUPPORTEDSTREAM                          HRES_ERROR(0xC00D1059)
-#define HRES_NS_E_WMR_PINNOTFOUND                        HRES_ERROR(0xC00D105A)
-#define HRES_NS_E_WMR_WAITINGONFORMATSWITCH              HRES_ERROR(0xC00D105B)
-#define HRES_NS_E_WMR_NOSOURCEFILTER                     HRES_ERROR(0xC00D105C)
-#define HRES_NS_E_WMR_PINTYPENOMATCH                     HRES_ERROR(0xC00D105D)
-#define HRES_NS_E_WMR_NOCALLBACKAVAILABLE                HRES_ERROR(0xC00D105E)
-#define HRES_NS_E_WMR_SAMPLEPROPERTYNOTSET               HRES_ERROR(0xC00D1062)
-#define HRES_NS_E_WMR_CANNOT_RENDER_BINARY_STREAM        HRES_ERROR(0xC00D1063)
-#define HRES_NS_E_WMG_LICENSE_TAMPERED                   HRES_ERROR(0xC00D1064)
-#define HRES_NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM       HRES_ERROR(0xC00D1065)
-#define HRES_NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT       HRES_ERROR(0xC00D1068)
-#define HRES_NS_E_ASX_INVALIDFORMAT                      HRES_ERROR(0xC00D1069)
-#define HRES_NS_E_ASX_INVALIDVERSION                     HRES_ERROR(0xC00D106A)
-#define HRES_NS_E_ASX_INVALID_REPEAT_BLOCK               HRES_ERROR(0xC00D106B)
-#define HRES_NS_E_ASX_NOTHING_TO_WRITE                   HRES_ERROR(0xC00D106C)
-#define HRES_NS_E_URLLIST_INVALIDFORMAT                          HRES_ERROR(0xC00D106D)
-#define HRES_NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST           HRES_ERROR(0xC00D106E)
-#define HRES_NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS           HRES_ERROR(0xC00D106F)
-#define HRES_NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE            HRES_ERROR(0xC00D1070)
-#define HRES_NS_E_WMX_ITEM_DOES_NOT_EXIST                HRES_ERROR(0xC00D1071)
-#define HRES_NS_E_WMX_ITEM_TYPE_ILLEGAL                          HRES_ERROR(0xC00D1072)
-#define HRES_NS_E_WMX_ITEM_UNSETTABLE                    HRES_ERROR(0xC00D1073)
-#define HRES_NS_E_WMX_PLAYLIST_EMPTY                     HRES_ERROR(0xC00D1074)
-#define HRES_NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED HRES_ERROR(0xC00D1075)
-#define HRES_NS_E_WMX_INVALID_FORMAT_OVER_NESTING        HRES_ERROR(0xC00D1076)
-#define HRES_NS_E_WMPCORE_NOSOURCEURLSTRING              HRES_ERROR(0xC00D107C)
-#define HRES_NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT     HRES_ERROR(0xC00D107D)
-#define HRES_NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE HRES_ERROR(0xC00D107E)
-#define HRES_NS_E_WMPCORE_BUFFERTOOSMALL                 HRES_ERROR(0xC00D107F)
-#define HRES_NS_E_WMPCORE_UNAVAILABLE                    HRES_ERROR(0xC00D1080)
-#define HRES_NS_E_WMPCORE_INVALIDPLAYLISTMODE            HRES_ERROR(0xC00D1081)
-#define HRES_NS_E_WMPCORE_ITEMNOTINPLAYLIST              HRES_ERROR(0xC00D1086)
-#define HRES_NS_E_WMPCORE_PLAYLISTEMPTY                          HRES_ERROR(0xC00D1087)
-#define HRES_NS_E_WMPCORE_NOBROWSER                      HRES_ERROR(0xC00D1088)
-#define HRES_NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL         HRES_ERROR(0xC00D1089)
-#define HRES_NS_E_WMPCORE_GRAPH_NOT_IN_LIST              HRES_ERROR(0xC00D108A)
-#define HRES_NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA  HRES_ERROR(0xC00D108B)
-#define HRES_NS_E_WMPCORE_ERRORSINKNOTREGISTERED         HRES_ERROR(0xC00D108C)
-#define HRES_NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE       HRES_ERROR(0xC00D108D)
-#define HRES_NS_E_WMPCORE_WEBHELPFAILED                          HRES_ERROR(0xC00D108E)
-#define HRES_NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED      HRES_ERROR(0xC00D108F)
-#define HRES_NS_E_WMPCORE_NO_REF_IN_ENTRY                HRES_ERROR(0xC00D1090)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY   HRES_ERROR(0xC00D1091)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL HRES_ERROR(0xC00D1092)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY  HRES_ERROR(0xC00D1093)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL HRES_ERROR(0xC00D1094)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY HRES_ERROR(0xC00D1095)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL HRES_ERROR(0xC00D1096)
-#define HRES_NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY HRES_ERROR(0xC00D1097)
-#define HRES_NS_E_WMPCORE_LIST_ENTRY_NO_REF              HRES_ERROR(0xC00D1098)
-#define HRES_NS_E_WMPCORE_MISNAMED_FILE                          HRES_ERROR(0xC00D1099)
-#define HRES_NS_E_WMPCORE_CODEC_NOT_TRUSTED              HRES_ERROR(0xC00D109A)
-#define HRES_NS_E_WMPCORE_CODEC_NOT_FOUND                HRES_ERROR(0xC00D109B)
-#define HRES_NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED     HRES_ERROR(0xC00D109C)
-#define HRES_NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST     HRES_ERROR(0xC00D109D)
-#define HRES_NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST       HRES_ERROR(0xC00D109E)
-#define HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE   HRES_ERROR(0xC00D109F)
-#define HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED HRES_ERROR(0xC00D10A0)
-#define HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND HRES_ERROR(0xC00D10A1)
-#define HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED HRES_ERROR(0xC00D10A2)
-#define HRES_NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED HRES_ERROR(0xC00D10A3)
-#define HRES_NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY      HRES_ERROR(0xC00D10A4)
-#define HRES_NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME         HRES_ERROR(0xC00D10A5)
-#define HRES_NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT HRES_ERROR(0xC00D10A6)
-#define HRES_NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY           HRES_ERROR(0xC00D10A7)
-#define HRES_NS_E_WMPCORE_PLAYLIST_STACK_EMPTY           HRES_ERROR(0xC00D10A8)
-#define HRES_NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE       HRES_ERROR(0xC00D10A9)
-#define HRES_NS_E_WMPCORE_USER_CANCEL                    HRES_ERROR(0xC00D10AB)
-#define HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY                  HRES_ERROR(0xC00D10AC)
-#define HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE HRES_ERROR(0xC00D10AD)
-#define HRES_NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE  HRES_ERROR(0xC00D10AE)
-#define HRES_NS_E_WMPCORE_INVALID_PLAYLIST_URL           HRES_ERROR(0xC00D10AF)
-#define HRES_NS_E_WMPCORE_MISMATCHED_RUNTIME             HRES_ERROR(0xC00D10B0)
-#define HRES_NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS HRES_ERROR(0xC00D10B1)
-#define HRES_NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION HRES_ERROR(0xC00D10B2)
-#define HRES_NS_E_WMPCORE_MEDIA_UNAVAILABLE              HRES_ERROR(0xC00D10B3)
-#define HRES_NS_E_WMPCORE_WMX_ENTRYREF_NO_REF            HRES_ERROR(0xC00D10B4)
-#define HRES_NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST   HRES_ERROR(0xC00D10B5)
-#define HRES_NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS HRES_ERROR(0xC00D10B6)
-#define HRES_NS_E_WMPCORE_BUSY                           HRES_ERROR(0xC00D10B7)
-#define HRES_NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE HRES_ERROR(0xC00D10B8)
-#define HRES_NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST        HRES_ERROR(0xC00D10B9)
-#define HRES_NS_E_WMPCORE_FILE_NOT_FOUND                 HRES_ERROR(0xC00D10BA)
-#define HRES_NS_E_WMPCORE_TEMP_FILE_NOT_FOUND            HRES_ERROR(0xC00D10BB)
-#define HRES_NS_E_WMDM_REVOKED                           HRES_ERROR(0xC00D10BC)
-#define HRES_NS_E_DDRAW_GENERIC                                  HRES_ERROR(0xC00D10BD)
-#define HRES_NS_E_DISPLAY_MODE_CHANGE_FAILED             HRES_ERROR(0xC00D10BE)
-#define HRES_NS_E_PLAYLIST_CONTAINS_ERRORS               HRES_ERROR(0xC00D10BF)
-#define HRES_NS_E_CHANGING_PROXY_NAME                    HRES_ERROR(0xC00D10C0)
-#define HRES_NS_E_CHANGING_PROXY_PORT                    HRES_ERROR(0xC00D10C1)
-#define HRES_NS_E_CHANGING_PROXY_EXCEPTIONLIST           HRES_ERROR(0xC00D10C2)
-#define HRES_NS_E_CHANGING_PROXYBYPASS                   HRES_ERROR(0xC00D10C3)
-#define HRES_NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND      HRES_ERROR(0xC00D10C4)
-#define HRES_NS_E_GRAPH_NOAUDIOLANGUAGE                          HRES_ERROR(0xC00D10C5)
-#define HRES_NS_E_GRAPH_NOAUDIOLANGUAGESELECTED                  HRES_ERROR(0xC00D10C6)
-#define HRES_NS_E_CORECD_NOTAMEDIACD                     HRES_ERROR(0xC00D10C7)
-#define HRES_NS_E_WMPCORE_MEDIA_URL_TOO_LONG             HRES_ERROR(0xC00D10C8)
-#define HRES_NS_E_WMPFLASH_CANT_FIND_COM_SERVER                  HRES_ERROR(0xC00D10C9)
-#define HRES_NS_E_WMPFLASH_INCOMPATIBLEVERSION           HRES_ERROR(0xC00D10CA)
-#define HRES_NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS HRES_ERROR(0xC00D10CB)
-#define HRES_NS_E_NEED_CORE_REFERENCE                    HRES_ERROR(0xC00D10CC)
-#define HRES_NS_E_MEDIACD_READ_ERROR                     HRES_ERROR(0xC00D10CD)
-#define HRES_NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS                  HRES_ERROR(0xC00D10CE)
-#define HRES_NS_E_FLASH_PLAYBACK_NOT_ALLOWED             HRES_ERROR(0xC00D10CF)
-#define HRES_NS_E_UNABLE_TO_CREATE_RIP_LOCATION                  HRES_ERROR(0xC00D10D0)
-#define HRES_NS_E_WMPCORE_SOME_CODECS_MISSING            HRES_ERROR(0xC00D10D1)
-#define HRES_NS_E_WMP_RIP_FAILED                         HRES_ERROR(0xC00D10D2)
-#define HRES_NS_E_WMP_FAILED_TO_RIP_TRACK                HRES_ERROR(0xC00D10D3)
-#define HRES_NS_E_WMP_ERASE_FAILED                       HRES_ERROR(0xC00D10D4)
-#define HRES_NS_E_WMP_FORMAT_FAILED                      HRES_ERROR(0xC00D10D5)
-#define HRES_NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE         HRES_ERROR(0xC00D10D6)
-#define HRES_NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD   HRES_ERROR(0xC00D10D7)
-#define HRES_NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD            HRES_ERROR(0xC00D10D8)
-#define HRES_NS_E_WMP_FILE_NO_DURATION                   HRES_ERROR(0xC00D10D9)
-#define HRES_NS_E_PDA_FAILED_TO_BURN                     HRES_ERROR(0xC00D10DA)
-#define HRES_NS_E_FAILED_DOWNLOAD_ABORT_BURN             HRES_ERROR(0xC00D10DC)
-#define HRES_NS_E_WMPCORE_DEVICE_DRIVERS_MISSING         HRES_ERROR(0xC00D10DD)
-#define HRES_NS_E_WMPIM_USEROFFLINE                      HRES_ERROR(0xC00D1126)
-#define HRES_NS_E_WMPIM_USERCANCELED                     HRES_ERROR(0xC00D1127)
-#define HRES_NS_E_WMPIM_DIALUPFAILED                     HRES_ERROR(0xC00D1128)
-#define HRES_NS_E_WINSOCK_ERROR_STRING                   HRES_ERROR(0xC00D1129)
-#define HRES_NS_E_WMPBR_NOLISTENER                       HRES_ERROR(0xC00D1130)
-#define HRES_NS_E_WMPBR_BACKUPCANCEL                     HRES_ERROR(0xC00D1131)
-#define HRES_NS_E_WMPBR_RESTORECANCEL                    HRES_ERROR(0xC00D1132)
-#define HRES_NS_E_WMPBR_ERRORWITHURL                     HRES_ERROR(0xC00D1133)
-#define HRES_NS_E_WMPBR_NAMECOLLISION                    HRES_ERROR(0xC00D1134)
-#define HRES_NS_E_WMPBR_DRIVE_INVALID                    HRES_ERROR(0xC00D1137)
-#define HRES_NS_E_WMPBR_BACKUPRESTOREFAILED              HRES_ERROR(0xC00D1138)
-#define HRES_NS_E_WMP_CONVERT_FILE_FAILED                HRES_ERROR(0xC00D1158)
-#define HRES_NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL         HRES_ERROR(0xC00D1159)
-#define HRES_NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL       HRES_ERROR(0xC00D115A)
-#define HRES_NS_E_WMP_CONVERT_FILE_CORRUPT               HRES_ERROR(0xC00D115B)
-#define HRES_NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL HRES_ERROR(0xC00D115C)
-#define HRES_NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL HRES_ERROR(0xC00D115D)
-#define HRES_NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER   HRES_ERROR(0xC00D115E)
-#define HRES_NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS        HRES_ERROR(0xC00D1160)
-#define HRES_NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED    HRES_ERROR(0xC00D1161)
-#define HRES_NS_E_DVD_NO_SUBPICTURE_STREAM               HRES_ERROR(0xC00D1162)
-#define HRES_NS_E_DVD_COPY_PROTECT                       HRES_ERROR(0xC00D1163)
-#define HRES_NS_E_DVD_AUTHORING_PROBLEM                          HRES_ERROR(0xC00D1164)
-#define HRES_NS_E_DVD_INVALID_DISC_REGION                HRES_ERROR(0xC00D1165)
-#define HRES_NS_E_DVD_COMPATIBLE_VIDEO_CARD              HRES_ERROR(0xC00D1166)
-#define HRES_NS_E_DVD_MACROVISION                        HRES_ERROR(0xC00D1167)
-#define HRES_NS_E_DVD_SYSTEM_DECODER_REGION              HRES_ERROR(0xC00D1168)
-#define HRES_NS_E_DVD_DISC_DECODER_REGION                HRES_ERROR(0xC00D1169)
-#define HRES_NS_E_DVD_NO_VIDEO_STREAM                    HRES_ERROR(0xC00D116A)
-#define HRES_NS_E_DVD_NO_AUDIO_STREAM                    HRES_ERROR(0xC00D116B)
-#define HRES_NS_E_DVD_GRAPH_BUILDING                     HRES_ERROR(0xC00D116C)
-#define HRES_NS_E_DVD_NO_DECODER                         HRES_ERROR(0xC00D116D)
-#define HRES_NS_E_DVD_PARENTAL                           HRES_ERROR(0xC00D116E)
-#define HRES_NS_E_DVD_CANNOT_JUMP                        HRES_ERROR(0xC00D116F)
-#define HRES_NS_E_DVD_DEVICE_CONTENTION                          HRES_ERROR(0xC00D1170)
-#define HRES_NS_E_DVD_NO_VIDEO_MEMORY                    HRES_ERROR(0xC00D1171)
-#define HRES_NS_E_DVD_CANNOT_COPY_PROTECTED              HRES_ERROR(0xC00D1172)
-#define HRES_NS_E_DVD_REQUIRED_PROPERTY_NOT_SET                  HRES_ERROR(0xC00D1173)
-#define HRES_NS_E_DVD_INVALID_TITLE_CHAPTER              HRES_ERROR(0xC00D1174)
-#define HRES_NS_E_NO_CD_BURNER                           HRES_ERROR(0xC00D1176)
-#define HRES_NS_E_DEVICE_IS_NOT_READY                    HRES_ERROR(0xC00D1177)
-#define HRES_NS_E_PDA_UNSUPPORTED_FORMAT                 HRES_ERROR(0xC00D1178)
-#define HRES_NS_E_NO_PDA                                 HRES_ERROR(0xC00D1179)
-#define HRES_NS_E_PDA_UNSPECIFIED_ERROR                          HRES_ERROR(0xC00D117A)
-#define HRES_NS_E_MEMSTORAGE_BAD_DATA                    HRES_ERROR(0xC00D117B)
-#define HRES_NS_E_PDA_FAIL_SELECT_DEVICE                 HRES_ERROR(0xC00D117C)
-#define HRES_NS_E_PDA_FAIL_READ_WAVE_FILE                HRES_ERROR(0xC00D117D)
-#define HRES_NS_E_IMAPI_LOSSOFSTREAMING                          HRES_ERROR(0xC00D117E)
-#define HRES_NS_E_PDA_DEVICE_FULL                        HRES_ERROR(0xC00D117F)
-#define HRES_NS_E_FAIL_LAUNCH_ROXIO_PLUGIN               HRES_ERROR(0xC00D1180)
-#define HRES_NS_E_PDA_DEVICE_FULL_IN_SESSION             HRES_ERROR(0xC00D1181)
-#define HRES_NS_E_IMAPI_MEDIUM_INVALIDTYPE               HRES_ERROR(0xC00D1182)
-#define HRES_NS_E_PDA_MANUALDEVICE                       HRES_ERROR(0xC00D1183)
-#define HRES_NS_E_PDA_PARTNERSHIPNOTEXIST                HRES_ERROR(0xC00D1184)
-#define HRES_NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP HRES_ERROR(0xC00D1185)
-#define HRES_NS_E_PDA_NO_TRANSCODE_OF_DRM                HRES_ERROR(0xC00D1186)
-#define HRES_NS_E_PDA_TRANSCODECACHEFULL                 HRES_ERROR(0xC00D1187)
-#define HRES_NS_E_PDA_TOO_MANY_FILE_COLLISIONS           HRES_ERROR(0xC00D1188)
-#define HRES_NS_E_PDA_CANNOT_TRANSCODE                   HRES_ERROR(0xC00D1189)
-#define HRES_NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY        HRES_ERROR(0xC00D118A)
-#define HRES_NS_E_PROCESSINGSHOWSYNCWIZARD               HRES_ERROR(0xC00D118B)
-#define HRES_NS_E_PDA_TRANSCODE_NOT_PERMITTED            HRES_ERROR(0xC00D118C)
-#define HRES_NS_E_PDA_INITIALIZINGDEVICES                HRES_ERROR(0xC00D118D)
-#define HRES_NS_E_PDA_OBSOLETE_SP                        HRES_ERROR(0xC00D118E)
-#define HRES_NS_E_PDA_TITLE_COLLISION                    HRES_ERROR(0xC00D118F)
-#define HRES_NS_E_PDA_DEVICESUPPORTDISABLED              HRES_ERROR(0xC00D1190)
-#define HRES_NS_E_PDA_NO_LONGER_AVAILABLE                HRES_ERROR(0xC00D1191)
-#define HRES_NS_E_PDA_ENCODER_NOT_RESPONDING             HRES_ERROR(0xC00D1192)
-#define HRES_NS_E_PDA_CANNOT_SYNC_FROM_LOCATION                  HRES_ERROR(0xC00D1193)
-#define HRES_NS_E_WMP_PROTOCOL_PROBLEM                   HRES_ERROR(0xC00D1194)
-#define HRES_NS_E_WMP_NO_DISK_SPACE                      HRES_ERROR(0xC00D1195)
-#define HRES_NS_E_WMP_LOGON_FAILURE                      HRES_ERROR(0xC00D1196)
-#define HRES_NS_E_WMP_CANNOT_FIND_FILE                   HRES_ERROR(0xC00D1197)
-#define HRES_NS_E_WMP_SERVER_INACCESSIBLE                HRES_ERROR(0xC00D1198)
-#define HRES_NS_E_WMP_UNSUPPORTED_FORMAT                 HRES_ERROR(0xC00D1199)
-#define HRES_NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT           HRES_ERROR(0xC00D119A)
-#define HRES_NS_E_WMP_PLAYLIST_EXISTS                    HRES_ERROR(0xC00D119B)
-#define HRES_NS_E_WMP_NONMEDIA_FILES                     HRES_ERROR(0xC00D119C)
-#define HRES_NS_E_WMP_INVALID_ASX                        HRES_ERROR(0xC00D119D)
-#define HRES_NS_E_WMP_ALREADY_IN_USE                     HRES_ERROR(0xC00D119E)
-#define HRES_NS_E_WMP_IMAPI_FAILURE                      HRES_ERROR(0xC00D119F)
-#define HRES_NS_E_WMP_WMDM_FAILURE                       HRES_ERROR(0xC00D11A0)
-#define HRES_NS_E_WMP_CODEC_NEEDED_WITH_4CC              HRES_ERROR(0xC00D11A1)
-#define HRES_NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG        HRES_ERROR(0xC00D11A2)
-#define HRES_NS_E_WMP_MSSAP_NOT_AVAILABLE                HRES_ERROR(0xC00D11A3)
-#define HRES_NS_E_WMP_WMDM_INTERFACEDEAD                 HRES_ERROR(0xC00D11A4)
-#define HRES_NS_E_WMP_WMDM_NOTCERTIFIED                          HRES_ERROR(0xC00D11A5)
-#define HRES_NS_E_WMP_WMDM_LICENSE_NOTEXIST              HRES_ERROR(0xC00D11A6)
-#define HRES_NS_E_WMP_WMDM_LICENSE_EXPIRED               HRES_ERROR(0xC00D11A7)
-#define HRES_NS_E_WMP_WMDM_BUSY                                  HRES_ERROR(0xC00D11A8)
-#define HRES_NS_E_WMP_WMDM_NORIGHTS                      HRES_ERROR(0xC00D11A9)
-#define HRES_NS_E_WMP_WMDM_INCORRECT_RIGHTS              HRES_ERROR(0xC00D11AA)
-#define HRES_NS_E_WMP_IMAPI_GENERIC                      HRES_ERROR(0xC00D11AB)
-#define HRES_NS_E_WMP_IMAPI_DEVICE_NOTPRESENT            HRES_ERROR(0xC00D11AD)
-#define HRES_NS_E_WMP_IMAPI_DEVICE_BUSY                          HRES_ERROR(0xC00D11AE)
-#define HRES_NS_E_WMP_IMAPI_LOSS_OF_STREAMING            HRES_ERROR(0xC00D11AF)
-#define HRES_NS_E_WMP_SERVER_UNAVAILABLE                 HRES_ERROR(0xC00D11B0)
-#define HRES_NS_E_WMP_FILE_OPEN_FAILED                   HRES_ERROR(0xC00D11B1)
-#define HRES_NS_E_WMP_VERIFY_ONLINE                      HRES_ERROR(0xC00D11B2)
-#define HRES_NS_E_WMP_SERVER_NOT_RESPONDING              HRES_ERROR(0xC00D11B3)
-#define HRES_NS_E_WMP_DRM_CORRUPT_BACKUP                 HRES_ERROR(0xC00D11B4)
-#define HRES_NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE     HRES_ERROR(0xC00D11B5)
-#define HRES_NS_E_WMP_NETWORK_FIREWALL                   HRES_ERROR(0xC00D11B6)
-#define HRES_NS_E_WMP_NO_REMOVABLE_MEDIA                 HRES_ERROR(0xC00D11B7)
-#define HRES_NS_E_WMP_PROXY_CONNECT_TIMEOUT              HRES_ERROR(0xC00D11B8)
-#define HRES_NS_E_WMP_NEED_UPGRADE                       HRES_ERROR(0xC00D11B9)
-#define HRES_NS_E_WMP_AUDIO_HW_PROBLEM                   HRES_ERROR(0xC00D11BA)
-#define HRES_NS_E_WMP_INVALID_PROTOCOL                   HRES_ERROR(0xC00D11BB)
-#define HRES_NS_E_WMP_INVALID_LIBRARY_ADD                HRES_ERROR(0xC00D11BC)
-#define HRES_NS_E_WMP_MMS_NOT_SUPPORTED                          HRES_ERROR(0xC00D11BD)
-#define HRES_NS_E_WMP_NO_PROTOCOLS_SELECTED              HRES_ERROR(0xC00D11BE)
-#define HRES_NS_E_WMP_GOFULLSCREEN_FAILED                HRES_ERROR(0xC00D11BF)
-#define HRES_NS_E_WMP_NETWORK_ERROR                      HRES_ERROR(0xC00D11C0)
-#define HRES_NS_E_WMP_CONNECT_TIMEOUT                    HRES_ERROR(0xC00D11C1)
-#define HRES_NS_E_WMP_MULTICAST_DISABLED                 HRES_ERROR(0xC00D11C2)
-#define HRES_NS_E_WMP_SERVER_DNS_TIMEOUT                 HRES_ERROR(0xC00D11C3)
-#define HRES_NS_E_WMP_PROXY_NOT_FOUND                    HRES_ERROR(0xC00D11C4)
-#define HRES_NS_E_WMP_TAMPERED_CONTENT                   HRES_ERROR(0xC00D11C5)
-#define HRES_NS_E_WMP_OUTOFMEMORY                        HRES_ERROR(0xC00D11C6)
-#define HRES_NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED                  HRES_ERROR(0xC00D11C7)
-#define HRES_NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED                  HRES_ERROR(0xC00D11C8)
-#define HRES_NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE           HRES_ERROR(0xC00D11C9)
-#define HRES_NS_E_WMP_DRM_DRIVER_AUTH_FAILURE            HRES_ERROR(0xC00D11CA)
-#define HRES_NS_E_WMP_NETWORK_RESOURCE_FAILURE           HRES_ERROR(0xC00D11CB)
-#define HRES_NS_E_WMP_UPGRADE_APPLICATION                HRES_ERROR(0xC00D11CC)
-#define HRES_NS_E_WMP_UNKNOWN_ERROR                      HRES_ERROR(0xC00D11CD)
-#define HRES_NS_E_WMP_INVALID_KEY                        HRES_ERROR(0xC00D11CE)
-#define HRES_NS_E_WMP_CD_ANOTHER_USER                    HRES_ERROR(0xC00D11CF)
-#define HRES_NS_E_WMP_DRM_NEEDS_AUTHORIZATION            HRES_ERROR(0xC00D11D0)
-#define HRES_NS_E_WMP_BAD_DRIVER                         HRES_ERROR(0xC00D11D1)
-#define HRES_NS_E_WMP_ACCESS_DENIED                      HRES_ERROR(0xC00D11D2)
-#define HRES_NS_E_WMP_LICENSE_RESTRICTS                          HRES_ERROR(0xC00D11D3)
-#define HRES_NS_E_WMP_INVALID_REQUEST                    HRES_ERROR(0xC00D11D4)
-#define HRES_NS_E_WMP_CD_STASH_NO_SPACE                          HRES_ERROR(0xC00D11D5)
-#define HRES_NS_E_WMP_DRM_NEW_HARDWARE                   HRES_ERROR(0xC00D11D6)
-#define HRES_NS_E_WMP_DRM_INVALID_SIG                    HRES_ERROR(0xC00D11D7)
-#define HRES_NS_E_WMP_DRM_CANNOT_RESTORE                 HRES_ERROR(0xC00D11D8)
-#define HRES_NS_E_WMP_BURN_DISC_OVERFLOW                 HRES_ERROR(0xC00D11D9)
-#define HRES_NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE        HRES_ERROR(0xC00D11DA)
-#define HRES_NS_E_WMP_DRM_NO_SECURE_CLOCK                HRES_ERROR(0xC00D11DB)
-#define HRES_NS_E_WMP_DRM_NO_RIGHTS                      HRES_ERROR(0xC00D11DC)
-#define HRES_NS_E_WMP_DRM_INDIV_FAILED                   HRES_ERROR(0xC00D11DD)
-#define HRES_NS_E_WMP_SERVER_NONEWCONNECTIONS            HRES_ERROR(0xC00D11DE)
-#define HRES_NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST         HRES_ERROR(0xC00D11DF)
-#define HRES_NS_E_WMP_IMAPI2_ERASE_FAIL                          HRES_ERROR(0xC00D11E0)
-#define HRES_NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY           HRES_ERROR(0xC00D11E1)
-#define HRES_NS_E_WMP_DRM_COMPONENT_FAILURE              HRES_ERROR(0xC00D11E2)
-#define HRES_NS_E_WMP_DRM_NO_DEVICE_CERT                 HRES_ERROR(0xC00D11E3)
-#define HRES_NS_E_WMP_SERVER_SECURITY_ERROR              HRES_ERROR(0xC00D11E4)
-#define HRES_NS_E_WMP_AUDIO_DEVICE_LOST                          HRES_ERROR(0xC00D11E5)
-#define HRES_NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE           HRES_ERROR(0xC00D11E6)
-#define HRES_NS_E_SYNCWIZ_DEVICE_FULL                    HRES_ERROR(0xC00D11EE)
-#define HRES_NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS         HRES_ERROR(0xC00D11EF)
-#define HRES_NS_E_TRANSCODE_DELETECACHEERROR             HRES_ERROR(0xC00D11F0)
-#define HRES_NS_E_CD_NO_BUFFERS_READ                     HRES_ERROR(0xC00D11F8)
-#define HRES_NS_E_CD_EMPTY_TRACK_QUEUE                   HRES_ERROR(0xC00D11F9)
-#define HRES_NS_E_CD_NO_READER                           HRES_ERROR(0xC00D11FA)
-#define HRES_NS_E_CD_ISRC_INVALID                        HRES_ERROR(0xC00D11FB)
-#define HRES_NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID        HRES_ERROR(0xC00D11FC)
-#define HRES_NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION  HRES_ERROR(0xC00D11FD)
-#define HRES_NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS        HRES_ERROR(0xC00D11FE)
-#define HRES_NS_E_CD_QUEUEING_DISABLED                   HRES_ERROR(0xC00D11FF)
-#define HRES_NS_E_WMP_DRM_ACQUIRING_LICENSE              HRES_ERROR(0xC00D1202)
-#define HRES_NS_E_WMP_DRM_LICENSE_EXPIRED                HRES_ERROR(0xC00D1203)
-#define HRES_NS_E_WMP_DRM_LICENSE_NOTACQUIRED            HRES_ERROR(0xC00D1204)
-#define HRES_NS_E_WMP_DRM_LICENSE_NOTENABLED             HRES_ERROR(0xC00D1205)
-#define HRES_NS_E_WMP_DRM_LICENSE_UNUSABLE               HRES_ERROR(0xC00D1206)
-#define HRES_NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED        HRES_ERROR(0xC00D1207)
-#define HRES_NS_E_WMP_DRM_LICENSE_NOSAP                          HRES_ERROR(0xC00D1208)
-#define HRES_NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE      HRES_ERROR(0xC00D1209)
-#define HRES_NS_E_WMP_LICENSE_REQUIRED                   HRES_ERROR(0xC00D120A)
-#define HRES_NS_E_WMP_PROTECTED_CONTENT                          HRES_ERROR(0xC00D120B)
-#define HRES_NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED        HRES_ERROR(0xC00D122A)
-#define HRES_NS_E_PDA_CANNOT_SYNC_FROM_INTERNET                  HRES_ERROR(0xC00D1234)
-#define HRES_NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST       HRES_ERROR(0xC00D1235)
-#define HRES_NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE         HRES_ERROR(0xC00D1236)
-#define HRES_NS_E_PDA_SYNC_FAILED                        HRES_ERROR(0xC00D1237)
-#define HRES_NS_E_PDA_DELETE_FAILED                      HRES_ERROR(0xC00D1238)
-#define HRES_NS_E_PDA_FAILED_TO_RETRIEVE_FILE            HRES_ERROR(0xC00D1239)
-#define HRES_NS_E_PDA_DEVICE_NOT_RESPONDING              HRES_ERROR(0xC00D123A)
-#define HRES_NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO                  HRES_ERROR(0xC00D123B)
-#define HRES_NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE   HRES_ERROR(0xC00D123C)
-#define HRES_NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO                  HRES_ERROR(0xC00D123D)
-#define HRES_NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO                  HRES_ERROR(0xC00D123E)
-#define HRES_NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE                  HRES_ERROR(0xC00D123F)
-#define HRES_NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG   HRES_ERROR(0xC00D1240)
-#define HRES_NS_E_PDA_CEWMDM_DRM_ERROR                   HRES_ERROR(0xC00D1241)
-#define HRES_NS_E_INCOMPLETE_PLAYLIST                    HRES_ERROR(0xC00D1242)
-#define HRES_NS_E_PDA_SYNC_RUNNING                       HRES_ERROR(0xC00D1243)
-#define HRES_NS_E_PDA_SYNC_LOGIN_ERROR                   HRES_ERROR(0xC00D1244)
-#define HRES_NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND                  HRES_ERROR(0xC00D1245)
-#define HRES_NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE    HRES_ERROR(0xC00D1246)
-#define HRES_NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING      HRES_ERROR(0xC00D1247)
-#define HRES_NS_E_WMP_HWND_NOTFOUND                      HRES_ERROR(0xC00D125C)
-#define HRES_NS_E_BKGDOWNLOAD_WRONG_NO_FILES             HRES_ERROR(0xC00D125D)
-#define HRES_NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB       HRES_ERROR(0xC00D125E)
-#define HRES_NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB         HRES_ERROR(0xC00D125F)
-#define HRES_NS_E_BKGDOWNLOAD_NOJOBPOINTER               HRES_ERROR(0xC00D1260)
-#define HRES_NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE        HRES_ERROR(0xC00D1261)
-#define HRES_NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE   HRES_ERROR(0xC00D1262)
-#define HRES_NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE    HRES_ERROR(0xC00D1263)
-#define HRES_NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE    HRES_ERROR(0xC00D1264)
-#define HRES_NS_E_BKGDOWNLOAD_CALLFUNCFAILED             HRES_ERROR(0xC00D1265)
-#define HRES_NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT            HRES_ERROR(0xC00D1266)
-#define HRES_NS_E_BKGDOWNLOAD_CALLFUNCENDED              HRES_ERROR(0xC00D1267)
-#define HRES_NS_E_BKGDOWNLOAD_WMDUNPACKFAILED            HRES_ERROR(0xC00D1268)
-#define HRES_NS_E_BKGDOWNLOAD_FAILEDINITIALIZE           HRES_ERROR(0xC00D1269)
-#define HRES_NS_E_INTERFACE_NOT_REGISTERED_IN_GIT        HRES_ERROR(0xC00D126A)
-#define HRES_NS_E_BKGDOWNLOAD_INVALID_FILE_NAME                  HRES_ERROR(0xC00D126B)
-#define HRES_NS_E_IMAGE_DOWNLOAD_FAILED                          HRES_ERROR(0xC00D128E)
-#define HRES_NS_E_WMP_UDRM_NOUSERLIST                    HRES_ERROR(0xC00D12C0)
-#define HRES_NS_E_WMP_DRM_NOT_ACQUIRING                          HRES_ERROR(0xC00D12C1)
-#define HRES_NS_E_WMP_BSTR_TOO_LONG                      HRES_ERROR(0xC00D12F2)
-#define HRES_NS_E_WMP_AUTOPLAY_INVALID_STATE             HRES_ERROR(0xC00D12FC)
-#define HRES_NS_E_WMP_COMPONENT_REVOKED                          HRES_ERROR(0xC00D1306)
-#define HRES_NS_E_CURL_NOTSAFE                           HRES_ERROR(0xC00D1324)
-#define HRES_NS_E_CURL_INVALIDCHAR                       HRES_ERROR(0xC00D1325)
-#define HRES_NS_E_CURL_INVALIDHOSTNAME                   HRES_ERROR(0xC00D1326)
-#define HRES_NS_E_CURL_INVALIDPATH                       HRES_ERROR(0xC00D1327)
-#define HRES_NS_E_CURL_INVALIDSCHEME                     HRES_ERROR(0xC00D1328)
-#define HRES_NS_E_CURL_INVALIDURL                        HRES_ERROR(0xC00D1329)
-#define HRES_NS_E_CURL_CANTWALK                                  HRES_ERROR(0xC00D132B)
-#define HRES_NS_E_CURL_INVALIDPORT                       HRES_ERROR(0xC00D132C)
-#define HRES_NS_E_CURLHELPER_NOTADIRECTORY               HRES_ERROR(0xC00D132D)
-#define HRES_NS_E_CURLHELPER_NOTAFILE                    HRES_ERROR(0xC00D132E)
-#define HRES_NS_E_CURL_CANTDECODE                        HRES_ERROR(0xC00D132F)
-#define HRES_NS_E_CURLHELPER_NOTRELATIVE                 HRES_ERROR(0xC00D1330)
-#define HRES_NS_E_CURL_INVALIDBUFFERSIZE                 HRES_ERROR(0xC00D1331)
-#define HRES_NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED HRES_ERROR(0xC00D1356)
-#define HRES_NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES HRES_ERROR(0xC00D1357)
-#define HRES_NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT         HRES_ERROR(0xC00D1358)
-#define HRES_NS_E_NOT_CONTENT_PARTNER_TRACK              HRES_ERROR(0xC00D135A)
-#define HRES_NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE  HRES_ERROR(0xC00D135B)
-#define HRES_NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE       HRES_ERROR(0xC00D135C)
-#define HRES_NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED        HRES_ERROR(0xC00D135D)
-#define HRES_NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED       HRES_ERROR(0xC00D135F)
-#define HRES_NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT   HRES_ERROR(0xC00D1360)
-#define HRES_NS_E_CONTENT_PARTNER_STILL_INITIALIZING     HRES_ERROR(0xC00D1362)
-#define HRES_NS_E_OPEN_CONTAINING_FOLDER_FAILED                  HRES_ERROR(0xC00D1363)
-#define HRES_NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES         HRES_ERROR(0xC00D136A)
-#define HRES_NS_E_REDIRECT                               HRES_ERROR(0xC00D1388)
-#define HRES_NS_E_STALE_PRESENTATION                     HRES_ERROR(0xC00D1389)
-#define HRES_NS_E_NAMESPACE_WRONG_PERSIST                HRES_ERROR(0xC00D138A)
-#define HRES_NS_E_NAMESPACE_WRONG_TYPE                   HRES_ERROR(0xC00D138B)
-#define HRES_NS_E_NAMESPACE_NODE_CONFLICT                HRES_ERROR(0xC00D138C)
-#define HRES_NS_E_NAMESPACE_NODE_NOT_FOUND               HRES_ERROR(0xC00D138D)
-#define HRES_NS_E_NAMESPACE_BUFFER_TOO_SMALL             HRES_ERROR(0xC00D138E)
-#define HRES_NS_E_NAMESPACE_TOO_MANY_CALLBACKS           HRES_ERROR(0xC00D138F)
-#define HRES_NS_E_NAMESPACE_DUPLICATE_CALLBACK           HRES_ERROR(0xC00D1390)
-#define HRES_NS_E_NAMESPACE_CALLBACK_NOT_FOUND           HRES_ERROR(0xC00D1391)
-#define HRES_NS_E_NAMESPACE_NAME_TOO_LONG                HRES_ERROR(0xC00D1392)
-#define HRES_NS_E_NAMESPACE_DUPLICATE_NAME               HRES_ERROR(0xC00D1393)
-#define HRES_NS_E_NAMESPACE_EMPTY_NAME                   HRES_ERROR(0xC00D1394)
-#define HRES_NS_E_NAMESPACE_INDEX_TOO_LARGE              HRES_ERROR(0xC00D1395)
-#define HRES_NS_E_NAMESPACE_BAD_NAME                     HRES_ERROR(0xC00D1396)
-#define HRES_NS_E_NAMESPACE_WRONG_SECURITY               HRES_ERROR(0xC00D1397)
-#define HRES_NS_E_CACHE_ARCHIVE_CONFLICT                 HRES_ERROR(0xC00D13EC)
-#define HRES_NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND                  HRES_ERROR(0xC00D13ED)
-#define HRES_NS_E_CACHE_ORIGIN_SERVER_TIMEOUT            HRES_ERROR(0xC00D13EE)
-#define HRES_NS_E_CACHE_NOT_BROADCAST                    HRES_ERROR(0xC00D13EF)
-#define HRES_NS_E_CACHE_CANNOT_BE_CACHED                 HRES_ERROR(0xC00D13F0)
-#define HRES_NS_E_CACHE_NOT_MODIFIED                     HRES_ERROR(0xC00D13F1)
-#define HRES_NS_E_CANNOT_REMOVE_PUBLISHING_POINT         HRES_ERROR(0xC00D1450)
-#define HRES_NS_E_CANNOT_REMOVE_PLUGIN                   HRES_ERROR(0xC00D1451)
-#define HRES_NS_E_WRONG_PUBLISHING_POINT_TYPE            HRES_ERROR(0xC00D1452)
-#define HRES_NS_E_UNSUPPORTED_LOAD_TYPE                          HRES_ERROR(0xC00D1453)
-#define HRES_NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION  HRES_ERROR(0xC00D1454)
-#define HRES_NS_E_INVALID_PUBLISHING_POINT_NAME                  HRES_ERROR(0xC00D1455)
-#define HRES_NS_E_TOO_MANY_MULTICAST_SINKS               HRES_ERROR(0xC00D1456)
-#define HRES_NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED HRES_ERROR(0xC00D1457)
-#define HRES_NS_E_MULTICAST_PLUGIN_NOT_ENABLED           HRES_ERROR(0xC00D1458)
-#define HRES_NS_E_INVALID_OPERATING_SYSTEM_VERSION       HRES_ERROR(0xC00D1459)
-#define HRES_NS_E_PUBLISHING_POINT_REMOVED               HRES_ERROR(0xC00D145A)
-#define HRES_NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST HRES_ERROR(0xC00D145B)
-#define HRES_NS_E_UNSUPPORTED_LANGUAGE                   HRES_ERROR(0xC00D145C)
-#define HRES_NS_E_WRONG_OS_VERSION                       HRES_ERROR(0xC00D145D)
-#define HRES_NS_E_PUBLISHING_POINT_STOPPED               HRES_ERROR(0xC00D145E)
-#define HRES_NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING         HRES_ERROR(0xC00D14B4)
-#define HRES_NS_E_EMPTY_PLAYLIST                         HRES_ERROR(0xC00D14B5)
-#define HRES_NS_E_PLAYLIST_PARSE_FAILURE                 HRES_ERROR(0xC00D14B6)
-#define HRES_NS_E_PLAYLIST_UNSUPPORTED_ENTRY             HRES_ERROR(0xC00D14B7)
-#define HRES_NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST         HRES_ERROR(0xC00D14B8)
-#define HRES_NS_E_PLAYLIST_ENTRY_SEEK                    HRES_ERROR(0xC00D14B9)
-#define HRES_NS_E_PLAYLIST_RECURSIVE_PLAYLISTS           HRES_ERROR(0xC00D14BA)
-#define HRES_NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS     HRES_ERROR(0xC00D14BB)
-#define HRES_NS_E_PLAYLIST_SHUTDOWN                      HRES_ERROR(0xC00D14BC)
-#define HRES_NS_E_PLAYLIST_END_RECEDING                          HRES_ERROR(0xC00D14BD)
-#define HRES_NS_E_DATAPATH_NO_SINK                       HRES_ERROR(0xC00D1518)
-#define HRES_NS_E_INVALID_PUSH_TEMPLATE                          HRES_ERROR(0xC00D151A)
-#define HRES_NS_E_INVALID_PUSH_PUBLISHING_POINT                  HRES_ERROR(0xC00D151B)
-#define HRES_NS_E_CRITICAL_ERROR                         HRES_ERROR(0xC00D151C)
-#define HRES_NS_E_NO_NEW_CONNECTIONS                     HRES_ERROR(0xC00D151D)
-#define HRES_NS_E_WSX_INVALID_VERSION                    HRES_ERROR(0xC00D151E)
-#define HRES_NS_E_HEADER_MISMATCH                        HRES_ERROR(0xC00D151F)
-#define HRES_NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME   HRES_ERROR(0xC00D1520)
-#define HRES_NS_E_NO_SCRIPT_ENGINE                       HRES_ERROR(0xC00D157C)
-#define HRES_NS_E_PLUGIN_ERROR_REPORTED                          HRES_ERROR(0xC00D157D)
-#define HRES_NS_E_SOURCE_PLUGIN_NOT_FOUND                HRES_ERROR(0xC00D157E)
-#define HRES_NS_E_PLAYLIST_PLUGIN_NOT_FOUND              HRES_ERROR(0xC00D157F)
-#define HRES_NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED   HRES_ERROR(0xC00D1580)
-#define HRES_NS_E_MEDIA_PARSER_INVALID_FORMAT            HRES_ERROR(0xC00D1581)
-#define HRES_NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED                  HRES_ERROR(0xC00D1582)
-#define HRES_NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER     HRES_ERROR(0xC00D1583)
-#define HRES_NS_E_WIZARD_RUNNING                         HRES_ERROR(0xC00D1584)
-#define HRES_NS_E_INVALID_LOG_URL                        HRES_ERROR(0xC00D1585)
-#define HRES_NS_E_INVALID_MTU_RANGE                      HRES_ERROR(0xC00D1586)
-#define HRES_NS_E_INVALID_PLAY_STATISTICS                HRES_ERROR(0xC00D1587)
-#define HRES_NS_E_LOG_NEED_TO_BE_SKIPPED                 HRES_ERROR(0xC00D1588)
-#define HRES_NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED HRES_ERROR(0xC00D1589)
-#define HRES_NS_E_PORT_IN_USE                            HRES_ERROR(0xC00D158A)
-#define HRES_NS_E_PORT_IN_USE_HTTP                       HRES_ERROR(0xC00D158B)
-#define HRES_NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE HRES_ERROR(0xC00D158C)
-#define HRES_NS_E_ARCHIVE_REACH_QUOTA                    HRES_ERROR(0xC00D158D)
-#define HRES_NS_E_ARCHIVE_ABORT_DUE_TO_BCAST             HRES_ERROR(0xC00D158E)
-#define HRES_NS_E_ARCHIVE_GAP_DETECTED                   HRES_ERROR(0xC00D158F)
-#define HRES_NS_E_AUTHORIZATION_FILE_NOT_FOUND           HRES_ERROR(0xC00D1590)
-#define HRES_NS_E_BAD_MARKIN                             HRES_ERROR(0xC00D1B58)
-#define HRES_NS_E_BAD_MARKOUT                            HRES_ERROR(0xC00D1B59)
-#define HRES_NS_E_NOMATCHING_MEDIASOURCE                 HRES_ERROR(0xC00D1B5A)
-#define HRES_NS_E_UNSUPPORTED_SOURCETYPE                 HRES_ERROR(0xC00D1B5B)
-#define HRES_NS_E_TOO_MANY_AUDIO                         HRES_ERROR(0xC00D1B5C)
-#define HRES_NS_E_TOO_MANY_VIDEO                         HRES_ERROR(0xC00D1B5D)
-#define HRES_NS_E_NOMATCHING_ELEMENT                     HRES_ERROR(0xC00D1B5E)
-#define HRES_NS_E_MISMATCHED_MEDIACONTENT                HRES_ERROR(0xC00D1B5F)
-#define HRES_NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP       HRES_ERROR(0xC00D1B60)
-#define HRES_NS_E_AUDIODEVICE_BUSY                       HRES_ERROR(0xC00D1B61)
-#define HRES_NS_E_AUDIODEVICE_UNEXPECTED                 HRES_ERROR(0xC00D1B62)
-#define HRES_NS_E_AUDIODEVICE_BADFORMAT                          HRES_ERROR(0xC00D1B63)
-#define HRES_NS_E_VIDEODEVICE_BUSY                       HRES_ERROR(0xC00D1B64)
-#define HRES_NS_E_VIDEODEVICE_UNEXPECTED                 HRES_ERROR(0xC00D1B65)
-#define HRES_NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING      HRES_ERROR(0xC00D1B66)
-#define HRES_NS_E_NO_PROFILE_IN_SOURCEGROUP              HRES_ERROR(0xC00D1B67)
-#define HRES_NS_E_VIDEODRIVER_UNSTABLE                   HRES_ERROR(0xC00D1B68)
-#define HRES_NS_E_VIDCAPSTARTFAILED                      HRES_ERROR(0xC00D1B69)
-#define HRES_NS_E_VIDSOURCECOMPRESSION                   HRES_ERROR(0xC00D1B6A)
-#define HRES_NS_E_VIDSOURCESIZE                                  HRES_ERROR(0xC00D1B6B)
-#define HRES_NS_E_ICMQUERYFORMAT                         HRES_ERROR(0xC00D1B6C)
-#define HRES_NS_E_VIDCAPCREATEWINDOW                     HRES_ERROR(0xC00D1B6D)
-#define HRES_NS_E_VIDCAPDRVINUSE                         HRES_ERROR(0xC00D1B6E)
-#define HRES_NS_E_NO_MEDIAFORMAT_IN_SOURCE               HRES_ERROR(0xC00D1B6F)
-#define HRES_NS_E_NO_VALID_OUTPUT_STREAM                 HRES_ERROR(0xC00D1B70)
-#define HRES_NS_E_NO_VALID_SOURCE_PLUGIN                 HRES_ERROR(0xC00D1B71)
-#define HRES_NS_E_NO_ACTIVE_SOURCEGROUP                          HRES_ERROR(0xC00D1B72)
-#define HRES_NS_E_NO_SCRIPT_STREAM                       HRES_ERROR(0xC00D1B73)
-#define HRES_NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING     HRES_ERROR(0xC00D1B74)
-#define HRES_NS_E_INVALIDPACKETSIZE                      HRES_ERROR(0xC00D1B75)
-#define HRES_NS_E_PLUGIN_CLSID_INVALID                   HRES_ERROR(0xC00D1B76)
-#define HRES_NS_E_UNSUPPORTED_ARCHIVETYPE                HRES_ERROR(0xC00D1B77)
-#define HRES_NS_E_UNSUPPORTED_ARCHIVEOPERATION           HRES_ERROR(0xC00D1B78)
-#define HRES_NS_E_ARCHIVE_FILENAME_NOTSET                HRES_ERROR(0xC00D1B79)
-#define HRES_NS_E_SOURCEGROUP_NOTPREPARED                HRES_ERROR(0xC00D1B7A)
-#define HRES_NS_E_PROFILE_MISMATCH                       HRES_ERROR(0xC00D1B7B)
-#define HRES_NS_E_INCORRECTCLIPSETTINGS                          HRES_ERROR(0xC00D1B7C)
-#define HRES_NS_E_NOSTATSAVAILABLE                       HRES_ERROR(0xC00D1B7D)
-#define HRES_NS_E_NOTARCHIVING                           HRES_ERROR(0xC00D1B7E)
-#define HRES_NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED      HRES_ERROR(0xC00D1B7F)
-#define HRES_NS_E_NOSOURCEGROUPS                         HRES_ERROR(0xC00D1B80)
-#define HRES_NS_E_INVALIDINPUTFPS                        HRES_ERROR(0xC00D1B81)
-#define HRES_NS_E_NO_DATAVIEW_SUPPORT                    HRES_ERROR(0xC00D1B82)
-#define HRES_NS_E_CODEC_UNAVAILABLE                      HRES_ERROR(0xC00D1B83)
-#define HRES_NS_E_ARCHIVE_SAME_AS_INPUT                          HRES_ERROR(0xC00D1B84)
-#define HRES_NS_E_SOURCE_NOTSPECIFIED                    HRES_ERROR(0xC00D1B85)
-#define HRES_NS_E_NO_REALTIME_TIMECOMPRESSION            HRES_ERROR(0xC00D1B86)
-#define HRES_NS_E_UNSUPPORTED_ENCODER_DEVICE             HRES_ERROR(0xC00D1B87)
-#define HRES_NS_E_UNEXPECTED_DISPLAY_SETTINGS            HRES_ERROR(0xC00D1B88)
-#define HRES_NS_E_NO_AUDIODATA                           HRES_ERROR(0xC00D1B89)
-#define HRES_NS_E_INPUTSOURCE_PROBLEM                    HRES_ERROR(0xC00D1B8A)
-#define HRES_NS_E_WME_VERSION_MISMATCH                   HRES_ERROR(0xC00D1B8B)
-#define HRES_NS_E_NO_REALTIME_PREPROCESS                 HRES_ERROR(0xC00D1B8C)
-#define HRES_NS_E_NO_REPEAT_PREPROCESS                   HRES_ERROR(0xC00D1B8D)
-#define HRES_NS_E_CANNOT_PAUSE_LIVEBROADCAST             HRES_ERROR(0xC00D1B8E)
-#define HRES_NS_E_DRM_PROFILE_NOT_SET                    HRES_ERROR(0xC00D1B8F)
-#define HRES_NS_E_DUPLICATE_DRMPROFILE                   HRES_ERROR(0xC00D1B90)
-#define HRES_NS_E_INVALID_DEVICE                         HRES_ERROR(0xC00D1B91)
-#define HRES_NS_E_SPEECHEDL_ON_NON_MIXEDMODE             HRES_ERROR(0xC00D1B92)
-#define HRES_NS_E_DRM_PASSWORD_TOO_LONG                          HRES_ERROR(0xC00D1B93)
-#define HRES_NS_E_DEVCONTROL_FAILED_SEEK                 HRES_ERROR(0xC00D1B94)
-#define HRES_NS_E_INTERLACE_REQUIRE_SAMESIZE             HRES_ERROR(0xC00D1B95)
-#define HRES_NS_E_TOO_MANY_DEVICECONTROL                 HRES_ERROR(0xC00D1B96)
-#define HRES_NS_E_NO_MULTIPASS_FOR_LIVEDEVICE            HRES_ERROR(0xC00D1B97)
-#define HRES_NS_E_MISSING_AUDIENCE                       HRES_ERROR(0xC00D1B98)
-#define HRES_NS_E_AUDIENCE_CONTENTTYPE_MISMATCH                  HRES_ERROR(0xC00D1B99)
-#define HRES_NS_E_MISSING_SOURCE_INDEX                   HRES_ERROR(0xC00D1B9A)
-#define HRES_NS_E_NUM_LANGUAGE_MISMATCH                          HRES_ERROR(0xC00D1B9B)
-#define HRES_NS_E_LANGUAGE_MISMATCH                      HRES_ERROR(0xC00D1B9C)
-#define HRES_NS_E_VBRMODE_MISMATCH                       HRES_ERROR(0xC00D1B9D)
-#define HRES_NS_E_INVALID_INPUT_AUDIENCE_INDEX           HRES_ERROR(0xC00D1B9E)
-#define HRES_NS_E_INVALID_INPUT_LANGUAGE                 HRES_ERROR(0xC00D1B9F)
-#define HRES_NS_E_INVALID_INPUT_STREAM                   HRES_ERROR(0xC00D1BA0)
-#define HRES_NS_E_EXPECT_MONO_WAV_INPUT                          HRES_ERROR(0xC00D1BA1)
-#define HRES_NS_E_INPUT_WAVFORMAT_MISMATCH               HRES_ERROR(0xC00D1BA2)
-#define HRES_NS_E_RECORDQ_DISK_FULL                      HRES_ERROR(0xC00D1BA3)
-#define HRES_NS_E_NO_PAL_INVERSE_TELECINE                HRES_ERROR(0xC00D1BA4)
-#define HRES_NS_E_ACTIVE_SG_DEVICE_DISCONNECTED                  HRES_ERROR(0xC00D1BA5)
-#define HRES_NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED   HRES_ERROR(0xC00D1BA6)
-#define HRES_NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER        HRES_ERROR(0xC00D1BA7)
-#define HRES_NS_E_INPUT_DOESNOT_SUPPORT_SMPTE            HRES_ERROR(0xC00D1BA8)
-#define HRES_NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS    HRES_ERROR(0xC00D1BA9)
-#define HRES_NS_E_BAD_CONTENTEDL                         HRES_ERROR(0xC00D1BAA)
-#define HRES_NS_E_INTERLACEMODE_MISMATCH                 HRES_ERROR(0xC00D1BAB)
-#define HRES_NS_E_NONSQUAREPIXELMODE_MISMATCH            HRES_ERROR(0xC00D1BAC)
-#define HRES_NS_E_SMPTEMODE_MISMATCH                     HRES_ERROR(0xC00D1BAD)
-#define HRES_NS_E_END_OF_TAPE                            HRES_ERROR(0xC00D1BAE)
-#define HRES_NS_E_NO_MEDIA_IN_AUDIENCE                   HRES_ERROR(0xC00D1BAF)
-#define HRES_NS_E_NO_AUDIENCES                           HRES_ERROR(0xC00D1BB0)
-#define HRES_NS_E_NO_AUDIO_COMPAT                        HRES_ERROR(0xC00D1BB1)
-#define HRES_NS_E_INVALID_VBR_COMPAT                     HRES_ERROR(0xC00D1BB2)
-#define HRES_NS_E_NO_PROFILE_NAME                        HRES_ERROR(0xC00D1BB3)
-#define HRES_NS_E_INVALID_VBR_WITH_UNCOMP                HRES_ERROR(0xC00D1BB4)
-#define HRES_NS_E_MULTIPLE_VBR_AUDIENCES                 HRES_ERROR(0xC00D1BB5)
-#define HRES_NS_E_UNCOMP_COMP_COMBINATION                HRES_ERROR(0xC00D1BB6)
-#define HRES_NS_E_MULTIPLE_AUDIO_CODECS                          HRES_ERROR(0xC00D1BB7)
-#define HRES_NS_E_MULTIPLE_AUDIO_FORMATS                 HRES_ERROR(0xC00D1BB8)
-#define HRES_NS_E_AUDIO_BITRATE_STEPDOWN                 HRES_ERROR(0xC00D1BB9)
-#define HRES_NS_E_INVALID_AUDIO_PEAKRATE                 HRES_ERROR(0xC00D1BBA)
-#define HRES_NS_E_INVALID_AUDIO_PEAKRATE_2               HRES_ERROR(0xC00D1BBB)
-#define HRES_NS_E_INVALID_AUDIO_BUFFERMAX                HRES_ERROR(0xC00D1BBC)
-#define HRES_NS_E_MULTIPLE_VIDEO_CODECS                          HRES_ERROR(0xC00D1BBD)
-#define HRES_NS_E_MULTIPLE_VIDEO_SIZES                   HRES_ERROR(0xC00D1BBE)
-#define HRES_NS_E_INVALID_VIDEO_BITRATE                          HRES_ERROR(0xC00D1BBF)
-#define HRES_NS_E_VIDEO_BITRATE_STEPDOWN                 HRES_ERROR(0xC00D1BC0)
-#define HRES_NS_E_INVALID_VIDEO_PEAKRATE                 HRES_ERROR(0xC00D1BC1)
-#define HRES_NS_E_INVALID_VIDEO_PEAKRATE_2               HRES_ERROR(0xC00D1BC2)
-#define HRES_NS_E_INVALID_VIDEO_WIDTH                    HRES_ERROR(0xC00D1BC3)
-#define HRES_NS_E_INVALID_VIDEO_HEIGHT                   HRES_ERROR(0xC00D1BC4)
-#define HRES_NS_E_INVALID_VIDEO_FPS                      HRES_ERROR(0xC00D1BC5)
-#define HRES_NS_E_INVALID_VIDEO_KEYFRAME                 HRES_ERROR(0xC00D1BC6)
-#define HRES_NS_E_INVALID_VIDEO_IQUALITY                 HRES_ERROR(0xC00D1BC7)
-#define HRES_NS_E_INVALID_VIDEO_CQUALITY                 HRES_ERROR(0xC00D1BC8)
-#define HRES_NS_E_INVALID_VIDEO_BUFFER                   HRES_ERROR(0xC00D1BC9)
-#define HRES_NS_E_INVALID_VIDEO_BUFFERMAX                HRES_ERROR(0xC00D1BCA)
-#define HRES_NS_E_INVALID_VIDEO_BUFFERMAX_2              HRES_ERROR(0xC00D1BCB)
-#define HRES_NS_E_INVALID_VIDEO_WIDTH_ALIGN              HRES_ERROR(0xC00D1BCC)
-#define HRES_NS_E_INVALID_VIDEO_HEIGHT_ALIGN             HRES_ERROR(0xC00D1BCD)
-#define HRES_NS_E_MULTIPLE_SCRIPT_BITRATES               HRES_ERROR(0xC00D1BCE)
-#define HRES_NS_E_INVALID_SCRIPT_BITRATE                 HRES_ERROR(0xC00D1BCF)
-#define HRES_NS_E_MULTIPLE_FILE_BITRATES                 HRES_ERROR(0xC00D1BD0)
-#define HRES_NS_E_INVALID_FILE_BITRATE                   HRES_ERROR(0xC00D1BD1)
-#define HRES_NS_E_SAME_AS_INPUT_COMBINATION              HRES_ERROR(0xC00D1BD2)
-#define HRES_NS_E_SOURCE_CANNOT_LOOP                     HRES_ERROR(0xC00D1BD3)
-#define HRES_NS_E_INVALID_FOLDDOWN_COEFFICIENTS                  HRES_ERROR(0xC00D1BD4)
-#define HRES_NS_E_DRMPROFILE_NOTFOUND                    HRES_ERROR(0xC00D1BD5)
-#define HRES_NS_E_INVALID_TIMECODE                       HRES_ERROR(0xC00D1BD6)
-#define HRES_NS_E_NO_AUDIO_TIMECOMPRESSION               HRES_ERROR(0xC00D1BD7)
-#define HRES_NS_E_NO_TWOPASS_TIMECOMPRESSION             HRES_ERROR(0xC00D1BD8)
-#define HRES_NS_E_TIMECODE_REQUIRES_VIDEOSTREAM                  HRES_ERROR(0xC00D1BD9)
-#define HRES_NS_E_NO_MBR_WITH_TIMECODE                   HRES_ERROR(0xC00D1BDA)
-#define HRES_NS_E_INVALID_INTERLACEMODE                          HRES_ERROR(0xC00D1BDB)
-#define HRES_NS_E_INVALID_INTERLACE_COMPAT               HRES_ERROR(0xC00D1BDC)
-#define HRES_NS_E_INVALID_NONSQUAREPIXEL_COMPAT                  HRES_ERROR(0xC00D1BDD)
-#define HRES_NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL     HRES_ERROR(0xC00D1BDE)
-#define HRES_NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR HRES_ERROR(0xC00D1BDF)
-#define HRES_NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT           HRES_ERROR(0xC00D1BE0)
-#define HRES_NS_E_DEVICECONTROL_UNSTABLE                 HRES_ERROR(0xC00D1BE1)
-#define HRES_NS_E_INVALID_PIXEL_ASPECT_RATIO             HRES_ERROR(0xC00D1BE2)
-#define HRES_NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH HRES_ERROR(0xC00D1BE3)
-#define HRES_NS_E_INVALID_PROFILE_CONTENTTYPE            HRES_ERROR(0xC00D1BE4)
-#define HRES_NS_E_TRANSFORM_PLUGIN_NOT_FOUND             HRES_ERROR(0xC00D1BE5)
-#define HRES_NS_E_TRANSFORM_PLUGIN_INVALID               HRES_ERROR(0xC00D1BE6)
-#define HRES_NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS      HRES_ERROR(0xC00D1BE7)
-#define HRES_NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING HRES_ERROR(0xC00D1BE8)
-#define HRES_NS_E_MARKIN_UNSUPPORTED                     HRES_ERROR(0xC00D1BE9)
-#define HRES_NS_E_DRM_INVALID_APPLICATION                HRES_ERROR(0xC00D2711)
-#define HRES_NS_E_DRM_LICENSE_STORE_ERROR                HRES_ERROR(0xC00D2712)
-#define HRES_NS_E_DRM_SECURE_STORE_ERROR                 HRES_ERROR(0xC00D2713)
-#define HRES_NS_E_DRM_LICENSE_STORE_SAVE_ERROR           HRES_ERROR(0xC00D2714)
-#define HRES_NS_E_DRM_SECURE_STORE_UNLOCK_ERROR                  HRES_ERROR(0xC00D2715)
-#define HRES_NS_E_DRM_INVALID_CONTENT                    HRES_ERROR(0xC00D2716)
-#define HRES_NS_E_DRM_UNABLE_TO_OPEN_LICENSE             HRES_ERROR(0xC00D2717)
-#define HRES_NS_E_DRM_INVALID_LICENSE                    HRES_ERROR(0xC00D2718)
-#define HRES_NS_E_DRM_INVALID_MACHINE                    HRES_ERROR(0xC00D2719)
-#define HRES_NS_E_DRM_ENUM_LICENSE_FAILED                HRES_ERROR(0xC00D271B)
-#define HRES_NS_E_DRM_INVALID_LICENSE_REQUEST            HRES_ERROR(0xC00D271C)
-#define HRES_NS_E_DRM_UNABLE_TO_INITIALIZE               HRES_ERROR(0xC00D271D)
-#define HRES_NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE                  HRES_ERROR(0xC00D271E)
-#define HRES_NS_E_DRM_INVALID_LICENSE_ACQUIRED           HRES_ERROR(0xC00D271F)
-#define HRES_NS_E_DRM_NO_RIGHTS                                  HRES_ERROR(0xC00D2720)
-#define HRES_NS_E_DRM_KEY_ERROR                                  HRES_ERROR(0xC00D2721)
-#define HRES_NS_E_DRM_ENCRYPT_ERROR                      HRES_ERROR(0xC00D2722)
-#define HRES_NS_E_DRM_DECRYPT_ERROR                      HRES_ERROR(0xC00D2723)
-#define HRES_NS_E_DRM_LICENSE_INVALID_XML                HRES_ERROR(0xC00D2725)
-#define HRES_NS_E_DRM_NEEDS_INDIVIDUALIZATION            HRES_ERROR(0xC00D2728)
-#define HRES_NS_E_DRM_ALREADY_INDIVIDUALIZED             HRES_ERROR(0xC00D2729)
-#define HRES_NS_E_DRM_ACTION_NOT_QUERIED                 HRES_ERROR(0xC00D272A)
-#define HRES_NS_E_DRM_ACQUIRING_LICENSE                          HRES_ERROR(0xC00D272B)
-#define HRES_NS_E_DRM_INDIVIDUALIZING                    HRES_ERROR(0xC00D272C)
-#define HRES_NS_E_BACKUP_RESTORE_FAILURE                 HRES_ERROR(0xC00D272D)
-#define HRES_NS_E_BACKUP_RESTORE_BAD_REQUEST_ID                  HRES_ERROR(0xC00D272E)
-#define HRES_NS_E_DRM_PARAMETERS_MISMATCHED              HRES_ERROR(0xC00D272F)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT    HRES_ERROR(0xC00D2730)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT       HRES_ERROR(0xC00D2731)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT    HRES_ERROR(0xC00D2732)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT    HRES_ERROR(0xC00D2733)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT  HRES_ERROR(0xC00D2734)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT     HRES_ERROR(0xC00D2735)
-#define HRES_NS_E_DRM_INDIVIDUALIZE_ERROR                HRES_ERROR(0xC00D2736)
-#define HRES_NS_E_DRM_LICENSE_OPEN_ERROR                 HRES_ERROR(0xC00D2737)
-#define HRES_NS_E_DRM_LICENSE_CLOSE_ERROR                HRES_ERROR(0xC00D2738)
-#define HRES_NS_E_DRM_GET_LICENSE_ERROR                          HRES_ERROR(0xC00D2739)
-#define HRES_NS_E_DRM_QUERY_ERROR                        HRES_ERROR(0xC00D273A)
-#define HRES_NS_E_DRM_REPORT_ERROR                       HRES_ERROR(0xC00D273B)
-#define HRES_NS_E_DRM_GET_LICENSESTRING_ERROR            HRES_ERROR(0xC00D273C)
-#define HRES_NS_E_DRM_GET_CONTENTSTRING_ERROR            HRES_ERROR(0xC00D273D)
-#define HRES_NS_E_DRM_MONITOR_ERROR                      HRES_ERROR(0xC00D273E)
-#define HRES_NS_E_DRM_UNABLE_TO_SET_PARAMETER            HRES_ERROR(0xC00D273F)
-#define HRES_NS_E_DRM_INVALID_APPDATA                    HRES_ERROR(0xC00D2740)
-#define HRES_NS_E_DRM_INVALID_APPDATA_VERSION            HRES_ERROR(0xC00D2741)
-#define HRES_NS_E_DRM_BACKUP_EXISTS                      HRES_ERROR(0xC00D2742)
-#define HRES_NS_E_DRM_BACKUP_CORRUPT                     HRES_ERROR(0xC00D2743)
-#define HRES_NS_E_DRM_BACKUPRESTORE_BUSY                 HRES_ERROR(0xC00D2744)
-#define HRES_NS_E_BACKUP_RESTORE_BAD_DATA                HRES_ERROR(0xC00D2745)
-#define HRES_NS_E_DRM_LICENSE_UNUSABLE                   HRES_ERROR(0xC00D2748)
-#define HRES_NS_E_DRM_INVALID_PROPERTY                   HRES_ERROR(0xC00D2749)
-#define HRES_NS_E_DRM_SECURE_STORE_NOT_FOUND             HRES_ERROR(0xC00D274A)
-#define HRES_NS_E_DRM_CACHED_CONTENT_ERROR               HRES_ERROR(0xC00D274B)
-#define HRES_NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE       HRES_ERROR(0xC00D274C)
-#define HRES_NS_E_DRM_DRIVER_AUTH_FAILURE                HRES_ERROR(0xC00D274D)
-#define HRES_NS_E_DRM_NEED_UPGRADE_MSSAP                 HRES_ERROR(0xC00D274E)
-#define HRES_NS_E_DRM_REOPEN_CONTENT                     HRES_ERROR(0xC00D274F)
-#define HRES_NS_E_DRM_DRIVER_DIGIOUT_FAILURE             HRES_ERROR(0xC00D2750)
-#define HRES_NS_E_DRM_INVALID_SECURESTORE_PASSWORD       HRES_ERROR(0xC00D2751)
-#define HRES_NS_E_DRM_APPCERT_REVOKED                    HRES_ERROR(0xC00D2752)
-#define HRES_NS_E_DRM_RESTORE_FRAUD                      HRES_ERROR(0xC00D2753)
-#define HRES_NS_E_DRM_HARDWARE_INCONSISTENT              HRES_ERROR(0xC00D2754)
-#define HRES_NS_E_DRM_SDMI_TRIGGER                       HRES_ERROR(0xC00D2755)
-#define HRES_NS_E_DRM_SDMI_NOMORECOPIES                          HRES_ERROR(0xC00D2756)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT     HRES_ERROR(0xC00D2757)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT       HRES_ERROR(0xC00D2758)
-#define HRES_NS_E_DRM_LICENSE_NOTACQUIRED                HRES_ERROR(0xC00D2759)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT     HRES_ERROR(0xC00D275A)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT  HRES_ERROR(0xC00D275B)
-#define HRES_NS_E_DRM_BUFFER_TOO_SMALL                   HRES_ERROR(0xC00D275C)
-#define HRES_NS_E_DRM_UNSUPPORTED_PROPERTY               HRES_ERROR(0xC00D275D)
-#define HRES_NS_E_DRM_ERROR_BAD_NET_RESP                 HRES_ERROR(0xC00D275E)
-#define HRES_NS_E_DRM_STORE_NOTALLSTORED                 HRES_ERROR(0xC00D275F)
-#define HRES_NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID HRES_ERROR(0xC00D2760)
-#define HRES_NS_E_DRM_INVALID_DATA                       HRES_ERROR(0xC00D2761)
-#define HRES_NS_E_DRM_POLICY_DISABLE_ONLINE              HRES_ERROR(0xC00D2762)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT HRES_ERROR(0xC00D2763)
-#define HRES_NS_E_DRM_NOT_CONFIGURED                     HRES_ERROR(0xC00D2764)
-#define HRES_NS_E_DRM_DEVICE_ACTIVATION_CANCELED         HRES_ERROR(0xC00D2765)
-#define HRES_NS_E_BACKUP_RESTORE_TOO_MANY_RESETS         HRES_ERROR(0xC00D2766)
-#define HRES_NS_E_DRM_DEBUGGING_NOT_ALLOWED              HRES_ERROR(0xC00D2767)
-#define HRES_NS_E_DRM_OPERATION_CANCELED                 HRES_ERROR(0xC00D2768)
-#define HRES_NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED         HRES_ERROR(0xC00D2769)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT   HRES_ERROR(0xC00D276A)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT HRES_ERROR(0xC00D276B)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT HRES_ERROR(0xC00D276C)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT   HRES_ERROR(0xC00D276D)
-#define HRES_NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION  HRES_ERROR(0xC00D2770)
-#define HRES_NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION HRES_ERROR(0xC00D2771)
-#define HRES_NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT                  HRES_ERROR(0xC00D2772)
-#define HRES_NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK         HRES_ERROR(0xC00D2773)
-#define HRES_NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK         HRES_ERROR(0xC00D2774)
-#define HRES_NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER HRES_ERROR(0xC00D2775)
-#define HRES_NS_E_DRM_POLICY_METERING_DISABLED           HRES_ERROR(0xC00D2776)
-#define HRES_NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED HRES_ERROR(0xC00D2777)
-#define HRES_NS_E_DRM_SDK_VERSIONMISMATCH                HRES_ERROR(0xC00D2778)
-#define HRES_NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET         HRES_ERROR(0xC00D2779)
-#define HRES_NS_E_LICENSE_HEADER_MISSING_URL             HRES_ERROR(0xC00D277A)
-#define HRES_NS_E_DEVICE_NOT_WMDRM_DEVICE                HRES_ERROR(0xC00D277B)
-#define HRES_NS_E_DRM_INVALID_APPCERT                    HRES_ERROR(0xC00D277C)
-#define HRES_NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION HRES_ERROR(0xC00D277D)
-#define HRES_NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE HRES_ERROR(0xC00D277E)
-#define HRES_NS_E_DRM_CHECKPOINT_FAILED                          HRES_ERROR(0xC00D277F)
-#define HRES_NS_E_DRM_BB_UNABLE_TO_INITIALIZE            HRES_ERROR(0xC00D2780)
-#define HRES_NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID         HRES_ERROR(0xC00D2781)
-#define HRES_NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE                  HRES_ERROR(0xC00D2782)
-#define HRES_NS_E_DRM_DATASTORE_CORRUPT                          HRES_ERROR(0xC00D2783)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT HRES_ERROR(0xC00D2784)
-#define HRES_NS_E_DRM_STUBLIB_REQUIRED                   HRES_ERROR(0xC00D2785)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT HRES_ERROR(0xC00D2786)
-#define HRES_NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE        HRES_ERROR(0xC00D2787)
-#define HRES_NS_E_DRM_INVALID_MIGRATION_IMAGE            HRES_ERROR(0xC00D2788)
-#define HRES_NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED   HRES_ERROR(0xC00D2789)
-#define HRES_NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE   HRES_ERROR(0xC00D278A)
-#define HRES_NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID    HRES_ERROR(0xC00D278B)
-#define HRES_NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE    HRES_ERROR(0xC00D278C)
-#define HRES_NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH HRES_ERROR(0xC00D278D)
-#define HRES_NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS     HRES_ERROR(0xC00D278E)
-#define HRES_NS_E_DRM_HARDWAREID_MISMATCH                HRES_ERROR(0xC00D278F)
-#define HRES_NS_E_INVALID_DRMV2CLT_STUBLIB               HRES_ERROR(0xC00D2790)
-#define HRES_NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA    HRES_ERROR(0xC00D2791)
-#define HRES_NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS   HRES_ERROR(0xC00D2792)
-#define HRES_NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD HRES_ERROR(0xC00D2793)
-#define HRES_NS_E_DRM_MIGRATION_NOT_SUPPORTED            HRES_ERROR(0xC00D2794)
-#define HRES_NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT HRES_ERROR(0xC00D2795)
-#define HRES_NS_E_DRM_CHECKPOINT_MISMATCH                HRES_ERROR(0xC00D2796)
-#define HRES_NS_E_DRM_CHECKPOINT_CORRUPT                 HRES_ERROR(0xC00D2797)
-#define HRES_NS_E_REG_FLUSH_FAILURE                      HRES_ERROR(0xC00D2798)
-#define HRES_NS_E_HDS_KEY_MISMATCH                       HRES_ERROR(0xC00D2799)
-#define HRES_NS_E_DRM_MIGRATION_OPERATION_CANCELLED      HRES_ERROR(0xC00D279A)
-#define HRES_NS_E_DRM_MIGRATION_OBJECT_IN_USE            HRES_ERROR(0xC00D279B)
-#define HRES_NS_E_DRM_MALFORMED_CONTENT_HEADER           HRES_ERROR(0xC00D279C)
-#define HRES_NS_E_DRM_LICENSE_EXPIRED                    HRES_ERROR(0xC00D27D8)
-#define HRES_NS_E_DRM_LICENSE_NOTENABLED                 HRES_ERROR(0xC00D27D9)
-#define HRES_NS_E_DRM_LICENSE_APPSECLOW                          HRES_ERROR(0xC00D27DA)
-#define HRES_NS_E_DRM_STORE_NEEDINDI                     HRES_ERROR(0xC00D27DB)
-#define HRES_NS_E_DRM_STORE_NOTALLOWED                   HRES_ERROR(0xC00D27DC)
-#define HRES_NS_E_DRM_LICENSE_APP_NOTALLOWED             HRES_ERROR(0xC00D27DD)
-#define HRES_NS_E_DRM_LICENSE_CERT_EXPIRED               HRES_ERROR(0xC00D27DF)
-#define HRES_NS_E_DRM_LICENSE_SECLOW                     HRES_ERROR(0xC00D27E0)
-#define HRES_NS_E_DRM_LICENSE_CONTENT_REVOKED            HRES_ERROR(0xC00D27E1)
-#define HRES_NS_E_DRM_DEVICE_NOT_REGISTERED              HRES_ERROR(0xC00D27E2)
-#define HRES_NS_E_DRM_LICENSE_NOSAP                      HRES_ERROR(0xC00D280A)
-#define HRES_NS_E_DRM_LICENSE_NOSVP                      HRES_ERROR(0xC00D280B)
-#define HRES_NS_E_DRM_LICENSE_NOWDM                      HRES_ERROR(0xC00D280C)
-#define HRES_NS_E_DRM_LICENSE_NOTRUSTEDCODEC             HRES_ERROR(0xC00D280D)
-#define HRES_NS_E_DRM_SOURCEID_NOT_SUPPORTED             HRES_ERROR(0xC00D280E)
-#define HRES_NS_E_DRM_NEEDS_UPGRADE_TEMPFILE             HRES_ERROR(0xC00D283D)
-#define HRES_NS_E_DRM_NEED_UPGRADE_PD                    HRES_ERROR(0xC00D283E)
-#define HRES_NS_E_DRM_SIGNATURE_FAILURE                          HRES_ERROR(0xC00D283F)
-#define HRES_NS_E_DRM_LICENSE_SERVER_INFO_MISSING        HRES_ERROR(0xC00D2840)
-#define HRES_NS_E_DRM_BUSY                               HRES_ERROR(0xC00D2841)
-#define HRES_NS_E_DRM_PD_TOO_MANY_DEVICES                HRES_ERROR(0xC00D2842)
-#define HRES_NS_E_DRM_INDIV_FRAUD                        HRES_ERROR(0xC00D2843)
-#define HRES_NS_E_DRM_INDIV_NO_CABS                      HRES_ERROR(0xC00D2844)
-#define HRES_NS_E_DRM_INDIV_SERVICE_UNAVAILABLE                  HRES_ERROR(0xC00D2845)
-#define HRES_NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE        HRES_ERROR(0xC00D2846)
-#define HRES_NS_E_DRM_CLIENT_CODE_EXPIRED                HRES_ERROR(0xC00D2847)
-#define HRES_NS_E_DRM_NO_UPLINK_LICENSE                          HRES_ERROR(0xC00D2848)
-#define HRES_NS_E_DRM_INVALID_KID                        HRES_ERROR(0xC00D2849)
-#define HRES_NS_E_DRM_LICENSE_INITIALIZATION_ERROR       HRES_ERROR(0xC00D284A)
-#define HRES_NS_E_DRM_CHAIN_TOO_LONG                     HRES_ERROR(0xC00D284C)
-#define HRES_NS_E_DRM_UNSUPPORTED_ALGORITHM              HRES_ERROR(0xC00D284D)
-#define HRES_NS_E_DRM_LICENSE_DELETION_ERROR             HRES_ERROR(0xC00D284E)
-#define HRES_NS_E_DRM_INVALID_CERTIFICATE                HRES_ERROR(0xC00D28A0)
-#define HRES_NS_E_DRM_CERTIFICATE_REVOKED                HRES_ERROR(0xC00D28A1)
-#define HRES_NS_E_DRM_LICENSE_UNAVAILABLE                HRES_ERROR(0xC00D28A2)
-#define HRES_NS_E_DRM_DEVICE_LIMIT_REACHED               HRES_ERROR(0xC00D28A3)
-#define HRES_NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY         HRES_ERROR(0xC00D28A4)
-#define HRES_NS_E_DRM_MUST_REGISTER                      HRES_ERROR(0xC00D28A5)
-#define HRES_NS_E_DRM_MUST_APPROVE                       HRES_ERROR(0xC00D28A6)
-#define HRES_NS_E_DRM_MUST_REVALIDATE                    HRES_ERROR(0xC00D28A7)
-#define HRES_NS_E_DRM_INVALID_PROXIMITY_RESPONSE         HRES_ERROR(0xC00D28A8)
-#define HRES_NS_E_DRM_INVALID_SESSION                    HRES_ERROR(0xC00D28A9)
-#define HRES_NS_E_DRM_DEVICE_NOT_OPEN                    HRES_ERROR(0xC00D28AA)
-#define HRES_NS_E_DRM_DEVICE_ALREADY_REGISTERED                  HRES_ERROR(0xC00D28AB)
-#define HRES_NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION       HRES_ERROR(0xC00D28AC)
-#define HRES_NS_E_DRM_UNSUPPORTED_ACTION                 HRES_ERROR(0xC00D28AD)
-#define HRES_NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE HRES_ERROR(0xC00D28AE)
-#define HRES_NS_E_DRM_UNABLE_TO_OPEN_PORT                HRES_ERROR(0xC00D28AF)
-#define HRES_NS_E_DRM_BAD_REQUEST                        HRES_ERROR(0xC00D28B0)
-#define HRES_NS_E_DRM_INVALID_CRL                        HRES_ERROR(0xC00D28B1)
-#define HRES_NS_E_DRM_ATTRIBUTE_TOO_LONG                 HRES_ERROR(0xC00D28B2)
-#define HRES_NS_E_DRM_EXPIRED_LICENSEBLOB                HRES_ERROR(0xC00D28B3)
-#define HRES_NS_E_DRM_INVALID_LICENSEBLOB                HRES_ERROR(0xC00D28B4)
-#define HRES_NS_E_DRM_INCLUSION_LIST_REQUIRED            HRES_ERROR(0xC00D28B5)
-#define HRES_NS_E_DRM_DRMV2CLT_REVOKED                   HRES_ERROR(0xC00D28B6)
-#define HRES_NS_E_DRM_RIV_TOO_SMALL                      HRES_ERROR(0xC00D28B7)
-#define HRES_NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED    HRES_ERROR(0xC00D2904)
-#define HRES_NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED HRES_ERROR(0xC00D2905)
-#define HRES_NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED HRES_ERROR(0xC00D2906)
-#define HRES_NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED HRES_ERROR(0xC00D2907)
-#define HRES_NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED HRES_ERROR(0xC00D2908)
-#define HRES_NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED HRES_ERROR(0xC00D2909)
-#define HRES_NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED   HRES_ERROR(0xC00D290A)
-#define HRES_NS_E_REBOOT_RECOMMENDED                     HRES_ERROR(0xC00D2AFA)
-#define HRES_NS_E_REBOOT_REQUIRED                        HRES_ERROR(0xC00D2AFB)
-#define HRES_NS_E_SETUP_INCOMPLETE                       HRES_ERROR(0xC00D2AFC)
-#define HRES_NS_E_SETUP_DRM_MIGRATION_FAILED             HRES_ERROR(0xC00D2AFD)
-#define HRES_NS_E_SETUP_IGNORABLE_FAILURE                HRES_ERROR(0xC00D2AFE)
-#define HRES_NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE HRES_ERROR(0xC00D2AFF)
-#define HRES_NS_E_SETUP_BLOCKED                                  HRES_ERROR(0xC00D2B00)
-#define HRES_NS_E_UNKNOWN_PROTOCOL                       HRES_ERROR(0xC00D2EE0)
-#define HRES_NS_E_REDIRECT_TO_PROXY                      HRES_ERROR(0xC00D2EE1)
-#define HRES_NS_E_INTERNAL_SERVER_ERROR                          HRES_ERROR(0xC00D2EE2)
-#define HRES_NS_E_BAD_REQUEST                            HRES_ERROR(0xC00D2EE3)
-#define HRES_NS_E_ERROR_FROM_PROXY                       HRES_ERROR(0xC00D2EE4)
-#define HRES_NS_E_PROXY_TIMEOUT                                  HRES_ERROR(0xC00D2EE5)
-#define HRES_NS_E_SERVER_UNAVAILABLE                     HRES_ERROR(0xC00D2EE6)
-#define HRES_NS_E_REFUSED_BY_SERVER                      HRES_ERROR(0xC00D2EE7)
-#define HRES_NS_E_INCOMPATIBLE_SERVER                    HRES_ERROR(0xC00D2EE8)
-#define HRES_NS_E_MULTICAST_DISABLED                     HRES_ERROR(0xC00D2EE9)
-#define HRES_NS_E_INVALID_REDIRECT                       HRES_ERROR(0xC00D2EEA)
-#define HRES_NS_E_ALL_PROTOCOLS_DISABLED                 HRES_ERROR(0xC00D2EEB)
-#define HRES_NS_E_MSBD_NO_LONGER_SUPPORTED               HRES_ERROR(0xC00D2EEC)
-#define HRES_NS_E_PROXY_NOT_FOUND                        HRES_ERROR(0xC00D2EED)
-#define HRES_NS_E_CANNOT_CONNECT_TO_PROXY                HRES_ERROR(0xC00D2EEE)
-#define HRES_NS_E_SERVER_DNS_TIMEOUT                     HRES_ERROR(0xC00D2EEF)
-#define HRES_NS_E_PROXY_DNS_TIMEOUT                      HRES_ERROR(0xC00D2EF0)
-#define HRES_NS_E_CLOSED_ON_SUSPEND                      HRES_ERROR(0xC00D2EF1)
-#define HRES_NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER   HRES_ERROR(0xC00D2EF2)
-#define HRES_NS_E_SESSION_NOT_FOUND                      HRES_ERROR(0xC00D2EF3)
-#define HRES_NS_E_REQUIRE_STREAMING_CLIENT               HRES_ERROR(0xC00D2EF4)
-#define HRES_NS_E_PLAYLIST_ENTRY_HAS_CHANGED             HRES_ERROR(0xC00D2EF5)
-#define HRES_NS_E_PROXY_ACCESSDENIED                     HRES_ERROR(0xC00D2EF6)
-#define HRES_NS_E_PROXY_SOURCE_ACCESSDENIED              HRES_ERROR(0xC00D2EF7)
-#define HRES_NS_E_NETWORK_SINK_WRITE                     HRES_ERROR(0xC00D2EF8)
-#define HRES_NS_E_FIREWALL                               HRES_ERROR(0xC00D2EF9)
-#define HRES_NS_E_MMS_NOT_SUPPORTED                      HRES_ERROR(0xC00D2EFA)
-#define HRES_NS_E_SERVER_ACCESSDENIED                    HRES_ERROR(0xC00D2EFB)
-#define HRES_NS_E_RESOURCE_GONE                                  HRES_ERROR(0xC00D2EFC)
-#define HRES_NS_E_NO_EXISTING_PACKETIZER                 HRES_ERROR(0xC00D2EFD)
-#define HRES_NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE                  HRES_ERROR(0xC00D2EFE)
-#define HRES_NS_E_RESET_SOCKET_CONNECTION                HRES_ERROR(0xC00D2F00)
-#define HRES_NS_E_TOO_MANY_HOPS                                  HRES_ERROR(0xC00D2F02)
-#define HRES_NS_E_TOO_MUCH_DATA_FROM_SERVER              HRES_ERROR(0xC00D2F05)
-#define HRES_NS_E_CONNECT_TIMEOUT                        HRES_ERROR(0xC00D2F06)
-#define HRES_NS_E_PROXY_CONNECT_TIMEOUT                          HRES_ERROR(0xC00D2F07)
-#define HRES_NS_E_SESSION_INVALID                        HRES_ERROR(0xC00D2F08)
-#define HRES_NS_E_PACKETSINK_UNKNOWN_FEC_STREAM                  HRES_ERROR(0xC00D2F0A)
-#define HRES_NS_E_PUSH_CANNOTCONNECT                     HRES_ERROR(0xC00D2F0B)
-#define HRES_NS_E_INCOMPATIBLE_PUSH_SERVER               HRES_ERROR(0xC00D2F0C)
-#define HRES_NS_E_END_OF_PLAYLIST                        HRES_ERROR(0xC00D32C8)
-#define HRES_NS_E_USE_FILE_SOURCE                        HRES_ERROR(0xC00D32C9)
-#define HRES_NS_E_PROPERTY_NOT_FOUND                     HRES_ERROR(0xC00D32CA)
-#define HRES_NS_E_PROPERTY_READ_ONLY                     HRES_ERROR(0xC00D32CC)
-#define HRES_NS_E_TABLE_KEY_NOT_FOUND                    HRES_ERROR(0xC00D32CD)
-#define HRES_NS_E_INVALID_QUERY_OPERATOR                 HRES_ERROR(0xC00D32CF)
-#define HRES_NS_E_INVALID_QUERY_PROPERTY                 HRES_ERROR(0xC00D32D0)
-#define HRES_NS_E_PROPERTY_NOT_SUPPORTED                 HRES_ERROR(0xC00D32D2)
-#define HRES_NS_E_SCHEMA_CLASSIFY_FAILURE                HRES_ERROR(0xC00D32D4)
-#define HRES_NS_E_METADATA_FORMAT_NOT_SUPPORTED                  HRES_ERROR(0xC00D32D5)
-#define HRES_NS_E_METADATA_NO_EDITING_CAPABILITY         HRES_ERROR(0xC00D32D6)
-#define HRES_NS_E_METADATA_CANNOT_SET_LOCALE             HRES_ERROR(0xC00D32D7)
-#define HRES_NS_E_METADATA_LANGUAGE_NOT_SUPORTED         HRES_ERROR(0xC00D32D8)
-#define HRES_NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE    HRES_ERROR(0xC00D32D9)
-#define HRES_NS_E_METADATA_NOT_AVAILABLE                 HRES_ERROR(0xC00D32DA)
-#define HRES_NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE      HRES_ERROR(0xC00D32DB)
-#define HRES_NS_E_METADATA_INVALID_DOCUMENT_TYPE         HRES_ERROR(0xC00D32DC)
-#define HRES_NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE      HRES_ERROR(0xC00D32DD)
-#define HRES_NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE HRES_ERROR(0xC00D32DE)
-#define HRES_ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM   HRES_ERROR(0xC0261003)
-#define HRES_ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK  HRES_ERROR(0xC0261004)
-#define HRES_ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED HRES_ERROR(0xC0261005)
-#define HRES_ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK HRES_ERROR(0xC0261006)
-#define HRES_ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK HRES_ERROR(0xC0261007)
-#define HRES_ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA       HRES_ERROR(0xC0261008)
-#define HRES_ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK  HRES_ERROR(0xC0261009)
-#define HRES_ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER     HRES_ERROR(0xC0262000)
-#define HRES_ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER      HRES_ERROR(0xC0262001)
-#define HRES_ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER      HRES_ERROR(0xC0262002)
-#define HRES_ERROR_GRAPHICS_ADAPTER_WAS_RESET            HRES_ERROR(0xC0262003)
-#define HRES_ERROR_GRAPHICS_INVALID_DRIVER_MODEL         HRES_ERROR(0xC0262004)
-#define HRES_ERROR_GRAPHICS_PRESENT_MODE_CHANGED         HRES_ERROR(0xC0262005)
-#define HRES_ERROR_GRAPHICS_PRESENT_OCCLUDED             HRES_ERROR(0xC0262006)
-#define HRES_ERROR_GRAPHICS_PRESENT_DENIED               HRES_ERROR(0xC0262007)
-#define HRES_ERROR_GRAPHICS_CANNOTCOLORCONVERT           HRES_ERROR(0xC0262008)
-#define HRES_ERROR_GRAPHICS_NO_VIDEO_MEMORY              HRES_ERROR(0xC0262100)
-#define HRES_ERROR_GRAPHICS_CANT_LOCK_MEMORY             HRES_ERROR(0xC0262101)
-#define HRES_ERROR_GRAPHICS_ALLOCATION_BUSY              HRES_ERROR(0xC0262102)
-#define HRES_ERROR_GRAPHICS_TOO_MANY_REFERENCES                  HRES_ERROR(0xC0262103)
-#define HRES_ERROR_GRAPHICS_TRY_AGAIN_LATER              HRES_ERROR(0xC0262104)
-#define HRES_ERROR_GRAPHICS_TRY_AGAIN_NOW                HRES_ERROR(0xC0262105)
-#define HRES_ERROR_GRAPHICS_ALLOCATION_INVALID           HRES_ERROR(0xC0262106)
-#define HRES_ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE HRES_ERROR(0xC0262107)
-#define HRES_ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED HRES_ERROR(0xC0262108)
-#define HRES_ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION  HRES_ERROR(0xC0262109)
-#define HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE     HRES_ERROR(0xC0262110)
-#define HRES_ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION HRES_ERROR(0xC0262111)
-#define HRES_ERROR_GRAPHICS_ALLOCATION_CLOSED            HRES_ERROR(0xC0262112)
-#define HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE   HRES_ERROR(0xC0262113)
-#define HRES_ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE    HRES_ERROR(0xC0262114)
-#define HRES_ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE      HRES_ERROR(0xC0262115)
-#define HRES_ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST      HRES_ERROR(0xC0262116)
-#define HRES_ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE      HRES_ERROR(0xC0262200)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY       HRES_ERROR(0xC0262300)
-#define HRES_ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED  HRES_ERROR(0xC0262301)
-#define HRES_ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED HRES_ERROR(0xC0262302)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN                HRES_ERROR(0xC0262303)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE  HRES_ERROR(0xC0262304)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET  HRES_ERROR(0xC0262305)
-#define HRES_ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED  HRES_ERROR(0xC0262306)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET   HRES_ERROR(0xC0262308)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET   HRES_ERROR(0xC0262309)
-#define HRES_ERROR_GRAPHICS_INVALID_FREQUENCY            HRES_ERROR(0xC026230A)
-#define HRES_ERROR_GRAPHICS_INVALID_ACTIVE_REGION        HRES_ERROR(0xC026230B)
-#define HRES_ERROR_GRAPHICS_INVALID_TOTAL_REGION         HRES_ERROR(0xC026230C)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE HRES_ERROR(0xC0262310)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE HRES_ERROR(0xC0262311)
-#define HRES_ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET HRES_ERROR(0xC0262312)
-#define HRES_ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY     HRES_ERROR(0xC0262313)
-#define HRES_ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET      HRES_ERROR(0xC0262314)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET HRES_ERROR(0xC0262315)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET HRES_ERROR(0xC0262316)
-#define HRES_ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET        HRES_ERROR(0xC0262317)
-#define HRES_ERROR_GRAPHICS_TARGET_ALREADY_IN_SET        HRES_ERROR(0xC0262318)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH   HRES_ERROR(0xC0262319)
-#define HRES_ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY HRES_ERROR(0xC026231A)
-#define HRES_ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET HRES_ERROR(0xC026231B)
-#define HRES_ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE HRES_ERROR(0xC026231C)
-#define HRES_ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET    HRES_ERROR(0xC026231D)
-#define HRES_ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET HRES_ERROR(0xC026231F)
-#define HRES_ERROR_GRAPHICS_STALE_MODESET                HRES_ERROR(0xC0262320)
-#define HRES_ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET HRES_ERROR(0xC0262321)
-#define HRES_ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE   HRES_ERROR(0xC0262322)
-#define HRES_ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN HRES_ERROR(0xC0262323)
-#define HRES_ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE       HRES_ERROR(0xC0262324)
-#define HRES_ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION HRES_ERROR(0xC0262325)
-#define HRES_ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES HRES_ERROR(0xC0262326)
-#define HRES_ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY         HRES_ERROR(0xC0262327)
-#define HRES_ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE HRES_ERROR(0xC0262328)
-#define HRES_ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET HRES_ERROR(0xC0262329)
-#define HRES_ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET  HRES_ERROR(0xC026232A)
-#define HRES_ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR    HRES_ERROR(0xC026232B)
-#define HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET  HRES_ERROR(0xC026232C)
-#define HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET HRES_ERROR(0xC026232D)
-#define HRES_ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE HRES_ERROR(0xC026232E)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE HRES_ERROR(0xC026232F)
-#define HRES_ERROR_GRAPHICS_RESOURCES_NOT_RELATED        HRES_ERROR(0xC0262330)
-#define HRES_ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE     HRES_ERROR(0xC0262331)
-#define HRES_ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE     HRES_ERROR(0xC0262332)
-#define HRES_ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET    HRES_ERROR(0xC0262333)
-#define HRES_ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER HRES_ERROR(0xC0262334)
-#define HRES_ERROR_GRAPHICS_NO_VIDPNMGR                          HRES_ERROR(0xC0262335)
-#define HRES_ERROR_GRAPHICS_NO_ACTIVE_VIDPN              HRES_ERROR(0xC0262336)
-#define HRES_ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY         HRES_ERROR(0xC0262337)
-#define HRES_ERROR_GRAPHICS_MONITOR_NOT_CONNECTED        HRES_ERROR(0xC0262338)
-#define HRES_ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY       HRES_ERROR(0xC0262339)
-#define HRES_ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE   HRES_ERROR(0xC026233A)
-#define HRES_ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE   HRES_ERROR(0xC026233B)
-#define HRES_ERROR_GRAPHICS_INVALID_STRIDE               HRES_ERROR(0xC026233C)
-#define HRES_ERROR_GRAPHICS_INVALID_PIXELFORMAT                  HRES_ERROR(0xC026233D)
-#define HRES_ERROR_GRAPHICS_INVALID_COLORBASIS           HRES_ERROR(0xC026233E)
-#define HRES_ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE  HRES_ERROR(0xC026233F)
-#define HRES_ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY       HRES_ERROR(0xC0262340)
-#define HRES_ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT HRES_ERROR(0xC0262341)
-#define HRES_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE                  HRES_ERROR(0xC0262342)
-#define HRES_ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN     HRES_ERROR(0xC0262343)
-#define HRES_ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL HRES_ERROR(0xC0262344)
-#define HRES_ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION HRES_ERROR(0xC0262345)
-#define HRES_ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED HRES_ERROR(0xC0262346)
-#define HRES_ERROR_GRAPHICS_INVALID_GAMMA_RAMP           HRES_ERROR(0xC0262347)
-#define HRES_ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED     HRES_ERROR(0xC0262348)
-#define HRES_ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED   HRES_ERROR(0xC0262349)
-#define HRES_ERROR_GRAPHICS_MODE_NOT_IN_MODESET                  HRES_ERROR(0xC026234A)
-#define HRES_ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON HRES_ERROR(0xC026234D)
-#define HRES_ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE    HRES_ERROR(0xC026234E)
-#define HRES_ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE   HRES_ERROR(0xC026234F)
-#define HRES_ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS HRES_ERROR(0xC0262350)
-#define HRES_ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING    HRES_ERROR(0xC0262352)
-#define HRES_ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED  HRES_ERROR(0xC0262353)
-#define HRES_ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS HRES_ERROR(0xC0262354)
-#define HRES_ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT   HRES_ERROR(0xC0262355)
-#define HRES_ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM HRES_ERROR(0xC0262356)
-#define HRES_ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED HRES_ERROR(0xC0262400)
-#define HRES_ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED HRES_ERROR(0xC0262401)
-#define HRES_ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER         HRES_ERROR(0xC0262430)
-#define HRES_ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED      HRES_ERROR(0xC0262431)
-#define HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED    HRES_ERROR(0xC0262432)
-#define HRES_ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY      HRES_ERROR(0xC0262433)
-#define HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED       HRES_ERROR(0xC0262434)
-#define HRES_ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON    HRES_ERROR(0xC0262435)
-#define HRES_ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE HRES_ERROR(0xC0262436)
-#define HRES_ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER       HRES_ERROR(0xC0262438)
-#define HRES_ERROR_GRAPHICS_OPM_NOT_SUPPORTED            HRES_ERROR(0xC0262500)
-#define HRES_ERROR_GRAPHICS_COPP_NOT_SUPPORTED           HRES_ERROR(0xC0262501)
-#define HRES_ERROR_GRAPHICS_UAB_NOT_SUPPORTED            HRES_ERROR(0xC0262502)
-#define HRES_ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS HRES_ERROR(0xC0262503)
-#define HRES_ERROR_GRAPHICS_OPM_PARAMETER_ARRAY_TOO_SMALL HRES_ERROR(0xC0262504)
-#define HRES_ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST   HRES_ERROR(0xC0262505)
-#define HRES_ERROR_GRAPHICS_PVP_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME HRES_ERROR(0xC0262506)
-#define HRES_ERROR_GRAPHICS_PVP_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP HRES_ERROR(0xC0262507)
-#define HRES_ERROR_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED HRES_ERROR(0xC0262508)
-#define HRES_ERROR_GRAPHICS_OPM_INVALID_POINTER                  HRES_ERROR(0xC026250A)
-#define HRES_ERROR_GRAPHICS_OPM_INTERNAL_ERROR           HRES_ERROR(0xC026250B)
-#define HRES_ERROR_GRAPHICS_OPM_INVALID_HANDLE           HRES_ERROR(0xC026250C)
-#define HRES_ERROR_GRAPHICS_PVP_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE HRES_ERROR(0xC026250D)
-#define HRES_ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH HRES_ERROR(0xC026250E)
-#define HRES_ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED    HRES_ERROR(0xC026250F)
-#define HRES_ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED     HRES_ERROR(0xC0262510)
-#define HRES_ERROR_GRAPHICS_PVP_HFS_FAILED               HRES_ERROR(0xC0262511)
-#define HRES_ERROR_GRAPHICS_OPM_INVALID_SRM              HRES_ERROR(0xC0262512)
-#define HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP HRES_ERROR(0xC0262513)
-#define HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP HRES_ERROR(0xC0262514)
-#define HRES_ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA HRES_ERROR(0xC0262515)
-#define HRES_ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET       HRES_ERROR(0xC0262516)
-#define HRES_ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH      HRES_ERROR(0xC0262517)
-#define HRES_ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE HRES_ERROR(0xC0262518)
-#define HRES_ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS HRES_ERROR(0xC0262519)
-#define HRES_ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS HRES_ERROR(0xC026251A)
-#define HRES_ERROR_GRAPHICS_I2C_NOT_SUPPORTED            HRES_ERROR(0xC0262580)
-#define HRES_ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST    HRES_ERROR(0xC0262581)
-#define HRES_ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA   HRES_ERROR(0xC0262582)
-#define HRES_ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA     HRES_ERROR(0xC0262583)
-#define HRES_ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED      HRES_ERROR(0xC0262584)
-#define HRES_ERROR_GRAPHICS_DDCCI_INVALID_DATA           HRES_ERROR(0xC0262585)
-#define HRES_ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE HRES_ERROR(0xC0262586)
-#define HRES_ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING HRES_ERROR(0xC0262587)
-#define HRES_ERROR_GRAPHICS_MCA_INTERNAL_ERROR           HRES_ERROR(0xC0262588)
-#define HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND HRES_ERROR(0xC0262589)
-#define HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH  HRES_ERROR(0xC026258A)
-#define HRES_ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM HRES_ERROR(0xC026258B)
-#define HRES_ERROR_GRAPHICS_PMEA_INVALID_MONITOR         HRES_ERROR(0xC02625D6)
-#define HRES_ERROR_GRAPHICS_PMEA_INVALID_D3D_DEVICE      HRES_ERROR(0xC02625D7)
-#define HRES_ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE HRES_ERROR(0xC02625D8)
-#define HRES_ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION      HRES_ERROR(0xC02625D9)
-#define HRES_ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION HRES_ERROR(0xC02625DA)
-#define HRES_ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH    HRES_ERROR(0xC02625DB)
-#define HRES_ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION  HRES_ERROR(0xC02625DC)
-#define HRES_ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED HRES_ERROR(0xC02625DE)
-#define HRES_ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE HRES_ERROR(0xC02625DF)
-#define HRES_ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED HRES_ERROR(0xC02625E0)
-
-const char *hresult_errstr_const(HRESULT err_code);
-
-const char *hresult_errstr(HRESULT err_code);
-
-#define FACILITY_WIN32 0x0007
-#define WIN32_FROM_HRESULT(x) (HRES_ERROR_V(x) == 0 ? HRES_ERROR_V(x) : ~((FACILITY_WIN32 << 16) | 0x80000000) & HRES_ERROR_V(x))
-#define HRESULT_IS_LIKELY_WERR(x) ((HRES_ERROR_V(x) & 0xFFFF0000) == 0x80070000)
-#define HRESULT_FROM_WERROR(x) (HRES_ERROR(0x80070000 | W_ERROR_V(x)))
-
-
-
-#endif /*_HRESULT_H_*/
diff --git a/libcli/util/hresult_err_table.txt b/libcli/util/hresult_err_table.txt
new file mode 100644 (file)
index 0000000..d04dff9
--- /dev/null
@@ -0,0 +1,20520 @@
+Errors retrieved from https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/705fb797-2175-4a90-b5a3-3918024b10b8.
+Licence retrieved from https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90:
+
+Intellectual Property Rights Notice for Open Specifications Documentation
+
+   - Technical Documentation. Microsoft publishes Open Specifications documentation (“this documentation”) for protocols, file formats, data portability, computer languages, and standards support. Additionally, overview documents cover inter-protocol relationships and interactions.
+
+   - Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you can make copies of it in order to develop implementations of the technologies that are described in this documentation and can distribute portions of it in your implementations that use these technologies or in your documentation as necessary to properly document the implementation. You can also distribute in your implementation, with or without modification, any schemas, IDLs, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications documentation.
+
+   - No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.
+
+   - Patents. Microsoft has patents that might cover your implementations of the technologies described in the Open Specifications documentation. Neither this notice nor Microsoft's delivery of this documentation grants any licenses under those patents or any other Microsoft patents. However, a given Open Specifications document might be covered by the Microsoft Open Specifications Promise or the Microsoft Community Promise. If you would prefer a written license, or if the technologies described in this documentation are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting iplg@microsoft.com.
+
+   - License Programs. To see all of the protocols in scope under a specific license program and the associated patents, visit the Patent Map.
+
+   - Trademarks. The names of companies and products contained in this documentation might be covered by trademarks or similar intellectual property rights. This notice does not grant any licenses under those rights. For a list of Microsoft trademarks, visit www.microsoft.com/trademarks.
+
+   - Fictitious Names. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events that are depicted in this documentation are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred.
+
+Reservation of Rights. All other rights are reserved, and this notice does not grant any rights other than as specifically described above, whether by implication, estoppel, or otherwise.
+
+Tools. The Open Specifications documentation does not require the use of Microsoft programming tools or programming environments in order for you to develop an implementation. If you have access to Microsoft programming tools and environments, you are free to take advantage of them. Certain Open Specifications documents are intended for use in conjunction with publicly available standards specifications and network programming art and, as such, assume that the reader either is familiar with the aforementioned material or has immediate access to it.
+
+===========
+
+0x00030200
+
+STG_S_CONVERTED
+
+
+The underlying file was converted to compound file format.
+
+0x00030201
+
+STG_S_BLOCK
+
+
+The storage operation should block until more data is available.
+
+0x00030202
+
+STG_S_RETRYNOW
+
+
+The storage operation should retry immediately.
+
+0x00030203
+
+STG_S_MONITORING
+
+
+The notified event sink will not influence the storage operation.
+
+0x00030204
+
+STG_S_MULTIPLEOPENS
+
+
+Multiple opens prevent consolidated (commit succeeded).
+
+0x00030205
+
+STG_S_CONSOLIDATIONFAILED
+
+
+Consolidation of the storage file failed (commit succeeded).
+
+0x00030206
+
+STG_S_CANNOTCONSOLIDATE
+
+
+Consolidation of the storage file is inappropriate (commit succeeded).
+
+0x00040000
+
+OLE_S_USEREG
+
+
+Use the registry database to provide the requested information.
+
+0x00040001
+
+OLE_S_STATIC
+
+
+Success, but static.
+
+0x00040002
+
+OLE_S_MAC_CLIPFORMAT
+
+
+Macintosh clipboard format.
+
+0x00040100
+
+DRAGDROP_S_DROP
+
+
+Successful drop took place.
+
+0x00040101
+
+DRAGDROP_S_CANCEL
+
+
+Drag-drop operation canceled.
+
+0x00040102
+
+DRAGDROP_S_USEDEFAULTCURSORS
+
+
+Use the default cursor.
+
+0x00040130
+
+DATA_S_SAMEFORMATETC
+
+
+Data has same FORMATETC.
+
+0x00040140
+
+VIEW_S_ALREADY_FROZEN
+
+
+View is already frozen.
+
+0x00040170
+
+CACHE_S_FORMATETC_NOTSUPPORTED
+
+
+FORMATETC not supported.
+
+0x00040171
+
+CACHE_S_SAMECACHE
+
+
+Same cache.
+
+0x00040172
+
+CACHE_S_SOMECACHES_NOTUPDATED
+
+
+Some caches are not updated.
+
+0x00040180
+
+OLEOBJ_S_INVALIDVERB
+
+
+Invalid verb for OLE object.
+
+0x00040181
+
+OLEOBJ_S_CANNOT_DOVERB_NOW
+
+
+Verb number is valid but verb cannot be done now.
+
+0x00040182
+
+OLEOBJ_S_INVALIDHWND
+
+
+Invalid window handle passed.
+
+0x000401A0
+
+INPLACE_S_TRUNCATED
+
+
+Message is too long; some of it had to be truncated before displaying.
+
+0x000401C0
+
+CONVERT10_S_NO_PRESENTATION
+
+
+Unable to convert OLESTREAM to IStorage.
+
+0x000401E2
+
+MK_S_REDUCED_TO_SELF
+
+
+Moniker reduced to itself.
+
+0x000401E4
+
+MK_S_ME
+
+
+Common prefix is this moniker.
+
+0x000401E5
+
+MK_S_HIM
+
+
+Common prefix is input moniker.
+
+0x000401E6
+
+MK_S_US
+
+
+Common prefix is both monikers.
+
+0x000401E7
+
+MK_S_MONIKERALREADYREGISTERED
+
+
+Moniker is already registered in running object table.
+
+0x00040200
+
+EVENT_S_SOME_SUBSCRIBERS_FAILED
+
+
+An event was able to invoke some, but not all, of the subscribers.
+
+0x00040202
+
+EVENT_S_NOSUBSCRIBERS
+
+
+An event was delivered, but there were no subscribers.
+
+0x00041300
+
+SCHED_S_TASK_READY
+
+
+The task is ready to run at its next scheduled time.
+
+0x00041301
+
+SCHED_S_TASK_RUNNING
+
+
+The task is currently running.
+
+0x00041302
+
+SCHED_S_TASK_DISABLED
+
+
+The task will not run at the scheduled times because it has been disabled.
+
+0x00041303
+
+SCHED_S_TASK_HAS_NOT_RUN
+
+
+The task has not yet run.
+
+0x00041304
+
+SCHED_S_TASK_NO_MORE_RUNS
+
+
+There are no more runs scheduled for this task.
+
+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.
+
+0x00041306
+
+SCHED_S_TASK_TERMINATED
+
+
+The last run of the task was terminated by the user.
+
+0x00041307
+
+SCHED_S_TASK_NO_VALID_TRIGGERS
+
+
+Either the task has no triggers, or the existing triggers are disabled or not set.
+
+0x00041308
+
+SCHED_S_EVENT_TRIGGER
+
+
+Event triggers do not have set run times.
+
+0x0004131B
+
+SCHED_S_SOME_TRIGGERS_FAILED
+
+
+The task is registered, but not all specified triggers will start the task.
+
+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.
+
+0x0004D000
+
+XACT_S_ASYNC
+
+
+An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
+
+0x0004D002
+
+XACT_S_READONLY
+
+
+The method call succeeded because the transaction was read-only.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0x0004D007
+
+XACT_S_ALLNORETAIN
+
+
+The transaction was successfully aborted. However, the abort was nonretaining.
+
+0x0004D008
+
+XACT_S_ABORTING
+
+
+An abort operation was already in progress.
+
+0x0004D009
+
+XACT_S_SINGLEPHASE
+
+
+The resource manager has performed a single-phase commit of the transaction.
+
+0x0004D00A
+
+XACT_S_LOCALLY_OK
+
+
+The local transaction has not aborted.
+
+0x0004D010
+
+XACT_S_LASTRESOURCEMANAGER
+
+
+The resource manager has requested to be the coordinator (last resource manager) for the transaction.
+
+0x00080012
+
+CO_S_NOTALLINTERFACES
+
+
+Not all the requested interfaces were available.
+
+0x00080013
+
+CO_S_MACHINENAMENOTFOUND
+
+
+The specified machine name was not found in the cache.
+
+0x00090312
+
+SEC_I_CONTINUE_NEEDED
+
+
+The function completed successfully, but it must be called again to complete the context.
+
+0x00090313
+
+SEC_I_COMPLETE_NEEDED
+
+
+The function completed successfully, but CompleteToken must be called.
+
+0x00090314
+
+SEC_I_COMPLETE_AND_CONTINUE
+
+
+The function completed successfully, but both CompleteToken and this function must be called to complete the context.
+
+0x00090315
+
+SEC_I_LOCAL_LOGON
+
+
+The logon was completed, but no network authority was available. The logon was made using locally known information.
+
+0x00090317
+
+SEC_I_CONTEXT_EXPIRED
+
+
+The context has expired and can no longer be used.
+
+0x00090320
+
+SEC_I_INCOMPLETE_CREDENTIALS
+
+
+The credentials supplied were not complete and could not be verified. Additional information can be returned from the context.
+
+0x00090321
+
+SEC_I_RENEGOTIATE
+
+
+The context data must be renegotiated with the peer.
+
+0x00090323
+
+SEC_I_NO_LSA_CONTEXT
+
+
+There is no LSA mode context associated with this context.
+
+0x0009035C
+
+SEC_I_SIGNATURE_NEEDED
+
+
+A signature operation must be performed before the user can authenticate.
+
+0x00091012
+
+CRYPT_I_NEW_PROTECTION_REQUIRED
+
+
+The protected data needs to be reprotected.
+
+0x000D0000
+
+NS_S_CALLPENDING
+
+
+The requested operation is pending completion.
+
+0x000D0001
+
+NS_S_CALLABORTED
+
+
+The requested operation was aborted by the client.
+
+0x000D0002
+
+NS_S_STREAM_TRUNCATED
+
+
+The stream was purposefully stopped before completion.
+
+0x000D0BC8
+
+NS_S_REBUFFERING
+
+
+The requested operation has caused the source to rebuffer.
+
+0x000D0BC9
+
+NS_S_DEGRADING_QUALITY
+
+
+The requested operation has caused the source to degrade codec quality.
+
+0x000D0BDB
+
+NS_S_TRANSCRYPTOR_EOF
+
+
+The transcryptor object has reached end of file.
+
+0x000D0FE8
+
+NS_S_WMP_UI_VERSIONMISMATCH
+
+
+An upgrade is needed for the theme manager to correctly show this skin. Skin reports version: %.1f.
+
+0x000D0FE9
+
+NS_S_WMP_EXCEPTION
+
+
+An error occurred in one of the UI components.
+
+0x000D1040
+
+NS_S_WMP_LOADED_GIF_IMAGE
+
+
+Successfully loaded a GIF file.
+
+0x000D1041
+
+NS_S_WMP_LOADED_PNG_IMAGE
+
+
+Successfully loaded a PNG file.
+
+0x000D1042
+
+NS_S_WMP_LOADED_BMP_IMAGE
+
+
+Successfully loaded a BMP file.
+
+0x000D1043
+
+NS_S_WMP_LOADED_JPG_IMAGE
+
+
+Successfully loaded a JPG file.
+
+0x000D104F
+
+NS_S_WMG_FORCE_DROP_FRAME
+
+
+Drop this frame.
+
+0x000D105F
+
+NS_S_WMR_ALREADYRENDERED
+
+
+The specified stream has already been rendered.
+
+0x000D1060
+
+NS_S_WMR_PINTYPEPARTIALMATCH
+
+
+The specified type partially matches this pin type.
+
+0x000D1061
+
+NS_S_WMR_PINTYPEFULLMATCH
+
+
+The specified type fully matches this pin type.
+
+0x000D1066
+
+NS_S_WMG_ADVISE_DROP_FRAME
+
+
+The timestamp is late compared to the current render position. Advise dropping this frame.
+
+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.
+
+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.
+
+0x000D10FE
+
+NS_S_WMPCORE_PLAYLISTCLEARABORT
+
+
+Failed to clear playlist because it was aborted by user.
+
+0x000D10FF
+
+NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT
+
+
+Failed to remove item in the playlist since it was aborted by user.
+
+0x000D1102
+
+NS_S_WMPCORE_PLAYLIST_CREATION_PENDING
+
+
+Playlist is being generated asynchronously.
+
+0x000D1103
+
+NS_S_WMPCORE_MEDIA_VALIDATION_PENDING
+
+
+Validation of the media is pending.
+
+0x000D1104
+
+NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED
+
+
+Encountered more than one Repeat block during ASX processing.
+
+0x000D1105
+
+NS_S_WMPCORE_COMMAND_NOT_AVAILABLE
+
+
+Current state of WMP disallows calling this method or property.
+
+0x000D1106
+
+NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED
+
+
+Name for the playlist has been auto generated.
+
+0x000D1107
+
+NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS
+
+
+The imported playlist does not contain all items from the original.
+
+0x000D1108
+
+NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA
+
+
+The M3U playlist has been ignored because it only contains one item.
+
+0x000D1109
+
+NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING
+
+
+The open for the child playlist associated with this media is pending.
+
+0x000D110A
+
+NS_S_WMPCORE_MORE_NODES_AVAIABLE
+
+
+More nodes support the interface requested, but the array for returning them is full.
+
+0x000D1135
+
+NS_S_WMPBR_SUCCESS
+
+
+Backup or Restore successful!.
+
+0x000D1136
+
+NS_S_WMPBR_PARTIALSUCCESS
+
+
+Transfer complete with limitations.
+
+0x000D1144
+
+NS_S_WMPEFFECT_TRANSPARENT
+
+
+Request to the effects control to change transparency status to transparent.
+
+0x000D1145
+
+NS_S_WMPEFFECT_OPAQUE
+
+
+Request to the effects control to change transparency status to opaque.
+
+0x000D114E
+
+NS_S_OPERATION_PENDING
+
+
+The requested application pane is performing an operation and will not be released.
+
+0x000D1359
+
+NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE
+
+
+The file is only available for purchase when you buy the entire album.
+
+0x000D135E
+
+NS_S_NAVIGATION_COMPLETE_WITH_ERRORS
+
+
+There were problems completing the requested navigation. There are identifiers missing in the catalog.
+
+0x000D1361
+
+NS_S_TRACK_ALREADY_DOWNLOADED
+
+
+Track already downloaded.
+
+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.
+
+0x000D2726
+
+NS_S_DRM_LICENSE_ACQUIRED
+
+
+Status message: The license was acquired.
+
+0x000D2727
+
+NS_S_DRM_INDIVIDUALIZED
+
+
+Status message: The security upgrade has been completed.
+
+0x000D2746
+
+NS_S_DRM_MONITOR_CANCELLED
+
+
+Status message: License monitoring has been canceled.
+
+0x000D2747
+
+NS_S_DRM_ACQUIRE_CANCELLED
+
+
+Status message: License acquisition has been canceled.
+
+0x000D276E
+
+NS_S_DRM_BURNABLE_TRACK
+
+
+The track is burnable and had no playlist burn limit.
+
+0x000D276F
+
+NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION
+
+
+The track is burnable but has a playlist burn limit.
+
+0x000D27DE
+
+NS_S_DRM_NEEDS_INDIVIDUALIZATION
+
+
+A security upgrade is required to perform the operation on this media file.
+
+0x000D2AF8
+
+NS_S_REBOOT_RECOMMENDED
+
+
+Installation was successful; however, some file cleanup is not complete. For best results, restart your computer.
+
+0x000D2AF9
+
+NS_S_REBOOT_REQUIRED
+
+
+Installation was successful; however, some file cleanup is not complete. To continue, you must restart your computer.
+
+0x000D2F09
+
+NS_S_EOSRECEDING
+
+
+EOS hit during rewinding.
+
+0x000D2F0D
+
+NS_S_CHANGENOTICE
+
+
+Internal.
+
+0x001F0001
+
+ERROR_FLT_IO_COMPLETE
+
+
+The IO was completed by a filter.
+
+0x00262307
+
+ERROR_GRAPHICS_MODE_NOT_PINNED
+
+
+No mode is pinned on the specified VidPN source or target.
+
+0x0026231E
+
+ERROR_GRAPHICS_NO_PREFERRED_MODE
+
+
+Specified mode set does not specify preference for one of its modes.
+
+0x0026234B
+
+ERROR_GRAPHICS_DATASET_IS_EMPTY
+
+
+Specified data set (for example, mode set, frequency range set, descriptor set, and topology) is empty.
+
+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.
+
+0x00262351
+
+ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED
+
+
+Specified content transformation is not pinned on the specified VidPN present path.
+
+0x00300100
+
+PLA_S_PROPERTY_IGNORED
+
+
+Property value will be ignored.
+
+0x00340001
+
+ERROR_NDIS_INDICATION_REQUIRED
+
+
+The request will be completed later by a Network Driver Interface Specification (NDIS) status indication.
+
+0x0DEAD100
+
+TRK_S_OUT_OF_SYNC
+
+
+The VolumeSequenceNumber of a MOVE_NOTIFICATION request is incorrect.
+
+0x0DEAD102
+
+TRK_VOLUME_NOT_FOUND
+
+
+The VolumeID in a request was not found in the server's ServerVolumeTable.
+
+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.
+
+0x0DEAD107
+
+TRK_S_NOTIFICATION_QUOTA_EXCEEDED
+
+
+The server received a MOVE_NOTIFICATION request, but the FileTable size limit has already been reached.
+
+0x400D004F
+
+NS_I_TIGER_START
+
+
+The Title Server %1 is running.
+
+0x400D0051
+
+NS_I_CUB_START
+
+
+Content Server %1 (%2) is starting.
+
+0x400D0052
+
+NS_I_CUB_RUNNING
+
+
+Content Server %1 (%2) is running.
+
+0x400D0054
+
+NS_I_DISK_START
+
+
+Disk %1 ( %2 ) on Content Server %3, is running.
+
+0x400D0056
+
+NS_I_DISK_REBUILD_STARTED
+
+
+Started rebuilding disk %1 ( %2 ) on Content Server %3.
+
+0x400D0057
+
+NS_I_DISK_REBUILD_FINISHED
+
+
+Finished rebuilding disk %1 ( %2 ) on Content Server %3.
+
+0x400D0058
+
+NS_I_DISK_REBUILD_ABORTED
+
+
+Aborted rebuilding disk %1 ( %2 ) on Content Server %3.
+
+0x400D0059
+
+NS_I_LIMIT_FUNNELS
+
+
+A NetShow administrator at network location %1 set the data stream limit to %2 streams.
+
+0x400D005A
+
+NS_I_START_DISK
+
+
+A NetShow administrator at network location %1 started disk %2.
+
+0x400D005B
+
+NS_I_STOP_DISK
+
+
+A NetShow administrator at network location %1 stopped disk %2.
+
+0x400D005C
+
+NS_I_STOP_CUB
+
+
+A NetShow administrator at network location %1 stopped Content Server %2.
+
+0x400D005D
+
+NS_I_KILL_USERSESSION
+
+
+A NetShow administrator at network location %1 aborted user session %2 from the system.
+
+0x400D005E
+
+NS_I_KILL_CONNECTION
+
+
+A NetShow administrator at network location %1 aborted obsolete connection %2 from the system.
+
+0x400D005F
+
+NS_I_REBUILD_DISK
+
+
+A NetShow administrator at network location %1 started rebuilding disk %2.
+
+0x400D0069
+
+MCMADM_I_NO_EVENTS
+
+
+Event initialization failed, there will be no MCM events.
+
+0x400D006E
+
+NS_I_LOGGING_FAILED
+
+
+The logging operation failed.
+
+0x400D0070
+
+NS_I_LIMIT_BANDWIDTH
+
+
+A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps.
+
+0x400D0191
+
+NS_I_CUB_UNFAIL_LINK
+
+
+Content Server %1 (%2) has established its link to Content Server %3.
+
+0x400D0193
+
+NS_I_RESTRIPE_START
+
+
+Restripe operation has started.
+
+0x400D0194
+
+NS_I_RESTRIPE_DONE
+
+
+Restripe operation has completed.
+
+0x400D0196
+
+NS_I_RESTRIPE_DISK_OUT
+
+
+Content disk %1 (%2) on Content Server %3 has been restriped out.
+
+0x400D0197
+
+NS_I_RESTRIPE_CUB_OUT
+
+
+Content server %1 (%2) has been restriped out.
+
+0x400D0198
+
+NS_I_DISK_STOP
+
+
+Disk %1 ( %2 ) on Content Server %3, has been offlined.
+
+0x400D14BE
+
+NS_I_PLAYLIST_CHANGE_RECEDING
+
+
+The playlist change occurred while receding.
+
+0x400D2EFF
+
+NS_I_RECONNECTED
+
+
+The client is reconnected.
+
+0x400D2F01
+
+NS_I_NOLOG_STOP
+
+
+Forcing a switch to a pending header on start.
+
+0x400D2F03
+
+NS_I_EXISTING_PACKETIZER
+
+
+There is already an existing packetizer plugin for the stream.
+
+0x400D2F04
+
+NS_I_MANUAL_PROXY
+
+
+The proxy setting is manual.
+
+0x40262009
+
+ERROR_GRAPHICS_DRIVER_MISMATCH
+
+
+The kernel driver detected a version mismatch between it and the user mode driver.
+
+0x4026242F
+
+ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS
+
+
+Child device presence was not reliably detected.
+
+0x40262437
+
+ERROR_GRAPHICS_LEADLINK_START_DEFERRED
+
+
+Starting the lead-link adapter has been deferred temporarily.
+
+0x40262439
+
+ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY
+
+
+The display adapter is being polled for children too frequently at the same polling level.
+
+0x4026243A
+
+ERROR_GRAPHICS_START_DEFERRED
+
+
+Starting the adapter has been deferred temporarily.
+
+0x8000000A
+
+E_PENDING
+
+
+The data necessary to complete this operation is not yet available.
+
+0x80004001
+
+E_NOTIMPL
+
+
+Not implemented.
+
+0x80004002
+
+E_NOINTERFACE
+
+
+No such interface supported.
+
+0x80004003
+
+E_POINTER
+
+
+Invalid pointer.
+
+0x80004004
+
+E_ABORT
+
+
+Operation aborted.
+
+0x80004005
+
+E_FAIL
+
+
+Unspecified error.
+
+0x80004006
+
+CO_E_INIT_TLS
+
+
+Thread local storage failure.
+
+0x80004007
+
+CO_E_INIT_SHARED_ALLOCATOR
+
+
+Get shared memory allocator failure.
+
+0x80004008
+
+CO_E_INIT_MEMORY_ALLOCATOR
+
+
+Get memory allocator failure.
+
+0x80004009
+
+CO_E_INIT_CLASS_CACHE
+
+
+Unable to initialize class cache.
+
+0x8000400A
+
+CO_E_INIT_RPC_CHANNEL
+
+
+Unable to initialize remote procedure call (RPC) services.
+
+0x8000400B
+
+CO_E_INIT_TLS_SET_CHANNEL_CONTROL
+
+
+Cannot set thread local storage channel control.
+
+0x8000400C
+
+CO_E_INIT_TLS_CHANNEL_CONTROL
+
+
+Could not allocate thread local storage channel control.
+
+0x8000400D
+
+CO_E_INIT_UNACCEPTED_USER_ALLOCATOR
+
+
+The user-supplied memory allocator is unacceptable.
+
+0x8000400E
+
+CO_E_INIT_SCM_MUTEX_EXISTS
+
+
+The OLE service mutex already exists.
+
+0x8000400F
+
+CO_E_INIT_SCM_FILE_MAPPING_EXISTS
+
+
+The OLE service file mapping already exists.
+
+0x80004010
+
+CO_E_INIT_SCM_MAP_VIEW_OF_FILE
+
+
+Unable to map view of file for OLE service.
+
+0x80004011
+
+CO_E_INIT_SCM_EXEC_FAILURE
+
+
+Failure attempting to launch OLE service.
+
+0x80004012
+
+CO_E_INIT_ONLY_SINGLE_THREADED
+
+
+There was an attempt to call CoInitialize a second time while single-threaded.
+
+0x80004013
+
+CO_E_CANT_REMOTE
+
+
+A Remote activation was necessary but was not allowed.
+
+0x80004014
+
+CO_E_BAD_SERVER_NAME
+
+
+A Remote activation was necessary, but the server name provided was invalid.
+
+0x80004015
+
+CO_E_WRONG_SERVER_IDENTITY
+
+
+The class is configured to run as a security ID different from the caller.
+
+0x80004016
+
+CO_E_OLE1DDE_DISABLED
+
+
+Use of OLE1 services requiring Dynamic Data Exchange (DDE) Windows is disabled.
+
+0x80004017
+
+CO_E_RUNAS_SYNTAX
+
+
+A RunAs specification must be <domain name>\<user name> or simply <user name>.
+
+0x80004018
+
+CO_E_CREATEPROCESS_FAILURE
+
+
+The server process could not be started. The path name might be incorrect.
+
+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.
+
+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.
+
+0x8000401B
+
+CO_E_LAUNCH_PERMSSION_DENIED
+
+
+The client is not allowed to launch this server.
+
+0x8000401C
+
+CO_E_START_SERVICE_FAILURE
+
+
+The service providing this server could not be started.
+
+0x8000401D
+
+CO_E_REMOTE_COMMUNICATION_FAILURE
+
+
+This computer was unable to communicate with the computer providing the server.
+
+0x8000401E
+
+CO_E_SERVER_START_TIMEOUT
+
+
+The server did not respond after being launched.
+
+0x8000401F
+
+CO_E_CLSREG_INCONSISTENT
+
+
+The registration information for this server is inconsistent or incomplete.
+
+0x80004020
+
+CO_E_IIDREG_INCONSISTENT
+
+
+The registration information for this interface is inconsistent or incomplete.
+
+0x80004021
+
+CO_E_NOT_SUPPORTED
+
+
+The operation attempted is not supported.
+
+0x80004022
+
+CO_E_RELOAD_DLL
+
+
+A DLL must be loaded.
+
+0x80004023
+
+CO_E_MSI_ERROR
+
+
+A Microsoft Software Installer error was encountered.
+
+0x80004024
+
+CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT
+
+
+The specified activation could not occur in the client context as specified.
+
+0x80004025
+
+CO_E_SERVER_PAUSED
+
+
+Activations on the server are paused.
+
+0x80004026
+
+CO_E_SERVER_NOT_PAUSED
+
+
+Activations on the server are not paused.
+
+0x80004027
+
+CO_E_CLASS_DISABLED
+
+
+The component or application containing the component has been disabled.
+
+0x80004028
+
+CO_E_CLRNOTAVAILABLE
+
+
+The common language runtime is not available.
+
+0x80004029
+
+CO_E_ASYNC_WORK_REJECTED
+
+
+The thread-pool rejected the submitted asynchronous work.
+
+0x8000402A
+
+CO_E_SERVER_INIT_TIMEOUT
+
+
+The server started, but it did not finish initializing in a timely fashion.
+
+0x8000402B
+
+CO_E_NO_SECCTX_IN_ACTIVATE
+
+
+Unable to complete the call because there is no COM+ security context inside IObjectControl.Activate.
+
+0x80004030
+
+CO_E_TRACKER_CONFIG
+
+
+The provided tracker configuration is invalid.
+
+0x80004031
+
+CO_E_THREADPOOL_CONFIG
+
+
+The provided thread pool configuration is invalid.
+
+0x80004032
+
+CO_E_SXS_CONFIG
+
+
+The provided side-by-side configuration is invalid.
+
+0x80004033
+
+CO_E_MALFORMED_SPN
+
+
+The server principal name (SPN) obtained during security negotiation is malformed.
+
+0x8000FFFF
+
+E_UNEXPECTED
+
+
+Catastrophic failure.
+
+0x80010001
+
+RPC_E_CALL_REJECTED
+
+
+Call was rejected by callee.
+
+0x80010002
+
+RPC_E_CALL_CANCELED
+
+
+Call was canceled by the message filter.
+
+0x80010003
+
+RPC_E_CANTPOST_INSENDCALL
+
+
+The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
+
+0x80010004
+
+RPC_E_CANTCALLOUT_INASYNCCALL
+
+
+The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
+
+0x80010005
+
+RPC_E_CANTCALLOUT_INEXTERNALCALL
+
+
+It is illegal to call out while inside message filter.
+
+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.
+
+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.
+
+0x80010008
+
+RPC_E_CLIENT_DIED
+
+
+The caller (client) disappeared while the callee (server) was processing a call.
+
+0x80010009
+
+RPC_E_INVALID_DATAPACKET
+
+
+The data packet with the marshaled parameter data is incorrect.
+
+0x8001000A
+
+RPC_E_CANTTRANSMIT_CALL
+
+
+The call was not transmitted properly; the message queue was full and was not emptied after yielding.
+
+0x8001000B
+
+RPC_E_CLIENT_CANTMARSHAL_DATA
+
+
+The client RPC caller cannot marshal the parameter data due to errors (such as low memory).
+
+0x8001000C
+
+RPC_E_CLIENT_CANTUNMARSHAL_DATA
+
+
+The client RPC caller cannot unmarshal the return data due to errors (such as low memory).
+
+0x8001000D
+
+RPC_E_SERVER_CANTMARSHAL_DATA
+
+
+The server RPC callee cannot marshal the return data due to errors (such as low memory).
+
+0x8001000E
+
+RPC_E_SERVER_CANTUNMARSHAL_DATA
+
+
+The server RPC callee cannot unmarshal the parameter data due to errors (such as low memory).
+
+0x8001000F
+
+RPC_E_INVALID_DATA
+
+
+Received data is invalid. The data might be server or client data.
+
+0x80010010
+
+RPC_E_INVALID_PARAMETER
+
+
+A particular parameter is invalid and cannot be (un)marshaled.
+
+0x80010011
+
+RPC_E_CANTCALLOUT_AGAIN
+
+
+There is no second outgoing call on same channel in DDE conversation.
+
+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.
+
+0x80010100
+
+RPC_E_SYS_CALL_FAILED
+
+
+System call failed.
+
+0x80010101
+
+RPC_E_OUT_OF_RESOURCES
+
+
+Could not allocate some required resource (such as memory or events)
+
+0x80010102
+
+RPC_E_ATTEMPTED_MULTITHREAD
+
+
+Attempted to make calls on more than one thread in single-threaded mode.
+
+0x80010103
+
+RPC_E_NOT_REGISTERED
+
+
+The requested interface is not registered on the server object.
+
+0x80010104
+
+RPC_E_FAULT
+
+
+RPC could not call the server or could not return the results of calling the server.
+
+0x80010105
+
+RPC_E_SERVERFAULT
+
+
+The server threw an exception.
+
+0x80010106
+
+RPC_E_CHANGED_MODE
+
+
+Cannot change thread mode after it is set.
+
+0x80010107
+
+RPC_E_INVALIDMETHOD
+
+
+The method called does not exist on the server.
+
+0x80010108
+
+RPC_E_DISCONNECTED
+
+
+The object invoked has disconnected from its clients.
+
+0x80010109
+
+RPC_E_RETRY
+
+
+The object invoked chose not to process the call now. Try again later.
+
+0x8001010A
+
+RPC_E_SERVERCALL_RETRYLATER
+
+
+The message filter indicated that the application is busy.
+
+0x8001010B
+
+RPC_E_SERVERCALL_REJECTED
+
+
+The message filter rejected the call.
+
+0x8001010C
+
+RPC_E_INVALID_CALLDATA
+
+
+A call control interface was called with invalid data.
+
+0x8001010D
+
+RPC_E_CANTCALLOUT_ININPUTSYNCCALL
+
+
+An outgoing call cannot be made because the application is dispatching an input-synchronous call.
+
+0x8001010E
+
+RPC_E_WRONG_THREAD
+
+
+The application called an interface that was marshaled for a different thread.
+
+0x8001010F
+
+RPC_E_THREAD_NOT_INIT
+
+
+CoInitialize has not been called on the current thread.
+
+0x80010110
+
+RPC_E_VERSION_MISMATCH
+
+
+The version of OLE on the client and server machines does not match.
+
+0x80010111
+
+RPC_E_INVALID_HEADER
+
+
+OLE received a packet with an invalid header.
+
+0x80010112
+
+RPC_E_INVALID_EXTENSION
+
+
+OLE received a packet with an invalid extension.
+
+0x80010113
+
+RPC_E_INVALID_IPID
+
+
+The requested object or interface does not exist.
+
+0x80010114
+
+RPC_E_INVALID_OBJECT
+
+
+The requested object does not exist.
+
+0x80010115
+
+RPC_S_CALLPENDING
+
+
+OLE has sent a request and is waiting for a reply.
+
+0x80010116
+
+RPC_S_WAITONTIMER
+
+
+OLE is waiting before retrying a request.
+
+0x80010117
+
+RPC_E_CALL_COMPLETE
+
+
+Call context cannot be accessed after call completed.
+
+0x80010118
+
+RPC_E_UNSECURE_CALL
+
+
+Impersonate on unsecure calls is not supported.
+
+0x80010119
+
+RPC_E_TOO_LATE
+
+
+Security must be initialized before any interfaces are marshaled or unmarshaled. It cannot be changed after initialized.
+
+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.
+
+0x8001011B
+
+RPC_E_ACCESS_DENIED
+
+
+Access is denied.
+
+0x8001011C
+
+RPC_E_REMOTE_DISABLED
+
+
+Remote calls are not allowed for this process.
+
+0x8001011D
+
+RPC_E_INVALID_OBJREF
+
+
+The marshaled interface data packet (OBJREF) has an invalid or unknown format.
+
+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.
+
+0x8001011F
+
+RPC_E_TIMEOUT
+
+
+This operation returned because the time-out period expired.
+
+0x80010120
+
+RPC_E_NO_SYNC
+
+
+There are no synchronize objects to wait on.
+
+0x80010121
+
+RPC_E_FULLSIC_REQUIRED
+
+
+Full subject issuer chain Secure Sockets Layer (SSL) principal name expected from the server.
+
+0x80010122
+
+RPC_E_INVALID_STD_NAME
+
+
+Principal name is not a valid Microsoft standard (msstd) name.
+
+0x80010123
+
+CO_E_FAILEDTOIMPERSONATE
+
+
+Unable to impersonate DCOM client.
+
+0x80010124
+
+CO_E_FAILEDTOGETSECCTX
+
+
+Unable to obtain server's security context.
+
+0x80010125
+
+CO_E_FAILEDTOOPENTHREADTOKEN
+
+
+Unable to open the access token of the current thread.
+
+0x80010126
+
+CO_E_FAILEDTOGETTOKENINFO
+
+
+Unable to obtain user information from an access token.
+
+0x80010127
+
+CO_E_TRUSTEEDOESNTMATCHCLIENT
+
+
+The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method.
+
+0x80010128
+
+CO_E_FAILEDTOQUERYCLIENTBLANKET
+
+
+Unable to obtain the client's security blanket.
+
+0x80010129
+
+CO_E_FAILEDTOSETDACL
+
+
+Unable to set a discretionary access control list (ACL) into a security descriptor.
+
+0x8001012A
+
+CO_E_ACCESSCHECKFAILED
+
+
+The system function AccessCheck returned false.
+
+0x8001012B
+
+CO_E_NETACCESSAPIFAILED
+
+
+Either NetAccessDel or NetAccessAdd returned an error code.
+
+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".
+
+0x8001012D
+
+CO_E_INVALIDSID
+
+
+One of the security identifiers provided by the user was invalid.
+
+0x8001012E
+
+CO_E_CONVERSIONFAILED
+
+
+Unable to convert a wide character trustee string to a multiple-byte trustee string.
+
+0x8001012F
+
+CO_E_NOMATCHINGSIDFOUND
+
+
+Unable to find a security identifier that corresponds to a trustee string provided by the user.
+
+0x80010130
+
+CO_E_LOOKUPACCSIDFAILED
+
+
+The system function LookupAccountSID failed.
+
+0x80010131
+
+CO_E_NOMATCHINGNAMEFOUND
+
+
+Unable to find a trustee name that corresponds to a security identifier provided by the user.
+
+0x80010132
+
+CO_E_LOOKUPACCNAMEFAILED
+
+
+The system function LookupAccountName failed.
+
+0x80010133
+
+CO_E_SETSERLHNDLFAILED
+
+
+Unable to set or reset a serialization handle.
+
+0x80010134
+
+CO_E_FAILEDTOGETWINDIR
+
+
+Unable to obtain the Windows directory.
+
+0x80010135
+
+CO_E_PATHTOOLONG
+
+
+Path too long.
+
+0x80010136
+
+CO_E_FAILEDTOGENUUID
+
+
+Unable to generate a UUID.
+
+0x80010137
+
+CO_E_FAILEDTOCREATEFILE
+
+
+Unable to create file.
+
+0x80010138
+
+CO_E_FAILEDTOCLOSEHANDLE
+
+
+Unable to close a serialization handle or a file handle.
+
+0x80010139
+
+CO_E_EXCEEDSYSACLLIMIT
+
+
+The number of access control entries (ACEs) in an ACL exceeds the system limit.
+
+0x8001013A
+
+CO_E_ACESINWRONGORDER
+
+
+Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
+
+0x8001013B
+
+CO_E_INCOMPATIBLESTREAMVERSION
+
+
+The version of ACL format in the stream is not supported by this implementation of IAccessControl.
+
+0x8001013C
+
+CO_E_FAILEDTOOPENPROCESSTOKEN
+
+
+Unable to open the access token of the server process.
+
+0x8001013D
+
+CO_E_DECODEFAILED
+
+
+Unable to decode the ACL in the stream provided by the user.
+
+0x8001013F
+
+CO_E_ACNOTINITIALIZED
+
+
+The COM IAccessControl object is not initialized.
+
+0x80010140
+
+CO_E_CANCEL_DISABLED
+
+
+Call Cancellation is disabled.
+
+0x8001FFFF
+
+RPC_E_UNEXPECTED
+
+
+An internal error occurred.
+
+0x80020001
+
+DISP_E_UNKNOWNINTERFACE
+
+
+Unknown interface.
+
+0x80020003
+
+DISP_E_MEMBERNOTFOUND
+
+
+Member not found.
+
+0x80020004
+
+DISP_E_PARAMNOTFOUND
+
+
+Parameter not found.
+
+0x80020005
+
+DISP_E_TYPEMISMATCH
+
+
+Type mismatch.
+
+0x80020006
+
+DISP_E_UNKNOWNNAME
+
+
+Unknown name.
+
+0x80020007
+
+DISP_E_NONAMEDARGS
+
+
+No named arguments.
+
+0x80020008
+
+DISP_E_BADVARTYPE
+
+
+Bad variable type.
+
+0x80020009
+
+DISP_E_EXCEPTION
+
+
+Exception occurred.
+
+0x8002000A
+
+DISP_E_OVERFLOW
+
+
+Out of present range.
+
+0x8002000B
+
+DISP_E_BADINDEX
+
+
+Invalid index.
+
+0x8002000C
+
+DISP_E_UNKNOWNLCID
+
+
+Unknown language.
+
+0x8002000D
+
+DISP_E_ARRAYISLOCKED
+
+
+Memory is locked.
+
+0x8002000E
+
+DISP_E_BADPARAMCOUNT
+
+
+Invalid number of parameters.
+
+0x8002000F
+
+DISP_E_PARAMNOTOPTIONAL
+
+
+Parameter not optional.
+
+0x80020010
+
+DISP_E_BADCALLEE
+
+
+Invalid callee.
+
+0x80020011
+
+DISP_E_NOTACOLLECTION
+
+
+Does not support a collection.
+
+0x80020012
+
+DISP_E_DIVBYZERO
+
+
+Division by zero.
+
+0x80020013
+
+DISP_E_BUFFERTOOSMALL
+
+
+Buffer too small.
+
+0x80028016
+
+TYPE_E_BUFFERTOOSMALL
+
+
+Buffer too small.
+
+0x80028017
+
+TYPE_E_FIELDNOTFOUND
+
+
+Field name not defined in the record.
+
+0x80028018
+
+TYPE_E_INVDATAREAD
+
+
+Old format or invalid type library.
+
+0x80028019
+
+TYPE_E_UNSUPFORMAT
+
+
+Old format or invalid type library.
+
+0x8002801C
+
+TYPE_E_REGISTRYACCESS
+
+
+Error accessing the OLE registry.
+
+0x8002801D
+
+TYPE_E_LIBNOTREGISTERED
+
+
+Library not registered.
+
+0x80028027
+
+TYPE_E_UNDEFINEDTYPE
+
+
+Bound to unknown type.
+
+0x80028028
+
+TYPE_E_QUALIFIEDNAMEDISALLOWED
+
+
+Qualified name disallowed.
+
+0x80028029
+
+TYPE_E_INVALIDSTATE
+
+
+Invalid forward reference, or reference to uncompiled type.
+
+0x8002802A
+
+TYPE_E_WRONGTYPEKIND
+
+
+Type mismatch.
+
+0x8002802B
+
+TYPE_E_ELEMENTNOTFOUND
+
+
+Element not found.
+
+0x8002802C
+
+TYPE_E_AMBIGUOUSNAME
+
+
+Ambiguous name.
+
+0x8002802D
+
+TYPE_E_NAMECONFLICT
+
+
+Name already exists in the library.
+
+0x8002802E
+
+TYPE_E_UNKNOWNLCID
+
+
+Unknown language code identifier (LCID).
+
+0x8002802F
+
+TYPE_E_DLLFUNCTIONNOTFOUND
+
+
+Function not defined in specified DLL.
+
+0x800288BD
+
+TYPE_E_BADMODULEKIND
+
+
+Wrong module kind for the operation.
+
+0x800288C5
+
+TYPE_E_SIZETOOBIG
+
+
+Size cannot exceed 64 KB.
+
+0x800288C6
+
+TYPE_E_DUPLICATEID
+
+
+Duplicate ID in inheritance hierarchy.
+
+0x800288CF
+
+TYPE_E_INVALIDID
+
+
+Incorrect inheritance depth in standard OLE hmember.
+
+0x80028CA0
+
+TYPE_E_TYPEMISMATCH
+
+
+Type mismatch.
+
+0x80028CA1
+
+TYPE_E_OUTOFBOUNDS
+
+
+Invalid number of arguments.
+
+0x80028CA2
+
+TYPE_E_IOERROR
+
+
+I/O error.
+
+0x80028CA3
+
+TYPE_E_CANTCREATETMPFILE
+
+
+Error creating unique .tmp file.
+
+0x80029C4A
+
+TYPE_E_CANTLOADLIBRARY
+
+
+Error loading type library or DLL.
+
+0x80029C83
+
+TYPE_E_INCONSISTENTPROPFUNCS
+
+
+Inconsistent property functions.
+
+0x80029C84
+
+TYPE_E_CIRCULARTYPE
+
+
+Circular dependency between types and modules.
+
+0x80030001
+
+STG_E_INVALIDFUNCTION
+
+
+Unable to perform requested operation.
+
+0x80030002
+
+STG_E_FILENOTFOUND
+
+
+%1 could not be found.
+
+0x80030003
+
+STG_E_PATHNOTFOUND
+
+
+The path %1 could not be found.
+
+0x80030004
+
+STG_E_TOOMANYOPENFILES
+
+
+There are insufficient resources to open another file.
+
+0x80030005
+
+STG_E_ACCESSDENIED
+
+
+Access denied.
+
+0x80030006
+
+STG_E_INVALIDHANDLE
+
+
+Attempted an operation on an invalid object.
+
+0x80030008
+
+STG_E_INSUFFICIENTMEMORY
+
+
+There is insufficient memory available to complete operation.
+
+0x80030009
+
+STG_E_INVALIDPOINTER
+
+
+Invalid pointer error.
+
+0x80030012
+
+STG_E_NOMOREFILES
+
+
+There are no more entries to return.
+
+0x80030013
+
+STG_E_DISKISWRITEPROTECTED
+
+
+Disk is write-protected.
+
+0x80030019
+
+STG_E_SEEKERROR
+
+
+An error occurred during a seek operation.
+
+0x8003001D
+
+STG_E_WRITEFAULT
+
+
+A disk error occurred during a write operation.
+
+0x8003001E
+
+STG_E_READFAULT
+
+
+A disk error occurred during a read operation.
+
+0x80030020
+
+STG_E_SHAREVIOLATION
+
+
+A share violation has occurred.
+
+0x80030021
+
+STG_E_LOCKVIOLATION
+
+
+A lock violation has occurred.
+
+0x80030050
+
+STG_E_FILEALREADYEXISTS
+
+
+%1 already exists.
+
+0x80030057
+
+STG_E_INVALIDPARAMETER
+
+
+Invalid parameter error.
+
+0x80030070
+
+STG_E_MEDIUMFULL
+
+
+There is insufficient disk space to complete operation.
+
+0x800300F0
+
+STG_E_PROPSETMISMATCHED
+
+
+Illegal write of non-simple property to simple property set.
+
+0x800300FA
+
+STG_E_ABNORMALAPIEXIT
+
+
+An application programming interface (API) call exited abnormally.
+
+0x800300FB
+
+STG_E_INVALIDHEADER
+
+
+The file %1 is not a valid compound file.
+
+0x800300FC
+
+STG_E_INVALIDNAME
+
+
+The name %1 is not valid.
+
+0x800300FD
+
+STG_E_UNKNOWN
+
+
+An unexpected error occurred.
+
+0x800300FE
+
+STG_E_UNIMPLEMENTEDFUNCTION
+
+
+That function is not implemented.
+
+0x800300FF
+
+STG_E_INVALIDFLAG
+
+
+Invalid flag error.
+
+0x80030100
+
+STG_E_INUSE
+
+
+Attempted to use an object that is busy.
+
+0x80030101
+
+STG_E_NOTCURRENT
+
+
+The storage has been changed since the last commit.
+
+0x80030102
+
+STG_E_REVERTED
+
+
+Attempted to use an object that has ceased to exist.
+
+0x80030103
+
+STG_E_CANTSAVE
+
+
+Cannot save.
+
+0x80030104
+
+STG_E_OLDFORMAT
+
+
+The compound file %1 was produced with an incompatible version of storage.
+
+0x80030105
+
+STG_E_OLDDLL
+
+
+The compound file %1 was produced with a newer version of storage.
+
+0x80030106
+
+STG_E_SHAREREQUIRED
+
+
+Share.exe or equivalent is required for operation.
+
+0x80030107
+
+STG_E_NOTFILEBASEDSTORAGE
+
+
+Illegal operation called on non-file based storage.
+
+0x80030108
+
+STG_E_EXTANTMARSHALLINGS
+
+
+Illegal operation called on object with extant marshalings.
+
+0x80030109
+
+STG_E_DOCFILECORRUPT
+
+
+The docfile has been corrupted.
+
+0x80030110
+
+STG_E_BADBASEADDRESS
+
+
+OLE32.DLL has been loaded at the wrong address.
+
+0x80030111
+
+STG_E_DOCFILETOOLARGE
+
+
+The compound file is too large for the current implementation.
+
+0x80030112
+
+STG_E_NOTSIMPLEFORMAT
+
+
+The compound file was not created with the STGM_SIMPLE flag.
+
+0x80030201
+
+STG_E_INCOMPLETE
+
+
+The file download was aborted abnormally. The file is incomplete.
+
+0x80030202
+
+STG_E_TERMINATED
+
+
+The file download has been terminated.
+
+0x80030305
+
+STG_E_STATUS_COPY_PROTECTION_FAILURE
+
+
+Generic Copy Protection Error.
+
+0x80030306
+
+STG_E_CSS_AUTHENTICATION_FAILURE
+
+
+Copy Protection Error—DVD CSS Authentication failed.
+
+0x80030307
+
+STG_E_CSS_KEY_NOT_PRESENT
+
+
+Copy Protection Error—The given sector does not have a valid CSS key.
+
+0x80030308
+
+STG_E_CSS_KEY_NOT_ESTABLISHED
+
+
+Copy Protection Error—DVD session key not established.
+
+0x80030309
+
+STG_E_CSS_SCRAMBLED_SECTOR
+
+
+Copy Protection Error—The read failed because the sector is encrypted.
+
+0x8003030A
+
+STG_E_CSS_REGION_MISMATCH
+
+
+Copy Protection Error—The current DVD's region does not correspond to the region setting of the drive.
+
+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.
+
+0x80040000
+
+OLE_E_OLEVERB
+
+
+Invalid OLEVERB structure.
+
+0x80040001
+
+OLE_E_ADVF
+
+
+Invalid advise flags.
+
+0x80040002
+
+OLE_E_ENUM_NOMORE
+
+
+Cannot enumerate any more because the associated data is missing.
+
+0x80040003
+
+OLE_E_ADVISENOTSUPPORTED
+
+
+This implementation does not take advises.
+
+0x80040004
+
+OLE_E_NOCONNECTION
+
+
+There is no connection for this connection ID.
+
+0x80040005
+
+OLE_E_NOTRUNNING
+
+
+Need to run the object to perform this operation.
+
+0x80040006
+
+OLE_E_NOCACHE
+
+
+There is no cache to operate on.
+
+0x80040007
+
+OLE_E_BLANK
+
+
+Uninitialized object.
+
+0x80040008
+
+OLE_E_CLASSDIFF
+
+
+Linked object's source class has changed.
+
+0x80040009
+
+OLE_E_CANT_GETMONIKER
+
+
+Not able to get the moniker of the object.
+
+0x8004000A
+
+OLE_E_CANT_BINDTOSOURCE
+
+
+Not able to bind to the source.
+
+0x8004000B
+
+OLE_E_STATIC
+
+
+Object is static; operation not allowed.
+
+0x8004000C
+
+OLE_E_PROMPTSAVECANCELLED
+
+
+User canceled out of the Save dialog box.
+
+0x8004000D
+
+OLE_E_INVALIDRECT
+
+
+Invalid rectangle.
+
+0x8004000E
+
+OLE_E_WRONGCOMPOBJ
+
+
+compobj.dll is too old for the ole2.dll initialized.
+
+0x8004000F
+
+OLE_E_INVALIDHWND
+
+
+Invalid window handle.
+
+0x80040010
+
+OLE_E_NOT_INPLACEACTIVE
+
+
+Object is not in any of the inplace active states.
+
+0x80040011
+
+OLE_E_CANTCONVERT
+
+
+Not able to convert object.
+
+0x80040012
+
+OLE_E_NOSTORAGE
+
+
+Not able to perform the operation because object is not given storage yet.
+
+0x80040064
+
+DV_E_FORMATETC
+
+
+Invalid FORMATETC structure.
+
+0x80040065
+
+DV_E_DVTARGETDEVICE
+
+
+Invalid DVTARGETDEVICE structure.
+
+0x80040066
+
+DV_E_STGMEDIUM
+
+
+Invalid STDGMEDIUM structure.
+
+0x80040067
+
+DV_E_STATDATA
+
+
+Invalid STATDATA structure.
+
+0x80040068
+
+DV_E_LINDEX
+
+
+Invalid lindex.
+
+0x80040069
+
+DV_E_TYMED
+
+
+Invalid TYMED structure.
+
+0x8004006A
+
+DV_E_CLIPFORMAT
+
+
+Invalid clipboard format.
+
+0x8004006B
+
+DV_E_DVASPECT
+
+
+Invalid aspects.
+
+0x8004006C
+
+DV_E_DVTARGETDEVICE_SIZE
+
+
+The tdSize parameter of the DVTARGETDEVICE structure is invalid.
+
+0x8004006D
+
+DV_E_NOIVIEWOBJECT
+
+
+Object does not support IViewObject interface.
+
+0x80040100
+
+DRAGDROP_E_NOTREGISTERED
+
+
+Trying to revoke a drop target that has not been registered.
+
+0x80040101
+
+DRAGDROP_E_ALREADYREGISTERED
+
+
+This window has already been registered as a drop target.
+
+0x80040102
+
+DRAGDROP_E_INVALIDHWND
+
+
+Invalid window handle.
+
+0x80040110
+
+CLASS_E_NOAGGREGATION
+
+
+Class does not support aggregation (or class object is remote).
+
+0x80040111
+
+CLASS_E_CLASSNOTAVAILABLE
+
+
+ClassFactory cannot supply requested class.
+
+0x80040112
+
+CLASS_E_NOTLICENSED
+
+
+Class is not licensed for use.
+
+0x80040140
+
+VIEW_E_DRAW
+
+
+Error drawing view.
+
+0x80040150
+
+REGDB_E_READREGDB
+
+
+Could not read key from registry.
+
+0x80040151
+
+REGDB_E_WRITEREGDB
+
+
+Could not write key to registry.
+
+0x80040152
+
+REGDB_E_KEYMISSING
+
+
+Could not find the key in the registry.
+
+0x80040153
+
+REGDB_E_INVALIDVALUE
+
+
+Invalid value for registry.
+
+0x80040154
+
+REGDB_E_CLASSNOTREG
+
+
+Class not registered.
+
+0x80040155
+
+REGDB_E_IIDNOTREG
+
+
+Interface not registered.
+
+0x80040156
+
+REGDB_E_BADTHREADINGMODEL
+
+
+Threading model entry is not valid.
+
+0x80040160
+
+CAT_E_CATIDNOEXIST
+
+
+CATID does not exist.
+
+0x80040161
+
+CAT_E_NODESCRIPTION
+
+
+Description not found.
+
+0x80040164
+
+CS_E_PACKAGE_NOTFOUND
+
+
+No package in the software installation data in Active Directory meets this criteria.
+
+0x80040165
+
+CS_E_NOT_DELETABLE
+
+
+Deleting this will break the referential integrity of the software installation data in Active Directory.
+
+0x80040166
+
+CS_E_CLASS_NOTFOUND
+
+
+The CLSID was not found in the software installation data in Active Directory.
+
+0x80040167
+
+CS_E_INVALID_VERSION
+
+
+The software installation data in Active Directory is corrupt.
+
+0x80040168
+
+CS_E_NO_CLASSSTORE
+
+
+There is no software installation data in Active Directory.
+
+0x80040169
+
+CS_E_OBJECT_NOTFOUND
+
+
+There is no software installation data object in Active Directory.
+
+0x8004016A
+
+CS_E_OBJECT_ALREADY_EXISTS
+
+
+The software installation data object in Active Directory already exists.
+
+0x8004016B
+
+CS_E_INVALID_PATH
+
+
+The path to the software installation data in Active Directory is not correct.
+
+0x8004016C
+
+CS_E_NETWORK_ERROR
+
+
+A network error interrupted the operation.
+
+0x8004016D
+
+CS_E_ADMIN_LIMIT_EXCEEDED
+
+
+The size of this object exceeds the maximum size set by the administrator.
+
+0x8004016E
+
+CS_E_SCHEMA_MISMATCH
+
+
+The schema for the software installation data in Active Directory does not match the required schema.
+
+0x8004016F
+
+CS_E_INTERNAL_ERROR
+
+
+An error occurred in the software installation data in Active Directory.
+
+0x80040170
+
+CACHE_E_NOCACHE_UPDATED
+
+
+Cache not updated.
+
+0x80040180
+
+OLEOBJ_E_NOVERBS
+
+
+No verbs for OLE object.
+
+0x80040181
+
+OLEOBJ_E_INVALIDVERB
+
+
+Invalid verb for OLE object.
+
+0x800401A0
+
+INPLACE_E_NOTUNDOABLE
+
+
+Undo is not available.
+
+0x800401A1
+
+INPLACE_E_NOTOOLSPACE
+
+
+Space for tools is not available.
+
+0x800401C0
+
+CONVERT10_E_OLESTREAM_GET
+
+
+OLESTREAM Get method failed.
+
+0x800401C1
+
+CONVERT10_E_OLESTREAM_PUT
+
+
+OLESTREAM Put method failed.
+
+0x800401C2
+
+CONVERT10_E_OLESTREAM_FMT
+
+
+Contents of the OLESTREAM not in correct format.
+
+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).
+
+0x800401C4
+
+CONVERT10_E_STG_FMT
+
+
+Contents of the IStorage not in correct format.
+
+0x800401C5
+
+CONVERT10_E_STG_NO_STD_STREAM
+
+
+Contents of IStorage is missing one of the standard streams.
+
+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.
+
+0x800401D0
+
+CLIPBRD_E_CANT_OPEN
+
+
+OpenClipboard failed.
+
+0x800401D1
+
+CLIPBRD_E_CANT_EMPTY
+
+
+EmptyClipboard failed.
+
+0x800401D2
+
+CLIPBRD_E_CANT_SET
+
+
+SetClipboard failed.
+
+0x800401D3
+
+CLIPBRD_E_BAD_DATA
+
+
+Data on clipboard is invalid.
+
+0x800401D4
+
+CLIPBRD_E_CANT_CLOSE
+
+
+CloseClipboard failed.
+
+0x800401E0
+
+MK_E_CONNECTMANUALLY
+
+
+Moniker needs to be connected manually.
+
+0x800401E1
+
+MK_E_EXCEEDEDDEADLINE
+
+
+Operation exceeded deadline.
+
+0x800401E2
+
+MK_E_NEEDGENERIC
+
+
+Moniker needs to be generic.
+
+0x800401E3
+
+MK_E_UNAVAILABLE
+
+
+Operation unavailable.
+
+0x800401E4
+
+MK_E_SYNTAX
+
+
+Invalid syntax.
+
+0x800401E5
+
+MK_E_NOOBJECT
+
+
+No object for moniker.
+
+0x800401E6
+
+MK_E_INVALIDEXTENSION
+
+
+Bad extension for file.
+
+0x800401E7
+
+MK_E_INTERMEDIATEINTERFACENOTSUPPORTED
+
+
+Intermediate operation failed.
+
+0x800401E8
+
+MK_E_NOTBINDABLE
+
+
+Moniker is not bindable.
+
+0x800401E9
+
+MK_E_NOTBOUND
+
+
+Moniker is not bound.
+
+0x800401EA
+
+MK_E_CANTOPENFILE
+
+
+Moniker cannot open file.
+
+0x800401EB
+
+MK_E_MUSTBOTHERUSER
+
+
+User input required for operation to succeed.
+
+0x800401EC
+
+MK_E_NOINVERSE
+
+
+Moniker class has no inverse.
+
+0x800401ED
+
+MK_E_NOSTORAGE
+
+
+Moniker does not refer to storage.
+
+0x800401EE
+
+MK_E_NOPREFIX
+
+
+No common prefix.
+
+0x800401EF
+
+MK_E_ENUMERATION_FAILED
+
+
+Moniker could not be enumerated.
+
+0x800401F0
+
+CO_E_NOTINITIALIZED
+
+
+CoInitialize has not been called.
+
+0x800401F1
+
+CO_E_ALREADYINITIALIZED
+
+
+CoInitialize has already been called.
+
+0x800401F2
+
+CO_E_CANTDETERMINECLASS
+
+
+Class of object cannot be determined.
+
+0x800401F3
+
+CO_E_CLASSSTRING
+
+
+Invalid class string.
+
+0x800401F4
+
+CO_E_IIDSTRING
+
+
+Invalid interface string.
+
+0x800401F5
+
+CO_E_APPNOTFOUND
+
+
+Application not found.
+
+0x800401F6
+
+CO_E_APPSINGLEUSE
+
+
+Application cannot be run more than once.
+
+0x800401F7
+
+CO_E_ERRORINAPP
+
+
+Some error in application.
+
+0x800401F8
+
+CO_E_DLLNOTFOUND
+
+
+DLL for class not found.
+
+0x800401F9
+
+CO_E_ERRORINDLL
+
+
+Error in the DLL.
+
+0x800401FA
+
+CO_E_WRONGOSFORAPP
+
+
+Wrong operating system or operating system version for application.
+
+0x800401FB
+
+CO_E_OBJNOTREG
+
+
+Object is not registered.
+
+0x800401FC
+
+CO_E_OBJISREG
+
+
+Object is already registered.
+
+0x800401FD
+
+CO_E_OBJNOTCONNECTED
+
+
+Object is not connected to server.
+
+0x800401FE
+
+CO_E_APPDIDNTREG
+
+
+Application was launched, but it did not register a class factory.
+
+0x800401FF
+
+CO_E_RELEASED
+
+
+Object has been released.
+
+0x80040201
+
+EVENT_E_ALL_SUBSCRIBERS_FAILED
+
+
+An event was unable to invoke any of the subscribers.
+
+0x80040203
+
+EVENT_E_QUERYSYNTAX
+
+
+A syntax error occurred trying to evaluate a query string.
+
+0x80040204
+
+EVENT_E_QUERYFIELD
+
+
+An invalid field name was used in a query string.
+
+0x80040205
+
+EVENT_E_INTERNALEXCEPTION
+
+
+An unexpected exception was raised.
+
+0x80040206
+
+EVENT_E_INTERNALERROR
+
+
+An unexpected internal error was detected.
+
+0x80040207
+
+EVENT_E_INVALID_PER_USER_SID
+
+
+The owner security identifier (SID) on a per-user subscription does not exist.
+
+0x80040208
+
+EVENT_E_USER_EXCEPTION
+
+
+A user-supplied component or subscriber raised an exception.
+
+0x80040209
+
+EVENT_E_TOO_MANY_METHODS
+
+
+An interface has too many methods to fire events from.
+
+0x8004020A
+
+EVENT_E_MISSING_EVENTCLASS
+
+
+A subscription cannot be stored unless its event class already exists.
+
+0x8004020B
+
+EVENT_E_NOT_ALL_REMOVED
+
+
+Not all the objects requested could be removed.
+
+0x8004020C
+
+EVENT_E_COMPLUS_NOT_INSTALLED
+
+
+COM+ is required for this operation, but it is not installed.
+
+0x8004020D
+
+EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT
+
+
+Cannot modify or delete an object that was not added using the COM+ Administrative SDK.
+
+0x8004020E
+
+EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT
+
+
+Cannot modify or delete an object that was added using the COM+ Administrative SDK.
+
+0x8004020F
+
+EVENT_E_INVALID_EVENT_CLASS_PARTITION
+
+
+The event class for this subscription is in an invalid partition.
+
+0x80040210
+
+EVENT_E_PER_USER_SID_NOT_LOGGED_ON
+
+
+The owner of the PerUser subscription is not logged on to the system specified.
+
+0x80041309
+
+SCHED_E_TRIGGER_NOT_FOUND
+
+
+Trigger not found.
+
+0x8004130A
+
+SCHED_E_TASK_NOT_READY
+
+
+One or more of the properties that are needed to run this task have not been set.
+
+0x8004130B
+
+SCHED_E_TASK_NOT_RUNNING
+
+
+There is no running instance of the task.
+
+0x8004130C
+
+SCHED_E_SERVICE_NOT_INSTALLED
+
+
+The Task Scheduler service is not installed on this computer.
+
+0x8004130D
+
+SCHED_E_CANNOT_OPEN_TASK
+
+
+The task object could not be opened.
+
+0x8004130E
+
+SCHED_E_INVALID_TASK
+
+
+The object is either an invalid task object or is not a task object.
+
+0x8004130F
+
+SCHED_E_ACCOUNT_INFORMATION_NOT_SET
+
+
+No account information could be found in the Task Scheduler security database for the task indicated.
+
+0x80041310
+
+SCHED_E_ACCOUNT_NAME_NOT_FOUND
+
+
+Unable to establish existence of the account specified.
+
+0x80041311
+
+SCHED_E_ACCOUNT_DBASE_CORRUPT
+
+
+Corruption was detected in the Task Scheduler security database; the database has been reset.
+
+0x80041312
+
+SCHED_E_NO_SECURITY_SERVICES
+
+
+Task Scheduler security services are available only on Windows NT operating system.
+
+0x80041313
+
+SCHED_E_UNKNOWN_OBJECT_VERSION
+
+
+The task object version is either unsupported or invalid.
+
+0x80041314
+
+SCHED_E_UNSUPPORTED_ACCOUNT_OPTION
+
+
+The task has been configured with an unsupported combination of account settings and run-time options.
+
+0x80041315
+
+SCHED_E_SERVICE_NOT_RUNNING
+
+
+The Task Scheduler service is not running.
+
+0x80041316
+
+SCHED_E_UNEXPECTEDNODE
+
+
+The task XML contains an unexpected node.
+
+0x80041317
+
+SCHED_E_NAMESPACE
+
+
+The task XML contains an element or attribute from an unexpected namespace.
+
+0x80041318
+
+SCHED_E_INVALIDVALUE
+
+
+The task XML contains a value that is incorrectly formatted or out of range.
+
+0x80041319
+
+SCHED_E_MISSINGNODE
+
+
+The task XML is missing a required element or attribute.
+
+0x8004131A
+
+SCHED_E_MALFORMEDXML
+
+
+The task XML is malformed.
+
+0x8004131D
+
+SCHED_E_TOO_MANY_NODES
+
+
+The task XML contains too many nodes of the same type.
+
+0x8004131E
+
+SCHED_E_PAST_END_BOUNDARY
+
+
+The task cannot be started after the trigger's end boundary.
+
+0x8004131F
+
+SCHED_E_ALREADY_RUNNING
+
+
+An instance of this task is already running.
+
+0x80041320
+
+SCHED_E_USER_NOT_LOGGED_ON
+
+
+The task will not run because the user is not logged on.
+
+0x80041321
+
+SCHED_E_INVALID_TASK_HASH
+
+
+The task image is corrupt or has been tampered with.
+
+0x80041322
+
+SCHED_E_SERVICE_NOT_AVAILABLE
+
+
+The Task Scheduler service is not available.
+
+0x80041323
+
+SCHED_E_SERVICE_TOO_BUSY
+
+
+The Task Scheduler service is too busy to handle your request. Try again later.
+
+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.
+
+0x8004D000
+
+XACT_E_ALREADYOTHERSINGLEPHASE
+
+
+Another single phase resource manager has already been enlisted in this transaction.
+
+0x8004D001
+
+XACT_E_CANTRETAIN
+
+
+A retaining commit or abort is not supported.
+
+0x8004D002
+
+XACT_E_COMMITFAILED
+
+
+The transaction failed to commit for an unknown reason. The transaction was aborted.
+
+0x8004D003
+
+XACT_E_COMMITPREVENTED
+
+
+Cannot call commit on this transaction object because the calling application did not initiate the transaction.
+
+0x8004D004
+
+XACT_E_HEURISTICABORT
+
+
+Instead of committing, the resource heuristically aborted.
+
+0x8004D005
+
+XACT_E_HEURISTICCOMMIT
+
+
+Instead of aborting, the resource heuristically committed.
+
+0x8004D006
+
+XACT_E_HEURISTICDAMAGE
+
+
+Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
+
+0x8004D007
+
+XACT_E_HEURISTICDANGER
+
+
+Some of the states of the resource might have been committed while others were aborted, likely because of heuristic decisions.
+
+0x8004D008
+
+XACT_E_ISOLATIONLEVEL
+
+
+The requested isolation level is not valid or supported.
+
+0x8004D009
+
+XACT_E_NOASYNC
+
+
+The transaction manager does not support an asynchronous operation for this method.
+
+0x8004D00A
+
+XACT_E_NOENLIST
+
+
+Unable to enlist in the transaction.
+
+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.
+
+0x8004D00C
+
+XACT_E_NORESOURCE
+
+
+There is no resource presently associated with this enlistment.
+
+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.
+
+0x8004D00E
+
+XACT_E_NOTRANSACTION
+
+
+The transaction has already been implicitly or explicitly committed or aborted.
+
+0x8004D00F
+
+XACT_E_NOTSUPPORTED
+
+
+An invalid combination of flags was specified.
+
+0x8004D010
+
+XACT_E_UNKNOWNRMGRID
+
+
+The resource manager ID is not associated with this transaction or the transaction manager.
+
+0x8004D011
+
+XACT_E_WRONGSTATE
+
+
+This method was called in the wrong state.
+
+0x8004D012
+
+XACT_E_WRONGUOW
+
+
+The indicated unit of work does not match the unit of work expected by the resource manager.
+
+0x8004D013
+
+XACT_E_XTIONEXISTS
+
+
+An enlistment in a transaction already exists.
+
+0x8004D014
+
+XACT_E_NOIMPORTOBJECT
+
+
+An import object for the transaction could not be found.
+
+0x8004D015
+
+XACT_E_INVALIDCOOKIE
+
+
+The transaction cookie is invalid.
+
+0x8004D016
+
+XACT_E_INDOUBT
+
+
+The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed.
+
+0x8004D017
+
+XACT_E_NOTIMEOUT
+
+
+A time-out was specified, but time-outs are not supported.
+
+0x8004D018
+
+XACT_E_ALREADYINPROGRESS
+
+
+The requested operation is already in progress for the transaction.
+
+0x8004D019
+
+XACT_E_ABORTED
+
+
+The transaction has already been aborted.
+
+0x8004D01A
+
+XACT_E_LOGFULL
+
+
+The Transaction Manager returned a log full error.
+
+0x8004D01B
+
+XACT_E_TMNOTAVAILABLE
+
+
+The transaction manager is not available.
+
+0x8004D01C
+
+XACT_E_CONNECTION_DOWN
+
+
+A connection with the transaction manager was lost.
+
+0x8004D01D
+
+XACT_E_CONNECTION_DENIED
+
+
+A request to establish a connection with the transaction manager was denied.
+
+0x8004D01E
+
+XACT_E_REENLISTTIMEOUT
+
+
+Resource manager reenlistment to determine transaction status timed out.
+
+0x8004D01F
+
+XACT_E_TIP_CONNECT_FAILED
+
+
+The transaction manager failed to establish a connection with another Transaction Internet Protocol (TIP) transaction manager.
+
+0x8004D020
+
+XACT_E_TIP_PROTOCOL_ERROR
+
+
+The transaction manager encountered a protocol error with another TIP transaction manager.
+
+0x8004D021
+
+XACT_E_TIP_PULL_FAILED
+
+
+The transaction manager could not propagate a transaction from another TIP transaction manager.
+
+0x8004D022
+
+XACT_E_DEST_TMNOTAVAILABLE
+
+
+The transaction manager on the destination machine is not available.
+
+0x8004D023
+
+XACT_E_TIP_DISABLED
+
+
+The transaction manager has disabled its support for TIP.
+
+0x8004D024
+
+XACT_E_NETWORK_TX_DISABLED
+
+
+The transaction manager has disabled its support for remote or network transactions.
+
+0x8004D025
+
+XACT_E_PARTNER_NETWORK_TX_DISABLED
+
+
+The partner transaction manager has disabled its support for remote or network transactions.
+
+0x8004D026
+
+XACT_E_XA_TX_DISABLED
+
+
+The transaction manager has disabled its support for XA transactions.
+
+0x8004D027
+
+XACT_E_UNABLE_TO_READ_DTC_CONFIG
+
+
+Microsoft Distributed Transaction Coordinator (MSDTC) was unable to read its configuration information.
+
+0x8004D028
+
+XACT_E_UNABLE_TO_LOAD_DTC_PROXY
+
+
+MSDTC was unable to load the DTC proxy DLL.
+
+0x8004D029
+
+XACT_E_ABORTING
+
+
+The local transaction has aborted.
+
+0x8004D080
+
+XACT_E_CLERKNOTFOUND
+
+
+The specified CRM clerk was not found. It might have completed before it could be held.
+
+0x8004D081
+
+XACT_E_CLERKEXISTS
+
+
+The specified CRM clerk does not exist.
+
+0x8004D082
+
+XACT_E_RECOVERYINPROGRESS
+
+
+Recovery of the CRM log file is still in progress.
+
+0x8004D083
+
+XACT_E_TRANSACTIONCLOSED
+
+
+The transaction has completed, and the log records have been discarded from the log file. They are no longer available.
+
+0x8004D084
+
+XACT_E_INVALIDLSN
+
+
+lsnToRead is outside of the current limits of the log
+
+0x8004D085
+
+XACT_E_REPLAYREQUEST
+
+
+The COM+ Compensating Resource Manager has records it wishes to replay.
+
+0x8004D100
+
+XACT_E_CONNECTION_REQUEST_DENIED
+
+
+The request to connect to the specified transaction coordinator was denied.
+
+0x8004D101
+
+XACT_E_TOOMANY_ENLISTMENTS
+
+
+The maximum number of enlistments for the specified transaction has been reached.
+
+0x8004D102
+
+XACT_E_DUPLICATE_GUID
+
+
+A resource manager with the same identifier is already registered with the specified transaction coordinator.
+
+0x8004D103
+
+XACT_E_NOTSINGLEPHASE
+
+
+The prepare request given was not eligible for single-phase optimizations.
+
+0x8004D104
+
+XACT_E_RECOVERYALREADYDONE
+
+
+RecoveryComplete has already been called for the given resource manager.
+
+0x8004D105
+
+XACT_E_PROTOCOL
+
+
+The interface call made was incorrect for the current state of the protocol.
+
+0x8004D106
+
+XACT_E_RM_FAILURE
+
+
+The xa_open call failed for the XA resource.
+
+0x8004D107
+
+XACT_E_RECOVERY_FAILED
+
+
+The xa_recover call failed for the XA resource.
+
+0x8004D108
+
+XACT_E_LU_NOT_FOUND
+
+
+The logical unit of work specified cannot be found.
+
+0x8004D109
+
+XACT_E_DUPLICATE_LU
+
+
+The specified logical unit of work already exists.
+
+0x8004D10A
+
+XACT_E_LU_NOT_CONNECTED
+
+
+Subordinate creation failed. The specified logical unit of work was not connected.
+
+0x8004D10B
+
+XACT_E_DUPLICATE_TRANSID
+
+
+A transaction with the given identifier already exists.
+
+0x8004D10C
+
+XACT_E_LU_BUSY
+
+
+The resource is in use.
+
+0x8004D10D
+
+XACT_E_LU_NO_RECOVERY_PROCESS
+
+
+The LU Recovery process is down.
+
+0x8004D10E
+
+XACT_E_LU_DOWN
+
+
+The remote session was lost.
+
+0x8004D10F
+
+XACT_E_LU_RECOVERING
+
+
+The resource is currently recovering.
+
+0x8004D110
+
+XACT_E_LU_RECOVERY_MISMATCH
+
+
+There was a mismatch in driving recovery.
+
+0x8004D111
+
+XACT_E_RM_UNAVAILABLE
+
+
+An error occurred with the XA resource.
+
+0x8004E002
+
+CONTEXT_E_ABORTED
+
+
+The root transaction wanted to commit, but the transaction aborted.
+
+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.
+
+0x8004E004
+
+CONTEXT_E_NOCONTEXT
+
+
+There is no Microsoft Transaction Server (MTS) object context.
+
+0x8004E005
+
+CONTEXT_E_WOULD_DEADLOCK
+
+
+The component is configured to use synchronization, and this method call would cause a deadlock to occur.
+
+0x8004E006
+
+CONTEXT_E_SYNCH_TIMEOUT
+
+
+The component is configured to use synchronization, and a thread has timed out waiting to enter the context.
+
+0x8004E007
+
+CONTEXT_E_OLDREF
+
+
+You made a method call on a COM+ component that has a transaction that has already committed or aborted.
+
+0x8004E00C
+
+CONTEXT_E_ROLENOTFOUND
+
+
+The specified role was not configured for the application.
+
+0x8004E00F
+
+CONTEXT_E_TMNOTAVAILABLE
+
+
+COM+ was unable to talk to the MSDTC.
+
+0x8004E021
+
+CO_E_ACTIVATIONFAILED
+
+
+An unexpected error occurred during COM+ activation.
+
+0x8004E022
+
+CO_E_ACTIVATIONFAILED_EVENTLOGGED
+
+
+COM+ activation failed. Check the event log for more information.
+
+0x8004E023
+
+CO_E_ACTIVATIONFAILED_CATALOGERROR
+
+
+COM+ activation failed due to a catalog or configuration error.
+
+0x8004E024
+
+CO_E_ACTIVATIONFAILED_TIMEOUT
+
+
+COM+ activation failed because the activation could not be completed in the specified amount of time.
+
+0x8004E025
+
+CO_E_INITIALIZATIONFAILED
+
+
+COM+ activation failed because an initialization function failed. Check the event log for more information.
+
+0x8004E026
+
+CONTEXT_E_NOJIT
+
+
+The requested operation requires that just-in-time (JIT) be in the current context, and it is not.
+
+0x8004E027
+
+CONTEXT_E_NOTRANSACTION
+
+
+The requested operation requires that the current context have a transaction, and it does not.
+
+0x8004E028
+
+CO_E_THREADINGMODEL_CHANGED
+
+
+The components threading model has changed after install into a COM+ application. Re-install component.
+
+0x8004E029
+
+CO_E_NOIISINTRINSICS
+
+
+Internet Information Services (IIS) intrinsics not available. Start your work with IIS.
+
+0x8004E02A
+
+CO_E_NOCOOKIES
+
+
+An attempt to write a cookie failed.
+
+0x8004E02B
+
+CO_E_DBERROR
+
+
+An attempt to use a database generated a database-specific error.
+
+0x8004E02C
+
+CO_E_NOTPOOLED
+
+
+The COM+ component you created must use object pooling to work.
+
+0x8004E02D
+
+CO_E_NOTCONSTRUCTED
+
+
+The COM+ component you created must use object construction to work correctly.
+
+0x8004E02E
+
+CO_E_NOSYNCHRONIZATION
+
+
+The COM+ component requires synchronization, and it is not configured for it.
+
+0x8004E02F
+
+CO_E_ISOLEVELMISMATCH
+
+
+The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the root.
+
+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.
+
+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.
+
+0x80070005
+
+E_ACCESSDENIED
+
+
+General access denied error.
+
+0x8007000E
+
+E_OUTOFMEMORY
+
+
+The server does not have enough memory for the new channel.
+
+0x80070032
+
+ERROR_NOT_SUPPORTED
+
+
+The server cannot support a client request for a dynamic virtual channel.
+
+0x80070057
+
+E_INVALIDARG
+
+
+One or more arguments are invalid.
+
+0x80070070
+
+ERROR_DISK_FULL
+
+
+There is not enough space on the disk.
+
+0x80080001
+
+CO_E_CLASS_CREATE_FAILED
+
+
+Attempt to create a class object failed.
+
+0x80080002
+
+CO_E_SCM_ERROR
+
+
+OLE service could not bind object.
+
+0x80080003
+
+CO_E_SCM_RPC_FAILURE
+
+
+RPC communication failed with OLE service.
+
+0x80080004
+
+CO_E_BAD_PATH
+
+
+Bad path to object.
+
+0x80080005
+
+CO_E_SERVER_EXEC_FAILURE
+
+
+Server execution failed.
+
+0x80080006
+
+CO_E_OBJSRV_RPC_FAILURE
+
+
+OLE service could not communicate with the object server.
+
+0x80080007
+
+MK_E_NO_NORMALIZED
+
+
+Moniker path could not be normalized.
+
+0x80080008
+
+CO_E_SERVER_STOPPING
+
+
+Object server is stopping when OLE service contacts it.
+
+0x80080009
+
+MEM_E_INVALID_ROOT
+
+
+An invalid root block pointer was specified.
+
+0x80080010
+
+MEM_E_INVALID_LINK
+
+
+An allocation chain contained an invalid link pointer.
+
+0x80080011
+
+MEM_E_INVALID_SIZE
+
+
+The requested allocation size was too large.
+
+0x80080015
+
+CO_E_MISSING_DISPLAYNAME
+
+
+The activation requires a display name to be present under the class identifier (CLSID) key.
+
+0x80080016
+
+CO_E_RUNAS_VALUE_MUST_BE_AAA
+
+
+The activation requires that the RunAs value for the application is Activate As Activator.
+
+0x80080017
+
+CO_E_ELEVATION_DISABLED
+
+
+The class is not configured to support elevated activation.
+
+0x80090001
+
+NTE_BAD_UID
+
+
+Bad UID.
+
+0x80090002
+
+NTE_BAD_HASH
+
+
+Bad hash.
+
+0x80090003
+
+NTE_BAD_KEY
+
+
+Bad key.
+
+0x80090004
+
+NTE_BAD_LEN
+
+
+Bad length.
+
+0x80090005
+
+NTE_BAD_DATA
+
+
+Bad data.
+
+0x80090006
+
+NTE_BAD_SIGNATURE
+
+
+Invalid signature.
+
+0x80090007
+
+NTE_BAD_VER
+
+
+Bad version of provider.
+
+0x80090008
+
+NTE_BAD_ALGID
+
+
+Invalid algorithm specified.
+
+0x80090009
+
+NTE_BAD_FLAGS
+
+
+Invalid flags specified.
+
+0x8009000A
+
+NTE_BAD_TYPE
+
+
+Invalid type specified.
+
+0x8009000B
+
+NTE_BAD_KEY_STATE
+
+
+Key not valid for use in specified state.
+
+0x8009000C
+
+NTE_BAD_HASH_STATE
+
+
+Hash not valid for use in specified state.
+
+0x8009000D
+
+NTE_NO_KEY
+
+
+Key does not exist.
+
+0x8009000E
+
+NTE_NO_MEMORY
+
+
+Insufficient memory available for the operation.
+
+0x8009000F
+
+NTE_EXISTS
+
+
+Object already exists.
+
+0x80090010
+
+NTE_PERM
+
+
+Access denied.
+
+0x80090011
+
+NTE_NOT_FOUND
+
+
+Object was not found.
+
+0x80090012
+
+NTE_DOUBLE_ENCRYPT
+
+
+Data already encrypted.
+
+0x80090013
+
+NTE_BAD_PROVIDER
+
+
+Invalid provider specified.
+
+0x80090014
+
+NTE_BAD_PROV_TYPE
+
+
+Invalid provider type specified.
+
+0x80090015
+
+NTE_BAD_PUBLIC_KEY
+
+
+Provider's public key is invalid.
+
+0x80090016
+
+NTE_BAD_KEYSET
+
+
+Key set does not exist.
+
+0x80090017
+
+NTE_PROV_TYPE_NOT_DEF
+
+
+Provider type not defined.
+
+0x80090018
+
+NTE_PROV_TYPE_ENTRY_BAD
+
+
+The provider type, as registered, is invalid.
+
+0x80090019
+
+NTE_KEYSET_NOT_DEF
+
+
+The key set is not defined.
+
+0x8009001A
+
+NTE_KEYSET_ENTRY_BAD
+
+
+The key set, as registered, is invalid.
+
+0x8009001B
+
+NTE_PROV_TYPE_NO_MATCH
+
+
+Provider type does not match registered value.
+
+0x8009001C
+
+NTE_SIGNATURE_FILE_BAD
+
+
+The digital signature file is corrupt.
+
+0x8009001D
+
+NTE_PROVIDER_DLL_FAIL
+
+
+Provider DLL failed to initialize correctly.
+
+0x8009001E
+
+NTE_PROV_DLL_NOT_FOUND
+
+
+Provider DLL could not be found.
+
+0x8009001F
+
+NTE_BAD_KEYSET_PARAM
+
+
+The keyset parameter is invalid.
+
+0x80090020
+
+NTE_FAIL
+
+
+An internal error occurred.
+
+0x80090021
+
+NTE_SYS_ERR
+
+
+A base error occurred.
+
+0x80090022
+
+NTE_SILENT_CONTEXT
+
+
+Provider could not perform the action because the context was acquired as silent.
+
+0x80090023
+
+NTE_TOKEN_KEYSET_STORAGE_FULL
+
+
+The security token does not have storage space available for an additional container.
+
+0x80090024
+
+NTE_TEMPORARY_PROFILE
+
+
+The profile for the user is a temporary profile.
+
+0x80090025
+
+NTE_FIXEDPARAMETER
+
+
+The key parameters could not be set because the configuration service provider (CSP) uses fixed parameters.
+
+0x80090026
+
+NTE_INVALID_HANDLE
+
+
+The supplied handle is invalid.
+
+0x80090027
+
+NTE_INVALID_PARAMETER
+
+
+The parameter is incorrect.
+
+0x80090028
+
+NTE_BUFFER_TOO_SMALL
+
+
+The buffer supplied to a function was too small.
+
+0x80090029
+
+NTE_NOT_SUPPORTED
+
+
+The requested operation is not supported.
+
+0x8009002A
+
+NTE_NO_MORE_ITEMS
+
+
+No more data is available.
+
+0x8009002B
+
+NTE_BUFFERS_OVERLAP
+
+
+The supplied buffers overlap incorrectly.
+
+0x8009002C
+
+NTE_DECRYPTION_FAILURE
+
+
+The specified data could not be decrypted.
+
+0x8009002D
+
+NTE_INTERNAL_ERROR
+
+
+An internal consistency check failed.
+
+0x8009002E
+
+NTE_UI_REQUIRED
+
+
+This operation requires input from the user.
+
+0x8009002F
+
+NTE_HMAC_NOT_SUPPORTED
+
+
+The cryptographic provider does not support Hash Message Authentication Code (HMAC).
+
+0x80090300
+
+SEC_E_INSUFFICIENT_MEMORY
+
+
+Not enough memory is available to complete this request.
+
+0x80090301
+
+SEC_E_INVALID_HANDLE
+
+
+The handle specified is invalid.
+
+0x80090302
+
+SEC_E_UNSUPPORTED_FUNCTION
+
+
+The function requested is not supported.
+
+0x80090303
+
+SEC_E_TARGET_UNKNOWN
+
+
+The specified target is unknown or unreachable.
+
+0x80090304
+
+SEC_E_INTERNAL_ERROR
+
+
+The Local Security Authority (LSA) cannot be contacted.
+
+0x80090305
+
+SEC_E_SECPKG_NOT_FOUND
+
+
+The requested security package does not exist.
+
+0x80090306
+
+SEC_E_NOT_OWNER
+
+
+The caller is not the owner of the desired credentials.
+
+0x80090307
+
+SEC_E_CANNOT_INSTALL
+
+
+The security package failed to initialize and cannot be installed.
+
+0x80090308
+
+SEC_E_INVALID_TOKEN
+
+
+The token supplied to the function is invalid.
+
+0x80090309
+
+SEC_E_CANNOT_PACK
+
+
+The security package is not able to marshal the logon buffer, so the logon attempt has failed.
+
+0x8009030A
+
+SEC_E_QOP_NOT_SUPPORTED
+
+
+The per-message quality of protection is not supported by the security package.
+
+0x8009030B
+
+SEC_E_NO_IMPERSONATION
+
+
+The security context does not allow impersonation of the client.
+
+0x8009030C
+
+SEC_E_LOGON_DENIED
+
+
+The logon attempt failed.
+
+0x8009030D
+
+SEC_E_UNKNOWN_CREDENTIALS
+
+
+The credentials supplied to the package were not recognized.
+
+0x8009030E
+
+SEC_E_NO_CREDENTIALS
+
+
+No credentials are available in the security package.
+
+0x8009030F
+
+SEC_E_MESSAGE_ALTERED
+
+
+The message or signature supplied for verification has been altered.
+
+0x80090310
+
+SEC_E_OUT_OF_SEQUENCE
+
+
+The message supplied for verification is out of sequence.
+
+0x80090311
+
+SEC_E_NO_AUTHENTICATING_AUTHORITY
+
+
+No authority could be contacted for authentication.
+
+0x80090316
+
+SEC_E_BAD_PKGID
+
+
+The requested security package does not exist.
+
+0x80090317
+
+SEC_E_CONTEXT_EXPIRED
+
+
+The context has expired and can no longer be used.
+
+0x80090318
+
+SEC_E_INCOMPLETE_MESSAGE
+
+
+The supplied message is incomplete. The signature was not verified.
+
+0x80090320
+
+SEC_E_INCOMPLETE_CREDENTIALS
+
+
+The credentials supplied were not complete and could not be verified. The context could not be initialized.
+
+0x80090321
+
+SEC_E_BUFFER_TOO_SMALL
+
+
+The buffers supplied to a function was too small.
+
+0x80090322
+
+SEC_E_WRONG_PRINCIPAL
+
+
+The target principal name is incorrect.
+
+0x80090324
+
+SEC_E_TIME_SKEW
+
+
+The clocks on the client and server machines are skewed.
+
+0x80090325
+
+SEC_E_UNTRUSTED_ROOT
+
+
+The certificate chain was issued by an authority that is not trusted.
+
+0x80090326
+
+SEC_E_ILLEGAL_MESSAGE
+
+
+The message received was unexpected or badly formatted.
+
+0x80090327
+
+SEC_E_CERT_UNKNOWN
+
+
+An unknown error occurred while processing the certificate.
+
+0x80090328
+
+SEC_E_CERT_EXPIRED
+
+
+The received certificate has expired.
+
+0x80090329
+
+SEC_E_ENCRYPT_FAILURE
+
+
+The specified data could not be encrypted.
+
+0x80090330
+
+SEC_E_DECRYPT_FAILURE
+
+
+The specified data could not be decrypted.
+
+0x80090331
+
+SEC_E_ALGORITHM_MISMATCH
+
+
+The client and server cannot communicate because they do not possess a common algorithm.
+
+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).
+
+0x80090333
+
+SEC_E_UNFINISHED_CONTEXT_DELETED
+
+
+A security context was deleted before the context was completed. This is considered a logon failure.
+
+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.
+
+0x80090335
+
+SEC_E_NO_IP_ADDRESSES
+
+
+Unable to accomplish the requested task because the local machine does not have an IP addresses.
+
+0x80090336
+
+SEC_E_WRONG_CREDENTIAL_HANDLE
+
+
+The supplied credential handle does not match the credential associated with the security context.
+
+0x80090337
+
+SEC_E_CRYPTO_SYSTEM_INVALID
+
+
+The cryptographic system or checksum function is invalid because a required function is unavailable.
+
+0x80090338
+
+SEC_E_MAX_REFERRALS_EXCEEDED
+
+
+The number of maximum ticket referrals has been exceeded.
+
+0x80090339
+
+SEC_E_MUST_BE_KDC
+
+
+The local machine must be a Kerberos domain controller (KDC), and it is not.
+
+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.
+
+0x8009033B
+
+SEC_E_TOO_MANY_PRINCIPALS
+
+
+The KDC reply contained more than one principal name.
+
+0x8009033C
+
+SEC_E_NO_PA_DATA
+
+
+Expected to find PA data for a hint of what etype to use, but it was not found.
+
+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.
+
+0x8009033E
+
+SEC_E_SMARTCARD_LOGON_REQUIRED
+
+
+Smart card logon is required and was not used.
+
+0x8009033F
+
+SEC_E_SHUTDOWN_IN_PROGRESS
+
+
+A system shutdown is in progress.
+
+0x80090340
+
+SEC_E_KDC_INVALID_REQUEST
+
+
+An invalid request was sent to the KDC.
+
+0x80090341
+
+SEC_E_KDC_UNABLE_TO_REFER
+
+
+The KDC was unable to generate a referral for the service requested.
+
+0x80090342
+
+SEC_E_KDC_UNKNOWN_ETYPE
+
+
+The encryption type requested is not supported by the KDC.
+
+0x80090343
+
+SEC_E_UNSUPPORTED_PREAUTH
+
+
+An unsupported pre-authentication mechanism was presented to the Kerberos package.
+
+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.
+
+0x80090346
+
+SEC_E_BAD_BINDINGS
+
+
+Client's supplied Security Support Provider Interface (SSPI) channel bindings were incorrect.
+
+0x80090347
+
+SEC_E_MULTIPLE_ACCOUNTS
+
+
+The received certificate was mapped to multiple accounts.
+
+0x80090348
+
+SEC_E_NO_KERB_KEY
+
+
+No Kerberos key was found.
+
+0x80090349
+
+SEC_E_CERT_WRONG_USAGE
+
+
+The certificate is not valid for the requested usage.
+
+0x80090350
+
+SEC_E_DOWNGRADE_DETECTED
+
+
+The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
+
+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.
+
+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.
+
+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.
+
+0x80090354
+
+SEC_E_PKINIT_CLIENT_FAILURE
+
+
+The smart card certificate used for authentication was not trusted. Contact your system administrator.
+
+0x80090355
+
+SEC_E_SMARTCARD_CERT_EXPIRED
+
+
+The smart card certificate used for authentication has expired. Contact your system administrator.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0x8009035D
+
+SEC_E_INVALID_PARAMETER
+
+
+One or more of the parameters passed to the function were invalid.
+
+0x8009035E
+
+SEC_E_DELEGATION_POLICY
+
+
+The client policy does not allow credential delegation to the target server.
+
+0x8009035F
+
+SEC_E_POLICY_NLTM_ONLY
+
+
+The client policy does not allow credential delegation to the target server with NLTM only authentication.
+
+0x80091001
+
+CRYPT_E_MSG_ERROR
+
+
+An error occurred while performing an operation on a cryptographic message.
+
+0x80091002
+
+CRYPT_E_UNKNOWN_ALGO
+
+
+Unknown cryptographic algorithm.
+
+0x80091003
+
+CRYPT_E_OID_FORMAT
+
+
+The object identifier is poorly formatted.
+
+0x80091004
+
+CRYPT_E_INVALID_MSG_TYPE
+
+
+Invalid cryptographic message type.
+
+0x80091005
+
+CRYPT_E_UNEXPECTED_ENCODING
+
+
+Unexpected cryptographic message encoding.
+
+0x80091006
+
+CRYPT_E_AUTH_ATTR_MISSING
+
+
+The cryptographic message does not contain an expected authenticated attribute.
+
+0x80091007
+
+CRYPT_E_HASH_VALUE
+
+
+The hash value is not correct.
+
+0x80091008
+
+CRYPT_E_INVALID_INDEX
+
+
+The index value is not valid.
+
+0x80091009
+
+CRYPT_E_ALREADY_DECRYPTED
+
+
+The content of the cryptographic message has already been decrypted.
+
+0x8009100A
+
+CRYPT_E_NOT_DECRYPTED
+
+
+The content of the cryptographic message has not been decrypted yet.
+
+0x8009100B
+
+CRYPT_E_RECIPIENT_NOT_FOUND
+
+
+The enveloped-data message does not contain the specified recipient.
+
+0x8009100C
+
+CRYPT_E_CONTROL_TYPE
+
+
+Invalid control type.
+
+0x8009100D
+
+CRYPT_E_ISSUER_SERIALNUMBER
+
+
+Invalid issuer or serial number.
+
+0x8009100E
+
+CRYPT_E_SIGNER_NOT_FOUND
+
+
+Cannot find the original signer.
+
+0x8009100F
+
+CRYPT_E_ATTRIBUTES_MISSING
+
+
+The cryptographic message does not contain all of the requested attributes.
+
+0x80091010
+
+CRYPT_E_STREAM_MSG_NOT_READY
+
+
+The streamed cryptographic message is not ready to return data.
+
+0x80091011
+
+CRYPT_E_STREAM_INSUFFICIENT_DATA
+
+
+The streamed cryptographic message requires more data to complete the decode operation.
+
+0x80092001
+
+CRYPT_E_BAD_LEN
+
+
+The length specified for the output data was insufficient.
+
+0x80092002
+
+CRYPT_E_BAD_ENCODE
+
+
+An error occurred during the encode or decode operation.
+
+0x80092003
+
+CRYPT_E_FILE_ERROR
+
+
+An error occurred while reading or writing to a file.
+
+0x80092004
+
+CRYPT_E_NOT_FOUND
+
+
+Cannot find object or property.
+
+0x80092005
+
+CRYPT_E_EXISTS
+
+
+The object or property already exists.
+
+0x80092006
+
+CRYPT_E_NO_PROVIDER
+
+
+No provider was specified for the store or object.
+
+0x80092007
+
+CRYPT_E_SELF_SIGNED
+
+
+The specified certificate is self-signed.
+
+0x80092008
+
+CRYPT_E_DELETED_PREV
+
+
+The previous certificate or certificate revocation list (CRL) context was deleted.
+
+0x80092009
+
+CRYPT_E_NO_MATCH
+
+
+Cannot find the requested object.
+
+0x8009200A
+
+CRYPT_E_UNEXPECTED_MSG_TYPE
+
+
+The certificate does not have a property that references a private key.
+
+0x8009200B
+
+CRYPT_E_NO_KEY_PROPERTY
+
+
+Cannot find the certificate and private key for decryption.
+
+0x8009200C
+
+CRYPT_E_NO_DECRYPT_CERT
+
+
+Cannot find the certificate and private key to use for decryption.
+
+0x8009200D
+
+CRYPT_E_BAD_MSG
+
+
+Not a cryptographic message or the cryptographic message is not formatted correctly.
+
+0x8009200E
+
+CRYPT_E_NO_SIGNER
+
+
+The signed cryptographic message does not have a signer for the specified signer index.
+
+0x8009200F
+
+CRYPT_E_PENDING_CLOSE
+
+
+Final closure is pending until additional frees or closes.
+
+0x80092010
+
+CRYPT_E_REVOKED
+
+
+The certificate is revoked.
+
+0x80092011
+
+CRYPT_E_NO_REVOCATION_DLL
+
+
+No DLL or exported function was found to verify revocation.
+
+0x80092012
+
+CRYPT_E_NO_REVOCATION_CHECK
+
+
+The revocation function was unable to check revocation for the certificate.
+
+0x80092013
+
+CRYPT_E_REVOCATION_OFFLINE
+
+
+The revocation function was unable to check revocation because the revocation server was offline.
+
+0x80092014
+
+CRYPT_E_NOT_IN_REVOCATION_DATABASE
+
+
+The certificate is not in the revocation server's database.
+
+0x80092020
+
+CRYPT_E_INVALID_NUMERIC_STRING
+
+
+The string contains a non-numeric character.
+
+0x80092021
+
+CRYPT_E_INVALID_PRINTABLE_STRING
+
+
+The string contains a nonprintable character.
+
+0x80092022
+
+CRYPT_E_INVALID_IA5_STRING
+
+
+The string contains a character not in the 7-bit ASCII character set.
+
+0x80092023
+
+CRYPT_E_INVALID_X500_STRING
+
+
+The string contains an invalid X500 name attribute key, object identifier (OID), value, or delimiter.
+
+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.
+
+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.
+
+0x80092026
+
+CRYPT_E_SECURITY_SETTINGS
+
+
+The cryptographic operation failed due to a local security option setting.
+
+0x80092027
+
+CRYPT_E_NO_VERIFY_USAGE_DLL
+
+
+No DLL or exported function was found to verify subject usage.
+
+0x80092028
+
+CRYPT_E_NO_VERIFY_USAGE_CHECK
+
+
+The called function was unable to perform a usage check on the subject.
+
+0x80092029
+
+CRYPT_E_VERIFY_USAGE_OFFLINE
+
+
+The called function was unable to complete the usage check because the server was offline.
+
+0x8009202A
+
+CRYPT_E_NOT_IN_CTL
+
+
+The subject was not found in a certificate trust list (CTL).
+
+0x8009202B
+
+CRYPT_E_NO_TRUSTED_SIGNER
+
+
+None of the signers of the cryptographic message or certificate trust list is trusted.
+
+0x8009202C
+
+CRYPT_E_MISSING_PUBKEY_PARA
+
+
+The public key's algorithm parameters are missing.
+
+0x80093000
+
+CRYPT_E_OSS_ERROR
+
+
+OSS Certificate encode/decode error code base.
+
+0x80093001
+
+OSS_MORE_BUF
+
+
+OSS ASN.1 Error: Output Buffer is too small.
+
+0x80093002
+
+OSS_NEGATIVE_UINTEGER
+
+
+OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
+
+0x80093003
+
+OSS_PDU_RANGE
+
+
+OSS ASN.1 Error: Unknown ASN.1 data type.
+
+0x80093004
+
+OSS_MORE_INPUT
+
+
+OSS ASN.1 Error: Output buffer is too small; the decoded data has been truncated.
+
+0x80093005
+
+OSS_DATA_ERROR
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093006
+
+OSS_BAD_ARG
+
+
+OSS ASN.1 Error: Invalid argument.
+
+0x80093007
+
+OSS_BAD_VERSION
+
+
+OSS ASN.1 Error: Encode/Decode version mismatch.
+
+0x80093008
+
+OSS_OUT_MEMORY
+
+
+OSS ASN.1 Error: Out of memory.
+
+0x80093009
+
+OSS_PDU_MISMATCH
+
+
+OSS ASN.1 Error: Encode/Decode error.
+
+0x8009300A
+
+OSS_LIMITED
+
+
+OSS ASN.1 Error: Internal error.
+
+0x8009300B
+
+OSS_BAD_PTR
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x8009300C
+
+OSS_BAD_TIME
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x8009300D
+
+OSS_INDEFINITE_NOT_SUPPORTED
+
+
+OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
+
+0x8009300E
+
+OSS_MEM_ERROR
+
+
+OSS ASN.1 Error: Access violation.
+
+0x8009300F
+
+OSS_BAD_TABLE
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093010
+
+OSS_TOO_LONG
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093011
+
+OSS_CONSTRAINT_VIOLATED
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093012
+
+OSS_FATAL_ERROR
+
+
+OSS ASN.1 Error: Internal error.
+
+0x80093013
+
+OSS_ACCESS_SERIALIZATION_ERROR
+
+
+OSS ASN.1 Error: Multithreading conflict.
+
+0x80093014
+
+OSS_NULL_TBL
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093015
+
+OSS_NULL_FCN
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093016
+
+OSS_BAD_ENCRULES
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x80093017
+
+OSS_UNAVAIL_ENCRULES
+
+
+OSS ASN.1 Error: Encode/Decode function not implemented.
+
+0x80093018
+
+OSS_CANT_OPEN_TRACE_WINDOW
+
+
+OSS ASN.1 Error: Trace file error.
+
+0x80093019
+
+OSS_UNIMPLEMENTED
+
+
+OSS ASN.1 Error: Function not implemented.
+
+0x8009301A
+
+OSS_OID_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x8009301B
+
+OSS_CANT_OPEN_TRACE_FILE
+
+
+OSS ASN.1 Error: Trace file error.
+
+0x8009301C
+
+OSS_TRACE_FILE_ALREADY_OPEN
+
+
+OSS ASN.1 Error: Trace file error.
+
+0x8009301D
+
+OSS_TABLE_MISMATCH
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x8009301E
+
+OSS_TYPE_NOT_SUPPORTED
+
+
+OSS ASN.1 Error: Invalid data.
+
+0x8009301F
+
+OSS_REAL_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093020
+
+OSS_REAL_CODE_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093021
+
+OSS_OUT_OF_RANGE
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093022
+
+OSS_COPIER_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093023
+
+OSS_CONSTRAINT_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093024
+
+OSS_COMPARATOR_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093025
+
+OSS_COMPARATOR_CODE_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093026
+
+OSS_MEM_MGR_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093027
+
+OSS_PDV_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093028
+
+OSS_PDV_CODE_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x80093029
+
+OSS_API_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x8009302A
+
+OSS_BERDER_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x8009302B
+
+OSS_PER_DLL_NOT_LINKED
+
+
+OSS ASN.1 Error: Program link error.
+
+0x8009302C
+
+OSS_OPEN_TYPE_ERROR
+
+
+OSS ASN.1 Error: Program link error.
+
+0x8009302D
+
+OSS_MUTEX_NOT_CREATED
+
+
+OSS ASN.1 Error: System resource error.
+
+0x8009302E
+
+OSS_CANT_CLOSE_TRACE_FILE
+
+
+OSS ASN.1 Error: Trace file error.
+
+0x80093100
+
+CRYPT_E_ASN1_ERROR
+
+
+ASN1 Certificate encode/decode error code base.
+
+0x80093101
+
+CRYPT_E_ASN1_INTERNAL
+
+
+ASN1 internal encode or decode error.
+
+0x80093102
+
+CRYPT_E_ASN1_EOD
+
+
+ASN1 unexpected end of data.
+
+0x80093103
+
+CRYPT_E_ASN1_CORRUPT
+
+
+ASN1 corrupted data.
+
+0x80093104
+
+CRYPT_E_ASN1_LARGE
+
+
+ASN1 value too large.
+
+0x80093105
+
+CRYPT_E_ASN1_CONSTRAINT
+
+
+ASN1 constraint violated.
+
+0x80093106
+
+CRYPT_E_ASN1_MEMORY
+
+
+ASN1 out of memory.
+
+0x80093107
+
+CRYPT_E_ASN1_OVERFLOW
+
+
+ASN1 buffer overflow.
+
+0x80093108
+
+CRYPT_E_ASN1_BADPDU
+
+
+ASN1 function not supported for this protocol data unit (PDU).
+
+0x80093109
+
+CRYPT_E_ASN1_BADARGS
+
+
+ASN1 bad arguments to function call.
+
+0x8009310A
+
+CRYPT_E_ASN1_BADREAL
+
+
+ASN1 bad real value.
+
+0x8009310B
+
+CRYPT_E_ASN1_BADTAG
+
+
+ASN1 bad tag value met.
+
+0x8009310C
+
+CRYPT_E_ASN1_CHOICE
+
+
+ASN1 bad choice value.
+
+0x8009310D
+
+CRYPT_E_ASN1_RULE
+
+
+ASN1 bad encoding rule.
+
+0x8009310E
+
+CRYPT_E_ASN1_UTF8
+
+
+ASN1 bad Unicode (UTF8).
+
+0x80093133
+
+CRYPT_E_ASN1_PDU_TYPE
+
+
+ASN1 bad PDU type.
+
+0x80093134
+
+CRYPT_E_ASN1_NYI
+
+
+ASN1 not yet implemented.
+
+0x80093201
+
+CRYPT_E_ASN1_EXTENDED
+
+
+ASN1 skipped unknown extensions.
+
+0x80093202
+
+CRYPT_E_ASN1_NOEOD
+
+
+ASN1 end of data expected.
+
+0x80094001
+
+CERTSRV_E_BAD_REQUESTSUBJECT
+
+
+The request subject name is invalid or too long.
+
+0x80094002
+
+CERTSRV_E_NO_REQUEST
+
+
+The request does not exist.
+
+0x80094003
+
+CERTSRV_E_BAD_REQUESTSTATUS
+
+
+The request's current status does not allow this operation.
+
+0x80094004
+
+CERTSRV_E_PROPERTY_EMPTY
+
+
+The requested property value is empty.
+
+0x80094005
+
+CERTSRV_E_INVALID_CA_CERTIFICATE
+
+
+The CA's certificate contains invalid data.
+
+0x80094006
+
+CERTSRV_E_SERVER_SUSPENDED
+
+
+Certificate service has been suspended for a database restore operation.
+
+0x80094007
+
+CERTSRV_E_ENCODING_LENGTH
+
+
+The certificate contains an encoded length that is potentially incompatible with older enrollment software.
+
+0x80094008
+
+CERTSRV_E_ROLECONFLICT
+
+
+The operation is denied. The user has multiple roles assigned, and the CA is configured to enforce role separation.
+
+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.
+
+0x8009400A
+
+CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED
+
+
+Cannot archive private key. The CA is not configured for key archival.
+
+0x8009400B
+
+CERTSRV_E_NO_VALID_KRA
+
+
+Cannot archive private key. The CA could not verify one or more key recovery certificates.
+
+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.
+
+0x8009400D
+
+CERTSRV_E_NO_CAADMIN_DEFINED
+
+
+At least one security principal must have the permission to manage this CA.
+
+0x8009400E
+
+CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE
+
+
+The request contains an invalid renewal certificate attribute.
+
+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.
+
+0x80094010
+
+CERTSRV_E_ALIGNMENT_FAULT
+
+
+A memory reference caused a data alignment fault.
+
+0x80094011
+
+CERTSRV_E_ENROLL_DENIED
+
+
+The permissions on this CA do not allow the current user to enroll for certificates.
+
+0x80094012
+
+CERTSRV_E_TEMPLATE_DENIED
+
+
+The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
+
+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.
+
+0x80094800
+
+CERTSRV_E_UNSUPPORTED_CERT_TYPE
+
+
+The requested certificate template is not supported by this CA.
+
+0x80094801
+
+CERTSRV_E_NO_CERT_TYPE
+
+
+The request contains no certificate template information.
+
+0x80094802
+
+CERTSRV_E_TEMPLATE_CONFLICT
+
+
+The request contains conflicting template information.
+
+0x80094803
+
+CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED
+
+
+The request is missing a required Subject Alternate name extension.
+
+0x80094804
+
+CERTSRV_E_ARCHIVED_KEY_REQUIRED
+
+
+The request is missing a required private key for archival by the server.
+
+0x80094805
+
+CERTSRV_E_SMIME_REQUIRED
+
+
+The request is missing a required SMIME capabilities extension.
+
+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.
+
+0x80094807
+
+CERTSRV_E_BAD_TEMPLATE_VERSION
+
+
+The request template version is newer than the supported template version.
+
+0x80094808
+
+CERTSRV_E_TEMPLATE_POLICY_REQUIRED
+
+
+The template is missing a required signature policy attribute.
+
+0x80094809
+
+CERTSRV_E_SIGNATURE_POLICY_REQUIRED
+
+
+The request is missing required signature policy information.
+
+0x8009480A
+
+CERTSRV_E_SIGNATURE_COUNT
+
+
+The request is missing one or more required signatures.
+
+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.
+
+0x8009480C
+
+CERTSRV_E_ISSUANCE_POLICY_REQUIRED
+
+
+The request is missing one or more required signature issuance policies.
+
+0x8009480D
+
+CERTSRV_E_SUBJECT_UPN_REQUIRED
+
+
+The UPN is unavailable and cannot be added to the Subject Alternate name.
+
+0x8009480E
+
+CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED
+
+
+The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
+
+0x8009480F
+
+CERTSRV_E_SUBJECT_DNS_REQUIRED
+
+
+The Domain Name System (DNS) name is unavailable and cannot be added to the Subject Alternate name.
+
+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.
+
+0x80094811
+
+CERTSRV_E_KEY_LENGTH
+
+
+The public key does not meet the minimum size required by the specified certificate template.
+
+0x80094812
+
+CERTSRV_E_SUBJECT_EMAIL_REQUIRED
+
+
+The email name is unavailable and cannot be added to the Subject or Subject Alternate name.
+
+0x80094813
+
+CERTSRV_E_UNKNOWN_CERT_TYPE
+
+
+One or more certificate templates to be enabled on this CA could not be found.
+
+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.
+
+0x80094815
+
+CERTSRV_E_TOO_MANY_SIGNATURES
+
+
+The certificate template requires too many return authorization (RA) signatures. Only one RA signature is allowed.
+
+0x80094816
+
+CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY
+
+
+The key used in a renewal request does not match one of the certificates being renewed.
+
+0x80094817
+
+CERTSRV_E_INVALID_EK
+
+
+The endorsement key certificate is not valid.
+
+0x8009481A
+
+CERTSRV_E_KEY_ATTESTATION
+
+
+Key attestation did not succeed.
+
+0x80095000
+
+XENROLL_E_KEY_NOT_EXPORTABLE
+
+
+The key is not exportable.
+
+0x80095001
+
+XENROLL_E_CANNOT_ADD_ROOT_CERT
+
+
+You cannot add the root CA certificate into your local store.
+
+0x80095002
+
+XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND
+
+
+The key archival hash attribute was not found in the response.
+
+0x80095003
+
+XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH
+
+
+An unexpected key archival hash attribute was found in the response.
+
+0x80095004
+
+XENROLL_E_RESPONSE_KA_HASH_MISMATCH
+
+
+There is a key archival hash mismatch between the request and the response.
+
+0x80095005
+
+XENROLL_E_KEYSPEC_SMIME_MISMATCH
+
+
+Signing certificate cannot include SMIME extension.
+
+0x80096001
+
+TRUST_E_SYSTEM_ERROR
+
+
+A system-level error occurred while verifying trust.
+
+0x80096002
+
+TRUST_E_NO_SIGNER_CERT
+
+
+The certificate for the signer of the message is invalid or not found.
+
+0x80096003
+
+TRUST_E_COUNTER_SIGNER
+
+
+One of the counter signatures was invalid.
+
+0x80096004
+
+TRUST_E_CERT_SIGNATURE
+
+
+The signature of the certificate cannot be verified.
+
+0x80096005
+
+TRUST_E_TIME_STAMP
+
+
+The time-stamp signature or certificate could not be verified or is malformed.
+
+0x80096010
+
+TRUST_E_BAD_DIGEST
+
+
+The digital signature of the object did not verify.
+
+0x80096019
+
+TRUST_E_BASIC_CONSTRAINTS
+
+
+A certificate's basic constraint extension has not been observed.
+
+0x8009601E
+
+TRUST_E_FINANCIAL_CRITERIA
+
+
+The certificate does not meet or contain the Authenticode financial extensions.
+
+0x80097001
+
+MSSIPOTF_E_OUTOFMEMRANGE
+
+
+Tried to reference a part of the file outside the proper range.
+
+0x80097002
+
+MSSIPOTF_E_CANTGETOBJECT
+
+
+Could not retrieve an object from the file.
+
+0x80097003
+
+MSSIPOTF_E_NOHEADTABLE
+
+
+Could not find the head table in the file.
+
+0x80097004
+
+MSSIPOTF_E_BAD_MAGICNUMBER
+
+
+The magic number in the head table is incorrect.
+
+0x80097005
+
+MSSIPOTF_E_BAD_OFFSET_TABLE
+
+
+The offset table has incorrect values.
+
+0x80097006
+
+MSSIPOTF_E_TABLE_TAGORDER
+
+
+Duplicate table tags or the tags are out of alphabetical order.
+
+0x80097007
+
+MSSIPOTF_E_TABLE_LONGWORD
+
+
+A table does not start on a long word boundary.
+
+0x80097008
+
+MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT
+
+
+First table does not appear after header information.
+
+0x80097009
+
+MSSIPOTF_E_TABLES_OVERLAP
+
+
+Two or more tables overlap.
+
+0x8009700A
+
+MSSIPOTF_E_TABLE_PADBYTES
+
+
+Too many pad bytes between tables, or pad bytes are not 0.
+
+0x8009700B
+
+MSSIPOTF_E_FILETOOSMALL
+
+
+File is too small to contain the last table.
+
+0x8009700C
+
+MSSIPOTF_E_TABLE_CHECKSUM
+
+
+A table checksum is incorrect.
+
+0x8009700D
+
+MSSIPOTF_E_FILE_CHECKSUM
+
+
+The file checksum is incorrect.
+
+0x80097010
+
+MSSIPOTF_E_FAILED_POLICY
+
+
+The signature does not have the correct attributes for the policy.
+
+0x80097011
+
+MSSIPOTF_E_FAILED_HINTS_CHECK
+
+
+The file did not pass the hints check.
+
+0x80097012
+
+MSSIPOTF_E_NOT_OPENTYPE
+
+
+The file is not an OpenType file.
+
+0x80097013
+
+MSSIPOTF_E_FILE
+
+
+Failed on a file operation (such as open, map, read, or write).
+
+0x80097014
+
+MSSIPOTF_E_CRYPT
+
+
+A call to a CryptoAPI function failed.
+
+0x80097015
+
+MSSIPOTF_E_BADVERSION
+
+
+There is a bad version number in the file.
+
+0x80097016
+
+MSSIPOTF_E_DSIG_STRUCTURE
+
+
+The structure of the DSIG table is incorrect.
+
+0x80097017
+
+MSSIPOTF_E_PCONST_CHECK
+
+
+A check failed in a partially constant table.
+
+0x80097018
+
+MSSIPOTF_E_STRUCTURE
+
+
+Some kind of structural error.
+
+0x80097019
+
+ERROR_CRED_REQUIRES_CONFIRMATION
+
+
+The requested credential requires confirmation.
+
+0x800B0001
+
+TRUST_E_PROVIDER_UNKNOWN
+
+
+Unknown trust provider.
+
+0x800B0002
+
+TRUST_E_ACTION_UNKNOWN
+
+
+The trust verification action specified is not supported by the specified trust provider.
+
+0x800B0003
+
+TRUST_E_SUBJECT_FORM_UNKNOWN
+
+
+The form specified for the subject is not one supported or known by the specified trust provider.
+
+0x800B0004
+
+TRUST_E_SUBJECT_NOT_TRUSTED
+
+
+The subject is not trusted for the specified action.
+
+0x800B0005
+
+DIGSIG_E_ENCODE
+
+
+Error due to problem in ASN.1 encoding process.
+
+0x800B0006
+
+DIGSIG_E_DECODE
+
+
+Error due to problem in ASN.1 decoding process.
+
+0x800B0007
+
+DIGSIG_E_EXTENSIBILITY
+
+
+Reading/writing extensions where attributes are appropriate, and vice versa.
+
+0x800B0008
+
+DIGSIG_E_CRYPTO
+
+
+Unspecified cryptographic failure.
+
+0x800B0009
+
+PERSIST_E_SIZEDEFINITE
+
+
+The size of the data could not be determined.
+
+0x800B000A
+
+PERSIST_E_SIZEINDEFINITE
+
+
+The size of the indefinite-sized data could not be determined.
+
+0x800B000B
+
+PERSIST_E_NOTSELFSIZING
+
+
+This object does not read and write self-sizing data.
+
+0x800B0100
+
+TRUST_E_NOSIGNATURE
+
+
+No signature was present in the subject.
+
+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.
+
+0x800B0102
+
+CERT_E_VALIDITYPERIODNESTING
+
+
+The validity periods of the certification chain do not nest correctly.
+
+0x800B0103
+
+CERT_E_ROLE
+
+
+A certificate that can only be used as an end entity is being used as a CA or vice versa.
+
+0x800B0104
+
+CERT_E_PATHLENCONST
+
+
+A path length constraint in the certification chain has been violated.
+
+0x800B0105
+
+CERT_E_CRITICAL
+
+
+A certificate contains an unknown extension that is marked "critical".
+
+0x800B0106
+
+CERT_E_PURPOSE
+
+
+A certificate is being used for a purpose other than the ones specified by its CA.
+
+0x800B0107
+
+CERT_E_ISSUERCHAINING
+
+
+A parent of a given certificate did not issue that child certificate.
+
+0x800B0108
+
+CERT_E_MALFORMED
+
+
+A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
+
+0x800B0109
+
+CERT_E_UNTRUSTEDROOT
+
+
+A certificate chain processed, but terminated in a root certificate that is not trusted by the trust provider.
+
+0x800B010A
+
+CERT_E_CHAINING
+
+
+A certificate chain could not be built to a trusted root authority.
+
+0x800B010B
+
+TRUST_E_FAIL
+
+
+Generic trust failure.
+
+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.
+
+0x800B010D
+
+CERT_E_UNTRUSTEDTESTROOT
+
+
+The certification path terminates with the test root that is not trusted with the current policy settings.
+
+0x800B010E
+
+CERT_E_REVOCATION_FAILURE
+
+
+The revocation process could not continue—the certificates could not be checked.
+
+0x800B010F
+
+CERT_E_CN_NO_MATCH
+
+
+The certificate's CN name does not match the passed value.
+
+0x800B0110
+
+CERT_E_WRONG_USAGE
+
+
+The certificate is not valid for the requested usage.
+
+0x800B0111
+
+TRUST_E_EXPLICIT_DISTRUST
+
+
+The certificate was explicitly marked as untrusted by the user.
+
+0x800B0112
+
+CERT_E_UNTRUSTEDCA
+
+
+A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
+
+0x800B0113
+
+CERT_E_INVALID_POLICY
+
+
+The certificate has invalid policy.
+
+0x800B0114
+
+CERT_E_INVALID_NAME
+
+
+The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
+
+0x800D0003
+
+NS_W_SERVER_BANDWIDTH_LIMIT
+
+
+The maximum filebitrate value specified is greater than the server's configured maximum bandwidth.
+
+0x800D0004
+
+NS_W_FILE_BANDWIDTH_LIMIT
+
+
+The maximum bandwidth value specified is less than the maximum filebitrate.
+
+0x800D0060
+
+NS_W_UNKNOWN_EVENT
+
+
+Unknown %1 event encountered.
+
+0x800D0199
+
+NS_I_CATATONIC_FAILURE
+
+
+Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic.
+
+0x800D019A
+
+NS_I_CATATONIC_AUTO_UNFAIL
+
+
+Disk %1 ( %2 ) on Content Server %3, auto online from catatonic state.
+
+0x800F0000
+
+SPAPI_E_EXPECTED_SECTION_NAME
+
+
+A non-empty line was encountered in the INF before the start of a section.
+
+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.
+
+0x800F0002
+
+SPAPI_E_SECTION_NAME_TOO_LONG
+
+
+An INF section was encountered whose name exceeds the maximum section name length.
+
+0x800F0003
+
+SPAPI_E_GENERAL_SYNTAX
+
+
+The syntax of the INF is invalid.
+
+0x800F0100
+
+SPAPI_E_WRONG_INF_STYLE
+
+
+The style of the INF is different than what was requested.
+
+0x800F0101
+
+SPAPI_E_SECTION_NOT_FOUND
+
+
+The required section was not found in the INF.
+
+0x800F0102
+
+SPAPI_E_LINE_NOT_FOUND
+
+
+The required line was not found in the INF.
+
+0x800F0103
+
+SPAPI_E_NO_BACKUP
+
+
+The files affected by the installation of this file queue have not been backed up for uninstall.
+
+0x800F0200
+
+SPAPI_E_NO_ASSOCIATED_CLASS
+
+
+The INF or the device information set or element does not have an associated install class.
+
+0x800F0201
+
+SPAPI_E_CLASS_MISMATCH
+
+
+The INF or the device information set or element does not match the specified install class.
+
+0x800F0202
+
+SPAPI_E_DUPLICATE_FOUND
+
+
+An existing device was found that is a duplicate of the device being manually installed.
+
+0x800F0203
+
+SPAPI_E_NO_DRIVER_SELECTED
+
+
+There is no driver selected for the device information set or element.
+
+0x800F0204
+
+SPAPI_E_KEY_DOES_NOT_EXIST
+
+
+The requested device registry key does not exist.
+
+0x800F0205
+
+SPAPI_E_INVALID_DEVINST_NAME
+
+
+The device instance name is invalid.
+
+0x800F0206
+
+SPAPI_E_INVALID_CLASS
+
+
+The install class is not present or is invalid.
+
+0x800F0207
+
+SPAPI_E_DEVINST_ALREADY_EXISTS
+
+
+The device instance cannot be created because it already exists.
+
+0x800F0208
+
+SPAPI_E_DEVINFO_NOT_REGISTERED
+
+
+The operation cannot be performed on a device information element that has not been registered.
+
+0x800F0209
+
+SPAPI_E_INVALID_REG_PROPERTY
+
+
+The device property code is invalid.
+
+0x800F020A
+
+SPAPI_E_NO_INF
+
+
+The INF from which a driver list is to be built does not exist.
+
+0x800F020B
+
+SPAPI_E_NO_SUCH_DEVINST
+
+
+The device instance does not exist in the hardware tree.
+
+0x800F020C
+
+SPAPI_E_CANT_LOAD_CLASS_ICON
+
+
+The icon representing this install class cannot be loaded.
+
+0x800F020D
+
+SPAPI_E_INVALID_CLASS_INSTALLER
+
+
+The class installer registry entry is invalid.
+
+0x800F020E
+
+SPAPI_E_DI_DO_DEFAULT
+
+
+The class installer has indicated that the default action should be performed for this installation request.
+
+0x800F020F
+
+SPAPI_E_DI_NOFILECOPY
+
+
+The operation does not require any files to be copied.
+
+0x800F0210
+
+SPAPI_E_INVALID_HWPROFILE
+
+
+The specified hardware profile does not exist.
+
+0x800F0211
+
+SPAPI_E_NO_DEVICE_SELECTED
+
+
+There is no device information element currently selected for this device information set.
+
+0x800F0212
+
+SPAPI_E_DEVINFO_LIST_LOCKED
+
+
+The operation cannot be performed because the device information set is locked.
+
+0x800F0213
+
+SPAPI_E_DEVINFO_DATA_LOCKED
+
+
+The operation cannot be performed because the device information element is locked.
+
+0x800F0214
+
+SPAPI_E_DI_BAD_PATH
+
+
+The specified path does not contain any applicable device INFs.
+
+0x800F0215
+
+SPAPI_E_NO_CLASSINSTALL_PARAMS
+
+
+No class installer parameters have been set for the device information set or element.
+
+0x800F0216
+
+SPAPI_E_FILEQUEUE_LOCKED
+
+
+The operation cannot be performed because the file queue is locked.
+
+0x800F0217
+
+SPAPI_E_BAD_SERVICE_INSTALLSECT
+
+
+A service installation section in this INF is invalid.
+
+0x800F0218
+
+SPAPI_E_NO_CLASS_DRIVER_LIST
+
+
+There is no class driver list for the device information element.
+
+0x800F0219
+
+SPAPI_E_NO_ASSOCIATED_SERVICE
+
+
+The installation failed because a function driver was not specified for this device instance.
+
+0x800F021A
+
+SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE
+
+
+There is presently no default device interface designated for this interface class.
+
+0x800F021B
+
+SPAPI_E_DEVICE_INTERFACE_ACTIVE
+
+
+The operation cannot be performed because the device interface is currently active.
+
+0x800F021C
+
+SPAPI_E_DEVICE_INTERFACE_REMOVED
+
+
+The operation cannot be performed because the device interface has been removed from the system.
+
+0x800F021D
+
+SPAPI_E_BAD_INTERFACE_INSTALLSECT
+
+
+An interface installation section in this INF is invalid.
+
+0x800F021E
+
+SPAPI_E_NO_SUCH_INTERFACE_CLASS
+
+
+This interface class does not exist in the system.
+
+0x800F021F
+
+SPAPI_E_INVALID_REFERENCE_STRING
+
+
+The reference string supplied for this interface device is invalid.
+
+0x800F0220
+
+SPAPI_E_INVALID_MACHINENAME
+
+
+The specified machine name does not conform to Universal Naming Convention (UNCs).
+
+0x800F0221
+
+SPAPI_E_REMOTE_COMM_FAILURE
+
+
+A general remote communication error occurred.
+
+0x800F0222
+
+SPAPI_E_MACHINE_UNAVAILABLE
+
+
+The machine selected for remote communication is not available at this time.
+
+0x800F0223
+
+SPAPI_E_NO_CONFIGMGR_SERVICES
+
+
+The Plug and Play service is not available on the remote machine.
+
+0x800F0224
+
+SPAPI_E_INVALID_PROPPAGE_PROVIDER
+
+
+The property page provider registry entry is invalid.
+
+0x800F0225
+
+SPAPI_E_NO_SUCH_DEVICE_INTERFACE
+
+
+The requested device interface is not present in the system.
+
+0x800F0226
+
+SPAPI_E_DI_POSTPROCESSING_REQUIRED
+
+
+The device's co-installer has additional work to perform after installation is complete.
+
+0x800F0227
+
+SPAPI_E_INVALID_COINSTALLER
+
+
+The device's co-installer is invalid.
+
+0x800F0228
+
+SPAPI_E_NO_COMPAT_DRIVERS
+
+
+There are no compatible drivers for this device.
+
+0x800F0229
+
+SPAPI_E_NO_DEVICE_ICON
+
+
+There is no icon that represents this device or device type.
+
+0x800F022A
+
+SPAPI_E_INVALID_INF_LOGCONFIG
+
+
+A logical configuration specified in this INF is invalid.
+
+0x800F022B
+
+SPAPI_E_DI_DONT_INSTALL
+
+
+The class installer has denied the request to install or upgrade this device.
+
+0x800F022C
+
+SPAPI_E_INVALID_FILTER_DRIVER
+
+
+One of the filter drivers installed for this device is invalid.
+
+0x800F022D
+
+SPAPI_E_NON_WINDOWS_NT_DRIVER
+
+
+The driver selected for this device does not support Windows XP operating system.
+
+0x800F022E
+
+SPAPI_E_NON_WINDOWS_DRIVER
+
+
+The driver selected for this device does not support Windows.
+
+0x800F022F
+
+SPAPI_E_NO_CATALOG_FOR_OEM_INF
+
+
+The third-party INF does not contain digital signature information.
+
+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.
+
+0x800F0231
+
+SPAPI_E_NOT_DISABLEABLE
+
+
+The device cannot be disabled.
+
+0x800F0232
+
+SPAPI_E_CANT_REMOVE_DEVINST
+
+
+The device could not be dynamically removed.
+
+0x800F0233
+
+SPAPI_E_INVALID_TARGET
+
+
+Cannot copy to specified target.
+
+0x800F0234
+
+SPAPI_E_DRIVER_NONNATIVE
+
+
+Driver is not intended for this platform.
+
+0x800F0235
+
+SPAPI_E_IN_WOW64
+
+
+Operation not allowed in WOW64.
+
+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.
+
+0x800F0237
+
+SPAPI_E_INCORRECTLY_COPIED_INF
+
+
+An INF was copied into the Windows INF directory in an improper manner.
+
+0x800F0238
+
+SPAPI_E_SCE_DISABLED
+
+
+The Security Configuration Editor (SCE) APIs have been disabled on this embedded product.
+
+0x800F0239
+
+SPAPI_E_UNKNOWN_EXCEPTION
+
+
+An unknown exception was encountered.
+
+0x800F023A
+
+SPAPI_E_PNP_REGISTRY_ERROR
+
+
+A problem was encountered when accessing the Plug and Play registry database.
+
+0x800F023B
+
+SPAPI_E_REMOTE_REQUEST_UNSUPPORTED
+
+
+The requested operation is not supported for a remote machine.
+
+0x800F023C
+
+SPAPI_E_NOT_AN_INSTALLED_OEM_INF
+
+
+The specified file is not an installed original equipment manufacturer (OEM) INF.
+
+0x800F023D
+
+SPAPI_E_INF_IN_USE_BY_DEVICES
+
+
+One or more devices are presently installed using the specified INF.
+
+0x800F023E
+
+SPAPI_E_DI_FUNCTION_OBSOLETE
+
+
+The requested device install operation is obsolete.
+
+0x800F023F
+
+SPAPI_E_NO_AUTHENTICODE_CATALOG
+
+
+A file could not be verified because it does not have an associated catalog signed via Authenticode.
+
+0x800F0240
+
+SPAPI_E_AUTHENTICODE_DISALLOWED
+
+
+Authenticode signature verification is not supported for the specified INF.
+
+0x800F0241
+
+SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER
+
+
+The INF was signed with an Authenticode catalog from a trusted publisher.
+
+0x800F0242
+
+SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED
+
+
+The publisher of an Authenticode-signed catalog has not yet been established as trusted.
+
+0x800F0243
+
+SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED
+
+
+The publisher of an Authenticode-signed catalog was not established as trusted.
+
+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.
+
+0x800F0245
+
+SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE
+
+
+The file can be validated only by a catalog signed via Authenticode.
+
+0x800F0246
+
+SPAPI_E_DEVICE_INSTALLER_NOT_READY
+
+
+One of the installers for this device cannot perform the installation at this time.
+
+0x800F0247
+
+SPAPI_E_DRIVER_STORE_ADD_FAILED
+
+
+A problem was encountered while attempting to add the driver to the store.
+
+0x800F0248
+
+SPAPI_E_DEVICE_INSTALL_BLOCKED
+
+
+The installation of this device is forbidden by system policy. Contact your system administrator.
+
+0x800F0249
+
+SPAPI_E_DRIVER_INSTALL_BLOCKED
+
+
+The installation of this driver is forbidden by system policy. Contact your system administrator.
+
+0x800F024A
+
+SPAPI_E_WRONG_INF_TYPE
+
+
+The specified INF is the wrong type for this operation.
+
+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.
+
+0x800F024C
+
+SPAPI_E_DRIVER_STORE_DELETE_FAILED
+
+
+A problem was encountered while attempting to delete the driver from the store.
+
+0x800F0300
+
+SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW
+
+
+An unrecoverable stack overflow was encountered.
+
+0x800F1000
+
+SPAPI_E_ERROR_NOT_INSTALLED
+
+
+No installed components were detected.
+
+0x80100001
+
+SCARD_F_INTERNAL_ERROR
+
+
+An internal consistency check failed.
+
+0x80100002
+
+SCARD_E_CANCELLED
+
+
+The action was canceled by an SCardCancel request.
+
+0x80100003
+
+SCARD_E_INVALID_HANDLE
+
+
+The supplied handle was invalid.
+
+0x80100004
+
+SCARD_E_INVALID_PARAMETER
+
+
+One or more of the supplied parameters could not be properly interpreted.
+
+0x80100005
+
+SCARD_E_INVALID_TARGET
+
+
+Registry startup information is missing or invalid.
+
+0x80100006
+
+SCARD_E_NO_MEMORY
+
+
+Not enough memory available to complete this command.
+
+0x80100007
+
+SCARD_F_WAITED_TOO_LONG
+
+
+An internal consistency timer has expired.
+
+0x80100008
+
+SCARD_E_INSUFFICIENT_BUFFER
+
+
+The data buffer to receive returned data is too small for the returned data.
+
+0x80100009
+
+SCARD_E_UNKNOWN_READER
+
+
+The specified reader name is not recognized.
+
+0x8010000A
+
+SCARD_E_TIMEOUT
+
+
+The user-specified time-out value has expired.
+
+0x8010000B
+
+SCARD_E_SHARING_VIOLATION
+
+
+The smart card cannot be accessed because of other connections outstanding.
+
+0x8010000C
+
+SCARD_E_NO_SMARTCARD
+
+
+The operation requires a smart card, but no smart card is currently in the device.
+
+0x8010000D
+
+SCARD_E_UNKNOWN_CARD
+
+
+The specified smart card name is not recognized.
+
+0x8010000E
+
+SCARD_E_CANT_DISPOSE
+
+
+The system could not dispose of the media in the requested manner.
+
+0x8010000F
+
+SCARD_E_PROTO_MISMATCH
+
+
+The requested protocols are incompatible with the protocol currently in use with the smart card.
+
+0x80100010
+
+SCARD_E_NOT_READY
+
+
+The reader or smart card is not ready to accept commands.
+
+0x80100011
+
+SCARD_E_INVALID_VALUE
+
+
+One or more of the supplied parameters values could not be properly interpreted.
+
+0x80100012
+
+SCARD_E_SYSTEM_CANCELLED
+
+
+The action was canceled by the system, presumably to log off or shut down.
+
+0x80100013
+
+SCARD_F_COMM_ERROR
+
+
+An internal communications error has been detected.
+
+0x80100014
+
+SCARD_F_UNKNOWN_ERROR
+
+
+An internal error has been detected, but the source is unknown.
+
+0x80100015
+
+SCARD_E_INVALID_ATR
+
+
+An automatic terminal recognition (ATR) obtained from the registry is not a valid ATR string.
+
+0x80100016
+
+SCARD_E_NOT_TRANSACTED
+
+
+An attempt was made to end a nonexistent transaction.
+
+0x80100017
+
+SCARD_E_READER_UNAVAILABLE
+
+
+The specified reader is not currently available for use.
+
+0x80100018
+
+SCARD_P_SHUTDOWN
+
+
+The operation has been aborted to allow the server application to exit.
+
+0x80100019
+
+SCARD_E_PCI_TOO_SMALL
+
+
+The peripheral component interconnect (PCI) Receive buffer was too small.
+
+0x8010001A
+
+SCARD_E_READER_UNSUPPORTED
+
+
+The reader driver does not meet minimal requirements for support.
+
+0x8010001B
+
+SCARD_E_DUPLICATE_READER
+
+
+The reader driver did not produce a unique reader name.
+
+0x8010001C
+
+SCARD_E_CARD_UNSUPPORTED
+
+
+The smart card does not meet minimal requirements for support.
+
+0x8010001D
+
+SCARD_E_NO_SERVICE
+
+
+The smart card resource manager is not running.
+
+0x8010001E
+
+SCARD_E_SERVICE_STOPPED
+
+
+The smart card resource manager has shut down.
+
+0x8010001F
+
+SCARD_E_UNEXPECTED
+
+
+An unexpected card error has occurred.
+
+0x80100020
+
+SCARD_E_ICC_INSTALLATION
+
+
+No primary provider can be found for the smart card.
+
+0x80100021
+
+SCARD_E_ICC_CREATEORDER
+
+
+The requested order of object creation is not supported.
+
+0x80100022
+
+SCARD_E_UNSUPPORTED_FEATURE
+
+
+This smart card does not support the requested feature.
+
+0x80100023
+
+SCARD_E_DIR_NOT_FOUND
+
+
+The identified directory does not exist in the smart card.
+
+0x80100024
+
+SCARD_E_FILE_NOT_FOUND
+
+
+The identified file does not exist in the smart card.
+
+0x80100025
+
+SCARD_E_NO_DIR
+
+
+The supplied path does not represent a smart card directory.
+
+0x80100026
+
+SCARD_E_NO_FILE
+
+
+The supplied path does not represent a smart card file.
+
+0x80100027
+
+SCARD_E_NO_ACCESS
+
+
+Access is denied to this file.
+
+0x80100028
+
+SCARD_E_WRITE_TOO_MANY
+
+
+The smart card does not have enough memory to store the information.
+
+0x80100029
+
+SCARD_E_BAD_SEEK
+
+
+There was an error trying to set the smart card file object pointer.
+
+0x8010002A
+
+SCARD_E_INVALID_CHV
+
+
+The supplied PIN is incorrect.
+
+0x8010002B
+
+SCARD_E_UNKNOWN_RES_MNG
+
+
+An unrecognized error code was returned from a layered component.
+
+0x8010002C
+
+SCARD_E_NO_SUCH_CERTIFICATE
+
+
+The requested certificate does not exist.
+
+0x8010002D
+
+SCARD_E_CERTIFICATE_UNAVAILABLE
+
+
+The requested certificate could not be obtained.
+
+0x8010002E
+
+SCARD_E_NO_READERS_AVAILABLE
+
+
+Cannot find a smart card reader.
+
+0x8010002F
+
+SCARD_E_COMM_DATA_LOST
+
+
+A communications error with the smart card has been detected. Retry the operation.
+
+0x80100030
+
+SCARD_E_NO_KEY_CONTAINER
+
+
+The requested key container does not exist on the smart card.
+
+0x80100031
+
+SCARD_E_SERVER_TOO_BUSY
+
+
+The smart card resource manager is too busy to complete this operation.
+
+0x80100065
+
+SCARD_W_UNSUPPORTED_CARD
+
+
+The reader cannot communicate with the smart card, due to ATR configuration conflicts.
+
+0x80100066
+
+SCARD_W_UNRESPONSIVE_CARD
+
+
+The smart card is not responding to a reset.
+
+0x80100067
+
+SCARD_W_UNPOWERED_CARD
+
+
+Power has been removed from the smart card, so that further communication is not possible.
+
+0x80100068
+
+SCARD_W_RESET_CARD
+
+
+The smart card has been reset, so any shared state information is invalid.
+
+0x80100069
+
+SCARD_W_REMOVED_CARD
+
+
+The smart card has been removed, so that further communication is not possible.
+
+0x8010006A
+
+SCARD_W_SECURITY_VIOLATION
+
+
+Access was denied because of a security violation.
+
+0x8010006B
+
+SCARD_W_WRONG_CHV
+
+
+The card cannot be accessed because the wrong PIN was presented.
+
+0x8010006C
+
+SCARD_W_CHV_BLOCKED
+
+
+The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
+
+0x8010006D
+
+SCARD_W_EOF
+
+
+The end of the smart card file has been reached.
+
+0x8010006E
+
+SCARD_W_CANCELLED_BY_USER
+
+
+The action was canceled by the user.
+
+0x8010006F
+
+SCARD_W_CARD_NOT_AUTHENTICATED
+
+
+No PIN was presented to the smart card.
+
+0x80110401
+
+COMADMIN_E_OBJECTERRORS
+
+
+Errors occurred accessing one or more objects—the ErrorInfo collection contains more detail.
+
+0x80110402
+
+COMADMIN_E_OBJECTINVALID
+
+
+One or more of the object's properties are missing or invalid.
+
+0x80110403
+
+COMADMIN_E_KEYMISSING
+
+
+The object was not found in the catalog.
+
+0x80110404
+
+COMADMIN_E_ALREADYINSTALLED
+
+
+The object is already registered.
+
+0x80110407
+
+COMADMIN_E_APP_FILE_WRITEFAIL
+
+
+An error occurred writing to the application file.
+
+0x80110408
+
+COMADMIN_E_APP_FILE_READFAIL
+
+
+An error occurred reading the application file.
+
+0x80110409
+
+COMADMIN_E_APP_FILE_VERSION
+
+
+Invalid version number in application file.
+
+0x8011040A
+
+COMADMIN_E_BADPATH
+
+
+The file path is invalid.
+
+0x8011040B
+
+COMADMIN_E_APPLICATIONEXISTS
+
+
+The application is already installed.
+
+0x8011040C
+
+COMADMIN_E_ROLEEXISTS
+
+
+The role already exists.
+
+0x8011040D
+
+COMADMIN_E_CANTCOPYFILE
+
+
+An error occurred copying the file.
+
+0x8011040F
+
+COMADMIN_E_NOUSER
+
+
+One or more users are not valid.
+
+0x80110410
+
+COMADMIN_E_INVALIDUSERIDS
+
+
+One or more users in the application file are not valid.
+
+0x80110411
+
+COMADMIN_E_NOREGISTRYCLSID
+
+
+The component's CLSID is missing or corrupt.
+
+0x80110412
+
+COMADMIN_E_BADREGISTRYPROGID
+
+
+The component's programmatic ID is missing or corrupt.
+
+0x80110413
+
+COMADMIN_E_AUTHENTICATIONLEVEL
+
+
+Unable to set required authentication level for update request.
+
+0x80110414
+
+COMADMIN_E_USERPASSWDNOTVALID
+
+
+The identity or password set on the application is not valid.
+
+0x80110418
+
+COMADMIN_E_CLSIDORIIDMISMATCH
+
+
+Application file CLSIDs or instance identifiers (IIDs) do not match corresponding DLLs.
+
+0x80110419
+
+COMADMIN_E_REMOTEINTERFACE
+
+
+Interface information is either missing or changed.
+
+0x8011041A
+
+COMADMIN_E_DLLREGISTERSERVER
+
+
+DllRegisterServer failed on component install.
+
+0x8011041B
+
+COMADMIN_E_NOSERVERSHARE
+
+
+No server file share available.
+
+0x8011041D
+
+COMADMIN_E_DLLLOADFAILED
+
+
+DLL could not be loaded.
+
+0x8011041E
+
+COMADMIN_E_BADREGISTRYLIBID
+
+
+The registered TypeLib ID is not valid.
+
+0x8011041F
+
+COMADMIN_E_APPDIRNOTFOUND
+
+
+Application install directory not found.
+
+0x80110423
+
+COMADMIN_E_REGISTRARFAILED
+
+
+Errors occurred while in the component registrar.
+
+0x80110424
+
+COMADMIN_E_COMPFILE_DOESNOTEXIST
+
+
+The file does not exist.
+
+0x80110425
+
+COMADMIN_E_COMPFILE_LOADDLLFAIL
+
+
+The DLL could not be loaded.
+
+0x80110426
+
+COMADMIN_E_COMPFILE_GETCLASSOBJ
+
+
+GetClassObject failed in the DLL.
+
+0x80110427
+
+COMADMIN_E_COMPFILE_CLASSNOTAVAIL
+
+
+The DLL does not support the components listed in the TypeLib.
+
+0x80110428
+
+COMADMIN_E_COMPFILE_BADTLB
+
+
+The TypeLib could not be loaded.
+
+0x80110429
+
+COMADMIN_E_COMPFILE_NOTINSTALLABLE
+
+
+The file does not contain components or component information.
+
+0x8011042A
+
+COMADMIN_E_NOTCHANGEABLE
+
+
+Changes to this object and its subobjects have been disabled.
+
+0x8011042B
+
+COMADMIN_E_NOTDELETEABLE
+
+
+The delete function has been disabled for this object.
+
+0x8011042C
+
+COMADMIN_E_SESSION
+
+
+The server catalog version is not supported.
+
+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.
+
+0x8011042E
+
+COMADMIN_E_COMP_MOVE_BAD_DEST
+
+
+The component move failed because the destination application no longer exists.
+
+0x80110430
+
+COMADMIN_E_REGISTERTLB
+
+
+The system was unable to register the TypeLib.
+
+0x80110433
+
+COMADMIN_E_SYSTEMAPP
+
+
+This operation cannot be performed on the system application.
+
+0x80110434
+
+COMADMIN_E_COMPFILE_NOREGISTRAR
+
+
+The component registrar referenced in this file is not available.
+
+0x80110435
+
+COMADMIN_E_COREQCOMPINSTALLED
+
+
+A component in the same DLL is already installed.
+
+0x80110436
+
+COMADMIN_E_SERVICENOTINSTALLED
+
+
+The service is not installed.
+
+0x80110437
+
+COMADMIN_E_PROPERTYSAVEFAILED
+
+
+One or more property settings are either invalid or in conflict with each other.
+
+0x80110438
+
+COMADMIN_E_OBJECTEXISTS
+
+
+The object you are attempting to add or rename already exists.
+
+0x80110439
+
+COMADMIN_E_COMPONENTEXISTS
+
+
+The component already exists.
+
+0x8011043B
+
+COMADMIN_E_REGFILE_CORRUPT
+
+
+The registration file is corrupt.
+
+0x8011043C
+
+COMADMIN_E_PROPERTY_OVERFLOW
+
+
+The property value is too large.
+
+0x8011043E
+
+COMADMIN_E_NOTINREGISTRY
+
+
+Object was not found in registry.
+
+0x8011043F
+
+COMADMIN_E_OBJECTNOTPOOLABLE
+
+
+This object cannot be pooled.
+
+0x80110446
+
+COMADMIN_E_APPLID_MATCHES_CLSID
+
+
+A CLSID with the same GUID as the new application ID is already installed on this machine.
+
+0x80110447
+
+COMADMIN_E_ROLE_DOES_NOT_EXIST
+
+
+A role assigned to a component, interface, or method did not exist in the application.
+
+0x80110448
+
+COMADMIN_E_START_APP_NEEDS_COMPONENTS
+
+
+You must have components in an application to start the application.
+
+0x80110449
+
+COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM
+
+
+This operation is not enabled on this platform.
+
+0x8011044A
+
+COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY
+
+
+Application proxy is not exportable.
+
+0x8011044B
+
+COMADMIN_E_CAN_NOT_START_APP
+
+
+Failed to start application because it is either a library application or an application proxy.
+
+0x8011044C
+
+COMADMIN_E_CAN_NOT_EXPORT_SYS_APP
+
+
+System application is not exportable.
+
+0x8011044D
+
+COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT
+
+
+Cannot subscribe to this component (the component might have been imported).
+
+0x8011044E
+
+COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER
+
+
+An event class cannot also be a subscriber component.
+
+0x8011044F
+
+COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE
+
+
+Library applications and application proxies are incompatible.
+
+0x80110450
+
+COMADMIN_E_BASE_PARTITION_ONLY
+
+
+This function is valid for the base partition only.
+
+0x80110451
+
+COMADMIN_E_START_APP_DISABLED
+
+
+You cannot start an application that has been disabled.
+
+0x80110457
+
+COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME
+
+
+The specified partition name is already in use on this computer.
+
+0x80110458
+
+COMADMIN_E_CAT_INVALID_PARTITION_NAME
+
+
+The specified partition name is invalid. Check that the name contains at least one visible character.
+
+0x80110459
+
+COMADMIN_E_CAT_PARTITION_IN_USE
+
+
+The partition cannot be deleted because it is the default partition for one or more users.
+
+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.
+
+0x8011045B
+
+COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED
+
+
+Applications that contain one or more imported components cannot be installed into a nonbase partition.
+
+0x8011045C
+
+COMADMIN_E_AMBIGUOUS_APPLICATION_NAME
+
+
+The application name is not unique and cannot be resolved to an application ID.
+
+0x8011045D
+
+COMADMIN_E_AMBIGUOUS_PARTITION_NAME
+
+
+The partition name is not unique and cannot be resolved to a partition ID.
+
+0x80110472
+
+COMADMIN_E_REGDB_NOTINITIALIZED
+
+
+The COM+ registry database has not been initialized.
+
+0x80110473
+
+COMADMIN_E_REGDB_NOTOPEN
+
+
+The COM+ registry database is not open.
+
+0x80110474
+
+COMADMIN_E_REGDB_SYSTEMERR
+
+
+The COM+ registry database detected a system error.
+
+0x80110475
+
+COMADMIN_E_REGDB_ALREADYRUNNING
+
+
+The COM+ registry database is already running.
+
+0x80110480
+
+COMADMIN_E_MIG_VERSIONNOTSUPPORTED
+
+
+This version of the COM+ registry database cannot be migrated.
+
+0x80110481
+
+COMADMIN_E_MIG_SCHEMANOTFOUND
+
+
+The schema version to be migrated could not be found in the COM+ registry database.
+
+0x80110482
+
+COMADMIN_E_CAT_BITNESSMISMATCH
+
+
+There was a type mismatch between binaries.
+
+0x80110483
+
+COMADMIN_E_CAT_UNACCEPTABLEBITNESS
+
+
+A binary of unknown or invalid type was provided.
+
+0x80110484
+
+COMADMIN_E_CAT_WRONGAPPBITNESS
+
+
+There was a type mismatch between a binary and an application.
+
+0x80110485
+
+COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED
+
+
+The application cannot be paused or resumed.
+
+0x80110486
+
+COMADMIN_E_CAT_SERVERFAULT
+
+
+The COM+ catalog server threw an exception during execution.
+
+0x80110600
+
+COMQC_E_APPLICATION_NOT_QUEUED
+
+
+Only COM+ applications marked "queued" can be invoked using the "queue" moniker.
+
+0x80110601
+
+COMQC_E_NO_QUEUEABLE_INTERFACES
+
+
+At least one interface must be marked "queued" to create a queued component instance with the "queue" moniker.
+
+0x80110602
+
+COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE
+
+
+Message Queuing is required for the requested operation and is not installed.
+
+0x80110603
+
+COMQC_E_NO_IPERSISTSTREAM
+
+
+Unable to marshal an interface that does not support IPersistStream.
+
+0x80110604
+
+COMQC_E_BAD_MESSAGE
+
+
+The message is improperly formatted or was damaged in transit.
+
+0x80110605
+
+COMQC_E_UNAUTHENTICATED
+
+
+An unauthenticated message was received by an application that accepts only authenticated messages.
+
+0x80110606
+
+COMQC_E_UNTRUSTED_ENQUEUER
+
+
+The message was requeued or moved by a user not in the QC Trusted User "role".
+
+0x80110701
+
+MSDTC_E_DUPLICATE_RESOURCE
+
+
+Cannot create a duplicate resource of type Distributed Transaction Coordinator.
+
+0x80110808
+
+COMADMIN_E_OBJECT_PARENT_MISSING
+
+
+One of the objects being inserted or updated does not belong to a valid parent collection.
+
+0x80110809
+
+COMADMIN_E_OBJECT_DOES_NOT_EXIST
+
+
+One of the specified objects cannot be found.
+
+0x8011080A
+
+COMADMIN_E_APP_NOT_RUNNING
+
+
+The specified application is not currently running.
+
+0x8011080B
+
+COMADMIN_E_INVALID_PARTITION
+
+
+The partitions specified are not valid.
+
+0x8011080D
+
+COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE
+
+
+COM+ applications that run as Windows NT service cannot be pooled or recycled.
+
+0x8011080E
+
+COMADMIN_E_USER_IN_SET
+
+
+One or more users are already assigned to a local partition set.
+
+0x8011080F
+
+COMADMIN_E_CANTRECYCLELIBRARYAPPS
+
+
+Library applications cannot be recycled.
+
+0x80110811
+
+COMADMIN_E_CANTRECYCLESERVICEAPPS
+
+
+Applications running as Windows NT services cannot be recycled.
+
+0x80110812
+
+COMADMIN_E_PROCESSALREADYRECYCLED
+
+
+The process has already been recycled.
+
+0x80110813
+
+COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED
+
+
+A paused process cannot be recycled.
+
+0x80110814
+
+COMADMIN_E_CANTMAKEINPROCSERVICE
+
+
+Library applications cannot be Windows NT services.
+
+0x80110815
+
+COMADMIN_E_PROGIDINUSEBYCLSID
+
+
+The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
+
+0x80110816
+
+COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET
+
+
+The partition specified as the default is not a member of the partition set.
+
+0x80110817
+
+COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED
+
+
+A recycled process cannot be paused.
+
+0x80110818
+
+COMADMIN_E_PARTITION_ACCESSDENIED
+
+
+Access to the specified partition is denied.
+
+0x80110819
+
+COMADMIN_E_PARTITION_MSI_ONLY
+
+
+Only application files (*.msi files) can be installed into partitions.
+
+0x8011081A
+
+COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT
+
+
+Applications containing one or more legacy components cannot be exported to 1.0 format.
+
+0x8011081B
+
+COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS
+
+
+Legacy components cannot exist in nonbase partitions.
+
+0x8011081C
+
+COMADMIN_E_COMP_MOVE_SOURCE
+
+
+A component cannot be moved (or copied) from the System Application, an application proxy, or a nonchangeable application.
+
+0x8011081D
+
+COMADMIN_E_COMP_MOVE_DEST
+
+
+A component cannot be moved (or copied) to the System Application, an application proxy or a nonchangeable application.
+
+0x8011081E
+
+COMADMIN_E_COMP_MOVE_PRIVATE
+
+
+A private component cannot be moved (or copied) to a library application or to the base partition.
+
+0x8011081F
+
+COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET
+
+
+The Base Application Partition exists in all partition sets and cannot be removed.
+
+0x80110820
+
+COMADMIN_E_CANNOT_ALIAS_EVENTCLASS
+
+
+Alas, Event Class components cannot be aliased.
+
+0x80110821
+
+COMADMIN_E_PRIVATE_ACCESSDENIED
+
+
+Access is denied because the component is private.
+
+0x80110822
+
+COMADMIN_E_SAFERINVALID
+
+
+The specified SAFER level is invalid.
+
+0x80110823
+
+COMADMIN_E_REGISTRY_ACCESSDENIED
+
+
+The specified user cannot write to the system registry.
+
+0x80110824
+
+COMADMIN_E_PARTITIONS_DISABLED
+
+
+COM+ partitions are currently disabled.
+
+0x801F0001
+
+ERROR_FLT_NO_HANDLER_DEFINED
+
+
+A handler was not defined by the filter for this operation.
+
+0x801F0002
+
+ERROR_FLT_CONTEXT_ALREADY_DEFINED
+
+
+A context is already defined for this object.
+
+0x801F0003
+
+ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST
+
+
+Asynchronous requests are not valid for this operation.
+
+0x801F0004
+
+ERROR_FLT_DISALLOW_FAST_IO
+
+
+Disallow the Fast IO path for this operation.
+
+0x801F0005
+
+ERROR_FLT_INVALID_NAME_REQUEST
+
+
+An invalid name request was made. The name requested cannot be retrieved at this time.
+
+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.
+
+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.
+
+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).
+
+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.
+
+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.
+
+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.
+
+0x801F000C
+
+ERROR_FLT_MUST_BE_NONPAGED_POOL
+
+
+Nonpaged pool must be used for this type of context.
+
+0x801F000D
+
+ERROR_FLT_DUPLICATE_ENTRY
+
+
+A duplicate handler definition has been provided for an operation.
+
+0x801F000E
+
+ERROR_FLT_CBDQ_DISABLED
+
+
+The callback data queue has been disabled.
+
+0x801F000F
+
+ERROR_FLT_DO_NOT_ATTACH
+
+
+Do not attach the filter to the volume at this time.
+
+0x801F0010
+
+ERROR_FLT_DO_NOT_DETACH
+
+
+Do not detach the filter from the volume at this time.
+
+0x801F0011
+
+ERROR_FLT_INSTANCE_ALTITUDE_COLLISION
+
+
+An instance already exists at this altitude on the volume specified.
+
+0x801F0012
+
+ERROR_FLT_INSTANCE_NAME_COLLISION
+
+
+An instance already exists with this name on the volume specified.
+
+0x801F0013
+
+ERROR_FLT_FILTER_NOT_FOUND
+
+
+The system could not find the filter specified.
+
+0x801F0014
+
+ERROR_FLT_VOLUME_NOT_FOUND
+
+
+The system could not find the volume specified.
+
+0x801F0015
+
+ERROR_FLT_INSTANCE_NOT_FOUND
+
+
+The system could not find the instance specified.
+
+0x801F0016
+
+ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND
+
+
+No registered context allocation definition was found for the given request.
+
+0x801F0017
+
+ERROR_FLT_INVALID_CONTEXT_REGISTRATION
+
+
+An invalid parameter was specified during context registration.
+
+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.
+
+0x801F0019
+
+ERROR_FLT_NO_DEVICE_OBJECT
+
+
+The requested device object does not exist for the given volume.
+
+0x801F001A
+
+ERROR_FLT_VOLUME_ALREADY_MOUNTED
+
+
+The specified volume is already mounted.
+
+0x801F001B
+
+ERROR_FLT_ALREADY_ENLISTED
+
+
+The specified Transaction Context is already enlisted in a transaction.
+
+0x801F001C
+
+ERROR_FLT_CONTEXT_ALREADY_LINKED
+
+
+The specified context is already attached to another object.
+
+0x801F0020
+
+ERROR_FLT_NO_WAITER_FOR_REPLY
+
+
+No waiter is present for the filter's reply to this message.
+
+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.
+
+0x80261001
+
+ERROR_MONITOR_NO_DESCRIPTOR
+
+
+Monitor descriptor could not be obtained.
+
+0x80261002
+
+ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT
+
+
+Format of the obtained monitor descriptor is not supported by this release.
+
+0x80263001
+
+DWM_E_COMPOSITIONDISABLED
+
+
+{Desktop Composition is Disabled} The operation could not be completed because desktop composition is disabled.
+
+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.
+
+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.
+
+0x80263004
+
+DWM_E_NOT_QUEUING_PRESENTS
+
+
+{DWM Is Not Queuing Presents for the Specified Window} The window specified is not currently using queued presents.
+
+0x80280000
+
+TPM_E_ERROR_MASK
+
+
+This is an error mask to convert Trusted Platform Module (TPM) hardware errors to Win32 errors.
+
+0x80280001
+
+TPM_E_AUTHFAIL
+
+
+Authentication failed.
+
+0x80280002
+
+TPM_E_BADINDEX
+
+
+The index to a Platform Configuration Register (PCR), DIR, or other register is incorrect.
+
+0x80280003
+
+TPM_E_BAD_PARAMETER
+
+
+One or more parameters are bad.
+
+0x80280004
+
+TPM_E_AUDITFAILURE
+
+
+An operation completed successfully but the auditing of that operation failed.
+
+0x80280005
+
+TPM_E_CLEAR_DISABLED
+
+
+The clear disable flag is set and all clear operations now require physical access.
+
+0x80280006
+
+TPM_E_DEACTIVATED
+
+
+The TPM is deactivated.
+
+0x80280007
+
+TPM_E_DISABLED
+
+
+The TPM is disabled.
+
+0x80280008
+
+TPM_E_DISABLED_CMD
+
+
+The target command has been disabled.
+
+0x80280009
+
+TPM_E_FAIL
+
+
+The operation failed.
+
+0x8028000A
+
+TPM_E_BAD_ORDINAL
+
+
+The ordinal was unknown or inconsistent.
+
+0x8028000B
+
+TPM_E_INSTALL_DISABLED
+
+
+The ability to install an owner is disabled.
+
+0x8028000C
+
+TPM_E_INVALID_KEYHANDLE
+
+
+The key handle cannot be interpreted.
+
+0x8028000D
+
+TPM_E_KEYNOTFOUND
+
+
+The key handle points to an invalid key.
+
+0x8028000E
+
+TPM_E_INAPPROPRIATE_ENC
+
+
+Unacceptable encryption scheme.
+
+0x8028000F
+
+TPM_E_MIGRATEFAIL
+
+
+Migration authorization failed.
+
+0x80280010
+
+TPM_E_INVALID_PCR_INFO
+
+
+PCR information could not be interpreted.
+
+0x80280011
+
+TPM_E_NOSPACE
+
+
+No room to load key.
+
+0x80280012
+
+TPM_E_NOSRK
+
+
+There is no storage root key (SRK) set.
+
+0x80280013
+
+TPM_E_NOTSEALED_BLOB
+
+
+An encrypted blob is invalid or was not created by this TPM.
+
+0x80280014
+
+TPM_E_OWNER_SET
+
+
+There is already an owner.
+
+0x80280015
+
+TPM_E_RESOURCES
+
+
+The TPM has insufficient internal resources to perform the requested action.
+
+0x80280016
+
+TPM_E_SHORTRANDOM
+
+
+A random string was too short.
+
+0x80280017
+
+TPM_E_SIZE
+
+
+The TPM does not have the space to perform the operation.
+
+0x80280018
+
+TPM_E_WRONGPCRVAL
+
+
+The named PCR value does not match the current PCR value.
+
+0x80280019
+
+TPM_E_BAD_PARAM_SIZE
+
+
+The paramSize argument to the command has the incorrect value.
+
+0x8028001A
+
+TPM_E_SHA_THREAD
+
+
+There is no existing SHA-1 thread.
+
+0x8028001B
+
+TPM_E_SHA_ERROR
+
+
+The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
+
+0x8028001C
+
+TPM_E_FAILEDSELFTEST
+
+
+Self-test has failed and the TPM has shut down.
+
+0x8028001D
+
+TPM_E_AUTH2FAIL
+
+
+The authorization for the second key in a two-key function failed authorization.
+
+0x8028001E
+
+TPM_E_BADTAG
+
+
+The tag value sent to for a command is invalid.
+
+0x8028001F
+
+TPM_E_IOERROR
+
+
+An I/O error occurred transmitting information to the TPM.
+
+0x80280020
+
+TPM_E_ENCRYPT_ERROR
+
+
+The encryption process had a problem.
+
+0x80280021
+
+TPM_E_DECRYPT_ERROR
+
+
+The decryption process did not complete.
+
+0x80280022
+
+TPM_E_INVALID_AUTHHANDLE
+
+
+An invalid handle was used.
+
+0x80280023
+
+TPM_E_NO_ENDORSEMENT
+
+
+The TPM does not have an endorsement key (EK) installed.
+
+0x80280024
+
+TPM_E_INVALID_KEYUSAGE
+
+
+The usage of a key is not allowed.
+
+0x80280025
+
+TPM_E_WRONG_ENTITYTYPE
+
+
+The submitted entity type is not allowed.
+
+0x80280026
+
+TPM_E_INVALID_POSTINIT
+
+
+The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
+
+0x80280027
+
+TPM_E_INAPPROPRIATE_SIG
+
+
+Signed data cannot include additional DER information.
+
+0x80280028
+
+TPM_E_BAD_KEY_PROPERTY
+
+
+The key properties in TPM_KEY_PARMs are not supported by this TPM.
+
+0x80280029
+
+TPM_E_BAD_MIGRATION
+
+
+The migration properties of this key are incorrect.
+
+0x8028002A
+
+TPM_E_BAD_SCHEME
+
+
+The signature or encryption scheme for this key is incorrect or not permitted in this situation.
+
+0x8028002B
+
+TPM_E_BAD_DATASIZE
+
+
+The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
+
+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.
+
+0x8028002D
+
+TPM_E_BAD_PRESENCE
+
+
+Either the physicalPresence or physicalPresenceLock bits have the wrong value.
+
+0x8028002E
+
+TPM_E_BAD_VERSION
+
+
+The TPM cannot perform this version of the capability.
+
+0x8028002F
+
+TPM_E_NO_WRAP_TRANSPORT
+
+
+The TPM does not allow for wrapped transport sessions.
+
+0x80280030
+
+TPM_E_AUDITFAIL_UNSUCCESSFUL
+
+
+TPM audit construction failed and the underlying command was returning a failure code also.
+
+0x80280031
+
+TPM_E_AUDITFAIL_SUCCESSFUL
+
+
+TPM audit construction failed and the underlying command was returning success.
+
+0x80280032
+
+TPM_E_NOTRESETABLE
+
+
+Attempt to reset a PCR that does not have the resettable attribute.
+
+0x80280033
+
+TPM_E_NOTLOCAL
+
+
+Attempt to reset a PCR register that requires locality and the locality modifier not part of command transport.
+
+0x80280034
+
+TPM_E_BAD_TYPE
+
+
+Make identity blob not properly typed.
+
+0x80280035
+
+TPM_E_INVALID_RESOURCE
+
+
+When saving context identified resource type does not match actual resource.
+
+0x80280036
+
+TPM_E_NOTFIPS
+
+
+The TPM is attempting to execute a command only available when in Federal Information Processing Standards (FIPS) mode.
+
+0x80280037
+
+TPM_E_INVALID_FAMILY
+
+
+The command is attempting to use an invalid family ID.
+
+0x80280038
+
+TPM_E_NO_NV_PERMISSION
+
+
+The permission to manipulate the NV storage is not available.
+
+0x80280039
+
+TPM_E_REQUIRES_SIGN
+
+
+The operation requires a signed command.
+
+0x8028003A
+
+TPM_E_KEY_NOTSUPPORTED
+
+
+Wrong operation to load an NV key.
+
+0x8028003B
+
+TPM_E_AUTH_CONFLICT
+
+
+NV_LoadKey blob requires both owner and blob authorization.
+
+0x8028003C
+
+TPM_E_AREA_LOCKED
+
+
+The NV area is locked and not writable.
+
+0x8028003D
+
+TPM_E_BAD_LOCALITY
+
+
+The locality is incorrect for the attempted operation.
+
+0x8028003E
+
+TPM_E_READ_ONLY
+
+
+The NV area is read-only and cannot be written to.
+
+0x8028003F
+
+TPM_E_PER_NOWRITE
+
+
+There is no protection on the write to the NV area.
+
+0x80280040
+
+TPM_E_FAMILYCOUNT
+
+
+The family count value does not match.
+
+0x80280041
+
+TPM_E_WRITE_LOCKED
+
+
+The NV area has already been written to.
+
+0x80280042
+
+TPM_E_BAD_ATTRIBUTES
+
+
+The NV area attributes conflict.
+
+0x80280043
+
+TPM_E_INVALID_STRUCTURE
+
+
+The structure tag and version are invalid or inconsistent.
+
+0x80280044
+
+TPM_E_KEY_OWNER_CONTROL
+
+
+The key is under control of the TPM owner and can only be evicted by the TPM owner.
+
+0x80280045
+
+TPM_E_BAD_COUNTER
+
+
+The counter handle is incorrect.
+
+0x80280046
+
+TPM_E_NOT_FULLWRITE
+
+
+The write is not a complete write of the area.
+
+0x80280047
+
+TPM_E_CONTEXT_GAP
+
+
+The gap between saved context counts is too large.
+
+0x80280048
+
+TPM_E_MAXNVWRITES
+
+
+The maximum number of NV writes without an owner has been exceeded.
+
+0x80280049
+
+TPM_E_NOOPERATOR
+
+
+No operator AuthData value is set.
+
+0x8028004A
+
+TPM_E_RESOURCEMISSING
+
+
+The resource pointed to by context is not loaded.
+
+0x8028004B
+
+TPM_E_DELEGATE_LOCK
+
+
+The delegate administration is locked.
+
+0x8028004C
+
+TPM_E_DELEGATE_FAMILY
+
+
+Attempt to manage a family other then the delegated family.
+
+0x8028004D
+
+TPM_E_DELEGATE_ADMIN
+
+
+Delegation table management not enabled.
+
+0x8028004E
+
+TPM_E_TRANSPORT_NOTEXCLUSIVE
+
+
+There was a command executed outside an exclusive transport session.
+
+0x8028004F
+
+TPM_E_OWNER_CONTROL
+
+
+Attempt to context save an owner evict controlled key.
+
+0x80280050
+
+TPM_E_DAA_RESOURCES
+
+
+The DAA command has no resources available to execute the command.
+
+0x80280051
+
+TPM_E_DAA_INPUT_DATA0
+
+
+The consistency check on DAA parameter inputData0 has failed.
+
+0x80280052
+
+TPM_E_DAA_INPUT_DATA1
+
+
+The consistency check on DAA parameter inputData1 has failed.
+
+0x80280053
+
+TPM_E_DAA_ISSUER_SETTINGS
+
+
+The consistency check on DAA_issuerSettings has failed.
+
+0x80280054
+
+TPM_E_DAA_TPM_SETTINGS
+
+
+The consistency check on DAA_tpmSpecific has failed.
+
+0x80280055
+
+TPM_E_DAA_STAGE
+
+
+The atomic process indicated by the submitted DAA command is not the expected process.
+
+0x80280056
+
+TPM_E_DAA_ISSUER_VALIDITY
+
+
+The issuer's validity check has detected an inconsistency.
+
+0x80280057
+
+TPM_E_DAA_WRONG_W
+
+
+The consistency check on w has failed.
+
+0x80280058
+
+TPM_E_BAD_HANDLE
+
+
+The handle is incorrect.
+
+0x80280059
+
+TPM_E_BAD_DELEGATE
+
+
+Delegation is not correct.
+
+0x8028005A
+
+TPM_E_BADCONTEXT
+
+
+The context blob is invalid.
+
+0x8028005B
+
+TPM_E_TOOMANYCONTEXTS
+
+
+Too many contexts held by the TPM.
+
+0x8028005C
+
+TPM_E_MA_TICKET_SIGNATURE
+
+
+Migration authority signature validation failure.
+
+0x8028005D
+
+TPM_E_MA_DESTINATION
+
+
+Migration destination not authenticated.
+
+0x8028005E
+
+TPM_E_MA_SOURCE
+
+
+Migration source incorrect.
+
+0x8028005F
+
+TPM_E_MA_AUTHORITY
+
+
+Incorrect migration authority.
+
+0x80280061
+
+TPM_E_PERMANENTEK
+
+
+Attempt to revoke the EK and the EK is not revocable.
+
+0x80280062
+
+TPM_E_BAD_SIGNATURE
+
+
+Bad signature of CMK ticket.
+
+0x80280063
+
+TPM_E_NOCONTEXTSPACE
+
+
+There is no room in the context list for additional contexts.
+
+0x80280400
+
+TPM_E_COMMAND_BLOCKED
+
+
+The command was blocked.
+
+0x80280401
+
+TPM_E_INVALID_HANDLE
+
+
+The specified handle was not found.
+
+0x80280402
+
+TPM_E_DUPLICATE_VHANDLE
+
+
+The TPM returned a duplicate handle and the command needs to be resubmitted.
+
+0x80280403
+
+TPM_E_EMBEDDED_COMMAND_BLOCKED
+
+
+The command within the transport was blocked.
+
+0x80280404
+
+TPM_E_EMBEDDED_COMMAND_UNSUPPORTED
+
+
+The command within the transport is not supported.
+
+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.
+
+0x80280801
+
+TPM_E_NEEDS_SELFTEST
+
+
+SelfTestFull has not been run.
+
+0x80280802
+
+TPM_E_DOING_SELFTEST
+
+
+The TPM is currently executing a full self-test.
+
+0x80280803
+
+TPM_E_DEFEND_LOCK_RUNNING
+
+
+The TPM is defending against dictionary attacks and is in a time-out period.
+
+0x80284001
+
+TBS_E_INTERNAL_ERROR
+
+
+An internal software error has been detected.
+
+0x80284002
+
+TBS_E_BAD_PARAMETER
+
+
+One or more input parameters are bad.
+
+0x80284003
+
+TBS_E_INVALID_OUTPUT_POINTER
+
+
+A specified output pointer is bad.
+
+0x80284004
+
+TBS_E_INVALID_CONTEXT
+
+
+The specified context handle does not refer to a valid context.
+
+0x80284005
+
+TBS_E_INSUFFICIENT_BUFFER
+
+
+A specified output buffer is too small.
+
+0x80284006
+
+TBS_E_IOERROR
+
+
+An error occurred while communicating with the TPM.
+
+0x80284007
+
+TBS_E_INVALID_CONTEXT_PARAM
+
+
+One or more context parameters are invalid.
+
+0x80284008
+
+TBS_E_SERVICE_NOT_RUNNING
+
+
+The TPM Base Services (TBS) is not running and could not be started.
+
+0x80284009
+
+TBS_E_TOO_MANY_TBS_CONTEXTS
+
+
+A new context could not be created because there are too many open contexts.
+
+0x8028400A
+
+TBS_E_TOO_MANY_RESOURCES
+
+
+A new virtual resource could not be created because there are too many open virtual resources.
+
+0x8028400B
+
+TBS_E_SERVICE_START_PENDING
+
+
+The TBS service has been started but is not yet running.
+
+0x8028400C
+
+TBS_E_PPI_NOT_SUPPORTED
+
+
+The physical presence interface is not supported.
+
+0x8028400D
+
+TBS_E_COMMAND_CANCELED
+
+
+The command was canceled.
+
+0x8028400E
+
+TBS_E_BUFFER_TOO_LARGE
+
+
+The input or output buffer is too large.
+
+0x80290100
+
+TPMAPI_E_INVALID_STATE
+
+
+The command buffer is not in the correct state.
+
+0x80290101
+
+TPMAPI_E_NOT_ENOUGH_DATA
+
+
+The command buffer does not contain enough data to satisfy the request.
+
+0x80290102
+
+TPMAPI_E_TOO_MUCH_DATA
+
+
+The command buffer cannot contain any more data.
+
+0x80290103
+
+TPMAPI_E_INVALID_OUTPUT_POINTER
+
+
+One or more output parameters was null or invalid.
+
+0x80290104
+
+TPMAPI_E_INVALID_PARAMETER
+
+
+One or more input parameters are invalid.
+
+0x80290105
+
+TPMAPI_E_OUT_OF_MEMORY
+
+
+Not enough memory was available to satisfy the request.
+
+0x80290106
+
+TPMAPI_E_BUFFER_TOO_SMALL
+
+
+The specified buffer was too small.
+
+0x80290107
+
+TPMAPI_E_INTERNAL_ERROR
+
+
+An internal error was detected.
+
+0x80290108
+
+TPMAPI_E_ACCESS_DENIED
+
+
+The caller does not have the appropriate rights to perform the requested operation.
+
+0x80290109
+
+TPMAPI_E_AUTHORIZATION_FAILED
+
+
+The specified authorization information was invalid.
+
+0x8029010A
+
+TPMAPI_E_INVALID_CONTEXT_HANDLE
+
+
+The specified context handle was not valid.
+
+0x8029010B
+
+TPMAPI_E_TBS_COMMUNICATION_ERROR
+
+
+An error occurred while communicating with the TBS.
+
+0x8029010C
+
+TPMAPI_E_TPM_COMMAND_ERROR
+
+
+The TPM returned an unexpected result.
+
+0x8029010D
+
+TPMAPI_E_MESSAGE_TOO_LARGE
+
+
+The message was too large for the encoding scheme.
+
+0x8029010E
+
+TPMAPI_E_INVALID_ENCODING
+
+
+The encoding in the binary large object (BLOB) was not recognized.
+
+0x8029010F
+
+TPMAPI_E_INVALID_KEY_SIZE
+
+
+The key size is not valid.
+
+0x80290110
+
+TPMAPI_E_ENCRYPTION_FAILED
+
+
+The encryption operation failed.
+
+0x80290111
+
+TPMAPI_E_INVALID_KEY_PARAMS
+
+
+The key parameters structure was not valid.
+
+0x80290112
+
+TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB
+
+
+The requested supplied data does not appear to be a valid migration authorization BLOB.
+
+0x80290113
+
+TPMAPI_E_INVALID_PCR_INDEX
+
+
+The specified PCR index was invalid.
+
+0x80290114
+
+TPMAPI_E_INVALID_DELEGATE_BLOB
+
+
+The data given does not appear to be a valid delegate BLOB.
+
+0x80290115
+
+TPMAPI_E_INVALID_CONTEXT_PARAMS
+
+
+One or more of the specified context parameters was not valid.
+
+0x80290116
+
+TPMAPI_E_INVALID_KEY_BLOB
+
+
+The data given does not appear to be a valid key BLOB.
+
+0x80290117
+
+TPMAPI_E_INVALID_PCR_DATA
+
+
+The specified PCR data was invalid.
+
+0x80290118
+
+TPMAPI_E_INVALID_OWNER_AUTH
+
+
+The format of the owner authorization data was invalid.
+
+0x80290200
+
+TBSIMP_E_BUFFER_TOO_SMALL
+
+
+The specified buffer was too small.
+
+0x80290201
+
+TBSIMP_E_CLEANUP_FAILED
+
+
+The context could not be cleaned up.
+
+0x80290202
+
+TBSIMP_E_INVALID_CONTEXT_HANDLE
+
+
+The specified context handle is invalid.
+
+0x80290203
+
+TBSIMP_E_INVALID_CONTEXT_PARAM
+
+
+An invalid context parameter was specified.
+
+0x80290204
+
+TBSIMP_E_TPM_ERROR
+
+
+An error occurred while communicating with the TPM.
+
+0x80290205
+
+TBSIMP_E_HASH_BAD_KEY
+
+
+No entry with the specified key was found.
+
+0x80290206
+
+TBSIMP_E_DUPLICATE_VHANDLE
+
+
+The specified virtual handle matches a virtual handle already in use.
+
+0x80290207
+
+TBSIMP_E_INVALID_OUTPUT_POINTER
+
+
+The pointer to the returned handle location was null or invalid.
+
+0x80290208
+
+TBSIMP_E_INVALID_PARAMETER
+
+
+One or more parameters are invalid.
+
+0x80290209
+
+TBSIMP_E_RPC_INIT_FAILED
+
+
+The RPC subsystem could not be initialized.
+
+0x8029020A
+
+TBSIMP_E_SCHEDULER_NOT_RUNNING
+
+
+The TBS scheduler is not running.
+
+0x8029020B
+
+TBSIMP_E_COMMAND_CANCELED
+
+
+The command was canceled.
+
+0x8029020C
+
+TBSIMP_E_OUT_OF_MEMORY
+
+
+There was not enough memory to fulfill the request.
+
+0x8029020D
+
+TBSIMP_E_LIST_NO_MORE_ITEMS
+
+
+The specified list is empty, or the iteration has reached the end of the list.
+
+0x8029020E
+
+TBSIMP_E_LIST_NOT_FOUND
+
+
+The specified item was not found in the list.
+
+0x8029020F
+
+TBSIMP_E_NOT_ENOUGH_SPACE
+
+
+The TPM does not have enough space to load the requested resource.
+
+0x80290210
+
+TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS
+
+
+There are too many TPM contexts in use.
+
+0x80290211
+
+TBSIMP_E_COMMAND_FAILED
+
+
+The TPM command failed.
+
+0x80290212
+
+TBSIMP_E_UNKNOWN_ORDINAL
+
+
+The TBS does not recognize the specified ordinal.
+
+0x80290213
+
+TBSIMP_E_RESOURCE_EXPIRED
+
+
+The requested resource is no longer available.
+
+0x80290214
+
+TBSIMP_E_INVALID_RESOURCE
+
+
+The resource type did not match.
+
+0x80290215
+
+TBSIMP_E_NOTHING_TO_UNLOAD
+
+
+No resources can be unloaded.
+
+0x80290216
+
+TBSIMP_E_HASH_TABLE_FULL
+
+
+No new entries can be added to the hash table.
+
+0x80290217
+
+TBSIMP_E_TOO_MANY_TBS_CONTEXTS
+
+
+A new TBS context could not be created because there are too many open contexts.
+
+0x80290218
+
+TBSIMP_E_TOO_MANY_RESOURCES
+
+
+A new virtual resource could not be created because there are too many open virtual resources.
+
+0x80290219
+
+TBSIMP_E_PPI_NOT_SUPPORTED
+
+
+The physical presence interface is not supported.
+
+0x8029021A
+
+TBSIMP_E_TPM_INCOMPATIBLE
+
+
+TBS is not compatible with the version of TPM found on the system.
+
+0x80290300
+
+TPM_E_PPI_ACPI_FAILURE
+
+
+A general error was detected when attempting to acquire the BIOS response to a physical presence command.
+
+0x80290301
+
+TPM_E_PPI_USER_ABORT
+
+
+The user failed to confirm the TPM operation request.
+
+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).
+
+0x80290303
+
+TPM_E_PPI_NOT_SUPPORTED
+
+
+The BIOS does not support the physical presence interface.
+
+0x80300002
+
+PLA_E_DCS_NOT_FOUND
+
+
+A Data Collector Set was not found.
+
+0x80300045
+
+PLA_E_TOO_MANY_FOLDERS
+
+
+Unable to start Data Collector Set because there are too many folders.
+
+0x80300070
+
+PLA_E_NO_MIN_DISK
+
+
+Not enough free disk space to start Data Collector Set.
+
+0x803000AA
+
+PLA_E_DCS_IN_USE
+
+
+Data Collector Set is in use.
+
+0x803000B7
+
+PLA_E_DCS_ALREADY_EXISTS
+
+
+Data Collector Set already exists.
+
+0x80300101
+
+PLA_E_PROPERTY_CONFLICT
+
+
+Property value conflict.
+
+0x80300102
+
+PLA_E_DCS_SINGLETON_REQUIRED
+
+
+The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
+
+0x80300103
+
+PLA_E_CREDENTIALS_REQUIRED
+
+
+A user account is required to commit the current Data Collector Set properties.
+
+0x80300104
+
+PLA_E_DCS_NOT_RUNNING
+
+
+Data Collector Set is not running.
+
+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.
+
+0x80300106
+
+PLA_E_NETWORK_EXE_NOT_VALID
+
+
+The executable path specified refers to a network share or UNC path.
+
+0x80300107
+
+PLA_E_EXE_ALREADY_CONFIGURED
+
+
+The executable path specified is already configured for API tracing.
+
+0x80300108
+
+PLA_E_EXE_PATH_NOT_VALID
+
+
+The executable path specified does not exist. Verify that the specified path is correct.
+
+0x80300109
+
+PLA_E_DC_ALREADY_EXISTS
+
+
+Data Collector already exists.
+
+0x8030010A
+
+PLA_E_DCS_START_WAIT_TIMEOUT
+
+
+The wait for the Data Collector Set start notification has timed out.
+
+0x8030010B
+
+PLA_E_DC_START_WAIT_TIMEOUT
+
+
+The wait for the Data Collector to start has timed out.
+
+0x8030010C
+
+PLA_E_REPORT_WAIT_TIMEOUT
+
+
+The wait for the report generation tool to finish has timed out.
+
+0x8030010D
+
+PLA_E_NO_DUPLICATES
+
+
+Duplicate items are not allowed.
+
+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.
+
+0x8030010F
+
+PLA_E_INVALID_SESSION_NAME
+
+
+The session name provided is invalid.
+
+0x80300110
+
+PLA_E_PLA_CHANNEL_NOT_ENABLED
+
+
+The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
+
+0x80300111
+
+PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED
+
+
+The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
+
+0x80310000
+
+FVE_E_LOCKED_VOLUME
+
+
+The volume must be unlocked before it can be used.
+
+0x80310001
+
+FVE_E_NOT_ENCRYPTED
+
+
+The volume is fully decrypted and no key is available.
+
+0x80310002
+
+FVE_E_NO_TPM_BIOS
+
+
+The firmware does not support using a TPM during boot.
+
+0x80310003
+
+FVE_E_NO_MBR_METRIC
+
+
+The firmware does not use a TPM to perform initial program load (IPL) measurement.
+
+0x80310004
+
+FVE_E_NO_BOOTSECTOR_METRIC
+
+
+The master boot record (MBR) is not TPM-aware.
+
+0x80310005
+
+FVE_E_NO_BOOTMGR_METRIC
+
+
+The BOOTMGR is not being measured by the TPM.
+
+0x80310006
+
+FVE_E_WRONG_BOOTMGR
+
+
+The BOOTMGR component does not perform expected TPM measurements.
+
+0x80310007
+
+FVE_E_SECURE_KEY_REQUIRED
+
+
+No secure key protection mechanism has been defined.
+
+0x80310008
+
+FVE_E_NOT_ACTIVATED
+
+
+This volume has not been provisioned for encryption.
+
+0x80310009
+
+FVE_E_ACTION_NOT_ALLOWED
+
+
+Requested action was denied by the full-volume encryption (FVE) control engine.
+
+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.
+
+0x8031000B
+
+FVE_E_AD_INVALID_DATATYPE
+
+
+The type of data obtained from Active Directory was not expected.
+
+0x8031000C
+
+FVE_E_AD_INVALID_DATASIZE
+
+
+The size of the data obtained from Active Directory was not expected.
+
+0x8031000D
+
+FVE_E_AD_NO_VALUES
+
+
+The attribute read from Active Directory has no (zero) values.
+
+0x8031000E
+
+FVE_E_AD_ATTR_NOT_SET
+
+
+The attribute was not set.
+
+0x8031000F
+
+FVE_E_AD_GUID_NOT_FOUND
+
+
+The specified GUID could not be found.
+
+0x80310010
+
+FVE_E_BAD_INFORMATION
+
+
+The control block for the encrypted volume is not valid.
+
+0x80310011
+
+FVE_E_TOO_SMALL
+
+
+Not enough free space remaining on volume to allow encryption.
+
+0x80310012
+
+FVE_E_SYSTEM_VOLUME
+
+
+The volume cannot be encrypted because it is required to boot the operating system.
+
+0x80310013
+
+FVE_E_FAILED_WRONG_FS
+
+
+The volume cannot be encrypted because the file system is not supported.
+
+0x80310014
+
+FVE_E_FAILED_BAD_FS
+
+
+The file system is inconsistent. Run CHKDSK.
+
+0x80310015
+
+FVE_E_NOT_SUPPORTED
+
+
+This volume cannot be encrypted.
+
+0x80310016
+
+FVE_E_BAD_DATA
+
+
+Data supplied is malformed.
+
+0x80310017
+
+FVE_E_VOLUME_NOT_BOUND
+
+
+Volume is not bound to the system.
+
+0x80310018
+
+FVE_E_TPM_NOT_OWNED
+
+
+TPM must be owned before a volume can be bound to it.
+
+0x80310019
+
+FVE_E_NOT_DATA_VOLUME
+
+
+The volume specified is not a data volume.
+
+0x8031001A
+
+FVE_E_AD_INSUFFICIENT_BUFFER
+
+
+The buffer supplied to a function was insufficient to contain the returned data.
+
+0x8031001B
+
+FVE_E_CONV_READ
+
+
+A read operation failed while converting the volume.
+
+0x8031001C
+
+FVE_E_CONV_WRITE
+
+
+A write operation failed while converting the volume.
+
+0x8031001D
+
+FVE_E_KEY_REQUIRED
+
+
+One or more key protection mechanisms are required for this volume.
+
+0x8031001E
+
+FVE_E_CLUSTERING_NOT_SUPPORTED
+
+
+Cluster configurations are not supported.
+
+0x8031001F
+
+FVE_E_VOLUME_BOUND_ALREADY
+
+
+The volume is already bound to the system.
+
+0x80310020
+
+FVE_E_OS_NOT_PROTECTED
+
+
+The boot OS volume is not being protected via FVE.
+
+0x80310021
+
+FVE_E_PROTECTION_DISABLED
+
+
+All protection mechanisms are effectively disabled (clear key exists).
+
+0x80310022
+
+FVE_E_RECOVERY_KEY_REQUIRED
+
+
+A recovery key protection mechanism is required.
+
+0x80310023
+
+FVE_E_FOREIGN_VOLUME
+
+
+This volume cannot be bound to a TPM.
+
+0x80310024
+
+FVE_E_OVERLAPPED_UPDATE
+
+
+The control block for the encrypted volume was updated by another thread. Try again.
+
+0x80310025
+
+FVE_E_TPM_SRK_AUTH_NOT_ZERO
+
+
+The SRK authentication of the TPM is not zero and, therefore, is not compatible.
+
+0x80310026
+
+FVE_E_FAILED_SECTOR_SIZE
+
+
+The volume encryption algorithm cannot be used on this sector size.
+
+0x80310027
+
+FVE_E_FAILED_AUTHENTICATION
+
+
+BitLocker recovery authentication failed.
+
+0x80310028
+
+FVE_E_NOT_OS_VOLUME
+
+
+The volume specified is not the boot OS volume.
+
+0x80310029
+
+FVE_E_AUTOUNLOCK_ENABLED
+
+
+Auto-unlock information for data volumes is present on the boot OS volume.
+
+0x8031002A
+
+FVE_E_WRONG_BOOTSECTOR
+
+
+The system partition boot sector does not perform TPM measurements.
+
+0x8031002B
+
+FVE_E_WRONG_SYSTEM_FS
+
+
+The system partition file system must be NTFS.
+
+0x8031002C
+
+FVE_E_POLICY_PASSWORD_REQUIRED
+
+
+Group policy requires a recovery password before encryption can begin.
+
+0x8031002D
+
+FVE_E_CANNOT_SET_FVEK_ENCRYPTED
+
+
+The volume encryption algorithm and key cannot be set on an encrypted volume.
+
+0x8031002E
+
+FVE_E_CANNOT_ENCRYPT_NO_KEY
+
+
+A key must be specified before encryption can begin.
+
+0x80310030
+
+FVE_E_BOOTABLE_CDDVD
+
+
+A bootable CD/DVD is in the system. Remove the CD/DVD and reboot the system.
+
+0x80310031
+
+FVE_E_PROTECTOR_EXISTS
+
+
+An instance of this key protector already exists on the volume.
+
+0x80310032
+
+FVE_E_RELATIVE_PATH
+
+
+The file cannot be saved to a relative path.
+
+0x80320001
+
+FWP_E_CALLOUT_NOT_FOUND
+
+
+The callout does not exist.
+
+0x80320002
+
+FWP_E_CONDITION_NOT_FOUND
+
+
+The filter condition does not exist.
+
+0x80320003
+
+FWP_E_FILTER_NOT_FOUND
+
+
+The filter does not exist.
+
+0x80320004
+
+FWP_E_LAYER_NOT_FOUND
+
+
+The layer does not exist.
+
+0x80320005
+
+FWP_E_PROVIDER_NOT_FOUND
+
+
+The provider does not exist.
+
+0x80320006
+
+FWP_E_PROVIDER_CONTEXT_NOT_FOUND
+
+
+The provider context does not exist.
+
+0x80320007
+
+FWP_E_SUBLAYER_NOT_FOUND
+
+
+The sublayer does not exist.
+
+0x80320008
+
+FWP_E_NOT_FOUND
+
+
+The object does not exist.
+
+0x80320009
+
+FWP_E_ALREADY_EXISTS
+
+
+An object with that GUID or LUID already exists.
+
+0x8032000A
+
+FWP_E_IN_USE
+
+
+The object is referenced by other objects and, therefore, cannot be deleted.
+
+0x8032000B
+
+FWP_E_DYNAMIC_SESSION_IN_PROGRESS
+
+
+The call is not allowed from within a dynamic session.
+
+0x8032000C
+
+FWP_E_WRONG_SESSION
+
+
+The call was made from the wrong session and, therefore, cannot be completed.
+
+0x8032000D
+
+FWP_E_NO_TXN_IN_PROGRESS
+
+
+The call must be made from within an explicit transaction.
+
+0x8032000E
+
+FWP_E_TXN_IN_PROGRESS
+
+
+The call is not allowed from within an explicit transaction.
+
+0x8032000F
+
+FWP_E_TXN_ABORTED
+
+
+The explicit transaction has been forcibly canceled.
+
+0x80320010
+
+FWP_E_SESSION_ABORTED
+
+
+The session has been canceled.
+
+0x80320011
+
+FWP_E_INCOMPATIBLE_TXN
+
+
+The call is not allowed from within a read-only transaction.
+
+0x80320012
+
+FWP_E_TIMEOUT
+
+
+The call timed out while waiting to acquire the transaction lock.
+
+0x80320013
+
+FWP_E_NET_EVENTS_DISABLED
+
+
+Collection of network diagnostic events is disabled.
+
+0x80320014
+
+FWP_E_INCOMPATIBLE_LAYER
+
+
+The operation is not supported by the specified layer.
+
+0x80320015
+
+FWP_E_KM_CLIENTS_ONLY
+
+
+The call is allowed for kernel-mode callers only.
+
+0x80320016
+
+FWP_E_LIFETIME_MISMATCH
+
+
+The call tried to associate two objects with incompatible lifetimes.
+
+0x80320017
+
+FWP_E_BUILTIN_OBJECT
+
+
+The object is built in and, therefore, cannot be deleted.
+
+0x80320018
+
+FWP_E_TOO_MANY_BOOTTIME_FILTERS
+
+
+The maximum number of boot-time filters has been reached.
+
+0x80320019
+
+FWP_E_NOTIFICATION_DROPPED
+
+
+A notification could not be delivered because a message queue is at its maximum capacity.
+
+0x8032001A
+
+FWP_E_TRAFFIC_MISMATCH
+
+
+The traffic parameters do not match those for the security association context.
+
+0x8032001B
+
+FWP_E_INCOMPATIBLE_SA_STATE
+
+
+The call is not allowed for the current security association state.
+
+0x8032001C
+
+FWP_E_NULL_POINTER
+
+
+A required pointer is null.
+
+0x8032001D
+
+FWP_E_INVALID_ENUMERATOR
+
+
+An enumerator is not valid.
+
+0x8032001E
+
+FWP_E_INVALID_FLAGS
+
+
+The flags field contains an invalid value.
+
+0x8032001F
+
+FWP_E_INVALID_NET_MASK
+
+
+A network mask is not valid.
+
+0x80320020
+
+FWP_E_INVALID_RANGE
+
+
+An FWP_RANGE is not valid.
+
+0x80320021
+
+FWP_E_INVALID_INTERVAL
+
+
+The time interval is not valid.
+
+0x80320022
+
+FWP_E_ZERO_LENGTH_ARRAY
+
+
+An array that must contain at least one element that is zero-length.
+
+0x80320023
+
+FWP_E_NULL_DISPLAY_NAME
+
+
+The displayData.name field cannot be null.
+
+0x80320024
+
+FWP_E_INVALID_ACTION_TYPE
+
+
+The action type is not one of the allowed action types for a filter.
+
+0x80320025
+
+FWP_E_INVALID_WEIGHT
+
+
+The filter weight is not valid.
+
+0x80320026
+
+FWP_E_MATCH_TYPE_MISMATCH
+
+
+A filter condition contains a match type that is not compatible with the operands.
+
+0x80320027
+
+FWP_E_TYPE_MISMATCH
+
+
+An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
+
+0x80320028
+
+FWP_E_OUT_OF_BOUNDS
+
+
+An integer value is outside the allowed range.
+
+0x80320029
+
+FWP_E_RESERVED
+
+
+A reserved field is nonzero.
+
+0x8032002A
+
+FWP_E_DUPLICATE_CONDITION
+
+
+A filter cannot contain multiple conditions operating on a single field.
+
+0x8032002B
+
+FWP_E_DUPLICATE_KEYMOD
+
+
+A policy cannot contain the same keying module more than once.
+
+0x8032002C
+
+FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER
+
+
+The action type is not compatible with the layer.
+
+0x8032002D
+
+FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER
+
+
+The action type is not compatible with the sublayer.
+
+0x8032002E
+
+FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER
+
+
+The raw context or the provider context is not compatible with the layer.
+
+0x8032002F
+
+FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT
+
+
+The raw context or the provider context is not compatible with the callout.
+
+0x80320030
+
+FWP_E_INCOMPATIBLE_AUTH_METHOD
+
+
+The authentication method is not compatible with the policy type.
+
+0x80320031
+
+FWP_E_INCOMPATIBLE_DH_GROUP
+
+
+The Diffie-Hellman group is not compatible with the policy type.
+
+0x80320032
+
+FWP_E_EM_NOT_SUPPORTED
+
+
+An Internet Key Exchange (IKE) policy cannot contain an Extended Mode policy.
+
+0x80320033
+
+FWP_E_NEVER_MATCH
+
+
+The enumeration template or subscription will never match any objects.
+
+0x80320034
+
+FWP_E_PROVIDER_CONTEXT_MISMATCH
+
+
+The provider context is of the wrong type.
+
+0x80320035
+
+FWP_E_INVALID_PARAMETER
+
+
+The parameter is incorrect.
+
+0x80320036
+
+FWP_E_TOO_MANY_SUBLAYERS
+
+
+The maximum number of sublayers has been reached.
+
+0x80320037
+
+FWP_E_CALLOUT_NOTIFICATION_FAILED
+
+
+The notification function for a callout returned an error.
+
+0x80320038
+
+FWP_E_INCOMPATIBLE_AUTH_CONFIG
+
+
+The IPsec authentication configuration is not compatible with the authentication type.
+
+0x80320039
+
+FWP_E_INCOMPATIBLE_CIPHER_CONFIG
+
+
+The IPsec cipher configuration is not compatible with the cipher type.
+
+0x80340002
+
+ERROR_NDIS_INTERFACE_CLOSING
+
+
+The binding to the network interface is being closed.
+
+0x80340004
+
+ERROR_NDIS_BAD_VERSION
+
+
+An invalid version was specified.
+
+0x80340005
+
+ERROR_NDIS_BAD_CHARACTERISTICS
+
+
+An invalid characteristics table was used.
+
+0x80340006
+
+ERROR_NDIS_ADAPTER_NOT_FOUND
+
+
+Failed to find the network interface, or the network interface is not ready.
+
+0x80340007
+
+ERROR_NDIS_OPEN_FAILED
+
+
+Failed to open the network interface.
+
+0x80340008
+
+ERROR_NDIS_DEVICE_FAILED
+
+
+The network interface has encountered an internal unrecoverable failure.
+
+0x80340009
+
+ERROR_NDIS_MULTICAST_FULL
+
+
+The multicast list on the network interface is full.
+
+0x8034000A
+
+ERROR_NDIS_MULTICAST_EXISTS
+
+
+An attempt was made to add a duplicate multicast address to the list.
+
+0x8034000B
+
+ERROR_NDIS_MULTICAST_NOT_FOUND
+
+
+At attempt was made to remove a multicast address that was never added.
+
+0x8034000C
+
+ERROR_NDIS_REQUEST_ABORTED
+
+
+The network interface aborted the request.
+
+0x8034000D
+
+ERROR_NDIS_RESET_IN_PROGRESS
+
+
+The network interface cannot process the request because it is being reset.
+
+0x8034000F
+
+ERROR_NDIS_INVALID_PACKET
+
+
+An attempt was made to send an invalid packet on a network interface.
+
+0x80340010
+
+ERROR_NDIS_INVALID_DEVICE_REQUEST
+
+
+The specified request is not a valid operation for the target device.
+
+0x80340011
+
+ERROR_NDIS_ADAPTER_NOT_READY
+
+
+The network interface is not ready to complete this operation.
+
+0x80340014
+
+ERROR_NDIS_INVALID_LENGTH
+
+
+The length of the buffer submitted for this operation is not valid.
+
+0x80340015
+
+ERROR_NDIS_INVALID_DATA
+
+
+The data used for this operation is not valid.
+
+0x80340016
+
+ERROR_NDIS_BUFFER_TOO_SHORT
+
+
+The length of the buffer submitted for this operation is too small.
+
+0x80340017
+
+ERROR_NDIS_INVALID_OID
+
+
+The network interface does not support this OID.
+
+0x80340018
+
+ERROR_NDIS_ADAPTER_REMOVED
+
+
+The network interface has been removed.
+
+0x80340019
+
+ERROR_NDIS_UNSUPPORTED_MEDIA
+
+
+The network interface does not support this media type.
+
+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.
+
+0x8034001B
+
+ERROR_NDIS_FILE_NOT_FOUND
+
+
+An attempt was made to map a file that cannot be found.
+
+0x8034001C
+
+ERROR_NDIS_ERROR_READING_FILE
+
+
+An error occurred while the NDIS tried to map the file.
+
+0x8034001D
+
+ERROR_NDIS_ALREADY_MAPPED
+
+
+An attempt was made to map a file that is already mapped.
+
+0x8034001E
+
+ERROR_NDIS_RESOURCE_CONFLICT
+
+
+An attempt to allocate a hardware resource failed because the resource is used by another component.
+
+0x8034001F
+
+ERROR_NDIS_MEDIA_DISCONNECTED
+
+
+The I/O operation failed because network media is disconnected or the wireless access point is out of range.
+
+0x80340022
+
+ERROR_NDIS_INVALID_ADDRESS
+
+
+The network address used in the request is invalid.
+
+0x8034002A
+
+ERROR_NDIS_PAUSED
+
+
+The offload operation on the network interface has been paused.
+
+0x8034002B
+
+ERROR_NDIS_INTERFACE_NOT_FOUND
+
+
+The network interface was not found.
+
+0x8034002C
+
+ERROR_NDIS_UNSUPPORTED_REVISION
+
+
+The revision number specified in the structure is not supported.
+
+0x8034002D
+
+ERROR_NDIS_INVALID_PORT
+
+
+The specified port does not exist on this network interface.
+
+0x8034002E
+
+ERROR_NDIS_INVALID_PORT_STATE
+
+
+The current state of the specified port on this network interface does not support the requested operation.
+
+0x803400BB
+
+ERROR_NDIS_NOT_SUPPORTED
+
+
+The network interface does not support this request.
+
+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.
+
+0x80342001
+
+ERROR_NDIS_DOT11_MEDIA_IN_USE
+
+
+The wireless LAN interface is busy and cannot perform the requested operation.
+
+0x80342002
+
+ERROR_NDIS_DOT11_POWER_STATE_INVALID
+
+
+The wireless LAN interface is shutting down and does not support the requested operation.
+
+0x8DEAD01B
+
+TRK_E_NOT_FOUND
+
+
+A requested object was not found.
+
+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.
+
+0x8DEAD01E
+
+TRK_SERVER_TOO_BUSY
+
+
+The server is busy, and the client should retry the request at a later time.
+
+0xC0090001
+
+ERROR_AUDITING_DISABLED
+
+
+The specified event is currently not being audited.
+
+0xC0090002
+
+ERROR_ALL_SIDS_FILTERED
+
+
+The SID filtering operation removed all SIDs.
+
+0xC0090003
+
+ERROR_BIZRULES_NOT_ENABLED
+
+
+Business rule scripts are disabled for the calling application.
+
+0xC00D0005
+
+NS_E_NOCONNECTION
+
+
+There is no connection established with the Windows Media server. The operation failed.
+
+0xC00D0006
+
+NS_E_CANNOTCONNECT
+
+
+Unable to establish a connection to the server.
+
+0xC00D0007
+
+NS_E_CANNOTDESTROYTITLE
+
+
+Unable to destroy the title.
+
+0xC00D0008
+
+NS_E_CANNOTRENAMETITLE
+
+
+Unable to rename the title.
+
+0xC00D0009
+
+NS_E_CANNOTOFFLINEDISK
+
+
+Unable to offline disk.
+
+0xC00D000A
+
+NS_E_CANNOTONLINEDISK
+
+
+Unable to online disk.
+
+0xC00D000B
+
+NS_E_NOREGISTEREDWALKER
+
+
+There is no file parser registered for this type of file.
+
+0xC00D000C
+
+NS_E_NOFUNNEL
+
+
+There is no data connection established.
+
+0xC00D000D
+
+NS_E_NO_LOCALPLAY
+
+
+Failed to load the local play DLL.
+
+0xC00D000E
+
+NS_E_NETWORK_BUSY
+
+
+The network is busy.
+
+0xC00D000F
+
+NS_E_TOO_MANY_SESS
+
+
+The server session limit was exceeded.
+
+0xC00D0010
+
+NS_E_ALREADY_CONNECTED
+
+
+The network connection already exists.
+
+0xC00D0011
+
+NS_E_INVALID_INDEX
+
+
+Index %1 is invalid.
+
+0xC00D0012
+
+NS_E_PROTOCOL_MISMATCH
+
+
+There is no protocol or protocol version supported by both the client and the server.
+
+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.
+
+0xC00D0014
+
+NS_E_NET_WRITE
+
+
+Error writing to the network.
+
+0xC00D0015
+
+NS_E_NET_READ
+
+
+Error reading from the network.
+
+0xC00D0016
+
+NS_E_DISK_WRITE
+
+
+Error writing to a disk.
+
+0xC00D0017
+
+NS_E_DISK_READ
+
+
+Error reading from a disk.
+
+0xC00D0018
+
+NS_E_FILE_WRITE
+
+
+Error writing to a file.
+
+0xC00D0019
+
+NS_E_FILE_READ
+
+
+Error reading from a file.
+
+0xC00D001A
+
+NS_E_FILE_NOT_FOUND
+
+
+The system cannot find the file specified.
+
+0xC00D001B
+
+NS_E_FILE_EXISTS
+
+
+The file already exists.
+
+0xC00D001C
+
+NS_E_INVALID_NAME
+
+
+The file name, directory name, or volume label syntax is incorrect.
+
+0xC00D001D
+
+NS_E_FILE_OPEN_FAILED
+
+
+Failed to open a file.
+
+0xC00D001E
+
+NS_E_FILE_ALLOCATION_FAILED
+
+
+Unable to allocate a file.
+
+0xC00D001F
+
+NS_E_FILE_INIT_FAILED
+
+
+Unable to initialize a file.
+
+0xC00D0020
+
+NS_E_FILE_PLAY_FAILED
+
+
+Unable to play a file.
+
+0xC00D0021
+
+NS_E_SET_DISK_UID_FAILED
+
+
+Could not set the disk UID.
+
+0xC00D0022
+
+NS_E_INDUCED
+
+
+An error was induced for testing purposes.
+
+0xC00D0023
+
+NS_E_CCLINK_DOWN
+
+
+Two Content Servers failed to communicate.
+
+0xC00D0024
+
+NS_E_INTERNAL
+
+
+An unknown error occurred.
+
+0xC00D0025
+
+NS_E_BUSY
+
+
+The requested resource is in use.
+
+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.
+
+0xC00D0027
+
+NS_E_NETWORK_SERVICE_FAILURE
+
+
+The network service provider failed.
+
+0xC00D0028
+
+NS_E_NETWORK_RESOURCE_FAILURE
+
+
+An attempt to acquire a network resource failed.
+
+0xC00D0029
+
+NS_E_CONNECTION_FAILURE
+
+
+The network connection has failed.
+
+0xC00D002A
+
+NS_E_SHUTDOWN
+
+
+The session is being terminated locally.
+
+0xC00D002B
+
+NS_E_INVALID_REQUEST
+
+
+The request is invalid in the current state.
+
+0xC00D002C
+
+NS_E_INSUFFICIENT_BANDWIDTH
+
+
+There is insufficient bandwidth available to fulfill the request.
+
+0xC00D002D
+
+NS_E_NOT_REBUILDING
+
+
+The disk is not rebuilding.
+
+0xC00D002E
+
+NS_E_LATE_OPERATION
+
+
+An operation requested for a particular time could not be carried out on schedule.
+
+0xC00D002F
+
+NS_E_INVALID_DATA
+
+
+Invalid or corrupt data was encountered.
+
+0xC00D0030
+
+NS_E_FILE_BANDWIDTH_LIMIT
+
+
+The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server.
+
+0xC00D0031
+
+NS_E_OPEN_FILE_LIMIT
+
+
+The client cannot have any more files open simultaneously.
+
+0xC00D0032
+
+NS_E_BAD_CONTROL_DATA
+
+
+The server received invalid data from the client on the control connection.
+
+0xC00D0033
+
+NS_E_NO_STREAM
+
+
+There is no stream available.
+
+0xC00D0034
+
+NS_E_STREAM_END
+
+
+There is no more data in the stream.
+
+0xC00D0035
+
+NS_E_SERVER_NOT_FOUND
+
+
+The specified server could not be found.
+
+0xC00D0036
+
+NS_E_DUPLICATE_NAME
+
+
+The specified name is already in use.
+
+0xC00D0037
+
+NS_E_DUPLICATE_ADDRESS
+
+
+The specified address is already in use.
+
+0xC00D0038
+
+NS_E_BAD_MULTICAST_ADDRESS
+
+
+The specified address is not a valid multicast address.
+
+0xC00D0039
+
+NS_E_BAD_ADAPTER_ADDRESS
+
+
+The specified adapter address is invalid.
+
+0xC00D003A
+
+NS_E_BAD_DELIVERY_MODE
+
+
+The specified delivery mode is invalid.
+
+0xC00D003B
+
+NS_E_INVALID_CHANNEL
+
+
+The specified station does not exist.
+
+0xC00D003C
+
+NS_E_INVALID_STREAM
+
+
+The specified stream does not exist.
+
+0xC00D003D
+
+NS_E_INVALID_ARCHIVE
+
+
+The specified archive could not be opened.
+
+0xC00D003E
+
+NS_E_NOTITLES
+
+
+The system cannot find any titles on the server.
+
+0xC00D003F
+
+NS_E_INVALID_CLIENT
+
+
+The system cannot find the client specified.
+
+0xC00D0040
+
+NS_E_INVALID_BLACKHOLE_ADDRESS
+
+
+The Blackhole Address is not initialized.
+
+0xC00D0041
+
+NS_E_INCOMPATIBLE_FORMAT
+
+
+The station does not support the stream format.
+
+0xC00D0042
+
+NS_E_INVALID_KEY
+
+
+The specified key is not valid.
+
+0xC00D0043
+
+NS_E_INVALID_PORT
+
+
+The specified port is not valid.
+
+0xC00D0044
+
+NS_E_INVALID_TTL
+
+
+The specified TTL is not valid.
+
+0xC00D0045
+
+NS_E_STRIDE_REFUSED
+
+
+The request to fast forward or rewind could not be fulfilled.
+
+0xC00D0046
+
+NS_E_MMSAUTOSERVER_CANTFINDWALKER
+
+
+Unable to load the appropriate file parser.
+
+0xC00D0047
+
+NS_E_MAX_BITRATE
+
+
+Cannot exceed the maximum bandwidth limit.
+
+0xC00D0048
+
+NS_E_LOGFILEPERIOD
+
+
+Invalid value for LogFilePeriod.
+
+0xC00D0049
+
+NS_E_MAX_CLIENTS
+
+
+Cannot exceed the maximum client limit.
+
+0xC00D004A
+
+NS_E_LOG_FILE_SIZE
+
+
+The maximum log file size has been reached.
+
+0xC00D004B
+
+NS_E_MAX_FILERATE
+
+
+Cannot exceed the maximum file rate.
+
+0xC00D004C
+
+NS_E_WALKER_UNKNOWN
+
+
+Unknown file type.
+
+0xC00D004D
+
+NS_E_WALKER_SERVER
+
+
+The specified file, %1, cannot be loaded onto the specified server, %2.
+
+0xC00D004E
+
+NS_E_WALKER_USAGE
+
+
+There was a usage error with file parser.
+
+0xC00D0050
+
+NS_E_TIGER_FAIL
+
+
+The Title Server %1 has failed.
+
+0xC00D0053
+
+NS_E_CUB_FAIL
+
+
+Content Server %1 (%2) has failed.
+
+0xC00D0055
+
+NS_E_DISK_FAIL
+
+
+Disk %1 ( %2 ) on Content Server %3, has failed.
+
+0xC00D0060
+
+NS_E_MAX_FUNNELS_ALERT
+
+
+The NetShow data stream limit of %1 streams was reached.
+
+0xC00D0061
+
+NS_E_ALLOCATE_FILE_FAIL
+
+
+The NetShow Video Server was unable to allocate a %1 block file named %2.
+
+0xC00D0062
+
+NS_E_PAGING_ERROR
+
+
+A Content Server was unable to page a block.
+
+0xC00D0063
+
+NS_E_BAD_BLOCK0_VERSION
+
+
+Disk %1 has unrecognized control block version %2.
+
+0xC00D0064
+
+NS_E_BAD_DISK_UID
+
+
+Disk %1 has incorrect uid %2.
+
+0xC00D0065
+
+NS_E_BAD_FSMAJOR_VERSION
+
+
+Disk %1 has unsupported file system major version %2.
+
+0xC00D0066
+
+NS_E_BAD_STAMPNUMBER
+
+
+Disk %1 has bad stamp number in control block.
+
+0xC00D0067
+
+NS_E_PARTIALLY_REBUILT_DISK
+
+
+Disk %1 is partially reconstructed.
+
+0xC00D0068
+
+NS_E_ENACTPLAN_GIVEUP
+
+
+EnactPlan gives up.
+
+0xC00D006A
+
+MCMADM_E_REGKEY_NOT_FOUND
+
+
+The key was not found in the registry.
+
+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.
+
+0xC00D006C
+
+NS_E_NO_REFERENCES
+
+
+No reference URLs were found in an ASX file.
+
+0xC00D006D
+
+NS_E_WAVE_OPEN
+
+
+Error opening wave device, the device might be in use.
+
+0xC00D006F
+
+NS_E_CANNOTCONNECTEVENTS
+
+
+Unable to establish a connection to the NetShow event monitor service.
+
+0xC00D0071
+
+NS_E_NO_DEVICE
+
+
+No device driver is present on the system.
+
+0xC00D0072
+
+NS_E_NO_SPECIFIED_DEVICE
+
+
+No specified device driver is present.
+
+0xC00D00C8
+
+NS_E_MONITOR_GIVEUP
+
+
+Netshow Events Monitor is not operational and has been disconnected.
+
+0xC00D00C9
+
+NS_E_REMIRRORED_DISK
+
+
+Disk %1 is remirrored.
+
+0xC00D00CA
+
+NS_E_INSUFFICIENT_DATA
+
+
+Insufficient data found.
+
+0xC00D00CB
+
+NS_E_ASSERT
+
+
+1 failed in file %2 line %3.
+
+0xC00D00CC
+
+NS_E_BAD_ADAPTER_NAME
+
+
+The specified adapter name is invalid.
+
+0xC00D00CD
+
+NS_E_NOT_LICENSED
+
+
+The application is not licensed for this feature.
+
+0xC00D00CE
+
+NS_E_NO_SERVER_CONTACT
+
+
+Unable to contact the server.
+
+0xC00D00CF
+
+NS_E_TOO_MANY_TITLES
+
+
+Maximum number of titles exceeded.
+
+0xC00D00D0
+
+NS_E_TITLE_SIZE_EXCEEDED
+
+
+Maximum size of a title exceeded.
+
+0xC00D00D1
+
+NS_E_UDP_DISABLED
+
+
+UDP protocol not enabled. Not trying %1!ls!.
+
+0xC00D00D2
+
+NS_E_TCP_DISABLED
+
+
+TCP protocol not enabled. Not trying %1!ls!.
+
+0xC00D00D3
+
+NS_E_HTTP_DISABLED
+
+
+HTTP protocol not enabled. Not trying %1!ls!.
+
+0xC00D00D4
+
+NS_E_LICENSE_EXPIRED
+
+
+The product license has expired.
+
+0xC00D00D5
+
+NS_E_TITLE_BITRATE
+
+
+Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information.
+
+0xC00D00D6
+
+NS_E_EMPTY_PROGRAM_NAME
+
+
+The program name cannot be empty.
+
+0xC00D00D7
+
+NS_E_MISSING_CHANNEL
+
+
+Station %1 does not exist.
+
+0xC00D00D8
+
+NS_E_NO_CHANNELS
+
+
+You need to define at least one station before this operation can complete.
+
+0xC00D00D9
+
+NS_E_INVALID_INDEX2
+
+
+The index specified is invalid.
+
+0xC00D0190
+
+NS_E_CUB_FAIL_LINK
+
+
+Content Server %1 (%2) has failed its link to Content Server %3.
+
+0xC00D0192
+
+NS_E_BAD_CUB_UID
+
+
+Content Server %1 (%2) has incorrect uid %3.
+
+0xC00D0195
+
+NS_E_GLITCH_MODE
+
+
+Server unreliable because multiple components failed.
+
+0xC00D019B
+
+NS_E_NO_MEDIA_PROTOCOL
+
+
+Content Server %1 (%2) is unable to communicate with the Media System Network Protocol.
+
+0xC00D07F1
+
+NS_E_NOTHING_TO_DO
+
+
+Nothing to do.
+
+0xC00D07F2
+
+NS_E_NO_MULTICAST
+
+
+Not receiving data from the server.
+
+0xC00D0BB8
+
+NS_E_INVALID_INPUT_FORMAT
+
+
+The input media format is invalid.
+
+0xC00D0BB9
+
+NS_E_MSAUDIO_NOT_INSTALLED
+
+
+The MSAudio codec is not installed on this system.
+
+0xC00D0BBA
+
+NS_E_UNEXPECTED_MSAUDIO_ERROR
+
+
+An unexpected error occurred with the MSAudio codec.
+
+0xC00D0BBB
+
+NS_E_INVALID_OUTPUT_FORMAT
+
+
+The output media format is invalid.
+
+0xC00D0BBC
+
+NS_E_NOT_CONFIGURED
+
+
+The object must be fully configured before audio samples can be processed.
+
+0xC00D0BBD
+
+NS_E_PROTECTED_CONTENT
+
+
+You need a license to perform the requested operation on this media file.
+
+0xC00D0BBE
+
+NS_E_LICENSE_REQUIRED
+
+
+You need a license to perform the requested operation on this media file.
+
+0xC00D0BBF
+
+NS_E_TAMPERED_CONTENT
+
+
+This media file is corrupted or invalid. Contact the content provider for a new file.
+
+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.
+
+0xC00D0BC1
+
+NS_E_LICENSE_INCORRECT_RIGHTS
+
+
+You are not allowed to open this file. Contact the content provider for further assistance.
+
+0xC00D0BC2
+
+NS_E_AUDIO_CODEC_NOT_INSTALLED
+
+
+The requested audio codec is not installed on this system.
+
+0xC00D0BC3
+
+NS_E_AUDIO_CODEC_ERROR
+
+
+An unexpected error occurred with the audio codec.
+
+0xC00D0BC4
+
+NS_E_VIDEO_CODEC_NOT_INSTALLED
+
+
+The requested video codec is not installed on this system.
+
+0xC00D0BC5
+
+NS_E_VIDEO_CODEC_ERROR
+
+
+An unexpected error occurred with the video codec.
+
+0xC00D0BC6
+
+NS_E_INVALIDPROFILE
+
+
+The Profile is invalid.
+
+0xC00D0BC7
+
+NS_E_INCOMPATIBLE_VERSION
+
+
+A new version of the SDK is needed to play the requested content.
+
+0xC00D0BCA
+
+NS_E_OFFLINE_MODE
+
+
+The requested URL is not available in offline mode.
+
+0xC00D0BCB
+
+NS_E_NOT_CONNECTED
+
+
+The requested URL cannot be accessed because there is no network connection.
+
+0xC00D0BCC
+
+NS_E_TOO_MUCH_DATA
+
+
+The encoding process was unable to keep up with the amount of supplied data.
+
+0xC00D0BCD
+
+NS_E_UNSUPPORTED_PROPERTY
+
+
+The given property is not supported.
+
+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.
+
+0xC00D0BCF
+
+NS_E_NO_MORE_SAMPLES
+
+
+There are no more samples in the current range.
+
+0xC00D0BD0
+
+NS_E_INVALID_SAMPLING_RATE
+
+
+The given sampling rate is invalid.
+
+0xC00D0BD1
+
+NS_E_MAX_PACKET_SIZE_TOO_SMALL
+
+
+The given maximum packet size is too small to accommodate this profile.)
+
+0xC00D0BD2
+
+NS_E_LATE_PACKET
+
+
+The packet arrived too late to be of use.
+
+0xC00D0BD3
+
+NS_E_DUPLICATE_PACKET
+
+
+The packet is a duplicate of one received before.
+
+0xC00D0BD4
+
+NS_E_SDK_BUFFERTOOSMALL
+
+
+Supplied buffer is too small.
+
+0xC00D0BD5
+
+NS_E_INVALID_NUM_PASSES
+
+
+The wrong number of preprocessing passes was used for the stream's output type.
+
+0xC00D0BD6
+
+NS_E_ATTRIBUTE_READ_ONLY
+
+
+An attempt was made to add, modify, or delete a read only attribute.
+
+0xC00D0BD7
+
+NS_E_ATTRIBUTE_NOT_ALLOWED
+
+
+An attempt was made to add attribute that is not allowed for the given media type.
+
+0xC00D0BD8
+
+NS_E_INVALID_EDL
+
+
+The EDL provided is invalid.
+
+0xC00D0BD9
+
+NS_E_DATA_UNIT_EXTENSION_TOO_LARGE
+
+
+The Data Unit Extension data was too large to be used.
+
+0xC00D0BDA
+
+NS_E_CODEC_DMO_ERROR
+
+
+An unexpected error occurred with a DMO codec.
+
+0xC00D0BDC
+
+NS_E_FEATURE_DISABLED_BY_GROUP_POLICY
+
+
+This feature has been disabled by group policy.
+
+0xC00D0BDD
+
+NS_E_FEATURE_DISABLED_IN_SKU
+
+
+This feature is disabled in this SKU.
+
+0xC00D0FA0
+
+NS_E_NO_CD
+
+
+There is no CD in the CD drive. Insert a CD, and then try again.
+
+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.
+
+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.
+
+0xC00D0FA3
+
+NS_E_DEVICE_NOT_SUPPORT_FORMAT
+
+
+Windows Media Player cannot play the file. The portable device does not support the specified file type.
+
+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.
+
+0xC00D0FA5
+
+NS_E_MIXER_INVALID_LINE
+
+
+An invalid line error occurred in the mixer.
+
+0xC00D0FA6
+
+NS_E_MIXER_INVALID_CONTROL
+
+
+An invalid control error occurred in the mixer.
+
+0xC00D0FA7
+
+NS_E_MIXER_INVALID_VALUE
+
+
+An invalid value error occurred in the mixer.
+
+0xC00D0FA8
+
+NS_E_MIXER_UNKNOWN_MMRESULT
+
+
+An unrecognized MMRESULT occurred in the mixer.
+
+0xC00D0FA9
+
+NS_E_USER_STOP
+
+
+User has stopped the operation.
+
+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).
+
+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.
+
+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.
+
+0xC00D0FAD
+
+NS_E_CD_SLOW_COPY
+
+
+For best performance, do not play CD tracks while ripping them.
+
+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.
+
+0xC00D0FAF
+
+NS_E_MIXER_NODRIVER
+
+
+Could not open a sound mixer driver.
+
+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.
+
+0xC00D0FB1
+
+NS_E_CD_REFRESH
+
+
+Windows Media Player is busy reading the CD.
+
+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.
+
+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.
+
+0xC00D0FB4
+
+NS_E_WMPXML_NOERROR
+
+
+A call was made to GetParseError on the XML parser but there was no error to retrieve.
+
+0xC00D0FB5
+
+NS_E_WMPXML_ENDOFDATA
+
+
+The XML Parser ran out of data while parsing.
+
+0xC00D0FB6
+
+NS_E_WMPXML_PARSEERROR
+
+
+A generic parse error occurred in the XML parser but no information is available.
+
+0xC00D0FB7
+
+NS_E_WMPXML_ATTRIBUTENOTFOUND
+
+
+A call get GetNamedAttribute or GetNamedAttributeIndex on the XML parser resulted in the index not being found.
+
+0xC00D0FB8
+
+NS_E_WMPXML_PINOTFOUND
+
+
+A call was made go GetNamedPI on the XML parser, but the requested Processing Instruction was not found.
+
+0xC00D0FB9
+
+NS_E_WMPXML_EMPTYDOC
+
+
+Persist was called on the XML parser, but the parser has no data to persist.
+
+0xC00D0FBA
+
+NS_E_WMP_PATH_ALREADY_IN_LIBRARY
+
+
+This file path is already in the library.
+
+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.
+
+0xC00D0FBF
+
+NS_E_WMP_HME_INVALIDOBJECTID
+
+
+Windows Media Player is unable to find the media you are looking for.
+
+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.
+
+0xC00D0FC1
+
+NS_E_WMP_HME_NOTSEARCHABLEFORITEMS
+
+
+This container does not support search on items.
+
+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.
+
+0xC00D0FC8
+
+NS_E_WMP_WINDOWSAPIFAILURE
+
+
+A Windows API call failed but no error information was available.
+
+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.
+
+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.
+
+0xC00D0FCB
+
+NS_E_DAMAGED_FILE
+
+
+Windows Media Player cannot play the file because it is corrupted.
+
+0xC00D0FCC
+
+NS_E_MPDB_GENERIC
+
+
+Windows Media Player encountered an error while attempting to access information in the library. Try restarting the Player.
+
+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.
+
+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.
+
+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.
+
+0xC00D0FD0
+
+NS_E_NO_ERROR_STRING_FOUND
+
+
+Windows Media Player has encountered an unknown error.
+
+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.
+
+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.
+
+0xC00D0FD3
+
+NS_E_WMPOCX_NOT_RUNNING_REMOTELY
+
+
+The Windows Media Player ActiveX control is not running in remote mode.
+
+0xC00D0FD4
+
+NS_E_WMPOCX_NO_REMOTE_WINDOW
+
+
+An error occurred while trying to get the remote Windows Media Player window.
+
+0xC00D0FD5
+
+NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE
+
+
+Windows Media Player has encountered an unknown error.
+
+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.
+
+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.
+
+0xC00D0FD8
+
+NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED
+
+
+Windows Media Player cannot save a file that is being streamed.
+
+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.
+
+0xC00D0FDA
+
+NS_E_NEED_TO_ASK_USER
+
+
+Action requires input from the user.
+
+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.
+
+0xC00D0FDC
+
+NS_E_WMP_EXTERNAL_NOTREADY
+
+
+The Windows Media Player external object is not ready.
+
+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.
+
+0xC00D0FDE
+
+NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED
+
+
+The control (%s) does not support creation of sub-controls, yet (%d) sub-controls have been specified.
+
+0xC00D0FDF
+
+NS_E_WMP_UI_VERSIONMISMATCH
+
+
+Version mismatch: (%.1f required, %.1f found).
+
+0xC00D0FE0
+
+NS_E_WMP_UI_NOTATHEMEFILE
+
+
+The layout manager was given valid XML that wasn't a theme file.
+
+0xC00D0FE1
+
+NS_E_WMP_UI_SUBELEMENTNOTFOUND
+
+
+The %s subelement could not be found on the %s object.
+
+0xC00D0FE2
+
+NS_E_WMP_UI_VERSIONPARSE
+
+
+An error occurred parsing the version tag. Valid version tags are of the form: <?wmp version='1.0'?>.
+
+0xC00D0FE3
+
+NS_E_WMP_UI_VIEWIDNOTFOUND
+
+
+The view specified in for the 'currentViewID' property (%s) was not found in this theme file.
+
+0xC00D0FE4
+
+NS_E_WMP_UI_PASSTHROUGH
+
+
+This error used internally for hit testing.
+
+0xC00D0FE5
+
+NS_E_WMP_UI_OBJECTNOTFOUND
+
+
+Attributes were specified for the %s object, but the object was not available to send them to.
+
+0xC00D0FE6
+
+NS_E_WMP_UI_SECONDHANDLER
+
+
+The %s event already has a handler, the second handler was ignored.
+
+0xC00D0FE7
+
+NS_E_WMP_UI_NOSKININZIP
+
+
+No .wms file found in skin archive.
+
+0xC00D0FEA
+
+NS_E_WMP_URLDOWNLOADFAILED
+
+
+Windows Media Player encountered a problem while downloading the file. For additional assistance, click Web Help.
+
+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.
+
+0xC00D0FEC
+
+NS_E_WMP_INVALID_SKIN
+
+
+Windows Media Player encountered a problem with the skin file. The skin file might not be valid.
+
+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.
+
+0xC00D0FEE
+
+NS_E_WMP_LOCKEDINSKINMODE
+
+
+Windows Media Player cannot switch to full mode because your computer administrator has locked this skin.
+
+0xC00D0FEF
+
+NS_E_WMP_FAILED_TO_SAVE_FILE
+
+
+Windows Media Player encountered a problem while saving the file. For additional assistance, click Web Help.
+
+0xC00D0FF0
+
+NS_E_WMP_SAVEAS_READONLY
+
+
+Windows Media Player cannot overwrite a read-only file. Try using a different file name.
+
+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.
+
+0xC00D0FF2
+
+NS_E_WMP_FAILED_TO_OPEN_WMD
+
+
+Windows Media Player cannot open the Windows Media Download file. The file might be damaged.
+
+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.
+
+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.
+
+0xC00D0FFA
+
+NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING
+
+
+Exclusive Services launch failed because the Windows Media Player is already running.
+
+0xC00D1004
+
+NS_E_WMP_RBC_JPGMAPPINGIMAGE
+
+
+JPG Images are not recommended for use as a mappingImage.
+
+0xC00D1005
+
+NS_E_WMP_JPGTRANSPARENCY
+
+
+JPG Images are not recommended when using a transparencyColor.
+
+0xC00D1009
+
+NS_E_WMP_INVALID_MAX_VAL
+
+
+The Max property cannot be less than Min property.
+
+0xC00D100A
+
+NS_E_WMP_INVALID_MIN_VAL
+
+
+The Min property cannot be greater than Max property.
+
+0xC00D100E
+
+NS_E_WMP_CS_JPGPOSITIONIMAGE
+
+
+JPG Images are not recommended for use as a positionImage.
+
+0xC00D100F
+
+NS_E_WMP_CS_NOTEVENLYDIVISIBLE
+
+
+The (%s) image's size is not evenly divisible by the positionImage's size.
+
+0xC00D1018
+
+NS_E_WMPZIP_NOTAZIPFILE
+
+
+The ZIP reader opened a file and its signature did not match that of the ZIP files.
+
+0xC00D1019
+
+NS_E_WMPZIP_CORRUPT
+
+
+The ZIP reader has detected that the file is corrupted.
+
+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.
+
+0xC00D1022
+
+NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED
+
+
+Image type not supported.
+
+0xC00D1023
+
+NS_E_WMP_IMAGE_INVALID_FORMAT
+
+
+Image file might be corrupt.
+
+0xC00D1024
+
+NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE
+
+
+Unexpected end of file. GIF file might be corrupt.
+
+0xC00D1025
+
+NS_E_WMP_GIF_INVALID_FORMAT
+
+
+Invalid GIF file.
+
+0xC00D1026
+
+NS_E_WMP_GIF_BAD_VERSION_NUMBER
+
+
+Invalid GIF version. Only 87a or 89a supported.
+
+0xC00D1027
+
+NS_E_WMP_GIF_NO_IMAGE_IN_FILE
+
+
+No images found in GIF file.
+
+0xC00D1028
+
+NS_E_WMP_PNG_INVALIDFORMAT
+
+
+Invalid PNG image file format.
+
+0xC00D1029
+
+NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH
+
+
+PNG bitdepth not supported.
+
+0xC00D102A
+
+NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION
+
+
+Compression format defined in PNG file not supported,
+
+0xC00D102B
+
+NS_E_WMP_PNG_UNSUPPORTED_FILTER
+
+
+Filter method defined in PNG file not supported.
+
+0xC00D102C
+
+NS_E_WMP_PNG_UNSUPPORTED_INTERLACE
+
+
+Interlace method defined in PNG file not supported.
+
+0xC00D102D
+
+NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC
+
+
+Bad CRC in PNG file.
+
+0xC00D102E
+
+NS_E_WMP_BMP_INVALID_BITMASK
+
+
+Invalid bitmask in BMP file.
+
+0xC00D102F
+
+NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED
+
+
+Topdown DIB not supported.
+
+0xC00D1030
+
+NS_E_WMP_BMP_BITMAP_NOT_CREATED
+
+
+Bitmap could not be created.
+
+0xC00D1031
+
+NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED
+
+
+Compression format defined in BMP not supported.
+
+0xC00D1032
+
+NS_E_WMP_BMP_INVALID_FORMAT
+
+
+Invalid Bitmap format.
+
+0xC00D1033
+
+NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL
+
+
+JPEG Arithmetic coding not supported.
+
+0xC00D1034
+
+NS_E_WMP_JPG_INVALID_FORMAT
+
+
+Invalid JPEG format.
+
+0xC00D1035
+
+NS_E_WMP_JPG_BAD_DCTSIZE
+
+
+Invalid JPEG format.
+
+0xC00D1036
+
+NS_E_WMP_JPG_BAD_VERSION_NUMBER
+
+
+Internal version error. Unexpected JPEG library version.
+
+0xC00D1037
+
+NS_E_WMP_JPG_BAD_PRECISION
+
+
+Internal JPEG Library error. Unsupported JPEG data precision.
+
+0xC00D1038
+
+NS_E_WMP_JPG_CCIR601_NOTIMPL
+
+
+JPEG CCIR601 not supported.
+
+0xC00D1039
+
+NS_E_WMP_JPG_NO_IMAGE_IN_FILE
+
+
+No image found in JPEG file.
+
+0xC00D103A
+
+NS_E_WMP_JPG_READ_ERROR
+
+
+Could not read JPEG file.
+
+0xC00D103B
+
+NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL
+
+
+JPEG Fractional sampling not supported.
+
+0xC00D103C
+
+NS_E_WMP_JPG_IMAGE_TOO_BIG
+
+
+JPEG image too large. Maximum image size supported is 65500 X 65500.
+
+0xC00D103D
+
+NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE
+
+
+Unexpected end of file reached in JPEG file.
+
+0xC00D103E
+
+NS_E_WMP_JPG_SOF_UNSUPPORTED
+
+
+Unsupported JPEG SOF marker found.
+
+0xC00D103F
+
+NS_E_WMP_JPG_UNKNOWN_MARKER
+
+
+Unknown JPEG marker found.
+
+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.
+
+0xC00D1049
+
+NS_E_WMP_DAI_SONGTOOSHORT
+
+
+Windows Media Player cannot compute a Digital Audio Id for the song. It is too short.
+
+0xC00D104A
+
+NS_E_WMG_RATEUNAVAILABLE
+
+
+Windows Media Player cannot play the file at the requested speed.
+
+0xC00D104B
+
+NS_E_WMG_PLUGINUNAVAILABLE
+
+
+The rendering or digital signal processing plug-in cannot be instantiated.
+
+0xC00D104C
+
+NS_E_WMG_CANNOTQUEUE
+
+
+The file cannot be queued for seamless playback.
+
+0xC00D104D
+
+NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED
+
+
+Windows Media Player cannot download media usage rights for a file in the playlist.
+
+0xC00D104E
+
+NS_E_WMG_UNEXPECTEDPREROLLSTATUS
+
+
+Windows Media Player encountered an error while trying to queue a file.
+
+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.
+
+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.
+
+0xC00D1053
+
+NS_E_WMG_COPP_UNSUPPORTED
+
+
+Windows Media Player output link protection is unsupported on this system.
+
+0xC00D1054
+
+NS_E_WMG_INVALIDSTATE
+
+
+Operation attempted in an invalid graph state.
+
+0xC00D1055
+
+NS_E_WMG_SINKALREADYEXISTS
+
+
+A renderer cannot be inserted in a stream while one already exists.
+
+0xC00D1056
+
+NS_E_WMG_NOSDKINTERFACE
+
+
+The Windows Media SDK interface needed to complete the operation does not exist at this time.
+
+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.
+
+0xC00D1058
+
+NS_E_WMG_FILETRANSFERNOTALLOWED
+
+
+File transfer streams are not allowed in the standalone Player.
+
+0xC00D1059
+
+NS_E_WMR_UNSUPPORTEDSTREAM
+
+
+Windows Media Player cannot play the file. The Player does not support the format you are trying to play.
+
+0xC00D105A
+
+NS_E_WMR_PINNOTFOUND
+
+
+An operation was attempted on a pin that does not exist in the DirectShow filter graph.
+
+0xC00D105B
+
+NS_E_WMR_WAITINGONFORMATSWITCH
+
+
+Specified operation cannot be completed while waiting for a media format change from the SDK.
+
+0xC00D105C
+
+NS_E_WMR_NOSOURCEFILTER
+
+
+Specified operation cannot be completed because the source filter does not exist.
+
+0xC00D105D
+
+NS_E_WMR_PINTYPENOMATCH
+
+
+The specified type does not match this pin.
+
+0xC00D105E
+
+NS_E_WMR_NOCALLBACKAVAILABLE
+
+
+The WMR Source Filter does not have a callback available.
+
+0xC00D1062
+
+NS_E_WMR_SAMPLEPROPERTYNOTSET
+
+
+The specified property has not been set on this sample.
+
+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.
+
+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.
+
+0xC00D1065
+
+NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM
+
+
+Windows Media Player cannot play protected files that contain binary streams.
+
+0xC00D1068
+
+NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT
+
+
+Windows Media Player cannot play the playlist because it is not valid.
+
+0xC00D1069
+
+NS_E_ASX_INVALIDFORMAT
+
+
+Windows Media Player cannot play the playlist because it is not valid.
+
+0xC00D106A
+
+NS_E_ASX_INVALIDVERSION
+
+
+A later version of Windows Media Player might be required to play this playlist.
+
+0xC00D106B
+
+NS_E_ASX_INVALID_REPEAT_BLOCK
+
+
+The format of a REPEAT loop within the current playlist file is not valid.
+
+0xC00D106C
+
+NS_E_ASX_NOTHING_TO_WRITE
+
+
+Windows Media Player cannot save the playlist because it does not contain any items.
+
+0xC00D106D
+
+NS_E_URLLIST_INVALIDFORMAT
+
+
+Windows Media Player cannot play the playlist because it is not valid.
+
+0xC00D106E
+
+NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST
+
+
+The specified attribute does not exist.
+
+0xC00D106F
+
+NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS
+
+
+The specified attribute already exists.
+
+0xC00D1070
+
+NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE
+
+
+Cannot retrieve the specified attribute.
+
+0xC00D1071
+
+NS_E_WMX_ITEM_DOES_NOT_EXIST
+
+
+The specified item does not exist in the current playlist.
+
+0xC00D1072
+
+NS_E_WMX_ITEM_TYPE_ILLEGAL
+
+
+Items of the specified type cannot be created within the current playlist.
+
+0xC00D1073
+
+NS_E_WMX_ITEM_UNSETTABLE
+
+
+The specified item cannot be set in the current playlist.
+
+0xC00D1074
+
+NS_E_WMX_PLAYLIST_EMPTY
+
+
+Windows Media Player cannot perform the requested action because the playlist does not contain any items.
+
+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.
+
+0xC00D1076
+
+NS_E_WMX_INVALID_FORMAT_OVER_NESTING
+
+
+Windows Media Player cannot play the file because the associated playlist contains too many nested playlists.
+
+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.
+
+0xC00D107D
+
+NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT
+
+
+Failed to create the Global Interface Table.
+
+0xC00D107E
+
+NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE
+
+
+Failed to get the marshaled graph event handler interface.
+
+0xC00D107F
+
+NS_E_WMPCORE_BUFFERTOOSMALL
+
+
+Buffer is too small for copying media type.
+
+0xC00D1080
+
+NS_E_WMPCORE_UNAVAILABLE
+
+
+The current state of the Player does not allow this operation.
+
+0xC00D1081
+
+NS_E_WMPCORE_INVALIDPLAYLISTMODE
+
+
+The playlist manager does not understand the current play mode (for example, shuffle or normal).
+
+0xC00D1086
+
+NS_E_WMPCORE_ITEMNOTINPLAYLIST
+
+
+Windows Media Player cannot play the file because it is not in the current playlist.
+
+0xC00D1087
+
+NS_E_WMPCORE_PLAYLISTEMPTY
+
+
+There are no items in the playlist. Add items to the playlist, and then try again.
+
+0xC00D1088
+
+NS_E_WMPCORE_NOBROWSER
+
+
+The web page cannot be displayed because no web browser is installed on your computer.
+
+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.
+
+0xC00D108A
+
+NS_E_WMPCORE_GRAPH_NOT_IN_LIST
+
+
+Graph with the specified URL was not found in the prerolled graph list.
+
+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.
+
+0xC00D108C
+
+NS_E_WMPCORE_ERRORSINKNOTREGISTERED
+
+
+An error sink was never registered for the calling object.
+
+0xC00D108D
+
+NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE
+
+
+The error manager is not available to respond to errors.
+
+0xC00D108E
+
+NS_E_WMPCORE_WEBHELPFAILED
+
+
+The Web Help URL cannot be opened.
+
+0xC00D108F
+
+NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED
+
+
+Could not resume playing next item in playlist.
+
+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.
+
+0xC00D1091
+
+NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY
+
+
+An empty string for playlist attribute name was found.
+
+0xC00D1092
+
+NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL
+
+
+A playlist attribute name that is not valid was found.
+
+0xC00D1093
+
+NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY
+
+
+An empty string for a playlist attribute value was found.
+
+0xC00D1094
+
+NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL
+
+
+An illegal value for a playlist attribute was found.
+
+0xC00D1095
+
+NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY
+
+
+An empty string for a playlist item attribute name was found.
+
+0xC00D1096
+
+NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL
+
+
+An illegal value for a playlist item attribute name was found.
+
+0xC00D1097
+
+NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY
+
+
+An illegal value for a playlist item attribute was found.
+
+0xC00D1098
+
+NS_E_WMPCORE_LIST_ENTRY_NO_REF
+
+
+The playlist does not contain any items.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D109D
+
+NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST
+
+
+Windows Media Player encountered a problem while downloading the playlist. For additional assistance, click Web Help.
+
+0xC00D109E
+
+NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST
+
+
+Failed to build the playlist.
+
+0xC00D109F
+
+NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE
+
+
+Playlist has no alternates to switch into.
+
+0xC00D10A0
+
+NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED
+
+
+No more playlist alternates available to switch to.
+
+0xC00D10A1
+
+NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND
+
+
+Could not find the name of the alternate playlist to switch into.
+
+0xC00D10A2
+
+NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED
+
+
+Failed to switch to an alternate for this media.
+
+0xC00D10A3
+
+NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED
+
+
+Failed to initialize an alternate for the media.
+
+0xC00D10A4
+
+NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY
+
+
+No URL specified for the roll over Refs in the playlist file.
+
+0xC00D10A5
+
+NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME
+
+
+Encountered a playlist with no name.
+
+0xC00D10A6
+
+NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT
+
+
+A required attribute in the event block of the playlist was not found.
+
+0xC00D10A7
+
+NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY
+
+
+No items were found in the event block of the playlist.
+
+0xC00D10A8
+
+NS_E_WMPCORE_PLAYLIST_STACK_EMPTY
+
+
+No playlist was found while returning from a nested playlist.
+
+0xC00D10A9
+
+NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE
+
+
+The media item is not active currently.
+
+0xC00D10AB
+
+NS_E_WMPCORE_USER_CANCEL
+
+
+Windows Media Player cannot perform the requested action because you chose to cancel it.
+
+0xC00D10AC
+
+NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY
+
+
+Windows Media Player encountered a problem with the playlist. The format of the playlist is not valid.
+
+0xC00D10AD
+
+NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE
+
+
+Media object corresponding to start of a playlist repeat block was not found.
+
+0xC00D10AE
+
+NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE
+
+
+Media object corresponding to the end of a playlist repeat block was not found.
+
+0xC00D10AF
+
+NS_E_WMPCORE_INVALID_PLAYLIST_URL
+
+
+The playlist URL supplied to the playlist manager is not valid.
+
+0xC00D10B0
+
+NS_E_WMPCORE_MISMATCHED_RUNTIME
+
+
+Windows Media Player cannot play the file because it is corrupted.
+
+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.
+
+0xC00D10B2
+
+NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION
+
+
+An error has occurred that could prevent the changing of the video contrast on this media.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D10B7
+
+NS_E_WMPCORE_BUSY
+
+
+Windows Media Player cannot play the file at this time. Try again later.
+
+0xC00D10B8
+
+NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE
+
+
+There is no child playlist available for this media item at this time.
+
+0xC00D10B9
+
+NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST
+
+
+There is no child playlist for this media item.
+
+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.
+
+0xC00D10BB
+
+NS_E_WMPCORE_TEMP_FILE_NOT_FOUND
+
+
+The temporary file was not found.
+
+0xC00D10BC
+
+NS_E_WMDM_REVOKED
+
+
+Windows Media Player cannot sync the file because the device needs to be updated.
+
+0xC00D10BD
+
+NS_E_DDRAW_GENERIC
+
+
+Windows Media Player cannot play the video because there is a problem with your video card.
+
+0xC00D10BE
+
+NS_E_DISPLAY_MODE_CHANGE_FAILED
+
+
+Windows Media Player failed to change the screen mode for full-screen video playback.
+
+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.
+
+0xC00D10C0
+
+NS_E_CHANGING_PROXY_NAME
+
+
+Cannot change the proxy name if the proxy setting is not set to custom.
+
+0xC00D10C1
+
+NS_E_CHANGING_PROXY_PORT
+
+
+Cannot change the proxy port if the proxy setting is not set to custom.
+
+0xC00D10C2
+
+NS_E_CHANGING_PROXY_EXCEPTIONLIST
+
+
+Cannot change the proxy exception list if the proxy setting is not set to custom.
+
+0xC00D10C3
+
+NS_E_CHANGING_PROXYBYPASS
+
+
+Cannot change the proxy bypass flag if the proxy setting is not set to custom.
+
+0xC00D10C4
+
+NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND
+
+
+Cannot find the specified protocol.
+
+0xC00D10C5
+
+NS_E_GRAPH_NOAUDIOLANGUAGE
+
+
+Cannot change the language settings. Either the graph has no audio or the audio only supports one language.
+
+0xC00D10C6
+
+NS_E_GRAPH_NOAUDIOLANGUAGESELECTED
+
+
+The graph has no audio language selected.
+
+0xC00D10C7
+
+NS_E_CORECD_NOTAMEDIACD
+
+
+This is not a media CD.
+
+0xC00D10C8
+
+NS_E_WMPCORE_MEDIA_URL_TOO_LONG
+
+
+Windows Media Player cannot play the file because the URL is too long.
+
+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.
+
+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.
+
+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.
+
+0xC00D10CC
+
+NS_E_NEED_CORE_REFERENCE
+
+
+The use of this method requires an existing reference to the Player object.
+
+0xC00D10CD
+
+NS_E_MEDIACD_READ_ERROR
+
+
+Windows Media Player cannot play the CD. The disc might be dirty or damaged.
+
+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.
+
+0xC00D10CF
+
+NS_E_FLASH_PLAYBACK_NOT_ALLOWED
+
+
+Flash playback has been turned off in Windows Media Player.
+
+0xC00D10D0
+
+NS_E_UNABLE_TO_CREATE_RIP_LOCATION
+
+
+Windows Media Player cannot rip the CD because a valid rip location cannot be created.
+
+0xC00D10D1
+
+NS_E_WMPCORE_SOME_CODECS_MISSING
+
+
+Windows Media Player cannot play the file because a required codec is not installed on your computer.
+
+0xC00D10D2
+
+NS_E_WMP_RIP_FAILED
+
+
+Windows Media Player cannot rip one or more tracks from the CD.
+
+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.
+
+0xC00D10D4
+
+NS_E_WMP_ERASE_FAILED
+
+
+Windows Media Player encountered a problem while erasing the disc. For additional assistance, click Web Help.
+
+0xC00D10D5
+
+NS_E_WMP_FORMAT_FAILED
+
+
+Windows Media Player encountered a problem while formatting the device. For additional assistance, click Web Help.
+
+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.
+
+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.
+
+0xC00D10D8
+
+NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD
+
+
+This file is too large to fit on a disc.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1127
+
+NS_E_WMPIM_USERCANCELED
+
+
+The attempt to connect to the Internet was canceled.
+
+0xC00D1128
+
+NS_E_WMPIM_DIALUPFAILED
+
+
+The attempt to connect to the Internet failed.
+
+0xC00D1129
+
+NS_E_WINSOCK_ERROR_STRING
+
+
+Windows Media Player has encountered an unknown network error.
+
+0xC00D1130
+
+NS_E_WMPBR_NOLISTENER
+
+
+No window is currently listening to Backup and Restore events.
+
+0xC00D1131
+
+NS_E_WMPBR_BACKUPCANCEL
+
+
+Your media usage rights were not backed up because the backup was canceled.
+
+0xC00D1132
+
+NS_E_WMPBR_RESTORECANCEL
+
+
+Your media usage rights were not restored because the restoration was canceled.
+
+0xC00D1133
+
+NS_E_WMPBR_ERRORWITHURL
+
+
+An error occurred while backing up or restoring your media usage rights. A required web page cannot be displayed.
+
+0xC00D1134
+
+NS_E_WMPBR_NAMECOLLISION
+
+
+Your media usage rights were not backed up because the backup was canceled.
+
+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.
+
+0xC00D1138
+
+NS_E_WMPBR_BACKUPRESTOREFAILED
+
+
+Windows Media Player cannot backup or restore your media usage rights.
+
+0xC00D1158
+
+NS_E_WMP_CONVERT_FILE_FAILED
+
+
+Windows Media Player cannot add the file to the library.
+
+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.
+
+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.
+
+0xC00D115B
+
+NS_E_WMP_CONVERT_FILE_CORRUPT
+
+
+Windows Media Player cannot add the file to the library. The file might not be valid.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1166
+
+NS_E_DVD_COMPATIBLE_VIDEO_CARD
+
+
+Windows Media Player cannot play the DVD because your video card does not support DVD playback.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D116D
+
+NS_E_DVD_NO_DECODER
+
+
+Windows Media Player cannot play the DVD because a compatible DVD decoder is not installed on your computer.
+
+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.
+
+0xC00D116F
+
+NS_E_DVD_CANNOT_JUMP
+
+
+Windows Media Player cannot skip to the requested location on the DVD.
+
+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.
+
+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.
+
+0xC00D1172
+
+NS_E_DVD_CANNOT_COPY_PROTECTED
+
+
+Windows Media Player cannot rip the DVD because it is copy protected.
+
+0xC00D1173
+
+NS_E_DVD_REQUIRED_PROPERTY_NOT_SET
+
+
+One of more of the required properties has not been set.
+
+0xC00D1174
+
+NS_E_DVD_INVALID_TITLE_CHAPTER
+
+
+The specified title and/or chapter number does not exist on this DVD.
+
+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.
+
+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.
+
+0xC00D1178
+
+NS_E_PDA_UNSUPPORTED_FORMAT
+
+
+Windows Media Player cannot sync this file. The Player might not support the file type.
+
+0xC00D1179
+
+NS_E_NO_PDA
+
+
+Windows Media Player does not detect a portable device. Connect your portable device, and then try again.
+
+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.
+
+0xC00D117B
+
+NS_E_MEMSTORAGE_BAD_DATA
+
+
+Windows Media Player encountered an error while burning a CD.
+
+0xC00D117C
+
+NS_E_PDA_FAIL_SELECT_DEVICE
+
+
+Windows Media Player encountered an error while communicating with a portable device or CD drive.
+
+0xC00D117D
+
+NS_E_PDA_FAIL_READ_WAVE_FILE
+
+
+Windows Media Player cannot open the WAV file.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1183
+
+NS_E_PDA_MANUALDEVICE
+
+
+Windows Media Player cannot perform the requested action because the device does not support sync.
+
+0xC00D1184
+
+NS_E_PDA_PARTNERSHIPNOTEXIST
+
+
+To perform the requested action, you must first set up sync with the device.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1189
+
+NS_E_PDA_CANNOT_TRANSCODE
+
+
+Windows Media Player cannot convert the file to the format required by the device.
+
+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.
+
+0xC00D118B
+
+NS_E_PROCESSINGSHOWSYNCWIZARD
+
+
+Windows Media Player is already trying to start the Device Setup Wizard.
+
+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.
+
+0xC00D118D
+
+NS_E_PDA_INITIALIZINGDEVICES
+
+
+Windows Media Player is busy setting up devices. Try again later.
+
+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.
+
+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.
+
+0xC00D1190
+
+NS_E_PDA_DEVICESUPPORTDISABLED
+
+
+Automatic and manual sync have been turned off temporarily. To sync to a device, restart Windows Media Player.
+
+0xC00D1191
+
+NS_E_PDA_NO_LONGER_AVAILABLE
+
+
+This device is not available. Connect the device to the computer, and then try again.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1196
+
+NS_E_WMP_LOGON_FAILURE
+
+
+The server denied access to the file. Verify that you are using the correct user name and password.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D119B
+
+NS_E_WMP_PLAYLIST_EXISTS
+
+
+Windows Media Player cannot create the playlist because the name already exists. Type a different playlist name.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11A4
+
+NS_E_WMP_WMDM_INTERFACEDEAD
+
+
+Windows Media Player no longer detects a portable device. Reconnect your portable device, and then try again.
+
+0xC00D11A5
+
+NS_E_WMP_WMDM_NOTCERTIFIED
+
+
+Windows Media Player cannot sync the file because the portable device does not support protected files.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11AF
+
+NS_E_WMP_IMAPI_LOSS_OF_STREAMING
+
+
+Windows Media Player cannot burn the files to the CD.
+
+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.
+
+0xC00D11B1
+
+NS_E_WMP_FILE_OPEN_FAILED
+
+
+Windows Media Player encountered a problem while playing the file. For additional assistance, click Web Help.
+
+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.
+
+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.
+
+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.
+
+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).
+
+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:").
+
+0xC00D11B7
+
+NS_E_WMP_NO_REMOVABLE_MEDIA
+
+
+Insert the removable media, and then try again.
+
+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.
+
+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.
+
+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.
+
+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:").
+
+0xC00D11BC
+
+NS_E_WMP_INVALID_LIBRARY_ADD
+
+
+Windows Media Player cannot add the file to the library because the file format is not supported.
+
+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:").
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11C5
+
+NS_E_WMP_TAMPERED_CONTENT
+
+
+Windows Media Player cannot play the file because it is corrupted.
+
+0xC00D11C6
+
+NS_E_WMP_OUTOFMEMORY
+
+
+Your computer is running low on memory. Quit other programs, and then try again.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11CB
+
+NS_E_WMP_NETWORK_RESOURCE_FAILURE
+
+
+Windows Media Player encountered a network error. Restart the Player.
+
+0xC00D11CC
+
+NS_E_WMP_UPGRADE_APPLICATION
+
+
+Windows Media Player is not installed properly. Reinstall the Player.
+
+0xC00D11CD
+
+NS_E_WMP_UNKNOWN_ERROR
+
+
+Windows Media Player encountered an unknown error. For additional assistance, click Web Help.
+
+0xC00D11CE
+
+NS_E_WMP_INVALID_KEY
+
+
+Windows Media Player cannot play the file because the required codec is not valid.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11D4
+
+NS_E_WMP_INVALID_REQUEST
+
+
+Windows Media Player cannot perform the requested action at this time.
+
+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.
+
+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.
+
+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.
+
+0xC00D11D8
+
+NS_E_WMP_DRM_CANNOT_RESTORE
+
+
+You have exceeded your restore limit for the day. Try restoring your media usage rights tomorrow.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11DD
+
+NS_E_WMP_DRM_INDIV_FAILED
+
+
+Windows Media Player encountered an error during upgrade.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D11EF
+
+NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS
+
+
+It is not possible to change sync settings at this time. Try again later.
+
+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.
+
+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.
+
+0xC00D11F9
+
+NS_E_CD_EMPTY_TRACK_QUEUE
+
+
+No CD track was specified for playback.
+
+0xC00D11FA
+
+NS_E_CD_NO_READER
+
+
+The CD filter was not able to create the CD reader.
+
+0xC00D11FB
+
+NS_E_CD_ISRC_INVALID
+
+
+Invalid ISRC code.
+
+0xC00D11FC
+
+NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID
+
+
+Invalid Media Catalog Number.
+
+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.
+
+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.
+
+0xC00D11FF
+
+NS_E_CD_QUEUEING_DISABLED
+
+
+Cannot queue the CD track because queuing is not enabled.
+
+0xC00D1202
+
+NS_E_WMP_DRM_ACQUIRING_LICENSE
+
+
+Windows Media Player cannot download additional media usage rights until the current download is complete.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1209
+
+NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE
+
+
+Windows Media Player cannot download media usage rights at this time. Try again later.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1237
+
+NS_E_PDA_SYNC_FAILED
+
+
+Windows Media Player encountered an error while synchronizing to the device.
+
+0xC00D1238
+
+NS_E_PDA_DELETE_FAILED
+
+
+Windows Media Player cannot delete a file from the device.
+
+0xC00D1239
+
+NS_E_PDA_FAILED_TO_RETRIEVE_FILE
+
+
+Windows Media Player cannot copy a file from the device to your library.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D1242
+
+NS_E_INCOMPLETE_PLAYLIST
+
+
+Incomplete playlist.
+
+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.
+
+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.
+
+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.
+
+0xC00D1246
+
+NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE
+
+
+It is not possible to sync subscription files to this device.
+
+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.
+
+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.
+
+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.
+
+0xC00D125E
+
+NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB
+
+
+Windows Media Player tried to complete a download that was already canceled. The file will not be available.
+
+0xC00D125F
+
+NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB
+
+
+Windows Media Player tried to cancel a download that was already completed. The file will not be removed.
+
+0xC00D1260
+
+NS_E_BKGDOWNLOAD_NOJOBPOINTER
+
+
+Windows Media Player is trying to access a download that is not valid.
+
+0xC00D1261
+
+NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE
+
+
+This download was not created by Windows Media Player.
+
+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.
+
+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.
+
+0xC00D1264
+
+NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE
+
+
+The Windows Media Player download manager cannot move the file.
+
+0xC00D1265
+
+NS_E_BKGDOWNLOAD_CALLFUNCFAILED
+
+
+The Windows Media Player download manager cannot perform a task because the system has no resources to allocate.
+
+0xC00D1266
+
+NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT
+
+
+The Windows Media Player download manager cannot perform a task because the task took too long to run.
+
+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.
+
+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.
+
+0xC00D1269
+
+NS_E_BKGDOWNLOAD_FAILEDINITIALIZE
+
+
+The Windows Media Player download manager cannot start. This might occur if the system is out of resources.
+
+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.
+
+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.
+
+0xC00D128E
+
+NS_E_IMAGE_DOWNLOAD_FAILED
+
+
+Windows Media Player encountered an error while downloading an image.
+
+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.
+
+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.
+
+0xC00D12F2
+
+NS_E_WMP_BSTR_TOO_LONG
+
+
+The parameter is not valid.
+
+0xC00D12FC
+
+NS_E_WMP_AUTOPLAY_INVALID_STATE
+
+
+The state is not valid for this request.
+
+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.
+
+0xC00D1324
+
+NS_E_CURL_NOTSAFE
+
+
+The URL is not safe for the operation specified.
+
+0xC00D1325
+
+NS_E_CURL_INVALIDCHAR
+
+
+The URL contains one or more characters that are not valid.
+
+0xC00D1326
+
+NS_E_CURL_INVALIDHOSTNAME
+
+
+The URL contains a host name that is not valid.
+
+0xC00D1327
+
+NS_E_CURL_INVALIDPATH
+
+
+The URL contains a path that is not valid.
+
+0xC00D1328
+
+NS_E_CURL_INVALIDSCHEME
+
+
+The URL contains a scheme that is not valid.
+
+0xC00D1329
+
+NS_E_CURL_INVALIDURL
+
+
+The URL is not valid.
+
+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.
+
+0xC00D132C
+
+NS_E_CURL_INVALIDPORT
+
+
+The URL port is not valid.
+
+0xC00D132D
+
+NS_E_CURLHELPER_NOTADIRECTORY
+
+
+The URL is not a directory.
+
+0xC00D132E
+
+NS_E_CURLHELPER_NOTAFILE
+
+
+The URL is not a file.
+
+0xC00D132F
+
+NS_E_CURL_CANTDECODE
+
+
+The URL contains characters that cannot be decoded. The URL might be truncated or incomplete.
+
+0xC00D1330
+
+NS_E_CURLHELPER_NOTRELATIVE
+
+
+The specified URL is not a relative URL.
+
+0xC00D1331
+
+NS_E_CURL_INVALIDBUFFERSIZE
+
+
+The buffer is smaller than the size specified.
+
+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.
+
+0xC00D1357
+
+NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES
+
+
+Windows Media Player cannot purchase or download content from multiple online stores.
+
+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.
+
+0xC00D135A
+
+NS_E_NOT_CONTENT_PARTNER_TRACK
+
+
+The provider of this file cannot be identified.
+
+0xC00D135B
+
+NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE
+
+
+The file is only available for download when you buy the entire album.
+
+0xC00D135C
+
+NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE
+
+
+You must buy the file before you can download it.
+
+0xC00D135D
+
+NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED
+
+
+You have exceeded the maximum number of files that can be purchased in a single transaction.
+
+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.
+
+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.
+
+0xC00D1362
+
+NS_E_CONTENT_PARTNER_STILL_INITIALIZING
+
+
+Content Partner still initializing.
+
+0xC00D1363
+
+NS_E_OPEN_CONTAINING_FOLDER_FAILED
+
+
+The folder could not be opened. The folder might have been moved or deleted.
+
+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.
+
+0xC00D1388
+
+NS_E_REDIRECT
+
+
+The client redirected to another server.
+
+0xC00D1389
+
+NS_E_STALE_PRESENTATION
+
+
+The streaming media description is no longer current.
+
+0xC00D138A
+
+NS_E_NAMESPACE_WRONG_PERSIST
+
+
+It is not possible to create a persistent namespace node under a transient parent node.
+
+0xC00D138B
+
+NS_E_NAMESPACE_WRONG_TYPE
+
+
+It is not possible to store a value in a namespace node that has a different value type.
+
+0xC00D138C
+
+NS_E_NAMESPACE_NODE_CONFLICT
+
+
+It is not possible to remove the root namespace node.
+
+0xC00D138D
+
+NS_E_NAMESPACE_NODE_NOT_FOUND
+
+
+The specified namespace node could not be found.
+
+0xC00D138E
+
+NS_E_NAMESPACE_BUFFER_TOO_SMALL
+
+
+The buffer supplied to hold namespace node string is too small.
+
+0xC00D138F
+
+NS_E_NAMESPACE_TOO_MANY_CALLBACKS
+
+
+The callback list on a namespace node is at the maximum size.
+
+0xC00D1390
+
+NS_E_NAMESPACE_DUPLICATE_CALLBACK
+
+
+It is not possible to register an already-registered callback on a namespace node.
+
+0xC00D1391
+
+NS_E_NAMESPACE_CALLBACK_NOT_FOUND
+
+
+Cannot find the callback in the namespace when attempting to remove the callback.
+
+0xC00D1392
+
+NS_E_NAMESPACE_NAME_TOO_LONG
+
+
+The namespace node name exceeds the allowed maximum length.
+
+0xC00D1393
+
+NS_E_NAMESPACE_DUPLICATE_NAME
+
+
+Cannot create a namespace node that already exists.
+
+0xC00D1394
+
+NS_E_NAMESPACE_EMPTY_NAME
+
+
+The namespace node name cannot be a null string.
+
+0xC00D1395
+
+NS_E_NAMESPACE_INDEX_TOO_LARGE
+
+
+Finding a child namespace node by index failed because the index exceeded the number of children.
+
+0xC00D1396
+
+NS_E_NAMESPACE_BAD_NAME
+
+
+The namespace node name is invalid.
+
+0xC00D1397
+
+NS_E_NAMESPACE_WRONG_SECURITY
+
+
+It is not possible to store a value in a namespace node that has a different security type.
+
+0xC00D13EC
+
+NS_E_CACHE_ARCHIVE_CONFLICT
+
+
+The archive request conflicts with other requests in progress.
+
+0xC00D13ED
+
+NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND
+
+
+The specified origin server cannot be found.
+
+0xC00D13EE
+
+NS_E_CACHE_ORIGIN_SERVER_TIMEOUT
+
+
+The specified origin server is not responding.
+
+0xC00D13EF
+
+NS_E_CACHE_NOT_BROADCAST
+
+
+The internal code for HTTP status code 412 Precondition Failed due to not broadcast type.
+
+0xC00D13F0
+
+NS_E_CACHE_CANNOT_BE_CACHED
+
+
+The internal code for HTTP status code 403 Forbidden due to not cacheable.
+
+0xC00D13F1
+
+NS_E_CACHE_NOT_MODIFIED
+
+
+The internal code for HTTP status code 304 Not Modified.
+
+0xC00D1450
+
+NS_E_CANNOT_REMOVE_PUBLISHING_POINT
+
+
+It is not possible to remove a cache or proxy publishing point.
+
+0xC00D1451
+
+NS_E_CANNOT_REMOVE_PLUGIN
+
+
+It is not possible to remove the last instance of a type of plug-in.
+
+0xC00D1452
+
+NS_E_WRONG_PUBLISHING_POINT_TYPE
+
+
+Cache and proxy publishing points do not support this property or method.
+
+0xC00D1453
+
+NS_E_UNSUPPORTED_LOAD_TYPE
+
+
+The plug-in does not support the specified load type.
+
+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.
+
+0xC00D1455
+
+NS_E_INVALID_PUBLISHING_POINT_NAME
+
+
+The publishing point name is invalid.
+
+0xC00D1456
+
+NS_E_TOO_MANY_MULTICAST_SINKS
+
+
+Only one multicast data writer plug-in can be enabled for a publishing point.
+
+0xC00D1457
+
+NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED
+
+
+The requested operation cannot be completed while the publishing point is started.
+
+0xC00D1458
+
+NS_E_MULTICAST_PLUGIN_NOT_ENABLED
+
+
+A multicast data writer plug-in must be enabled in order for this operation to be completed.
+
+0xC00D1459
+
+NS_E_INVALID_OPERATING_SYSTEM_VERSION
+
+
+This feature requires Windows Server 2003, Enterprise Edition.
+
+0xC00D145A
+
+NS_E_PUBLISHING_POINT_REMOVED
+
+
+The requested operation cannot be completed because the specified publishing point has been removed.
+
+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.
+
+0xC00D145C
+
+NS_E_UNSUPPORTED_LANGUAGE
+
+
+The specified language is not supported.
+
+0xC00D145D
+
+NS_E_WRONG_OS_VERSION
+
+
+Windows Media Services will only run on Windows Server 2003, Standard Edition and Windows Server 2003, Enterprise Edition.
+
+0xC00D145E
+
+NS_E_PUBLISHING_POINT_STOPPED
+
+
+The operation cannot be completed because the publishing point has been stopped.
+
+0xC00D14B4
+
+NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING
+
+
+The playlist entry is already playing.
+
+0xC00D14B5
+
+NS_E_EMPTY_PLAYLIST
+
+
+The playlist or directory you are requesting does not contain content.
+
+0xC00D14B6
+
+NS_E_PLAYLIST_PARSE_FAILURE
+
+
+The server was unable to parse the requested playlist file.
+
+0xC00D14B7
+
+NS_E_PLAYLIST_UNSUPPORTED_ENTRY
+
+
+The requested operation is not supported for this type of playlist entry.
+
+0xC00D14B8
+
+NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST
+
+
+Cannot jump to a playlist entry that is not inserted in the playlist.
+
+0xC00D14B9
+
+NS_E_PLAYLIST_ENTRY_SEEK
+
+
+Cannot seek to the desired playlist entry.
+
+0xC00D14BA
+
+NS_E_PLAYLIST_RECURSIVE_PLAYLISTS
+
+
+Cannot play recursive playlist.
+
+0xC00D14BB
+
+NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS
+
+
+The number of nested playlists exceeded the limit the server can handle.
+
+0xC00D14BC
+
+NS_E_PLAYLIST_SHUTDOWN
+
+
+Cannot execute the requested operation because the playlist has been shut down by the Media Server.
+
+0xC00D14BD
+
+NS_E_PLAYLIST_END_RECEDING
+
+
+The playlist has ended while receding.
+
+0xC00D1518
+
+NS_E_DATAPATH_NO_SINK
+
+
+The data path does not have an associated data writer plug-in.
+
+0xC00D151A
+
+NS_E_INVALID_PUSH_TEMPLATE
+
+
+The specified push template is invalid.
+
+0xC00D151B
+
+NS_E_INVALID_PUSH_PUBLISHING_POINT
+
+
+The specified push publishing point is invalid.
+
+0xC00D151C
+
+NS_E_CRITICAL_ERROR
+
+
+The requested operation cannot be performed because the server or publishing point is in a critical error state.
+
+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.
+
+0xC00D151E
+
+NS_E_WSX_INVALID_VERSION
+
+
+The version of this playlist is not supported by the server.
+
+0xC00D151F
+
+NS_E_HEADER_MISMATCH
+
+
+The command does not apply to the current media header user by a server component.
+
+0xC00D1520
+
+NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME
+
+
+The specified publishing point name is already in use.
+
+0xC00D157C
+
+NS_E_NO_SCRIPT_ENGINE
+
+
+There is no script engine available for this file.
+
+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.
+
+0xC00D157E
+
+NS_E_SOURCE_PLUGIN_NOT_FOUND
+
+
+No enabled data source plug-in is available to access the requested content.
+
+0xC00D157F
+
+NS_E_PLAYLIST_PLUGIN_NOT_FOUND
+
+
+No enabled playlist parser plug-in is available to access the requested content.
+
+0xC00D1580
+
+NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED
+
+
+The data source plug-in does not support enumeration.
+
+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.
+
+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.
+
+0xC00D1583
+
+NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER
+
+
+The plug-in cannot be loaded because it requires Windows Server 2003, Enterprise Edition.
+
+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.
+
+0xC00D1585
+
+NS_E_INVALID_LOG_URL
+
+
+Invalid log URL. Multicast logging URL must look like "http://servername/isapibackend.dll".
+
+0xC00D1586
+
+NS_E_INVALID_MTU_RANGE
+
+
+Invalid MTU specified. The valid range for maximum packet size is between 36 and 65507 bytes.
+
+0xC00D1587
+
+NS_E_INVALID_PLAY_STATISTICS
+
+
+Invalid play statistics for logging.
+
+0xC00D1588
+
+NS_E_LOG_NEED_TO_BE_SKIPPED
+
+
+The log needs to be skipped.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D158D
+
+NS_E_ARCHIVE_REACH_QUOTA
+
+
+The archive plug-in has reached its quota.
+
+0xC00D158E
+
+NS_E_ARCHIVE_ABORT_DUE_TO_BCAST
+
+
+The archive plug-in aborted because the source was from broadcast.
+
+0xC00D158F
+
+NS_E_ARCHIVE_GAP_DETECTED
+
+
+The archive plug-in detected an interrupt in the source.
+
+0xC00D1590
+
+NS_E_AUTHORIZATION_FILE_NOT_FOUND
+
+
+The system cannot find the file specified.
+
+0xC00D1B58
+
+NS_E_BAD_MARKIN
+
+
+The mark-in time should be greater than 0 and less than the mark-out time.
+
+0xC00D1B59
+
+NS_E_BAD_MARKOUT
+
+
+The mark-out time should be greater than the mark-in time and less than the file duration.
+
+0xC00D1B5A
+
+NS_E_NOMATCHING_MEDIASOURCE
+
+
+No matching media type is found in the source %1.
+
+0xC00D1B5B
+
+NS_E_UNSUPPORTED_SOURCETYPE
+
+
+The specified source type is not supported.
+
+0xC00D1B5C
+
+NS_E_TOO_MANY_AUDIO
+
+
+It is not possible to specify more than one audio input.
+
+0xC00D1B5D
+
+NS_E_TOO_MANY_VIDEO
+
+
+It is not possible to specify more than two video inputs.
+
+0xC00D1B5E
+
+NS_E_NOMATCHING_ELEMENT
+
+
+No matching element is found in the list.
+
+0xC00D1B5F
+
+NS_E_MISMATCHED_MEDIACONTENT
+
+
+The profile's media types must match the media types defined for the session.
+
+0xC00D1B60
+
+NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP
+
+
+It is not possible to remove an active source while encoding.
+
+0xC00D1B61
+
+NS_E_AUDIODEVICE_BUSY
+
+
+It is not possible to open the specified audio capture device because it is currently in use.
+
+0xC00D1B62
+
+NS_E_AUDIODEVICE_UNEXPECTED
+
+
+It is not possible to open the specified audio capture device because an unexpected error has occurred.
+
+0xC00D1B63
+
+NS_E_AUDIODEVICE_BADFORMAT
+
+
+The audio capture device does not support the specified audio format.
+
+0xC00D1B64
+
+NS_E_VIDEODEVICE_BUSY
+
+
+It is not possible to open the specified video capture device because it is currently in use.
+
+0xC00D1B65
+
+NS_E_VIDEODEVICE_UNEXPECTED
+
+
+It is not possible to open the specified video capture device because an unexpected error has occurred.
+
+0xC00D1B66
+
+NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING
+
+
+This operation is not allowed while encoding.
+
+0xC00D1B67
+
+NS_E_NO_PROFILE_IN_SOURCEGROUP
+
+
+No profile is set for the source.
+
+0xC00D1B68
+
+NS_E_VIDEODRIVER_UNSTABLE
+
+
+The video capture driver returned an unrecoverable error. It is now in an unstable state.
+
+0xC00D1B69
+
+NS_E_VIDCAPSTARTFAILED
+
+
+It was not possible to start the video device.
+
+0xC00D1B6A
+
+NS_E_VIDSOURCECOMPRESSION
+
+
+The video source does not support the requested output format or color depth.
+
+0xC00D1B6B
+
+NS_E_VIDSOURCESIZE
+
+
+The video source does not support the requested capture size.
+
+0xC00D1B6C
+
+NS_E_ICMQUERYFORMAT
+
+
+It was not possible to obtain output information from the video compressor.
+
+0xC00D1B6D
+
+NS_E_VIDCAPCREATEWINDOW
+
+
+It was not possible to create a video capture window.
+
+0xC00D1B6E
+
+NS_E_VIDCAPDRVINUSE
+
+
+There is already a stream active on this video device.
+
+0xC00D1B6F
+
+NS_E_NO_MEDIAFORMAT_IN_SOURCE
+
+
+No media format is set in source.
+
+0xC00D1B70
+
+NS_E_NO_VALID_OUTPUT_STREAM
+
+
+Cannot find a valid output stream from the source.
+
+0xC00D1B71
+
+NS_E_NO_VALID_SOURCE_PLUGIN
+
+
+It was not possible to find a valid source plug-in for the specified source.
+
+0xC00D1B72
+
+NS_E_NO_ACTIVE_SOURCEGROUP
+
+
+No source is currently active.
+
+0xC00D1B73
+
+NS_E_NO_SCRIPT_STREAM
+
+
+No script stream is set in the current source.
+
+0xC00D1B74
+
+NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING
+
+
+This operation is not allowed while archiving.
+
+0xC00D1B75
+
+NS_E_INVALIDPACKETSIZE
+
+
+The setting for the maximum packet size is not valid.
+
+0xC00D1B76
+
+NS_E_PLUGIN_CLSID_INVALID
+
+
+The plug-in CLSID specified is not valid.
+
+0xC00D1B77
+
+NS_E_UNSUPPORTED_ARCHIVETYPE
+
+
+This archive type is not supported.
+
+0xC00D1B78
+
+NS_E_UNSUPPORTED_ARCHIVEOPERATION
+
+
+This archive operation is not supported.
+
+0xC00D1B79
+
+NS_E_ARCHIVE_FILENAME_NOTSET
+
+
+The local archive file name was not set.
+
+0xC00D1B7A
+
+NS_E_SOURCEGROUP_NOTPREPARED
+
+
+The source is not yet prepared.
+
+0xC00D1B7B
+
+NS_E_PROFILE_MISMATCH
+
+
+Profiles on the sources do not match.
+
+0xC00D1B7C
+
+NS_E_INCORRECTCLIPSETTINGS
+
+
+The specified crop values are not valid.
+
+0xC00D1B7D
+
+NS_E_NOSTATSAVAILABLE
+
+
+No statistics are available at this time.
+
+0xC00D1B7E
+
+NS_E_NOTARCHIVING
+
+
+The encoder is not archiving.
+
+0xC00D1B7F
+
+NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED
+
+
+This operation is only allowed during encoding.
+
+0xC00D1B80
+
+NS_E_NOSOURCEGROUPS
+
+
+This SourceGroupCollection doesn't contain any SourceGroups.
+
+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.
+
+0xC00D1B82
+
+NS_E_NO_DATAVIEW_SUPPORT
+
+
+It is not possible to display your source or output video in the Video panel.
+
+0xC00D1B83
+
+NS_E_CODEC_UNAVAILABLE
+
+
+One or more codecs required to open this content could not be found.
+
+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.
+
+0xC00D1B85
+
+NS_E_SOURCE_NOTSPECIFIED
+
+
+The source has not been set up completely.
+
+0xC00D1B86
+
+NS_E_NO_REALTIME_TIMECOMPRESSION
+
+
+It is not possible to apply time compression to a broadcast session.
+
+0xC00D1B87
+
+NS_E_UNSUPPORTED_ENCODER_DEVICE
+
+
+It is not possible to open this device.
+
+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.
+
+0xC00D1B89
+
+NS_E_NO_AUDIODATA
+
+
+No audio data has been received for several seconds. Check the audio source and restart the encoder.
+
+0xC00D1B8A
+
+NS_E_INPUTSOURCE_PROBLEM
+
+
+One or all of the specified sources are not working properly. Check that the sources are configured correctly.
+
+0xC00D1B8B
+
+NS_E_WME_VERSION_MISMATCH
+
+
+The supplied configuration file is not supported by this version of the encoder.
+
+0xC00D1B8C
+
+NS_E_NO_REALTIME_PREPROCESS
+
+
+It is not possible to use image preprocessing with live encoding.
+
+0xC00D1B8D
+
+NS_E_NO_REPEAT_PREPROCESS
+
+
+It is not possible to use two-pass encoding when the source is set to loop.
+
+0xC00D1B8E
+
+NS_E_CANNOT_PAUSE_LIVEBROADCAST
+
+
+It is not possible to pause encoding during a broadcast.
+
+0xC00D1B8F
+
+NS_E_DRM_PROFILE_NOT_SET
+
+
+A DRM profile has not been set for the current session.
+
+0xC00D1B90
+
+NS_E_DUPLICATE_DRMPROFILE
+
+
+The profile ID is already used by a DRM profile. Specify a different profile ID.
+
+0xC00D1B91
+
+NS_E_INVALID_DEVICE
+
+
+The setting of the selected device does not support control for playing back tapes.
+
+0xC00D1B92
+
+NS_E_SPEECHEDL_ON_NON_MIXEDMODE
+
+
+You must specify a mixed voice and audio mode in order to use an optimization definition file.
+
+0xC00D1B93
+
+NS_E_DRM_PASSWORD_TOO_LONG
+
+
+The specified password is too long. Type a password with fewer than 8 characters.
+
+0xC00D1B94
+
+NS_E_DEVCONTROL_FAILED_SEEK
+
+
+It is not possible to seek to the specified mark-in point.
+
+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.
+
+0xC00D1B96
+
+NS_E_TOO_MANY_DEVICECONTROL
+
+
+Only one device control plug-in can control a device.
+
+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.
+
+0xC00D1B98
+
+NS_E_MISSING_AUDIENCE
+
+
+An audience is missing from the output stream configuration.
+
+0xC00D1B99
+
+NS_E_AUDIENCE_CONTENTTYPE_MISMATCH
+
+
+All audiences in the output tree must have the same content type.
+
+0xC00D1B9A
+
+NS_E_MISSING_SOURCE_INDEX
+
+
+A source index is missing from the output stream configuration.
+
+0xC00D1B9B
+
+NS_E_NUM_LANGUAGE_MISMATCH
+
+
+The same source index in different audiences should have the same number of languages.
+
+0xC00D1B9C
+
+NS_E_LANGUAGE_MISMATCH
+
+
+The same source index in different audiences should have the same languages.
+
+0xC00D1B9D
+
+NS_E_VBRMODE_MISMATCH
+
+
+The same source index in different audiences should use the same VBR encoding mode.
+
+0xC00D1B9E
+
+NS_E_INVALID_INPUT_AUDIENCE_INDEX
+
+
+The bit rate index specified is not valid.
+
+0xC00D1B9F
+
+NS_E_INVALID_INPUT_LANGUAGE
+
+
+The specified language is not valid.
+
+0xC00D1BA0
+
+NS_E_INVALID_INPUT_STREAM
+
+
+The specified source type is not valid.
+
+0xC00D1BA1
+
+NS_E_EXPECT_MONO_WAV_INPUT
+
+
+The source must be a mono channel .wav file.
+
+0xC00D1BA2
+
+NS_E_INPUT_WAVFORMAT_MISMATCH
+
+
+All the source .wav files must have the same format.
+
+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.
+
+0xC00D1BA4
+
+NS_E_NO_PAL_INVERSE_TELECINE
+
+
+It is not possible to apply the inverse telecine feature to PAL content.
+
+0xC00D1BA5
+
+NS_E_ACTIVE_SG_DEVICE_DISCONNECTED
+
+
+A capture device in the current active source is no longer available.
+
+0xC00D1BA6
+
+NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED
+
+
+A device used in the current active source for device control is no longer available.
+
+0xC00D1BA7
+
+NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER
+
+
+No frames have been submitted to the analyzer for analysis.
+
+0xC00D1BA8
+
+NS_E_INPUT_DOESNOT_SUPPORT_SMPTE
+
+
+The source video does not support time codes.
+
+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.
+
+0xC00D1BAA
+
+NS_E_BAD_CONTENTEDL
+
+
+The voice codec optimization definition file cannot be found or is corrupted.
+
+0xC00D1BAB
+
+NS_E_INTERLACEMODE_MISMATCH
+
+
+The same source index in different audiences should have the same interlace mode.
+
+0xC00D1BAC
+
+NS_E_NONSQUAREPIXELMODE_MISMATCH
+
+
+The same source index in different audiences should have the same nonsquare pixel mode.
+
+0xC00D1BAD
+
+NS_E_SMPTEMODE_MISMATCH
+
+
+The same source index in different audiences should have the same time code mode.
+
+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.
+
+0xC00D1BAF
+
+NS_E_NO_MEDIA_IN_AUDIENCE
+
+
+No audio or video input has been specified.
+
+0xC00D1BB0
+
+NS_E_NO_AUDIENCES
+
+
+The profile must contain a bit rate.
+
+0xC00D1BB1
+
+NS_E_NO_AUDIO_COMPAT
+
+
+You must specify at least one audio stream to be compatible with Windows Media Player 7.1.
+
+0xC00D1BB2
+
+NS_E_INVALID_VBR_COMPAT
+
+
+Using a VBR encoding mode is not compatible with Windows Media Player 7.1.
+
+0xC00D1BB3
+
+NS_E_NO_PROFILE_NAME
+
+
+You must specify a profile name.
+
+0xC00D1BB4
+
+NS_E_INVALID_VBR_WITH_UNCOMP
+
+
+It is not possible to use a VBR encoding mode with uncompressed audio or video.
+
+0xC00D1BB5
+
+NS_E_MULTIPLE_VBR_AUDIENCES
+
+
+It is not possible to use MBR encoding with VBR encoding.
+
+0xC00D1BB6
+
+NS_E_UNCOMP_COMP_COMBINATION
+
+
+It is not possible to mix uncompressed and compressed content in a session.
+
+0xC00D1BB7
+
+NS_E_MULTIPLE_AUDIO_CODECS
+
+
+All audiences must use the same audio codec.
+
+0xC00D1BB8
+
+NS_E_MULTIPLE_AUDIO_FORMATS
+
+
+All audiences should use the same audio format to be compatible with Windows Media Player 7.1.
+
+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.
+
+0xC00D1BBA
+
+NS_E_INVALID_AUDIO_PEAKRATE
+
+
+The audio peak bit rate setting is not valid.
+
+0xC00D1BBB
+
+NS_E_INVALID_AUDIO_PEAKRATE_2
+
+
+The audio peak bit rate setting must be greater than the audio bit rate setting.
+
+0xC00D1BBC
+
+NS_E_INVALID_AUDIO_BUFFERMAX
+
+
+The setting for the maximum buffer size for audio is not valid.
+
+0xC00D1BBD
+
+NS_E_MULTIPLE_VIDEO_CODECS
+
+
+All audiences must use the same video codec.
+
+0xC00D1BBE
+
+NS_E_MULTIPLE_VIDEO_SIZES
+
+
+All audiences should use the same video size to be compatible with Windows Media Player 7.1.
+
+0xC00D1BBF
+
+NS_E_INVALID_VIDEO_BITRATE
+
+
+The video bit rate setting is not valid.
+
+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.
+
+0xC00D1BC1
+
+NS_E_INVALID_VIDEO_PEAKRATE
+
+
+The video peak bit rate setting is not valid.
+
+0xC00D1BC2
+
+NS_E_INVALID_VIDEO_PEAKRATE_2
+
+
+The video peak bit rate setting must be greater than the video bit rate setting.
+
+0xC00D1BC3
+
+NS_E_INVALID_VIDEO_WIDTH
+
+
+The video width setting is not valid.
+
+0xC00D1BC4
+
+NS_E_INVALID_VIDEO_HEIGHT
+
+
+The video height setting is not valid.
+
+0xC00D1BC5
+
+NS_E_INVALID_VIDEO_FPS
+
+
+The video frame rate setting is not valid.
+
+0xC00D1BC6
+
+NS_E_INVALID_VIDEO_KEYFRAME
+
+
+The video key frame setting is not valid.
+
+0xC00D1BC7
+
+NS_E_INVALID_VIDEO_IQUALITY
+
+
+The video image quality setting is not valid.
+
+0xC00D1BC8
+
+NS_E_INVALID_VIDEO_CQUALITY
+
+
+The video codec quality setting is not valid.
+
+0xC00D1BC9
+
+NS_E_INVALID_VIDEO_BUFFER
+
+
+The video buffer setting is not valid.
+
+0xC00D1BCA
+
+NS_E_INVALID_VIDEO_BUFFERMAX
+
+
+The setting for the maximum buffer size for video is not valid.
+
+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.
+
+0xC00D1BCC
+
+NS_E_INVALID_VIDEO_WIDTH_ALIGN
+
+
+The alignment of the video width is not valid.
+
+0xC00D1BCD
+
+NS_E_INVALID_VIDEO_HEIGHT_ALIGN
+
+
+The alignment of the video height is not valid.
+
+0xC00D1BCE
+
+NS_E_MULTIPLE_SCRIPT_BITRATES
+
+
+All bit rates must have the same script bit rate.
+
+0xC00D1BCF
+
+NS_E_INVALID_SCRIPT_BITRATE
+
+
+The script bit rate specified is not valid.
+
+0xC00D1BD0
+
+NS_E_MULTIPLE_FILE_BITRATES
+
+
+All bit rates must have the same file transfer bit rate.
+
+0xC00D1BD1
+
+NS_E_INVALID_FILE_BITRATE
+
+
+The file transfer bit rate is not valid.
+
+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.
+
+0xC00D1BD3
+
+NS_E_SOURCE_CANNOT_LOOP
+
+
+This source type does not support looping.
+
+0xC00D1BD4
+
+NS_E_INVALID_FOLDDOWN_COEFFICIENTS
+
+
+The fold-down value needs to be between -144 and 0.
+
+0xC00D1BD5
+
+NS_E_DRMPROFILE_NOTFOUND
+
+
+The specified DRM profile does not exist in the system.
+
+0xC00D1BD6
+
+NS_E_INVALID_TIMECODE
+
+
+The specified time code is not valid.
+
+0xC00D1BD7
+
+NS_E_NO_AUDIO_TIMECOMPRESSION
+
+
+It is not possible to apply time compression to a video-only session.
+
+0xC00D1BD8
+
+NS_E_NO_TWOPASS_TIMECOMPRESSION
+
+
+It is not possible to apply time compression to a session that is using two-pass encoding.
+
+0xC00D1BD9
+
+NS_E_TIMECODE_REQUIRES_VIDEOSTREAM
+
+
+It is not possible to generate a time code for an audio-only session.
+
+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.
+
+0xC00D1BDB
+
+NS_E_INVALID_INTERLACEMODE
+
+
+The video codec selected does not support maintaining interlacing in video.
+
+0xC00D1BDC
+
+NS_E_INVALID_INTERLACE_COMPAT
+
+
+Maintaining interlacing in video is not compatible with Windows Media Player 7.1.
+
+0xC00D1BDD
+
+NS_E_INVALID_NONSQUAREPIXEL_COMPAT
+
+
+Allowing nonsquare pixel output is not compatible with Windows Media Player 7.1.
+
+0xC00D1BDE
+
+NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL
+
+
+Only capture devices can be used with device control.
+
+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.
+
+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.
+
+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.
+
+0xC00D1BE2
+
+NS_E_INVALID_PIXEL_ASPECT_RATIO
+
+
+The pixel aspect ratio value must be between 1 and 255.
+
+0xC00D1BE3
+
+NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH
+
+
+All streams with different languages in the same audience must have same properties.
+
+0xC00D1BE4
+
+NS_E_INVALID_PROFILE_CONTENTTYPE
+
+
+The profile must contain at least one audio or video stream.
+
+0xC00D1BE5
+
+NS_E_TRANSFORM_PLUGIN_NOT_FOUND
+
+
+The transform plug-in could not be found.
+
+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.
+
+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.
+
+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.
+
+0xC00D1BE9
+
+NS_E_MARKIN_UNSUPPORTED
+
+
+Markin/Markout is unsupported with this source type.
+
+0xC00D2711
+
+NS_E_DRM_INVALID_APPLICATION
+
+
+A problem has occurred in the Digital Rights Management component. Contact product support for this application.
+
+0xC00D2712
+
+NS_E_DRM_LICENSE_STORE_ERROR
+
+
+License storage is not working. Contact Microsoft product support.
+
+0xC00D2713
+
+NS_E_DRM_SECURE_STORE_ERROR
+
+
+Secure storage is not working. Contact Microsoft product support.
+
+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.
+
+0xC00D2715
+
+NS_E_DRM_SECURE_STORE_UNLOCK_ERROR
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2716
+
+NS_E_DRM_INVALID_CONTENT
+
+
+The media file is corrupted. Contact the content provider to get a new file.
+
+0xC00D2717
+
+NS_E_DRM_UNABLE_TO_OPEN_LICENSE
+
+
+The license is corrupted. Acquire a new license.
+
+0xC00D2718
+
+NS_E_DRM_INVALID_LICENSE
+
+
+The license is corrupted or invalid. Acquire a new license
+
+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.
+
+0xC00D271B
+
+NS_E_DRM_ENUM_LICENSE_FAILED
+
+
+License storage is not working. Contact Microsoft product support.
+
+0xC00D271C
+
+NS_E_DRM_INVALID_LICENSE_REQUEST
+
+
+The media file is corrupted. Contact the content provider to get a new file.
+
+0xC00D271D
+
+NS_E_DRM_UNABLE_TO_INITIALIZE
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D271E
+
+NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE
+
+
+The license could not be acquired. Try again later.
+
+0xC00D271F
+
+NS_E_DRM_INVALID_LICENSE_ACQUIRED
+
+
+License acquisition did not work. Acquire a new license or contact the content provider for further assistance.
+
+0xC00D2720
+
+NS_E_DRM_NO_RIGHTS
+
+
+The requested operation cannot be performed on this file.
+
+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.
+
+0xC00D2722
+
+NS_E_DRM_ENCRYPT_ERROR
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2723
+
+NS_E_DRM_DECRYPT_ERROR
+
+
+The media file is corrupted. Contact the content provider to get a new file.
+
+0xC00D2725
+
+NS_E_DRM_LICENSE_INVALID_XML
+
+
+The license is corrupted. Acquire a new license.
+
+0xC00D2728
+
+NS_E_DRM_NEEDS_INDIVIDUALIZATION
+
+
+A security upgrade is required to perform the operation on this media file.
+
+0xC00D2729
+
+NS_E_DRM_ALREADY_INDIVIDUALIZED
+
+
+You already have the latest security components. No upgrade is necessary at this time.
+
+0xC00D272A
+
+NS_E_DRM_ACTION_NOT_QUERIED
+
+
+The application cannot perform this action. Contact product support for this application.
+
+0xC00D272B
+
+NS_E_DRM_ACQUIRING_LICENSE
+
+
+You cannot begin a new license acquisition process until the current one has been completed.
+
+0xC00D272C
+
+NS_E_DRM_INDIVIDUALIZING
+
+
+You cannot begin a new security upgrade until the current one has been completed.
+
+0xC00D272D
+
+NS_E_BACKUP_RESTORE_FAILURE
+
+
+Failure in Backup-Restore.
+
+0xC00D272E
+
+NS_E_BACKUP_RESTORE_BAD_REQUEST_ID
+
+
+Bad Request ID in Backup-Restore.
+
+0xC00D272F
+
+NS_E_DRM_PARAMETERS_MISMATCHED
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2730
+
+NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT
+
+
+A license cannot be created for this media file. Reinstall the application.
+
+0xC00D2731
+
+NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2732
+
+NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2733
+
+NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2734
+
+NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2735
+
+NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2736
+
+NS_E_DRM_INDIVIDUALIZE_ERROR
+
+
+The security upgrade failed. Try again later.
+
+0xC00D2737
+
+NS_E_DRM_LICENSE_OPEN_ERROR
+
+
+License storage is not working. Contact Microsoft product support.
+
+0xC00D2738
+
+NS_E_DRM_LICENSE_CLOSE_ERROR
+
+
+License storage is not working. Contact Microsoft product support.
+
+0xC00D2739
+
+NS_E_DRM_GET_LICENSE_ERROR
+
+
+License storage is not working. Contact Microsoft product support.
+
+0xC00D273A
+
+NS_E_DRM_QUERY_ERROR
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D273B
+
+NS_E_DRM_REPORT_ERROR
+
+
+A problem has occurred in the Digital Rights Management component. Contact product support for this application.
+
+0xC00D273C
+
+NS_E_DRM_GET_LICENSESTRING_ERROR
+
+
+License storage is not working. Contact Microsoft product support.
+
+0xC00D273D
+
+NS_E_DRM_GET_CONTENTSTRING_ERROR
+
+
+The media file is corrupted. Contact the content provider to get a new file.
+
+0xC00D273E
+
+NS_E_DRM_MONITOR_ERROR
+
+
+A problem has occurred in the Digital Rights Management component. Try again later.
+
+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.
+
+0xC00D2740
+
+NS_E_DRM_INVALID_APPDATA
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2741
+
+NS_E_DRM_INVALID_APPDATA_VERSION
+
+
+A problem has occurred in the Digital Rights Management component. Contact product support for this application.
+
+0xC00D2742
+
+NS_E_DRM_BACKUP_EXISTS
+
+
+Licenses are already backed up in this location.
+
+0xC00D2743
+
+NS_E_DRM_BACKUP_CORRUPT
+
+
+One or more backed-up licenses are missing or corrupt.
+
+0xC00D2744
+
+NS_E_DRM_BACKUPRESTORE_BUSY
+
+
+You cannot begin a new backup process until the current process has been completed.
+
+0xC00D2745
+
+NS_E_BACKUP_RESTORE_BAD_DATA
+
+
+Bad Data sent to Backup-Restore.
+
+0xC00D2748
+
+NS_E_DRM_LICENSE_UNUSABLE
+
+
+The license is invalid. Contact the content provider for further assistance.
+
+0xC00D2749
+
+NS_E_DRM_INVALID_PROPERTY
+
+
+A required property was not set by the application. Contact product support for this application.
+
+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.
+
+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.
+
+0xC00D274C
+
+NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE
+
+
+A problem occurred during the security upgrade. Try again later.
+
+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.
+
+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.
+
+0xC00D274F
+
+NS_E_DRM_REOPEN_CONTENT
+
+
+Status message: Reopen the file.
+
+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.
+
+0xC00D2751
+
+NS_E_DRM_INVALID_SECURESTORE_PASSWORD
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2752
+
+NS_E_DRM_APPCERT_REVOKED
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2753
+
+NS_E_DRM_RESTORE_FRAUD
+
+
+You cannot restore your license(s).
+
+0xC00D2754
+
+NS_E_DRM_HARDWARE_INCONSISTENT
+
+
+The licenses for your media files are corrupted. Contact Microsoft product support.
+
+0xC00D2755
+
+NS_E_DRM_SDMI_TRIGGER
+
+
+To transfer this media file, you must upgrade the application.
+
+0xC00D2756
+
+NS_E_DRM_SDMI_NOMORECOPIES
+
+
+You cannot make any more copies of this media file.
+
+0xC00D2757
+
+NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2758
+
+NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2759
+
+NS_E_DRM_LICENSE_NOTACQUIRED
+
+
+Unable to obtain license.
+
+0xC00D275A
+
+NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D275B
+
+NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D275C
+
+NS_E_DRM_BUFFER_TOO_SMALL
+
+
+The buffer supplied is not sufficient.
+
+0xC00D275D
+
+NS_E_DRM_UNSUPPORTED_PROPERTY
+
+
+The property requested is not supported.
+
+0xC00D275E
+
+NS_E_DRM_ERROR_BAD_NET_RESP
+
+
+The specified server cannot perform the requested operation.
+
+0xC00D275F
+
+NS_E_DRM_STORE_NOTALLSTORED
+
+
+Some of the licenses could not be stored.
+
+0xC00D2760
+
+NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID
+
+
+The Digital Rights Management security upgrade component could not be validated. Contact Microsoft product support.
+
+0xC00D2761
+
+NS_E_DRM_INVALID_DATA
+
+
+Invalid or corrupt data was encountered.
+
+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.
+
+0xC00D2763
+
+NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2764
+
+NS_E_DRM_NOT_CONFIGURED
+
+
+Not all of the necessary properties for DRM have been set.
+
+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.
+
+0xC00D2766
+
+NS_E_BACKUP_RESTORE_TOO_MANY_RESETS
+
+
+Too many resets in Backup-Restore.
+
+0xC00D2767
+
+NS_E_DRM_DEBUGGING_NOT_ALLOWED
+
+
+Running this process under a debugger while using DRM content is not allowed.
+
+0xC00D2768
+
+NS_E_DRM_OPERATION_CANCELED
+
+
+The user canceled the DRM operation.
+
+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.
+
+0xC00D276A
+
+NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D276B
+
+NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D276C
+
+NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D276D
+
+NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2770
+
+NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION
+
+
+The specified track has exceeded it's specified playlist burn limit in this playlist.
+
+0xC00D2771
+
+NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION
+
+
+The specified track has exceeded it's track burn limit.
+
+0xC00D2772
+
+NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT
+
+
+A problem has occurred in obtaining the device's certificate. Contact Microsoft product support.
+
+0xC00D2773
+
+NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK
+
+
+A problem has occurred in obtaining the device's secure clock. Contact Microsoft product support.
+
+0xC00D2774
+
+NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK
+
+
+A problem has occurred in setting the device's secure clock. Contact Microsoft product support.
+
+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.
+
+0xC00D2776
+
+NS_E_DRM_POLICY_METERING_DISABLED
+
+
+This content requires the metering policy to be enabled.
+
+0xC00D2777
+
+NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED
+
+
+Transfer of chained licenses unsupported.
+
+0xC00D2778
+
+NS_E_DRM_SDK_VERSIONMISMATCH
+
+
+The Digital Rights Management component is not installed properly. Reinstall the Player.
+
+0xC00D2779
+
+NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET
+
+
+The file could not be transferred because the device clock is not set.
+
+0xC00D277A
+
+NS_E_LICENSE_HEADER_MISSING_URL
+
+
+The content header is missing an acquisition URL.
+
+0xC00D277B
+
+NS_E_DEVICE_NOT_WMDRM_DEVICE
+
+
+The current attached device does not support WMDRM.
+
+0xC00D277C
+
+NS_E_DRM_INVALID_APPCERT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D277D
+
+NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION
+
+
+The client application has been forcefully terminated during a DRM petition.
+
+0xC00D277E
+
+NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE
+
+
+The client application has been forcefully terminated during a DRM challenge.
+
+0xC00D277F
+
+NS_E_DRM_CHECKPOINT_FAILED
+
+
+Secure storage protection error. Restore your licenses from a previous backup and try again.
+
+0xC00D2780
+
+NS_E_DRM_BB_UNABLE_TO_INITIALIZE
+
+
+A problem has occurred in the Digital Rights Management root of trust. Contact Microsoft product support.
+
+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.
+
+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.
+
+0xC00D2783
+
+NS_E_DRM_DATASTORE_CORRUPT
+
+
+The Digital Rights Management data storage is not functioning properly. Contact Microsoft product support.
+
+0xC00D2784
+
+NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2785
+
+NS_E_DRM_STUBLIB_REQUIRED
+
+
+A secured library is required to access the requested functionality.
+
+0xC00D2786
+
+NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+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.
+
+0xC00D2788
+
+NS_E_DRM_INVALID_MIGRATION_IMAGE
+
+
+A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.
+
+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.
+
+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.
+
+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.
+
+0xC00D278C
+
+NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE
+
+
+The Digital Rights Management component is in use during license migration. Contact Microsoft product support.
+
+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.
+
+0xC00D278E
+
+NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS
+
+
+Migration Image already exists. Contact Microsoft product support.
+
+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.
+
+0xC00D2790
+
+NS_E_INVALID_DRMV2CLT_STUBLIB
+
+
+The wrong stublib has been linked to an application or DLL using drmv2clt.dll.
+
+0xC00D2791
+
+NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA
+
+
+The legacy V2 data being imported is invalid.
+
+0xC00D2792
+
+NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS
+
+
+The license being imported already exists.
+
+0xC00D2793
+
+NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD
+
+
+The password of the Legacy V2 SST entry being imported is incorrect.
+
+0xC00D2794
+
+NS_E_DRM_MIGRATION_NOT_SUPPORTED
+
+
+Migration is not supported by the plugin.
+
+0xC00D2795
+
+NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT
+
+
+A migration importer cannot be created for this media file. Reinstall the application.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D279A
+
+NS_E_DRM_MIGRATION_OPERATION_CANCELLED
+
+
+Migration was canceled by the user.
+
+0xC00D279B
+
+NS_E_DRM_MIGRATION_OBJECT_IN_USE
+
+
+Migration object is already in use and cannot be called until the current operation completes.
+
+0xC00D279C
+
+NS_E_DRM_MALFORMED_CONTENT_HEADER
+
+
+The content header does not comply with DRM requirements and cannot be used.
+
+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.
+
+0xC00D27D9
+
+NS_E_DRM_LICENSE_NOTENABLED
+
+
+The license for this file is not valid yet, but will be at a future date.
+
+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.
+
+0xC00D27DB
+
+NS_E_DRM_STORE_NEEDINDI
+
+
+The license cannot be stored as it requires security upgrade of Digital Rights Management component.
+
+0xC00D27DC
+
+NS_E_DRM_STORE_NOTALLOWED
+
+
+Your machine does not meet the requirements for storing the license.
+
+0xC00D27DD
+
+NS_E_DRM_LICENSE_APP_NOTALLOWED
+
+
+The license for this file requires an upgraded version of your player or a different player.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+0xC00D283D
+
+NS_E_DRM_NEEDS_UPGRADE_TEMPFILE
+
+
+An updated version of your media player is required to play the selected content.
+
+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.
+
+0xC00D283F
+
+NS_E_DRM_SIGNATURE_FAILURE
+
+
+Failed to either create or verify the content header.
+
+0xC00D2840
+
+NS_E_DRM_LICENSE_SERVER_INFO_MISSING
+
+
+Could not read the necessary information from the system registry.
+
+0xC00D2841
+
+NS_E_DRM_BUSY
+
+
+The DRM subsystem is currently locked by another application or user. Try again later.
+
+0xC00D2842
+
+NS_E_DRM_PD_TOO_MANY_DEVICES
+
+
+There are too many target devices registered on the portable media.
+
+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.
+
+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.
+
+0xC00D2845
+
+NS_E_DRM_INDIV_SERVICE_UNAVAILABLE
+
+
+The security upgrade cannot be performed because the server is not available. Try again later.
+
+0xC00D2846
+
+NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE
+
+
+Windows Media Player cannot restore your licenses because the server is not available. Try again later.
+
+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.
+
+0xC00D2848
+
+NS_E_DRM_NO_UPLINK_LICENSE
+
+
+The chained license cannot be created because the referenced uplink license does not exist.
+
+0xC00D2849
+
+NS_E_DRM_INVALID_KID
+
+
+The specified KID is invalid.
+
+0xC00D284A
+
+NS_E_DRM_LICENSE_INITIALIZATION_ERROR
+
+
+License initialization did not work. Contact Microsoft product support.
+
+0xC00D284C
+
+NS_E_DRM_CHAIN_TOO_LONG
+
+
+The uplink license of a chained license cannot itself be a chained license.
+
+0xC00D284D
+
+NS_E_DRM_UNSUPPORTED_ALGORITHM
+
+
+The specified encryption algorithm is unsupported.
+
+0xC00D284E
+
+NS_E_DRM_LICENSE_DELETION_ERROR
+
+
+License deletion did not work. Contact Microsoft product support.
+
+0xC00D28A0
+
+NS_E_DRM_INVALID_CERTIFICATE
+
+
+The client's certificate is corrupted or the signature cannot be verified.
+
+0xC00D28A1
+
+NS_E_DRM_CERTIFICATE_REVOKED
+
+
+The client's certificate has been revoked.
+
+0xC00D28A2
+
+NS_E_DRM_LICENSE_UNAVAILABLE
+
+
+There is no license available for the requested action.
+
+0xC00D28A3
+
+NS_E_DRM_DEVICE_LIMIT_REACHED
+
+
+The maximum number of devices in use has been reached. Unable to open additional devices.
+
+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.
+
+0xC00D28A5
+
+NS_E_DRM_MUST_REGISTER
+
+
+The client must be registered before executing the intended operation.
+
+0xC00D28A6
+
+NS_E_DRM_MUST_APPROVE
+
+
+The client must be approved before executing the intended operation.
+
+0xC00D28A7
+
+NS_E_DRM_MUST_REVALIDATE
+
+
+The client must be revalidated before executing the intended operation.
+
+0xC00D28A8
+
+NS_E_DRM_INVALID_PROXIMITY_RESPONSE
+
+
+The response to the proximity detection challenge is invalid.
+
+0xC00D28A9
+
+NS_E_DRM_INVALID_SESSION
+
+
+The requested session is invalid.
+
+0xC00D28AA
+
+NS_E_DRM_DEVICE_NOT_OPEN
+
+
+The device must be opened before it can be used to receive content.
+
+0xC00D28AB
+
+NS_E_DRM_DEVICE_ALREADY_REGISTERED
+
+
+Device registration failed because the device is already registered.
+
+0xC00D28AC
+
+NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION
+
+
+Unsupported WMDRM-ND protocol version.
+
+0xC00D28AD
+
+NS_E_DRM_UNSUPPORTED_ACTION
+
+
+The requested action is not supported.
+
+0xC00D28AE
+
+NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE
+
+
+The certificate does not have an adequate security level for the requested action.
+
+0xC00D28AF
+
+NS_E_DRM_UNABLE_TO_OPEN_PORT
+
+
+Unable to open the specified port for receiving Proximity messages.
+
+0xC00D28B0
+
+NS_E_DRM_BAD_REQUEST
+
+
+The message format is invalid.
+
+0xC00D28B1
+
+NS_E_DRM_INVALID_CRL
+
+
+The Certificate Revocation List is invalid or corrupted.
+
+0xC00D28B2
+
+NS_E_DRM_ATTRIBUTE_TOO_LONG
+
+
+The length of the attribute name or value is too long.
+
+0xC00D28B3
+
+NS_E_DRM_EXPIRED_LICENSEBLOB
+
+
+The license blob passed in the cardea request is expired.
+
+0xC00D28B4
+
+NS_E_DRM_INVALID_LICENSEBLOB
+
+
+The license blob passed in the cardea request is invalid. Contact Microsoft product support.
+
+0xC00D28B5
+
+NS_E_DRM_INCLUSION_LIST_REQUIRED
+
+
+The requested operation cannot be performed because the license does not contain an inclusion list.
+
+0xC00D28B6
+
+NS_E_DRM_DRMV2CLT_REVOKED
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D28B7
+
+NS_E_DRM_RIV_TOO_SMALL
+
+
+A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.
+
+0xC00D2904
+
+NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED
+
+
+Windows Media Player does not support the level of output protection required by the content.
+
+0xC00D2905
+
+NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED
+
+
+Windows Media Player does not support the level of protection required for compressed digital video.
+
+0xC00D2906
+
+NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED
+
+
+Windows Media Player does not support the level of protection required for uncompressed digital video.
+
+0xC00D2907
+
+NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED
+
+
+Windows Media Player does not support the level of protection required for analog video.
+
+0xC00D2908
+
+NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED
+
+
+Windows Media Player does not support the level of protection required for compressed digital audio.
+
+0xC00D2909
+
+NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED
+
+
+Windows Media Player does not support the level of protection required for uncompressed digital audio.
+
+0xC00D290A
+
+NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED
+
+
+Windows Media Player does not support the scheme of output protection required by the content.
+
+0xC00D2AFA
+
+NS_E_REBOOT_RECOMMENDED
+
+
+Installation was not successful and some file cleanup is not complete. For best results, restart your computer.
+
+0xC00D2AFB
+
+NS_E_REBOOT_REQUIRED
+
+
+Installation was not successful. To continue, you must restart your computer.
+
+0xC00D2AFC
+
+NS_E_SETUP_INCOMPLETE
+
+
+Installation was not successful.
+
+0xC00D2AFD
+
+NS_E_SETUP_DRM_MIGRATION_FAILED
+
+
+Setup cannot migrate the Windows Media Digital Rights Management (DRM) components.
+
+0xC00D2AFE
+
+NS_E_SETUP_IGNORABLE_FAILURE
+
+
+Some skin or playlist components cannot be installed.
+
+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.
+
+0xC00D2B00
+
+NS_E_SETUP_BLOCKED
+
+
+Installation is blocked because your computer does not meet one or more of the setup requirements.
+
+0xC00D2EE0
+
+NS_E_UNKNOWN_PROTOCOL
+
+
+The specified protocol is not supported.
+
+0xC00D2EE1
+
+NS_E_REDIRECT_TO_PROXY
+
+
+The client is redirected to a proxy server.
+
+0xC00D2EE2
+
+NS_E_INTERNAL_SERVER_ERROR
+
+
+The server encountered an unexpected condition which prevented it from fulfilling the request.
+
+0xC00D2EE3
+
+NS_E_BAD_REQUEST
+
+
+The request could not be understood by the server.
+
+0xC00D2EE4
+
+NS_E_ERROR_FROM_PROXY
+
+
+The proxy experienced an error while attempting to contact the media server.
+
+0xC00D2EE5
+
+NS_E_PROXY_TIMEOUT
+
+
+The proxy did not receive a timely response while attempting to contact the media server.
+
+0xC00D2EE6
+
+NS_E_SERVER_UNAVAILABLE
+
+
+The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
+
+0xC00D2EE7
+
+NS_E_REFUSED_BY_SERVER
+
+
+The server is refusing to fulfill the requested operation.
+
+0xC00D2EE8
+
+NS_E_INCOMPATIBLE_SERVER
+
+
+The server is not a compatible streaming media server.
+
+0xC00D2EE9
+
+NS_E_MULTICAST_DISABLED
+
+
+The content cannot be streamed because the Multicast protocol has been disabled.
+
+0xC00D2EEA
+
+NS_E_INVALID_REDIRECT
+
+
+The server redirected the player to an invalid location.
+
+0xC00D2EEB
+
+NS_E_ALL_PROTOCOLS_DISABLED
+
+
+The content cannot be streamed because all protocols have been disabled.
+
+0xC00D2EEC
+
+NS_E_MSBD_NO_LONGER_SUPPORTED
+
+
+The MSBD protocol is no longer supported. Please use HTTP to connect to the Windows Media stream.
+
+0xC00D2EED
+
+NS_E_PROXY_NOT_FOUND
+
+
+The proxy server could not be located. Please check your proxy server configuration.
+
+0xC00D2EEE
+
+NS_E_CANNOT_CONNECT_TO_PROXY
+
+
+Unable to establish a connection to the proxy server. Please check your proxy server configuration.
+
+0xC00D2EEF
+
+NS_E_SERVER_DNS_TIMEOUT
+
+
+Unable to locate the media server. The operation timed out.
+
+0xC00D2EF0
+
+NS_E_PROXY_DNS_TIMEOUT
+
+
+Unable to locate the proxy server. The operation timed out.
+
+0xC00D2EF1
+
+NS_E_CLOSED_ON_SUSPEND
+
+
+Media closed because Windows was shut down.
+
+0xC00D2EF2
+
+NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER
+
+
+Unable to read the contents of a playlist file from a media server.
+
+0xC00D2EF3
+
+NS_E_SESSION_NOT_FOUND
+
+
+Session not found.
+
+0xC00D2EF4
+
+NS_E_REQUIRE_STREAMING_CLIENT
+
+
+Content requires a streaming media client.
+
+0xC00D2EF5
+
+NS_E_PLAYLIST_ENTRY_HAS_CHANGED
+
+
+A command applies to a previous playlist entry.
+
+0xC00D2EF6
+
+NS_E_PROXY_ACCESSDENIED
+
+
+The proxy server is denying access. The username and/or password might be incorrect.
+
+0xC00D2EF7
+
+NS_E_PROXY_SOURCE_ACCESSDENIED
+
+
+The proxy could not provide valid authentication credentials to the media server.
+
+0xC00D2EF8
+
+NS_E_NETWORK_SINK_WRITE
+
+
+The network sink failed to write data to the network.
+
+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.
+
+0xC00D2EFA
+
+NS_E_MMS_NOT_SUPPORTED
+
+
+The MMS protocol is not supported. Please use HTTP or RTSP to connect to the Windows Media stream.
+
+0xC00D2EFB
+
+NS_E_SERVER_ACCESSDENIED
+
+
+The Windows Media server is denying access. The username and/or password might be incorrect.
+
+0xC00D2EFC
+
+NS_E_RESOURCE_GONE
+
+
+The Publishing Point or file on the Windows Media Server is no longer available.
+
+0xC00D2EFD
+
+NS_E_NO_EXISTING_PACKETIZER
+
+
+There is no existing packetizer plugin for a stream.
+
+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.
+
+0xC00D2F00
+
+NS_E_RESET_SOCKET_CONNECTION
+
+
+The Windows Media Server reset the network connection.
+
+0xC00D2F02
+
+NS_E_TOO_MANY_HOPS
+
+
+The request could not reach the media server (too many hops).
+
+0xC00D2F05
+
+NS_E_TOO_MUCH_DATA_FROM_SERVER
+
+
+The server is sending too much data. The connection has been terminated.
+
+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.
+
+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.
+
+0xC00D2F08
+
+NS_E_SESSION_INVALID
+
+
+Session not found.
+
+0xC00D2F0A
+
+NS_E_PACKETSINK_UNKNOWN_FEC_STREAM
+
+
+Unknown packet sink stream.
+
+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.
+
+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.
+
+0xC00D32C8
+
+NS_E_END_OF_PLAYLIST
+
+
+The playlist has reached its end.
+
+0xC00D32C9
+
+NS_E_USE_FILE_SOURCE
+
+
+Use file source.
+
+0xC00D32CA
+
+NS_E_PROPERTY_NOT_FOUND
+
+
+The property was not found.
+
+0xC00D32CC
+
+NS_E_PROPERTY_READ_ONLY
+
+
+The property is read only.
+
+0xC00D32CD
+
+NS_E_TABLE_KEY_NOT_FOUND
+
+
+The table key was not found.
+
+0xC00D32CF
+
+NS_E_INVALID_QUERY_OPERATOR
+
+
+Invalid query operator.
+
+0xC00D32D0
+
+NS_E_INVALID_QUERY_PROPERTY
+
+
+Invalid query property.
+
+0xC00D32D2
+
+NS_E_PROPERTY_NOT_SUPPORTED
+
+
+The property is not supported.
+
+0xC00D32D4
+
+NS_E_SCHEMA_CLASSIFY_FAILURE
+
+
+Schema classification failure.
+
+0xC00D32D5
+
+NS_E_METADATA_FORMAT_NOT_SUPPORTED
+
+
+The metadata format is not supported.
+
+0xC00D32D6
+
+NS_E_METADATA_NO_EDITING_CAPABILITY
+
+
+Cannot edit the metadata.
+
+0xC00D32D7
+
+NS_E_METADATA_CANNOT_SET_LOCALE
+
+
+Cannot set the locale id.
+
+0xC00D32D8
+
+NS_E_METADATA_LANGUAGE_NOT_SUPORTED
+
+
+The language is not supported in the format.
+
+0xC00D32D9
+
+NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE
+
+
+There is no RFC1766 name translation for the supplied locale id.
+
+0xC00D32DA
+
+NS_E_METADATA_NOT_AVAILABLE
+
+
+The metadata (or metadata item) is not available.
+
+0xC00D32DB
+
+NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE
+
+
+The cached metadata (or metadata item) is not available.
+
+0xC00D32DC
+
+NS_E_METADATA_INVALID_DOCUMENT_TYPE
+
+
+The metadata document is invalid.
+
+0xC00D32DD
+
+NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE
+
+
+The metadata content identifier is not available.
+
+0xC00D32DE
+
+NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE
+
+
+Cannot retrieve metadata from the offline metadata cache.
+
+0xC0261003
+
+ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM
+
+
+Checksum of the obtained monitor descriptor is invalid.
+
+0xC0261004
+
+ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK
+
+
+Monitor descriptor contains an invalid standard timing block.
+
+0xC0261005
+
+ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED
+
+
+Windows Management Instrumentation (WMI) data block registration failed for one of the MSMonitorClass WMI subclasses.
+
+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.
+
+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.
+
+0xC0261008
+
+ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA
+
+
+There is no monitor descriptor data at the specified (offset, size) region.
+
+0xC0261009
+
+ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK
+
+
+Monitor descriptor contains an invalid detailed timing block.
+
+0xC0262000
+
+ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER
+
+
+Exclusive mode ownership is needed to create unmanaged primary allocation.
+
+0xC0262001
+
+ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER
+
+
+The driver needs more direct memory access (DMA) buffer space to complete the requested operation.
+
+0xC0262002
+
+ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER
+
+
+Specified display adapter handle is invalid.
+
+0xC0262003
+
+ERROR_GRAPHICS_ADAPTER_WAS_RESET
+
+
+Specified display adapter and all of its state has been reset.
+
+0xC0262004
+
+ERROR_GRAPHICS_INVALID_DRIVER_MODEL
+
+
+The driver stack does not match the expected driver model.
+
+0xC0262005
+
+ERROR_GRAPHICS_PRESENT_MODE_CHANGED
+
+
+Present happened but ended up into the changed desktop mode.
+
+0xC0262006
+
+ERROR_GRAPHICS_PRESENT_OCCLUDED
+
+
+Nothing to present due to desktop occlusion.
+
+0xC0262007
+
+ERROR_GRAPHICS_PRESENT_DENIED
+
+
+Not able to present due to denial of desktop access.
+
+0xC0262008
+
+ERROR_GRAPHICS_CANNOTCOLORCONVERT
+
+
+Not able to present with color conversion.
+
+0xC0262100
+
+ERROR_GRAPHICS_NO_VIDEO_MEMORY
+
+
+Not enough video memory available to complete the operation.
+
+0xC0262101
+
+ERROR_GRAPHICS_CANT_LOCK_MEMORY
+
+
+Could not probe and lock the underlying memory of an allocation.
+
+0xC0262102
+
+ERROR_GRAPHICS_ALLOCATION_BUSY
+
+
+The allocation is currently busy.
+
+0xC0262103
+
+ERROR_GRAPHICS_TOO_MANY_REFERENCES
+
+
+An object being referenced has reach the maximum reference count already and cannot be referenced further.
+
+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.
+
+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.
+
+0xC0262106
+
+ERROR_GRAPHICS_ALLOCATION_INVALID
+
+
+The allocation is invalid.
+
+0xC0262107
+
+ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE
+
+
+No more unswizzling apertures are currently available.
+
+0xC0262108
+
+ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED
+
+
+The current allocation cannot be unswizzled by an aperture.
+
+0xC0262109
+
+ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION
+
+
+The request failed because a pinned allocation cannot be evicted.
+
+0xC0262110
+
+ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE
+
+
+The allocation cannot be used from its current segment location for the specified operation.
+
+0xC0262111
+
+ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION
+
+
+A locked allocation cannot be used in the current command buffer.
+
+0xC0262112
+
+ERROR_GRAPHICS_ALLOCATION_CLOSED
+
+
+The allocation being referenced has been closed permanently.
+
+0xC0262113
+
+ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE
+
+
+An invalid allocation instance is being referenced.
+
+0xC0262114
+
+ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE
+
+
+An invalid allocation handle is being referenced.
+
+0xC0262115
+
+ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE
+
+
+The allocation being referenced does not belong to the current device.
+
+0xC0262116
+
+ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST
+
+
+The specified allocation lost its content.
+
+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.
+
+0xC0262300
+
+ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY
+
+
+Specified video present network (VidPN) topology is invalid.
+
+0xC0262301
+
+ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED
+
+
+Specified VidPN topology is valid but is not supported by this model of the display adapter.
+
+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.
+
+0xC0262303
+
+ERROR_GRAPHICS_INVALID_VIDPN
+
+
+Specified VidPN handle is invalid.
+
+0xC0262304
+
+ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE
+
+
+Specified video present source is invalid.
+
+0xC0262305
+
+ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET
+
+
+Specified video present target is invalid.
+
+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).
+
+0xC0262308
+
+ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET
+
+
+Specified VidPN source mode set is invalid.
+
+0xC0262309
+
+ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET
+
+
+Specified VidPN target mode set is invalid.
+
+0xC026230A
+
+ERROR_GRAPHICS_INVALID_FREQUENCY
+
+
+Specified video signal frequency is invalid.
+
+0xC026230B
+
+ERROR_GRAPHICS_INVALID_ACTIVE_REGION
+
+
+Specified video signal active region is invalid.
+
+0xC026230C
+
+ERROR_GRAPHICS_INVALID_TOTAL_REGION
+
+
+Specified video signal total region is invalid.
+
+0xC0262310
+
+ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE
+
+
+Specified video present source mode is invalid.
+
+0xC0262311
+
+ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE
+
+
+Specified video present target mode is invalid.
+
+0xC0262312
+
+ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET
+
+
+Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
+
+0xC0262313
+
+ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY
+
+
+Specified video present path is already in the VidPN topology.
+
+0xC0262314
+
+ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET
+
+
+Specified mode is already in the mode set.
+
+0xC0262315
+
+ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET
+
+
+Specified video present source set is invalid.
+
+0xC0262316
+
+ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET
+
+
+Specified video present target set is invalid.
+
+0xC0262317
+
+ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET
+
+
+Specified video present source is already in the video present source set.
+
+0xC0262318
+
+ERROR_GRAPHICS_TARGET_ALREADY_IN_SET
+
+
+Specified video present target is already in the video present target set.
+
+0xC0262319
+
+ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH
+
+
+Specified VidPN present path is invalid.
+
+0xC026231A
+
+ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY
+
+
+Miniport has no recommendation for augmentation of the specified VidPN topology.
+
+0xC026231B
+
+ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET
+
+
+Specified monitor frequency range set is invalid.
+
+0xC026231C
+
+ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE
+
+
+Specified monitor frequency range is invalid.
+
+0xC026231D
+
+ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET
+
+
+Specified frequency range is not in the specified monitor frequency range set.
+
+0xC026231F
+
+ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET
+
+
+Specified frequency range is already in the specified monitor frequency range set.
+
+0xC0262320
+
+ERROR_GRAPHICS_STALE_MODESET
+
+
+Specified mode set is stale. Reacquire the new mode set.
+
+0xC0262321
+
+ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET
+
+
+Specified monitor source mode set is invalid.
+
+0xC0262322
+
+ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE
+
+
+Specified monitor source mode is invalid.
+
+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.
+
+0xC0262324
+
+ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE
+
+
+ID of the specified mode is already used by another mode in the set.
+
+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.
+
+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.
+
+0xC0262327
+
+ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY
+
+
+Specified present path is not in the VidPN topology.
+
+0xC0262328
+
+ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE
+
+
+Display adapter must have at least one video present source.
+
+0xC0262329
+
+ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET
+
+
+Display adapter must have at least one video present target.
+
+0xC026232A
+
+ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET
+
+
+Specified monitor descriptor set is invalid.
+
+0xC026232B
+
+ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR
+
+
+Specified monitor descriptor is invalid.
+
+0xC026232C
+
+ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET
+
+
+Specified descriptor is not in the specified monitor descriptor set.
+
+0xC026232D
+
+ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET
+
+
+Specified descriptor is already in the specified monitor descriptor set.
+
+0xC026232E
+
+ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE
+
+
+ID of the specified monitor descriptor is already used by another descriptor in the set.
+
+0xC026232F
+
+ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE
+
+
+Specified video present target subset type is invalid.
+
+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.
+
+0xC0262331
+
+ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE
+
+
+ID of the specified video present source is already used by another source in the set.
+
+0xC0262332
+
+ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE
+
+
+ID of the specified video present target is already used by another target in the set.
+
+0xC0262333
+
+ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET
+
+
+Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
+
+0xC0262334
+
+ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER
+
+
+Newly arrived monitor could not be associated with a display adapter.
+
+0xC0262335
+
+ERROR_GRAPHICS_NO_VIDPNMGR
+
+
+Display adapter in question does not have an associated VidPN manager.
+
+0xC0262336
+
+ERROR_GRAPHICS_NO_ACTIVE_VIDPN
+
+
+VidPN manager of the display adapter in question does not have an active VidPN.
+
+0xC0262337
+
+ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY
+
+
+Specified VidPN topology is stale. Re-acquire the new topology.
+
+0xC0262338
+
+ERROR_GRAPHICS_MONITOR_NOT_CONNECTED
+
+
+There is no monitor connected on the specified video present target.
+
+0xC0262339
+
+ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY
+
+
+Specified source is not part of the specified VidPN topology.
+
+0xC026233A
+
+ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE
+
+
+Specified primary surface size is invalid.
+
+0xC026233B
+
+ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE
+
+
+Specified visible region size is invalid.
+
+0xC026233C
+
+ERROR_GRAPHICS_INVALID_STRIDE
+
+
+Specified stride is invalid.
+
+0xC026233D
+
+ERROR_GRAPHICS_INVALID_PIXELFORMAT
+
+
+Specified pixel format is invalid.
+
+0xC026233E
+
+ERROR_GRAPHICS_INVALID_COLORBASIS
+
+
+Specified color basis is invalid.
+
+0xC026233F
+
+ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE
+
+
+Specified pixel value access mode is invalid.
+
+0xC0262340
+
+ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY
+
+
+Specified target is not part of the specified VidPN topology.
+
+0xC0262341
+
+ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT
+
+
+Failed to acquire display mode management interface.
+
+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.
+
+0xC0262343
+
+ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN
+
+
+Specified VidPN is active and cannot be accessed.
+
+0xC0262344
+
+ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL
+
+
+Specified VidPN present path importance ordinal is invalid.
+
+0xC0262345
+
+ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION
+
+
+Specified VidPN present path content geometry transformation is invalid.
+
+0xC0262346
+
+ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED
+
+
+Specified content geometry transformation is not supported on the respective VidPN present path.
+
+0xC0262347
+
+ERROR_GRAPHICS_INVALID_GAMMA_RAMP
+
+
+Specified gamma ramp is invalid.
+
+0xC0262348
+
+ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED
+
+
+Specified gamma ramp is not supported on the respective VidPN present path.
+
+0xC0262349
+
+ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED
+
+
+Multisampling is not supported on the respective VidPN present path.
+
+0xC026234A
+
+ERROR_GRAPHICS_MODE_NOT_IN_MODESET
+
+
+Specified mode is not in the specified mode set.
+
+0xC026234D
+
+ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON
+
+
+Specified VidPN topology recommendation reason is invalid.
+
+0xC026234E
+
+ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE
+
+
+Specified VidPN present path content type is invalid.
+
+0xC026234F
+
+ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE
+
+
+Specified VidPN present path copy protection type is invalid.
+
+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.
+
+0xC0262352
+
+ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING
+
+
+The specified scan line ordering type is invalid.
+
+0xC0262353
+
+ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED
+
+
+Topology changes are not allowed for the specified VidPN.
+
+0xC0262354
+
+ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS
+
+
+All available importance ordinals are already used in the specified topology.
+
+0xC0262355
+
+ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT
+
+
+Specified primary surface has a different private format attribute than the current primary surface.
+
+0xC0262356
+
+ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM
+
+
+Specified mode pruning algorithm is invalid.
+
+0xC0262400
+
+ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED
+
+
+Specified display adapter child device already has an external device connected to it.
+
+0xC0262401
+
+ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED
+
+
+The display adapter child device does not support reporting a descriptor.
+
+0xC0262430
+
+ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER
+
+
+The display adapter is not linked to any other adapters.
+
+0xC0262431
+
+ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED
+
+
+Lead adapter in a linked configuration was not enumerated yet.
+
+0xC0262432
+
+ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED
+
+
+Some chain adapters in a linked configuration were not enumerated yet.
+
+0xC0262433
+
+ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY
+
+
+The chain of linked adapters is not ready to start because of an unknown failure.
+
+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.
+
+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.
+
+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.
+
+0xC0262438
+
+ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER
+
+
+The driver trying to start is not the same as the driver for the posted display adapter.
+
+0xC0262500
+
+ERROR_GRAPHICS_OPM_NOT_SUPPORTED
+
+
+The driver does not support Output Protection Manager (OPM).
+
+0xC0262501
+
+ERROR_GRAPHICS_COPP_NOT_SUPPORTED
+
+
+The driver does not support Certified Output Protection Protocol (COPP).
+
+0xC0262502
+
+ERROR_GRAPHICS_UAB_NOT_SUPPORTED
+
+
+The driver does not support a user-accessible bus (UAB).
+
+0xC0262503
+
+ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS
+
+
+The specified encrypted parameters are invalid.
+
+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.
+
+0xC0262505
+
+ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST
+
+
+The GDI display device passed to this function does not have any active video outputs.
+
+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.
+
+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.
+
+0xC0262508
+
+ERROR_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED
+
+
+The PVP does not support mirroring display devices because they do not have video outputs.
+
+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.
+
+0xC026250B
+
+ERROR_GRAPHICS_OPM_INTERNAL_ERROR
+
+
+An internal error caused this operation to fail.
+
+0xC026250C
+
+ERROR_GRAPHICS_OPM_INVALID_HANDLE
+
+
+The function failed because the caller passed in an invalid OPM user mode handle.
+
+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.
+
+0xC026250E
+
+ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH
+
+
+A certificate could not be returned because the certificate buffer passed to the function was too small.
+
+0xC026250F
+
+ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED
+
+
+A video output could not be created because the frame buffer is in spanning mode.
+
+0xC0262510
+
+ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED
+
+
+A video output could not be created because the frame buffer is in theater mode.
+
+0xC0262511
+
+ERROR_GRAPHICS_PVP_HFS_FAILED
+
+
+The function call failed because the display adapter's hardware functionality scan failed to validate the graphics hardware.
+
+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.
+
+0xC0262513
+
+ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP
+
+
+The video output cannot enable the HDCP system because it does not support it.
+
+0xC0262514
+
+ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP
+
+
+The video output cannot enable analog copy protection because it does not support it.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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]).
+
+0xC0262580
+
+ERROR_GRAPHICS_I2C_NOT_SUPPORTED
+
+
+The monitor connected to the specified video output does not have an I2C bus.
+
+0xC0262581
+
+ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST
+
+
+No device on the I2C bus has the specified address.
+
+0xC0262582
+
+ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA
+
+
+An error occurred while transmitting data to the device on the I2C bus.
+
+0xC0262583
+
+ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA
+
+
+An error occurred while receiving data from the device on the I2C bus.
+
+0xC0262584
+
+ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED
+
+
+The monitor does not support the specified Virtual Control Panel (VCP) code.
+
+0xC0262585
+
+ERROR_GRAPHICS_DDCCI_INVALID_DATA
+
+
+The data received from the monitor is invalid.
+
+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.
+
+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.
+
+0xC0262588
+
+ERROR_GRAPHICS_MCA_INTERNAL_ERROR
+
+
+An internal Monitor Configuration API error occurred.
+
+0xC0262589
+
+ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND
+
+
+An operation failed because a DDC/CI message had an invalid value in its command field.
+
+0xC026258A
+
+ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH
+
+
+This error occurred because a DDC/CI message length field contained an invalid value.
+
+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.
+
+0xC02625D6
+
+ERROR_GRAPHICS_PMEA_INVALID_MONITOR
+
+
+The HMONITOR no longer exists, is not attached to the desktop, or corresponds to a mirroring device.
+
+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.
+
+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.
+
+0xC02625D9
+
+ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION
+
+
+The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
index 905fb2e0b17d50c646b05ae994a1d9714a5aaed1..0afce5a33fbaca620661e445be27b7ab27fc3bf6 100644 (file)
@@ -13,6 +13,13 @@ bld.SAMBA_LIBRARY('samba-errors',
                   vnum='1.0.0',
                   )
 
+bld.SAMBA_GENERATOR('hresult_generated',
+                    source='../../source4/scripting/bin/gen_hresult.py hresult_err_table.txt ../../source4/scripting/bin/gen_error_common.py',
+                    target='hresult.h hresult.c',
+                    group='build_source',
+                    rule='${PYTHON} ${SRC[0].abspath(env)} ${SRC[1].abspath(env)} ${TGT[0].abspath(env)} ${TGT[1].abspath(env)}'
+                   )
+
 bld.SAMBA_GENERATOR('ntstatus_generated',
                     source='../../source4/scripting/bin/gen_ntstatus.py ntstatus_err_table.txt ../../source4/scripting/bin/gen_error_common.py',
                     target='ntstatus_gen.h nterr_gen.c py_ntstatus.c',
index 844a97dd34da40d225136174511f270e921c73d6..73060e23e7b7505428c38cea942be2177f1c8d7d 100644 (file)
@@ -5,7 +5,6 @@ samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_config_base.none.
 samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_ctdb_etcd_lock.none.
 samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_depfilter_py.none.
 samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_dns_hub_py.none.
-samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_gen_hresult_py.none.
 samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_run_py.none.
 samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_run_py_.none.
 samba.tests.usage.samba.tests.usage.PythonScriptHelpTests.test_smbstatus.none.
index 03d25c820ffd7cdce3eea0eb69134e3fa0e986f5..8929453933636c7cba456796055c64bbbc01fa4e 100755 (executable)
@@ -148,29 +148,33 @@ def transformErrorName(error_name):
     return "HRES_" + error_name
 
 # Very simple script to generate files hresult.c & hresult.h
-# The script simply takes a text file as input, format of input file is
-# very simple and is just the content of a html table ( such as that found
-# in http://msdn.microsoft.com/en-us/library/cc704587.aspx ) copied and
-# pasted into a text file
+# This script takes three inputs:
+# [1]: The name of the text file which is the content of an HTML table
+#      (such as that found at https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/705fb797-2175-4a90-b5a3-3918024b10b8)
+#      copied and pasted.
+# [2]: The name of the output generated header file with HResult #defines
+# [3]: The name of the output generated source file with C arrays
 
 def main ():
     input_file1 = None
-    filename = "hresult"
-    headerfile_name = filename + ".h"
-    sourcefile_name = filename + ".c"
-    if len(sys.argv) > 1:
+
+    if len(sys.argv) == 4:
         input_file1 =  sys.argv[1]
+        gen_headerfile_name = sys.argv[2]
+        gen_sourcefile_name = sys.argv[3]
     else:
-        print("usage: %s winerrorfile"%(sys.argv[0]))
+        print("usage: %s winerrorfile headerfile sourcefile"%(sys.argv[0]))
         sys.exit()
 
     # read in the data
     with open(input_file1) as file_contents:
         errors = parseErrorDescriptions(file_contents, False, transformErrorName)
 
-    with open(headerfile_name,"w") as out_file:
+    print(f"writing new header file: {gen_headerfile_name}")
+    with open(gen_headerfile_name,"w") as out_file:
         generateHeaderFile(out_file, errors)
-    with open(sourcefile_name,"w") as out_file:
+    print(f"writing new source file: {gen_sourcefile_name}")
+    with open(gen_sourcefile_name,"w") as out_file:
         generateSourceFile(out_file, errors)
 
 if __name__ == '__main__':