Tuesday, September 27, 2011

HRESULTS: FACILITY_MEDIASERVER (00D)


This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.

Edit: 6/7/2015 - Updated from the Windows10 SDK.


NS_S_CALLPENDING - 0x000D0000 - (0)
The requested operation is pending completion.%0
NS_S_CALLABORTED - 0x000D0001 - (1)
The requested operation was aborted by the client.%0
NS_S_STREAM_TRUNCATED - 0x000D0002 - (2)
The stream was purposefully stopped before completion.%0
NS_W_SERVER_BANDWIDTH_LIMIT - 0x800D0003 - (3)
The maximum filebitrate value specified is greater than the server's configured maximum bandwidth.%0
NS_W_FILE_BANDWIDTH_LIMIT - 0x800D0004 - (4)
The maximum bandwidth value specified is less than the maximum filebitrate.%0
NS_E_NOCONNECTION - 0xC00D0005 - (5)
There is no connection established with the Windows Media server. The operation failed.%0
NS_E_CANNOTCONNECT - 0xC00D0006 - (6)
Unable to establish a connection to the server.%0
NS_E_CANNOTDESTROYTITLE - 0xC00D0007 - (7)
Unable to destroy the title.%0
NS_E_CANNOTRENAMETITLE - 0xC00D0008 - (8)
Unable to rename the title.%0
NS_E_CANNOTOFFLINEDISK - 0xC00D0009 - (9)
Unable to offline disk.%0
NS_E_CANNOTONLINEDISK - 0xC00D000A - (10)
Unable to online disk.%0
NS_E_NOREGISTEREDWALKER - 0xC00D000B - (11)
There is no file parser registered for this type of file.%0
NS_E_NOFUNNEL - 0xC00D000C - (12)
There is no data connection established.%0
NS_E_NO_LOCALPLAY - 0xC00D000D - (13)
Failed to load the local play DLL.%0
NS_E_NETWORK_BUSY - 0xC00D000E - (14)
The network is busy.%0
NS_E_TOO_MANY_SESS - 0xC00D000F - (15)
The server session limit was exceeded.%0
NS_E_ALREADY_CONNECTED - 0xC00D0010 - (16)
The network connection already exists.%0
NS_E_INVALID_INDEX - 0xC00D0011 - (17)
Index %1 is invalid.%0
NS_E_PROTOCOL_MISMATCH - 0xC00D0012 - (18)
There is no protocol or protocol version supported by both the client and the server.%0
NS_E_TIMEOUT - 0xC00D0013 - (19)
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.%0
NS_E_NET_WRITE - 0xC00D0014 - (20)
Error writing to the network.%0
NS_E_NET_READ - 0xC00D0015 - (21)
Error reading from the network.%0
NS_E_DISK_WRITE - 0xC00D0016 - (22)
Error writing to a disk.%0
NS_E_DISK_READ - 0xC00D0017 - (23)
Error reading from a disk.%0
NS_E_FILE_WRITE - 0xC00D0018 - (24)
Error writing to a file.%0
NS_E_FILE_READ - 0xC00D0019 - (25)
Error reading from a file.%0
NS_E_FILE_NOT_FOUND - 0xC00D001A - (26)
The system cannot find the file specified.%0
NS_E_FILE_EXISTS - 0xC00D001B - (27)
The file already exists.%0
NS_E_INVALID_NAME - 0xC00D001C - (28)
The file name, directory name, or volume label syntax is incorrect.%0
NS_E_FILE_OPEN_FAILED - 0xC00D001D - (29)
Failed to open a file.%0
NS_E_FILE_ALLOCATION_FAILED - 0xC00D001E - (30)
Unable to allocate a file.%0
NS_E_FILE_INIT_FAILED - 0xC00D001F - (31)
Unable to initialize a file.%0
NS_E_FILE_PLAY_FAILED - 0xC00D0020 - (32)
Unable to play a file.%0
NS_E_SET_DISK_UID_FAILED - 0xC00D0021 - (33)
Could not set the disk UID.%0
NS_E_INDUCED - 0xC00D0022 - (34)
An error was induced for testing purposes.%0
NS_E_CCLINK_DOWN - 0xC00D0023 - (35)
Two Content Servers failed to communicate.%0
NS_E_INTERNAL - 0xC00D0024 - (36)
An unknown error occurred.%0
NS_E_BUSY - 0xC00D0025 - (37)
The requested resource is in use.%0
NS_E_UNRECOGNIZED_STREAM_TYPE - 0xC00D0026 - (38)
The specified protocol is not recognized. Be sure that the file name and syntax, such as slashes, are correct for the protocol.%0
NS_E_NETWORK_SERVICE_FAILURE - 0xC00D0027 - (39)
The network service provider failed.%0
NS_E_NETWORK_RESOURCE_FAILURE - 0xC00D0028 - (40)
An attempt to acquire a network resource failed.%0
NS_E_CONNECTION_FAILURE - 0xC00D0029 - (41)
The network connection has failed.%0
NS_E_SHUTDOWN - 0xC00D002A - (42)
The session is being terminated locally.%0
NS_E_INVALID_REQUEST - 0xC00D002B - (43)
The request is invalid in the current state.%0
NS_E_INSUFFICIENT_BANDWIDTH - 0xC00D002C - (44)
There is insufficient bandwidth available to fulfill the request.%0
NS_E_NOT_REBUILDING - 0xC00D002D - (45)
The disk is not rebuilding.%0
NS_E_LATE_OPERATION - 0xC00D002E - (46)
An operation requested for a particular time could not be carried out on schedule.%0
NS_E_INVALID_DATA - 0xC00D002F - (47)
Invalid or corrupt data was encountered.%0
NS_E_FILE_BANDWIDTH_LIMIT - 0xC00D0030 - (48)
The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server.%0
NS_E_OPEN_FILE_LIMIT - 0xC00D0031 - (49)
The client cannot have any more files open simultaneously.%0
NS_E_BAD_CONTROL_DATA - 0xC00D0032 - (50)
The server received invalid data from the client on the control connection.%0
NS_E_NO_STREAM - 0xC00D0033 - (51)
There is no stream available.%0
NS_E_STREAM_END - 0xC00D0034 - (52)
There is no more data in the stream.%0
NS_E_SERVER_NOT_FOUND - 0xC00D0035 - (53)
The specified server could not be found.%0
NS_E_DUPLICATE_NAME - 0xC00D0036 - (54)
The specified name is already in use.
NS_E_DUPLICATE_ADDRESS - 0xC00D0037 - (55)
The specified address is already in use.
NS_E_BAD_MULTICAST_ADDRESS - 0xC00D0038 - (56)
The specified address is not a valid multicast address.
NS_E_BAD_ADAPTER_ADDRESS - 0xC00D0039 - (57)
The specified adapter address is invalid.
NS_E_BAD_DELIVERY_MODE - 0xC00D003A - (58)
The specified delivery mode is invalid.
NS_E_INVALID_CHANNEL - 0xC00D003B - (59)
The specified station does not exist.
NS_E_INVALID_STREAM - 0xC00D003C - (60)
The specified stream does not exist.
NS_E_INVALID_ARCHIVE - 0xC00D003D - (61)
The specified archive could not be opened.
NS_E_NOTITLES - 0xC00D003E - (62)
The system cannot find any titles on the server.%0
NS_E_INVALID_CLIENT - 0xC00D003F - (63)
The system cannot find the client specified.%0
NS_E_INVALID_BLACKHOLE_ADDRESS - 0xC00D0040 - (64)
The Blackhole Address is not initialized.%0
NS_E_INCOMPATIBLE_FORMAT - 0xC00D0041 - (65)
The station does not support the stream format.
NS_E_INVALID_KEY - 0xC00D0042 - (66)
The specified key is not valid.
NS_E_INVALID_PORT - 0xC00D0043 - (67)
The specified port is not valid.
NS_E_INVALID_TTL - 0xC00D0044 - (68)
The specified TTL is not valid.
NS_E_STRIDE_REFUSED - 0xC00D0045 - (69)
The request to fast forward or rewind could not be fulfilled.
NS_E_MMSAUTOSERVER_CANTFINDWALKER - 0xC00D0046 - (70)
Unable to load the appropriate file parser.%0
NS_E_MAX_BITRATE - 0xC00D0047 - (71)
Cannot exceed the maximum bandwidth limit.%0
NS_E_LOGFILEPERIOD - 0xC00D0048 - (72)
Invalid value for LogFilePeriod.%0
NS_E_MAX_CLIENTS - 0xC00D0049 - (73)
Cannot exceed the maximum client limit.%0
NS_E_LOG_FILE_SIZE - 0xC00D004A - (74)
The maximum log file size has been reached.%0
NS_E_MAX_FILERATE - 0xC00D004B - (75)
Cannot exceed the maximum file rate.%0
NS_E_WALKER_UNKNOWN - 0xC00D004C - (76)
Unknown file type.%0
NS_E_WALKER_SERVER - 0xC00D004D - (77)
The specified file, %1, cannot be loaded onto the specified server, %2.%0
NS_E_WALKER_USAGE - 0xC00D004E - (78)
There was a usage error with file parser.%0
NS_I_TIGER_START - 0x400D004F - (79)
The Title Server %1 is running.%0
NS_E_TIGER_FAIL - 0xC00D0050 - (80)
The Title Server %1 has failed.%0
NS_I_CUB_START - 0x400D0051 - (81)
Content Server %1 (%2) is starting.%0
NS_I_CUB_RUNNING - 0x400D0052 - (82)
Content Server %1 (%2) is running.%0
NS_E_CUB_FAIL - 0xC00D0053 - (83)
Content Server %1 (%2) has failed.%0
NS_I_DISK_START - 0x400D0054 - (84)
Disk %1 ( %2 ) on Content Server %3, is running.%0
NS_E_DISK_FAIL - 0xC00D0055 - (85)
Disk %1 ( %2 ) on Content Server %3, has failed.%0
NS_I_DISK_REBUILD_STARTED - 0x400D0056 - (86)
Started rebuilding disk %1 ( %2 ) on Content Server %3.%0
NS_I_DISK_REBUILD_FINISHED - 0x400D0057 - (87)
Finished rebuilding disk %1 ( %2 ) on Content Server %3.%0
NS_I_DISK_REBUILD_ABORTED - 0x400D0058 - (88)
Aborted rebuilding disk %1 ( %2 ) on Content Server %3.%0
NS_I_LIMIT_FUNNELS - 0x400D0059 - (89)
A NetShow administrator at network location %1 set the data stream limit to %2 streams.%0
NS_I_START_DISK - 0x400D005A - (90)
A NetShow administrator at network location %1 started disk %2.%0
NS_I_STOP_DISK - 0x400D005B - (91)
A NetShow administrator at network location %1 stopped disk %2.%0
NS_I_STOP_CUB - 0x400D005C - (92)
A NetShow administrator at network location %1 stopped Content Server %2.%0
NS_I_KILL_USERSESSION - 0x400D005D - (93)
A NetShow administrator at network location %1 aborted user session %2 from the system.%0
NS_I_KILL_CONNECTION - 0x400D005E - (94)
A NetShow administrator at network location %1 aborted obsolete connection %2 from the system.%0
NS_I_REBUILD_DISK - 0x400D005F - (95)
A NetShow administrator at network location %1 started rebuilding disk %2.%0
NS_E_MAX_FUNNELS_ALERT - 0xC00D0060 - (96)
The NetShow data stream limit of %1 streams was reached.%0
NS_W_UNKNOWN_EVENT - 0x800D0060 - (96)
Unknown %1 event encountered.%0
NS_E_ALLOCATE_FILE_FAIL - 0xC00D0061 - (97)
The NetShow Video Server was unable to allocate a %1 block file named %2.%0
NS_E_PAGING_ERROR - 0xC00D0062 - (98)
A Content Server was unable to page a block.%0
NS_E_BAD_BLOCK0_VERSION - 0xC00D0063 - (99)
Disk %1 has unrecognized control block version %2.%0
NS_E_BAD_DISK_UID - 0xC00D0064 - (100)
Disk %1 has incorrect uid %2.%0
NS_E_BAD_FSMAJOR_VERSION - 0xC00D0065 - (101)
Disk %1 has unsupported file system major version %2.%0
NS_E_BAD_STAMPNUMBER - 0xC00D0066 - (102)
Disk %1 has bad stamp number in control block.%0
NS_E_PARTIALLY_REBUILT_DISK - 0xC00D0067 - (103)
Disk %1 is partially reconstructed.%0
NS_E_ENACTPLAN_GIVEUP - 0xC00D0068 - (104)
EnactPlan gives up.%0
MCMADM_I_NO_EVENTS - 0x400D0069 - (105)
Event initialization failed, there will be no MCM events.%0
MCMADM_E_REGKEY_NOT_FOUND - 0xC00D006A - (106)
The key was not found in the registry.%0
NS_E_NO_FORMATS - 0xC00D006B - (107)
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.%0
NS_E_NO_REFERENCES - 0xC00D006C - (108)
No reference URLs were found in an ASX file.%0
NS_E_WAVE_OPEN - 0xC00D006D - (109)
Error opening wave device, the device might be in use.%0
NS_I_LOGGING_FAILED - 0x400D006E - (110)
The logging operation failed.
NS_E_CANNOTCONNECTEVENTS - 0xC00D006F - (111)
Unable to establish a connection to the NetShow event monitor service.%0
NS_I_LIMIT_BANDWIDTH - 0x400D0070 - (112)
A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps.%0
NS_E_NO_DEVICE - 0xC00D0071 - (113)
No device driver is present on the system.%0
NS_E_NO_SPECIFIED_DEVICE - 0xC00D0072 - (114)
No specified device driver is present.%0
NS_E_MONITOR_GIVEUP - 0xC00D00C8 - (200)
Netshow Events Monitor is not operational and has been disconnected.%0
NS_E_REMIRRORED_DISK - 0xC00D00C9 - (201)
Disk %1 is remirrored.%0
NS_E_INSUFFICIENT_DATA - 0xC00D00CA - (202)
Insufficient data found.%0
NS_E_ASSERT - 0xC00D00CB - (203)
%1 failed in file %2 line %3.%0
NS_E_BAD_ADAPTER_NAME - 0xC00D00CC - (204)
The specified adapter name is invalid.%0
NS_E_NOT_LICENSED - 0xC00D00CD - (205)
The application is not licensed for this feature.%0
NS_E_NO_SERVER_CONTACT - 0xC00D00CE - (206)
Unable to contact the server.%0
NS_E_TOO_MANY_TITLES - 0xC00D00CF - (207)
Maximum number of titles exceeded.%0
NS_E_TITLE_SIZE_EXCEEDED - 0xC00D00D0 - (208)
Maximum size of a title exceeded.%0
NS_E_UDP_DISABLED - 0xC00D00D1 - (209)
UDP protocol not enabled. Not trying %1!ls!.%0
NS_E_TCP_DISABLED - 0xC00D00D2 - (210)
TCP protocol not enabled. Not trying %1!ls!.%0
NS_E_HTTP_DISABLED - 0xC00D00D3 - (211)
HTTP protocol not enabled. Not trying %1!ls!.%0
NS_E_LICENSE_EXPIRED - 0xC00D00D4 - (212)
The product license has expired.%0
NS_E_TITLE_BITRATE - 0xC00D00D5 - (213)
Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information.%0
NS_E_EMPTY_PROGRAM_NAME - 0xC00D00D6 - (214)
The program name cannot be empty.%0
NS_E_MISSING_CHANNEL - 0xC00D00D7 - (215)
Station %1 does not exist.%0
NS_E_NO_CHANNELS - 0xC00D00D8 - (216)
You need to define at least one station before this operation can complete.%0
NS_E_INVALID_INDEX2 - 0xC00D00D9 - (217)
The index specified is invalid.%0
NS_E_CUB_FAIL_LINK - 0xC00D0190 - (400)
Content Server %1 (%2) has failed its link to Content Server %3.%0
NS_I_CUB_UNFAIL_LINK - 0x400D0191 - (401)
Content Server %1 (%2) has established its link to Content Server %3.%0
NS_E_BAD_CUB_UID - 0xC00D0192 - (402)
Content Server %1 (%2) has incorrect uid %3.%0
NS_I_RESTRIPE_START - 0x400D0193 - (403)
Restripe operation has started.%0
NS_I_RESTRIPE_DONE - 0x400D0194 - (404)
Restripe operation has completed.%0
NS_E_GLITCH_MODE - 0xC00D0195 - (405)
Server unreliable because multiple components failed.%0
NS_I_RESTRIPE_DISK_OUT - 0x400D0196 - (406)
Content disk %1 (%2) on Content Server %3 has been restriped out.%0
NS_I_RESTRIPE_CUB_OUT - 0x400D0197 - (407)
Content server %1 (%2) has been restriped out.%0
NS_I_DISK_STOP - 0x400D0198 - (408)
Disk %1 ( %2 ) on Content Server %3, has been offlined.%0
NS_I_CATATONIC_FAILURE - 0x800D0199 - (409)
Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic.%0
NS_I_CATATONIC_AUTO_UNFAIL - 0x800D019A - (410)
Disk %1 ( %2 ) on Content Server %3, auto online from catatonic state.%0
NS_E_NO_MEDIA_PROTOCOL - 0xC00D019B - (411)
Content Server %1 (%2) is unable to communicate with the Media System Network Protocol.%0
ASF_E_BUFFEROVERRUN - 0xC00D07D0 - (2000)
An attempt was made to seek or position past the end of a buffer.%0
ASF_E_BUFFERTOOSMALL - 0xC00D07D1 - (2001)
The supplied input or output buffer was too small.%0
ASF_E_BADLANGUAGEID - 0xC00D07D2 - (2002)
The language ID was not found.%0
ASF_E_NOPAYLOADLENGTH - 0xC00D07DB - (2011)
The multiple payload packet is missing the payload length.%0
ASF_E_TOOMANYPAYLOADS - 0xC00D07DC - (2012)
The packet contains too many payloads.%0
ASF_E_PACKETCONTENTTOOLARGE - 0xC00D07DE - (2014)
ASF_E_PACKETCONTENTTOOLARGE
ASF_E_UNKNOWNPACKETSIZE - 0xC00D07E0 - (2016)
Expecting a fixed packet size but min. and max. are not equal.%0
ASF_E_INVALIDHEADER - 0xC00D07E2 - (2018)
ASF_E_INVALIDHEADER
ASF_E_NOCLOCKOBJECT - 0xC00D07E6 - (2022)
The object does not have a valid clock object.%0
ASF_E_UNKNOWNCLOCKTYPE - 0xC00D07EB - (2027)
ASF_E_UNKNOWNCLOCKTYPE
ASF_E_OPAQUEPACKET - 0xC00D07ED - (2029)
An attempt was made to restore or access an opaque packet.%0
ASF_E_WRONGVERSION - 0xC00D07EE - (2030)
ASF_E_WRONGVERSION
ASF_E_OVERFLOW - 0xC00D07EF - (2031)
An attempt was made to store a value which was larger than then destination's maximum value.%0
ASF_E_NOTFOUND - 0xC00D07F0 - (2032)
The object was not found.%0
ASF_S_OPAQUEPACKET - 0x000D07F0 - (2032)
ASF_S_OPAQUEPACKET
NS_E_NOTHING_TO_DO - 0xC00D07F1 - (2033)
NS_E_NOTHING_TO_DO
NS_E_NO_MULTICAST - 0xC00D07F2 - (2034)
Not receiving data from the server.%0
ASF_E_OBJECTTOOBIG - 0xC00D07F3 - (2035)
The object is too large to be processed in the requested manner.%0
ASF_E_UNEXPECTEDVALUE - 0xC00D07F4 - (2036)
A value was not set as expected.%0
ASF_E_INVALIDSTATE - 0xC00D07F5 - (2037)
The request is not valid in the object's current state.%0
ASF_E_NOLIBRARY - 0xC00D07F6 - (2038)
This object does not have a valid library pointer; it was not properly created or it has been Shutdown().%0
ASF_E_ALREADYINITIALIZED - 0xC00D07F7 - (2039)
This object has already been initialized; the setting cannot be changed.%0
ASF_E_INVALIDINIT - 0xC00D07F8 - (2040)
This object has not been initialized properly; that operation cannot be performed.%0
ASF_E_NOHEADEROBJECT - 0xC00D07F9 - (2041)
The ASF Header object could not be found.%0
ASF_E_NODATAOBJECT - 0xC00D07FA - (2042)
The ASF Data object could not be found.%0
ASF_E_NOINDEXOBJECT - 0xC00D07FB - (2043)
The ASF Index object could not be found.%0
ASF_E_NOSTREAMPROPS - 0xC00D07FC - (2044)
A Stream Properties object with the correct stream number could not be found.%0
ASF_E_NOFILEPROPS - 0xC00D07FD - (2045)
The File Properties object could not be found.%0
ASF_E_NOLANGUAGELIST - 0xC00D07FE - (2046)
The Language List object could not be found.%0
ASF_E_NOINDEXPARAMETERS - 0xC00D07FF - (2047)
The Index Parameters object could not be found.%0
ASF_E_UNSUPPORTEDERRORCONCEALMENT - 0xC00D0800 - (2048)
The requested error concealment strategy is not supported by this component.%0
ASF_E_INVALIDFLAGS - 0xC00D0801 - (2049)
The flags for this object or set of objects are not properly set.%0
ASF_E_BADDATADESCRIPTOR - 0xC00D0802 - (2050)
One or more data descriptors is not properly set.%0
ASF_E_BADINDEXINTERVAL - 0xC00D0803 - (2051)
The index has an invalid time interval (probably zero).%0
ASF_E_INVALIDTIME - 0xC00D0804 - (2052)
The given time value is not valid.%0
ASF_E_INVALIDINDEX - 0xC00D0805 - (2053)
The given index value is not valid.%0
ASF_E_STREAMNUMBERINUSE - 0xC00D0806 - (2054)
The specified stream number is already in use.%0
ASF_E_BADMEDIATYPE - 0xC00D0807 - (2055)
The specified media type does not work with this component.%0
ASF_E_WRITEFAILED - 0xC00D0808 - (2056)
The object could not be written as specified.%0
ASF_E_NOTENOUGHDESCRIPTORS - 0xC00D0809 - (2057)
The given data unit requires a larger number of descriptors to be fully parsed.%0
ASF_E_INDEXBLOCKUNLOADED - 0xC00D080A - (2058)
The index entries for the specified index block have been unloaded from memory and are not available.%0
ASF_E_NOTENOUGHBANDWIDTH - 0xC00D080B - (2059)
The specified bandwidth is not large enough.%0
ASF_E_EXCEEDEDMAXIMUMOBJECTSIZE - 0xC00D080C - (2060)
The object has exceeded its maximum size.%0
ASF_E_BADDATAUNIT - 0xC00D080D - (2061)
The given data unit is corrupted, badly formatted, or otherwise not valid.%0
ASF_E_HEADERSIZE - 0xC00D080E - (2062)
The ASF header has exceeded the specified maximum size.%0
NS_E_INVALID_INPUT_FORMAT - 0xC00D0BB8 - (3000)
The input media format is invalid.%0
NS_E_MSAUDIO_NOT_INSTALLED - 0xC00D0BB9 - (3001)
The MSAudio codec is not installed on this system.%0
NS_E_UNEXPECTED_MSAUDIO_ERROR - 0xC00D0BBA - (3002)
An unexpected error occurred with the MSAudio codec.%0
NS_E_INVALID_OUTPUT_FORMAT - 0xC00D0BBB - (3003)
The output media format is invalid.%0
NS_E_NOT_CONFIGURED - 0xC00D0BBC - (3004)
The object must be fully configured before audio samples can be processed.%0
NS_E_PROTECTED_CONTENT - 0xC00D0BBD - (3005)
You need a license to perform the requested operation on this media file.%0
NS_E_LICENSE_REQUIRED - 0xC00D0BBE - (3006)
You need a license to perform the requested operation on this media file.%0
NS_E_TAMPERED_CONTENT - 0xC00D0BBF - (3007)
This media file is corrupted or invalid. Contact the content provider for a new file.%0
NS_E_LICENSE_OUTOFDATE - 0xC00D0BC0 - (3008)
The license for this media file has expired. Get a new license or contact the content provider for further assistance.%0
NS_E_LICENSE_INCORRECT_RIGHTS - 0xC00D0BC1 - (3009)
You are not allowed to open this file. Contact the content provider for further assistance.%0
NS_E_AUDIO_CODEC_NOT_INSTALLED - 0xC00D0BC2 - (3010)
The requested audio codec is not installed on this system.%0
NS_E_AUDIO_CODEC_ERROR - 0xC00D0BC3 - (3011)
An unexpected error occurred with the audio codec.%0
NS_E_VIDEO_CODEC_NOT_INSTALLED - 0xC00D0BC4 - (3012)
The requested video codec is not installed on this system.%0
NS_E_VIDEO_CODEC_ERROR - 0xC00D0BC5 - (3013)
An unexpected error occurred with the video codec.%0
NS_E_INVALIDPROFILE - 0xC00D0BC6 - (3014)
The Profile is invalid.%0
NS_E_INCOMPATIBLE_VERSION - 0xC00D0BC7 - (3015)
A new version of the SDK is needed to play the requested content.%0
NS_S_REBUFFERING - 0x000D0BC8 - (3016)
The requested operation has caused the source to rebuffer.%0
NS_S_DEGRADING_QUALITY - 0x000D0BC9 - (3017)
The requested operation has caused the source to degrade codec quality.%0
NS_E_OFFLINE_MODE - 0xC00D0BCA - (3018)
The requested URL is not available in offline mode.%0
NS_E_NOT_CONNECTED - 0xC00D0BCB - (3019)
The requested URL cannot be accessed because there is no network connection.%0
NS_E_TOO_MUCH_DATA - 0xC00D0BCC - (3020)
The encoding process was unable to keep up with the amount of supplied data.%0
NS_E_UNSUPPORTED_PROPERTY - 0xC00D0BCD - (3021)
The given property is not supported.%0
NS_E_8BIT_WAVE_UNSUPPORTED - 0xC00D0BCE - (3022)
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.%0
NS_E_NO_MORE_SAMPLES - 0xC00D0BCF - (3023)
There are no more samples in the current range.%0
NS_E_INVALID_SAMPLING_RATE - 0xC00D0BD0 - (3024)
The given sampling rate is invalid.%0
NS_E_MAX_PACKET_SIZE_TOO_SMALL - 0xC00D0BD1 - (3025)
The given maximum packet size is too small to accommodate this profile
NS_E_LATE_PACKET - 0xC00D0BD2 - (3026)
The packet arrived too late to be of use
NS_E_DUPLICATE_PACKET - 0xC00D0BD3 - (3027)
The packet is a duplicate of one received before
NS_E_SDK_BUFFERTOOSMALL - 0xC00D0BD4 - (3028)
Supplied buffer is too small
NS_E_INVALID_NUM_PASSES - 0xC00D0BD5 - (3029)
The wrong number of preprocessing passes was used for the stream's output type
NS_E_ATTRIBUTE_READ_ONLY - 0xC00D0BD6 - (3030)
An attempt was made to add, modify, or delete a read only attribute
NS_E_ATTRIBUTE_NOT_ALLOWED - 0xC00D0BD7 - (3031)
An attempt was made to add attribute that is not allowed for the given media type
NS_E_INVALID_EDL - 0xC00D0BD8 - (3032)
The EDL provided is invalid
NS_E_DATA_UNIT_EXTENSION_TOO_LARGE - 0xC00D0BD9 - (3033)
The Data Unit Extension data was too large to be used.%0
NS_E_CODEC_DMO_ERROR - 0xC00D0BDA - (3034)
An unexpected error occurred with a DMO codec.%0
NS_S_TRANSCRYPTOR_EOF - 0x000D0BDB - (3035)
The transcryptor object has reached end of file.%0
NS_E_FEATURE_DISABLED_BY_GROUP_POLICY - 0xC00D0BDC - (3036)
This feature has been disabled by group policy.%0
NS_E_FEATURE_DISABLED_IN_SKU - 0xC00D0BDD - (3037)
This feature is disabled in this SKU.%0
NS_E_NO_CD - 0xC00D0FA0 - (4000)
There is no CD in the CD drive. Insert a CD, and then try again.%0
NS_E_CANT_READ_DIGITAL - 0xC00D0FA1 - (4001)
Windows Media Player could not use digital playback to play the CD. To switch to analog playback, Click Organize, click Options, and then click the Devices tab. Double-click the CD drive, and then in the Playback area, click Analog.%0
NS_E_DEVICE_DISCONNECTED - 0xC00D0FA2 - (4002)
Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try syncing the file again.%0
NS_E_DEVICE_NOT_SUPPORT_FORMAT - 0xC00D0FA3 - (4003)
Windows Media Player cannot play the file. The portable device does not support the specified file type.%0
NS_E_SLOW_READ_DIGITAL - 0xC00D0FA4 - (4004)
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, click Organize, click Options, and then use the Devices tab.%0
NS_E_MIXER_INVALID_LINE - 0xC00D0FA5 - (4005)
An invalid line error occurred in the mixer.%0
NS_E_MIXER_INVALID_CONTROL - 0xC00D0FA6 - (4006)
An invalid control error occurred in the mixer.%0
NS_E_MIXER_INVALID_VALUE - 0xC00D0FA7 - (4007)
An invalid value error occurred in the mixer.%0
NS_E_MIXER_UNKNOWN_MMRESULT - 0xC00D0FA8 - (4008)
An unrecognized MMRESULT occurred in the mixer.%0
NS_E_USER_STOP - 0xC00D0FA9 - (4009)
User has stopped the operation.%0
NS_E_MP3_FORMAT_NOT_FOUND - 0xC00D0FAA - (4010)
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).%0
NS_E_CD_READ_ERROR_NO_CORRECTION - 0xC00D0FAB - (4011)
Windows Media Player cannot read the CD. The disc might be dirty or damaged. Turn on error correction, and then try again.%0
NS_E_CD_READ_ERROR - 0xC00D0FAC - (4012)
Windows Media Player cannot read the CD. The disc might be dirty or damaged or the CD drive might be malfunctioning.%0
NS_E_CD_SLOW_COPY - 0xC00D0FAD - (4013)
For best performance, do not play CD tracks while ripping them.%0
NS_E_CD_COPYTO_CD - 0xC00D0FAE - (4014)
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.%0
NS_E_MIXER_NODRIVER - 0xC00D0FAF - (4015)
Could not open a sound mixer driver.%0
NS_E_REDBOOK_ENABLED_WHILE_COPYING - 0xC00D0FB0 - (4016)
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.%0
NS_E_CD_REFRESH - 0xC00D0FB1 - (4017)
Windows Media Player is busy reading the CD.%0
NS_E_CD_DRIVER_PROBLEM - 0xC00D0FB2 - (4018)
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, click Organize, click options, and use the Devices tab.%0
NS_E_WONT_DO_DIGITAL - 0xC00D0FB3 - (4019)
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, click Organize, click options,and use the Devices tab.%0
NS_E_WMPXML_NOERROR - 0xC00D0FB4 - (4020)
A call was made to GetParseError on the XML parser but there was no error to retrieve.%0
NS_E_WMPXML_ENDOFDATA - 0xC00D0FB5 - (4021)
The XML Parser ran out of data while parsing.%0
NS_E_WMPXML_PARSEERROR - 0xC00D0FB6 - (4022)
A generic parse error occurred in the XML parser but no information is available.%0
NS_E_WMPXML_ATTRIBUTENOTFOUND - 0xC00D0FB7 - (4023)
A call get GetNamedAttribute or GetNamedAttributeIndex on the XML parser resulted in the index not being found.%0
NS_E_WMPXML_PINOTFOUND - 0xC00D0FB8 - (4024)
A call was made go GetNamedPI on the XML parser, but the requested Processing Instruction was not found.%0
NS_E_WMPXML_EMPTYDOC - 0xC00D0FB9 - (4025)
Persist was called on the XML parser, but the parser has no data to persist.%0
NS_E_WMP_PATH_ALREADY_IN_LIBRARY - 0xC00D0FBA - (4026)
This file path is already in the library.%0
NS_E_WMP_FILESCANALREADYSTARTED - 0xC00D0FBE - (4030)
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.%0
NS_E_WMP_HME_INVALIDOBJECTID - 0xC00D0FBF - (4031)
Windows Media Player is unable to find the media you are looking for.%0
NS_E_WMP_MF_CODE_EXPIRED - 0xC00D0FC0 - (4032)
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.%0
NS_E_WMP_HME_NOTSEARCHABLEFORITEMS - 0xC00D0FC1 - (4033)
This container does not support search on items.%0
NS_E_WMP_HME_STALEREQUEST - 0xC00D0FC2 - (4034)
The request could not be completed because the request does not match the current state of the media library.%0
NS_E_WMP_ADDTOLIBRARY_FAILED - 0xC00D0FC7 - (4039)
Windows Media Player encountered a problem while adding one or more files to the library.%0
NS_E_WMP_WINDOWSAPIFAILURE - 0xC00D0FC8 - (4040)
A Windows API call failed but no error information was available.%0
NS_E_WMP_RECORDING_NOT_ALLOWED - 0xC00D0FC9 - (4041)
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.%0
NS_E_DEVICE_NOT_READY - 0xC00D0FCA - (4042)
Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try to sync the file again.%0
NS_E_DAMAGED_FILE - 0xC00D0FCB - (4043)
Windows Media Player cannot play the file because it is corrupted.%0
NS_E_MPDB_GENERIC - 0xC00D0FCC - (4044)
Windows Media Player encountered an error while attempting to access information in the library. Try restarting the Player.%0
NS_E_FILE_FAILED_CHECKS - 0xC00D0FCD - (4045)
The file cannot be added to the library.%0
NS_E_MEDIA_LIBRARY_FAILED - 0xC00D0FCE - (4046)
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.%0
NS_E_SHARING_VIOLATION - 0xC00D0FCF - (4047)
The file is already in use. Close other programs that might be using the file, or stop playing the file, and then try again.%0
NS_E_NO_ERROR_STRING_FOUND - 0xC00D0FD0 - (4048)
Windows Media Player has encountered an unknown error.%0
NS_E_WMPOCX_NO_REMOTE_CORE - 0xC00D0FD1 - (4049)
The Windows Media Player ActiveX control cannot connect to remote media services, but will continue with local media services.%0
NS_E_WMPOCX_NO_ACTIVE_CORE - 0xC00D0FD2 - (4050)
The requested method or property is not available because the Windows Media Player ActiveX control has not been properly activated.%0
NS_E_WMPOCX_NOT_RUNNING_REMOTELY - 0xC00D0FD3 - (4051)
The Windows Media Player ActiveX control is not running in remote mode.%0
NS_E_WMPOCX_NO_REMOTE_WINDOW - 0xC00D0FD4 - (4052)
An error occurred while trying to get the remote Windows Media Player window.%0
NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE - 0xC00D0FD5 - (4053)
Windows Media Player has encountered an unknown error.%0
NS_E_PLUGIN_NOTSHUTDOWN - 0xC00D0FD6 - (4054)
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.%0
NS_E_WMP_CANNOT_FIND_FOLDER - 0xC00D0FD7 - (4055)
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.%0
NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED - 0xC00D0FD8 - (4056)
Windows Media Player cannot save a file that is being streamed.%0
NS_E_WMP_PLUGINDLL_NOTFOUND - 0xC00D0FD9 - (4057)
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.%0
NS_E_NEED_TO_ASK_USER - 0xC00D0FDA - (4058)
Action requires input from the user.%0
NS_E_WMPOCX_PLAYER_NOT_DOCKED - 0xC00D0FDB - (4059)
The Windows Media Player ActiveX control must be in a docked state for this action to be performed.%0
NS_E_WMP_EXTERNAL_NOTREADY - 0xC00D0FDC - (4060)
The Windows Media Player external object is not ready.%0
NS_E_WMP_MLS_STALE_DATA - 0xC00D0FDD - (4061)
Windows Media Player cannot perform the requested action. Your computer's time and date might not be set correctly.%0
NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED - 0xC00D0FDE - (4062)
The control (%s) does not support creation of sub-controls, yet (%d) sub-controls have been specified.%0
NS_E_WMP_UI_VERSIONMISMATCH - 0xC00D0FDF - (4063)
Version mismatch: (%.1f required, %.1f found).%0
NS_E_WMP_UI_NOTATHEMEFILE - 0xC00D0FE0 - (4064)
The layout manager was given valid XML that wasn't a theme file.%0
NS_E_WMP_UI_SUBELEMENTNOTFOUND - 0xC00D0FE1 - (4065)
The %s subelement could not be found on the %s object.%0
NS_E_WMP_UI_VERSIONPARSE - 0xC00D0FE2 - (4066)
An error occurred parsing the version tag.\nValid version tags are of the form:\n\n\t<?wmp version='1.0'?>.%0
NS_E_WMP_UI_VIEWIDNOTFOUND - 0xC00D0FE3 - (4067)
The view specified in for the 'currentViewID' property (%s) was not found in this theme file.%0
NS_E_WMP_UI_PASSTHROUGH - 0xC00D0FE4 - (4068)
This error used internally for hit testing.%0
NS_E_WMP_UI_OBJECTNOTFOUND - 0xC00D0FE5 - (4069)
Attributes were specified for the %s object, but the object was not available to send them to.%0
NS_E_WMP_UI_SECONDHANDLER - 0xC00D0FE6 - (4070)
The %s event already has a handler, the second handler was ignored.%0
NS_E_WMP_UI_NOSKININZIP - 0xC00D0FE7 - (4071)
No .wms file found in skin archive.%0
NS_S_WMP_UI_VERSIONMISMATCH - 0x000D0FE8 - (4072)
An upgrade might be needed for the theme manager to correctly show this skin. Skin reports version: %.1f.%0
NS_S_WMP_EXCEPTION - 0x000D0FE9 - (4073)
An error occurred in one of the UI components.%0
NS_E_WMP_URLDOWNLOADFAILED - 0xC00D0FEA - (4074)
Windows Media Player encountered a problem while downloading the file.%0
NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN - 0xC00D0FEB - (4075)
The Windows Media Player ActiveX control cannot load the requested uiMode and cannot roll back to the existing uiMode.%0
NS_E_WMP_INVALID_SKIN - 0xC00D0FEC - (4076)
Windows Media Player encountered a problem with the skin file. The skin file might not be valid.%0
NS_E_WMP_SENDMAILFAILED - 0xC00D0FED - (4077)
Windows Media Player cannot send the link because your e-mail program is not responding. Verify that your e-mail program is configured properly, and then try again.%0
NS_E_WMP_LOCKEDINSKINMODE - 0xC00D0FEE - (4078)
Windows Media Player cannot switch to full mode because your computer administrator has locked this skin.%0
NS_E_WMP_FAILED_TO_SAVE_FILE - 0xC00D0FEF - (4079)
Windows Media Player encountered a problem while saving the file.%0
NS_E_WMP_SAVEAS_READONLY - 0xC00D0FF0 - (4080)
Windows Media Player cannot overwrite a read-only file. Try using a different file name.%0
NS_E_WMP_FAILED_TO_SAVE_PLAYLIST - 0xC00D0FF1 - (4081)
Windows Media Player encountered a problem while creating or saving the playlist.%0
NS_E_WMP_FAILED_TO_OPEN_WMD - 0xC00D0FF2 - (4082)
Windows Media Player cannot open the Windows Media Download file. The file might be damaged.%0
NS_E_WMP_CANT_PLAY_PROTECTED - 0xC00D0FF3 - (4083)
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.%0
NS_E_SHARING_STATE_OUT_OF_SYNC - 0xC00D0FF4 - (4084)
Media sharing has been turned off because a required Windows setting or component has changed.%0
NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING - 0xC00D0FFA - (4090)
Exclusive Services launch failed because the Windows Media Player is already running.%0
NS_E_WMP_RBC_JPGMAPPINGIMAGE - 0xC00D1004 - (4100)
JPG Images are not recommended for use as a mappingImage.%0
NS_E_WMP_JPGTRANSPARENCY - 0xC00D1005 - (4101)
JPG Images are not recommended when using a transparencyColor.%0
NS_E_WMP_INVALID_MAX_VAL - 0xC00D1009 - (4105)
The Max property cannot be less than Min property.%0
NS_E_WMP_INVALID_MIN_VAL - 0xC00D100A - (4106)
The Min property cannot be greater than Max property.%0
NS_E_WMP_CS_JPGPOSITIONIMAGE - 0xC00D100E - (4110)
JPG Images are not recommended for use as a positionImage.%0
NS_E_WMP_CS_NOTEVENLYDIVISIBLE - 0xC00D100F - (4111)
The (%s) image's size is not evenly divisible by the positionImage's size.%0
NS_E_WMPZIP_NOTAZIPFILE - 0xC00D1018 - (4120)
The ZIP reader opened a file and its signature did not match that of the ZIP files.%0
NS_E_WMPZIP_CORRUPT - 0xC00D1019 - (4121)
The ZIP reader has detected that the file is corrupted.%0
NS_E_WMPZIP_FILENOTFOUND - 0xC00D101A - (4122)
GetFileStream, SaveToFile, or SaveTemp file was called on the ZIP reader with a file name that was not found in the ZIP file.%0
NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED - 0xC00D1022 - (4130)
Image type not supported.%0
NS_E_WMP_IMAGE_INVALID_FORMAT - 0xC00D1023 - (4131)
Image file might be corrupt.%0
NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE - 0xC00D1024 - (4132)
Unexpected end of file. GIF file might be corrupt.%0
NS_E_WMP_GIF_INVALID_FORMAT - 0xC00D1025 - (4133)
Invalid GIF file.%0
NS_E_WMP_GIF_BAD_VERSION_NUMBER - 0xC00D1026 - (4134)
Invalid GIF version. Only 87a or 89a supported.%0
NS_E_WMP_GIF_NO_IMAGE_IN_FILE - 0xC00D1027 - (4135)
No images found in GIF file.%0
NS_E_WMP_PNG_INVALIDFORMAT - 0xC00D1028 - (4136)
Invalid PNG image file format.%0
NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH - 0xC00D1029 - (4137)
PNG bitdepth not supported.%0
NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION - 0xC00D102A - (4138)
Compression format defined in PNG file not supported,%0
NS_E_WMP_PNG_UNSUPPORTED_FILTER - 0xC00D102B - (4139)
Filter method defined in PNG file not supported.%0
NS_E_WMP_PNG_UNSUPPORTED_INTERLACE - 0xC00D102C - (4140)
Interlace method defined in PNG file not supported.%0
NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC - 0xC00D102D - (4141)
Bad CRC in PNG file.%0
NS_E_WMP_BMP_INVALID_BITMASK - 0xC00D102E - (4142)
Invalid bitmask in BMP file.%0
NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED - 0xC00D102F - (4143)
Topdown DIB not supported.%0
NS_E_WMP_BMP_BITMAP_NOT_CREATED - 0xC00D1030 - (4144)
Bitmap could not be created.%0
NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED - 0xC00D1031 - (4145)
Compression format defined in BMP not supported.%0
NS_E_WMP_BMP_INVALID_FORMAT - 0xC00D1032 - (4146)
Invalid Bitmap format.%0
NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL - 0xC00D1033 - (4147)
JPEG Arithmetic coding not supported.%0
NS_E_WMP_JPG_INVALID_FORMAT - 0xC00D1034 - (4148)
Invalid JPEG format.%0
NS_E_WMP_JPG_BAD_DCTSIZE - 0xC00D1035 - (4149)
Invalid JPEG format.%0
NS_E_WMP_JPG_BAD_VERSION_NUMBER - 0xC00D1036 - (4150)
Internal version error. Unexpected JPEG library version.%0
NS_E_WMP_JPG_BAD_PRECISION - 0xC00D1037 - (4151)
Internal JPEG Library error. Unsupported JPEG data precision.%0
NS_E_WMP_JPG_CCIR601_NOTIMPL - 0xC00D1038 - (4152)
JPEG CCIR601 not supported.%0
NS_E_WMP_JPG_NO_IMAGE_IN_FILE - 0xC00D1039 - (4153)
No image found in JPEG file.%0
NS_E_WMP_JPG_READ_ERROR - 0xC00D103A - (4154)
Could not read JPEG file.%0
NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL - 0xC00D103B - (4155)
JPEG Fractional sampling not supported.%0
NS_E_WMP_JPG_IMAGE_TOO_BIG - 0xC00D103C - (4156)
JPEG image too large. Maximum image size supported is 65500 X 65500.%0
NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE - 0xC00D103D - (4157)
Unexpected end of file reached in JPEG file.%0
NS_E_WMP_JPG_SOF_UNSUPPORTED - 0xC00D103E - (4158)
Unsupported JPEG SOF marker found.%0
NS_E_WMP_JPG_UNKNOWN_MARKER - 0xC00D103F - (4159)
Unknown JPEG marker found.%0
NS_S_WMP_LOADED_GIF_IMAGE - 0x000D1040 - (4160)
Successfully loaded a GIF file.%0
NS_S_WMP_LOADED_PNG_IMAGE - 0x000D1041 - (4161)
Successfully loaded a PNG file.%0
NS_S_WMP_LOADED_BMP_IMAGE - 0x000D1042 - (4162)
Successfully loaded a BMP file.%0
NS_S_WMP_LOADED_JPG_IMAGE - 0x000D1043 - (4163)
Successfully loaded a JPG file.%0
NS_E_WMP_FAILED_TO_OPEN_IMAGE - 0xC00D1044 - (4164)
Windows Media Player cannot display the picture file. The player either does not support the picture type or the picture is corrupted.%0
NS_E_WMP_DAI_SONGTOOSHORT - 0xC00D1049 - (4169)
Windows Media Player cannot compute a Digital Audio Id for the song. It is too short.%0
NS_E_WMG_RATEUNAVAILABLE - 0xC00D104A - (4170)
Windows Media Player cannot play the file at the requested speed.%0
NS_E_WMG_PLUGINUNAVAILABLE - 0xC00D104B - (4171)
The rendering or digital signal processing plug-in cannot be instantiated.%0
NS_E_WMG_CANNOTQUEUE - 0xC00D104C - (4172)
The file cannot be queued for seamless playback.%0
NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED - 0xC00D104D - (4173)
Windows Media Player cannot download media usage rights for a file in the playlist.%0
NS_E_WMG_UNEXPECTEDPREROLLSTATUS - 0xC00D104E - (4174)
Windows Media Player encountered an error while trying to queue a file.%0
NS_S_WMG_FORCE_DROP_FRAME - 0x000D104F - (4175)
Drop this frame.%0
NS_E_WMG_INVALID_COPP_CERTIFICATE - 0xC00D1051 - (4177)
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.%0
NS_E_WMG_COPP_SECURITY_INVALID - 0xC00D1052 - (4178)
Windows Media Player cannot play the protected file. The Player detected that the connection to your hardware might not be secure.%0
NS_E_WMG_COPP_UNSUPPORTED - 0xC00D1053 - (4179)
Windows Media Player output link protection is unsupported on this system.%0
NS_E_WMG_INVALIDSTATE - 0xC00D1054 - (4180)
Operation attempted in an invalid graph state.%0
NS_E_WMG_SINKALREADYEXISTS - 0xC00D1055 - (4181)
A renderer cannot be inserted in a stream while one already exists.%0
NS_E_WMG_NOSDKINTERFACE - 0xC00D1056 - (4182)
The Windows Media SDK interface needed to complete the operation does not exist at this time.%0
NS_E_WMG_NOTALLOUTPUTSRENDERED - 0xC00D1057 - (4183)
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.%0
NS_E_WMG_FILETRANSFERNOTALLOWED - 0xC00D1058 - (4184)
File transfer streams are not allowed in the standalone Player.%0
NS_E_WMR_UNSUPPORTEDSTREAM - 0xC00D1059 - (4185)
Windows Media Player cannot play the file. The Player does not support the format you are trying to play.%0
NS_E_WMR_PINNOTFOUND - 0xC00D105A - (4186)
An operation was attempted on a pin that does not exist in the DirectShow filter graph.%0
NS_E_WMR_WAITINGONFORMATSWITCH - 0xC00D105B - (4187)
Specified operation cannot be completed while waiting for a media format change from the SDK.%0
NS_E_WMR_NOSOURCEFILTER - 0xC00D105C - (4188)
Specified operation cannot be completed because the source filter does not exist.%0
NS_E_WMR_PINTYPENOMATCH - 0xC00D105D - (4189)
The specified type does not match this pin.%0
NS_E_WMR_NOCALLBACKAVAILABLE - 0xC00D105E - (4190)
The WMR Source Filter does not have a callback available.%0
NS_S_WMR_ALREADYRENDERED - 0x000D105F - (4191)
The specified stream has already been rendered.%0
NS_S_WMR_PINTYPEPARTIALMATCH - 0x000D1060 - (4192)
The specified type partially matches this pin type.%0
NS_S_WMR_PINTYPEFULLMATCH - 0x000D1061 - (4193)
The specified type fully matches this pin type.%0
NS_E_WMR_SAMPLEPROPERTYNOTSET - 0xC00D1062 - (4194)
The specified property has not been set on this sample.%0
NS_E_WMR_CANNOT_RENDER_BINARY_STREAM - 0xC00D1063 - (4195)
A plug-in is required to correctly play the file. To determine if the plug-in is available to download, click Web Help.%0
NS_E_WMG_LICENSE_TAMPERED - 0xC00D1064 - (4196)
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.%0
NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM - 0xC00D1065 - (4197)
Windows Media Player cannot play protected files that contain binary streams.%0
NS_S_WMG_ADVISE_DROP_FRAME - 0x000D1066 - (4198)
The timestamp is late compared to the current render position. Advise dropping this frame.%0
NS_S_WMG_ADVISE_DROP_TO_KEYFRAME - 0x000D1067 - (4199)
The timestamp is severely late compared to the current render position. Advise dropping everything up to the next key frame.%0
NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT - 0xC00D1068 - (4200)
Windows Media Player cannot play the playlist because it is not valid.%0
NS_E_ASX_INVALIDFORMAT - 0xC00D1069 - (4201)
Windows Media Player cannot play the playlist because it is not valid.%0
NS_E_ASX_INVALIDVERSION - 0xC00D106A - (4202)
A later version of Windows Media Player might be required to play this playlist.%0
NS_E_ASX_INVALID_REPEAT_BLOCK - 0xC00D106B - (4203)
The format of a REPEAT loop within the current playlist file is not valid.%0
NS_E_ASX_NOTHING_TO_WRITE - 0xC00D106C - (4204)
Windows Media Player cannot save the playlist because it does not contain any items.%0
NS_E_URLLIST_INVALIDFORMAT - 0xC00D106D - (4205)
Windows Media Player cannot play the playlist because it is not valid.%0
NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST - 0xC00D106E - (4206)
The specified attribute does not exist.%0
NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS - 0xC00D106F - (4207)
The specified attribute already exists.%0
NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE - 0xC00D1070 - (4208)
Cannot retrieve the specified attribute.%0
NS_E_WMX_ITEM_DOES_NOT_EXIST - 0xC00D1071 - (4209)
The specified item does not exist in the current playlist.%0
NS_E_WMX_ITEM_TYPE_ILLEGAL - 0xC00D1072 - (4210)
Items of the specified type cannot be created within the current playlist.%0
NS_E_WMX_ITEM_UNSETTABLE - 0xC00D1073 - (4211)
The specified item cannot be set in the current playlist.%0
NS_E_WMX_PLAYLIST_EMPTY - 0xC00D1074 - (4212)
Windows Media Player cannot perform the requested action because the playlist does not contain any items.%0
NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED - 0xC00D1075 - (4213)
The specified auto playlist contains a filter type that is either not valid or is not installed on this computer.%0
NS_E_WMX_INVALID_FORMAT_OVER_NESTING - 0xC00D1076 - (4214)
Windows Media Player cannot play the file because the associated playlist contains too many nested playlists.%0
NS_E_WMPCORE_NOSOURCEURLSTRING - 0xC00D107C - (4220)
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.%0
NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT - 0xC00D107D - (4221)
Failed to create the Global Interface Table.%0
NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE - 0xC00D107E - (4222)
Failed to get the marshaled graph event handler interface.%0
NS_E_WMPCORE_BUFFERTOOSMALL - 0xC00D107F - (4223)
Buffer is too small for copying media type.%0
NS_E_WMPCORE_UNAVAILABLE - 0xC00D1080 - (4224)
The current state of the Player does not allow this operation.%0
NS_E_WMPCORE_INVALIDPLAYLISTMODE - 0xC00D1081 - (4225)
The playlist manager does not understand the current play mode (for example, shuffle or normal).%0
NS_E_WMPCORE_ITEMNOTINPLAYLIST - 0xC00D1086 - (4230)
Windows Media Player cannot play the file because it is not in the current playlist.%0
NS_E_WMPCORE_PLAYLISTEMPTY - 0xC00D1087 - (4231)
There are no items in the playlist. Add items to the playlist, and then try again.%0
NS_E_WMPCORE_NOBROWSER - 0xC00D1088 - (4232)
The website cannot be displayed because no web browser is installed on your computer.%0
NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL - 0xC00D1089 - (4233)
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.%0
NS_E_WMPCORE_GRAPH_NOT_IN_LIST - 0xC00D108A - (4234)
Graph with the specified URL was not found in the prerolled graph list.%0
NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA - 0xC00D108B - (4235)
Windows Media Player cannot perform the requested operation because there is only one item in the playlist.%0
NS_E_WMPCORE_ERRORSINKNOTREGISTERED - 0xC00D108C - (4236)
An error sink was never registered for the calling object.%0
NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE - 0xC00D108D - (4237)
The error manager is not available to respond to errors.%0
NS_E_WMPCORE_WEBHELPFAILED - 0xC00D108E - (4238)
The Web Help URL cannot be opened.%0
NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED - 0xC00D108F - (4239)
Could not resume playing next item in playlist.%0
NS_E_WMPCORE_NO_REF_IN_ENTRY - 0xC00D1090 - (4240)
Windows Media Player cannot play the file because the associated playlist does not contain any items or the playlist is not valid.%0
NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY - 0xC00D1091 - (4241)
An empty string for playlist attribute name was found.%0
NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL - 0xC00D1092 - (4242)
A playlist attribute name that is not valid was found.%0
NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY - 0xC00D1093 - (4243)
An empty string for a playlist attribute value was found.%0
NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL - 0xC00D1094 - (4244)
An illegal value for a playlist attribute was found.%0
NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY - 0xC00D1095 - (4245)
An empty string for a playlist item attribute name was found.%0
NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL - 0xC00D1096 - (4246)
An illegal value for a playlist item attribute name was found.%0
NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY - 0xC00D1097 - (4247)
An illegal value for a playlist item attribute was found.%0
NS_E_WMPCORE_LIST_ENTRY_NO_REF - 0xC00D1098 - (4248)
The playlist does not contain any items.%0
NS_E_WMPCORE_MISNAMED_FILE - 0xC00D1099 - (4249)
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.%0
NS_E_WMPCORE_CODEC_NOT_TRUSTED - 0xC00D109A - (4250)
The codec downloaded for this file does not appear to be properly signed, so it cannot be installed.%0
NS_E_WMPCORE_CODEC_NOT_FOUND - 0xC00D109B - (4251)
Windows Media Player cannot play the file. One or more codecs required to play the file could not be found.%0
NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED - 0xC00D109C - (4252)
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.%0
NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST - 0xC00D109D - (4253)
Windows Media Player encountered a problem while downloading the playlist.%0
NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST - 0xC00D109E - (4254)
Failed to build the playlist.%0
NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE - 0xC00D109F - (4255)
Playlist has no alternates to switch into.%0
NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED - 0xC00D10A0 - (4256)
No more playlist alternates available to switch to.%0
NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND - 0xC00D10A1 - (4257)
Could not find the name of the alternate playlist to switch into.%0
NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED - 0xC00D10A2 - (4258)
Failed to switch to an alternate for this media.%0
NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED - 0xC00D10A3 - (4259)
Failed to initialize an alternate for the media.%0
NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY - 0xC00D10A4 - (4260)
No URL specified for the roll over Refs in the playlist file.%0
NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME - 0xC00D10A5 - (4261)
Encountered a playlist with no name.%0
NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT - 0xC00D10A6 - (4262)
A required attribute in the event block of the playlist was not found.%0
NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY - 0xC00D10A7 - (4263)
No items were found in the event block of the playlist.%0
NS_E_WMPCORE_PLAYLIST_STACK_EMPTY - 0xC00D10A8 - (4264)
No playlist was found while returning from a nested playlist.%0
NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE - 0xC00D10A9 - (4265)
The media item is not active currently.%0
NS_E_WMPCORE_USER_CANCEL - 0xC00D10AB - (4267)
Windows Media Player cannot perform the requested action because you chose to cancel it.%0
NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY - 0xC00D10AC - (4268)
Windows Media Player encountered a problem with the playlist. The format of the playlist is not valid.%0
NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE - 0xC00D10AD - (4269)
Media object corresponding to start of a playlist repeat block was not found.%0
NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE - 0xC00D10AE - (4270)
Media object corresponding to the end of a playlist repeat block was not found.%0
NS_E_WMPCORE_INVALID_PLAYLIST_URL - 0xC00D10AF - (4271)
The playlist URL supplied to the playlist manager is not valid.%0
NS_E_WMPCORE_MISMATCHED_RUNTIME - 0xC00D10B0 - (4272)
Windows Media Player cannot play the file because it is corrupted.%0
NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS - 0xC00D10B1 - (4273)
Windows Media Player cannot add the playlist to the library because the playlist does not contain any items.%0
NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION - 0xC00D10B2 - (4274)
An error has occurred that could prevent the changing of the video contrast on this media.%0
NS_E_WMPCORE_MEDIA_UNAVAILABLE - 0xC00D10B3 - (4275)
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.%0
NS_E_WMPCORE_WMX_ENTRYREF_NO_REF - 0xC00D10B4 - (4276)
The playlist contains an ENTRYREF for which no href was parsed. Check the syntax of playlist file.%0
NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST - 0xC00D10B5 - (4277)
Windows Media Player cannot play any items in the playlist. To find information about the problem, click the icon next to each file in the list pane.%0
NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS - 0xC00D10B6 - (4278)
Windows Media Player cannot play some or all of the items in the playlist because the playlist is nested.%0
NS_E_WMPCORE_BUSY - 0xC00D10B7 - (4279)
Windows Media Player cannot play the file at this time. Try again later.%0
NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE - 0xC00D10B8 - (4280)
There is no child playlist available for this media item at this time.%0
NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST - 0xC00D10B9 - (4281)
There is no child playlist for this media item.%0
NS_E_WMPCORE_FILE_NOT_FOUND - 0xC00D10BA - (4282)
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.%0
NS_E_WMPCORE_TEMP_FILE_NOT_FOUND - 0xC00D10BB - (4283)
The temporary file was not found.%0
NS_E_WMDM_REVOKED - 0xC00D10BC - (4284)
Windows Media Player cannot sync the file because the device needs to be updated.%0
NS_E_DDRAW_GENERIC - 0xC00D10BD - (4285)
Windows Media Player cannot play the video because there is a problem with your video card.%0
NS_E_DISPLAY_MODE_CHANGE_FAILED - 0xC00D10BE - (4286)
Windows Media Player failed to change the screen mode for full-screen video playback.%0
NS_E_PLAYLIST_CONTAINS_ERRORS - 0xC00D10BF - (4287)
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.%0
NS_E_CHANGING_PROXY_NAME - 0xC00D10C0 - (4288)
Cannot change the proxy name if the proxy setting is not set to custom.%0
NS_E_CHANGING_PROXY_PORT - 0xC00D10C1 - (4289)
Cannot change the proxy port if the proxy setting is not set to custom.%0
NS_E_CHANGING_PROXY_EXCEPTIONLIST - 0xC00D10C2 - (4290)
Cannot change the proxy exception list if the proxy setting is not set to custom.%0
NS_E_CHANGING_PROXYBYPASS - 0xC00D10C3 - (4291)
Cannot change the proxy bypass flag if the proxy setting is not set to custom.%0
NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND - 0xC00D10C4 - (4292)
Cannot find the specified protocol.%0
NS_E_GRAPH_NOAUDIOLANGUAGE - 0xC00D10C5 - (4293)
Cannot change the language settings. Either the graph has no audio or the audio only supports one language.%0
NS_E_GRAPH_NOAUDIOLANGUAGESELECTED - 0xC00D10C6 - (4294)
The graph has no audio language selected.%0
NS_E_CORECD_NOTAMEDIACD - 0xC00D10C7 - (4295)
This is not a media CD.%0
NS_E_WMPCORE_MEDIA_URL_TOO_LONG - 0xC00D10C8 - (4296)
Windows Media Player cannot play the file because the URL is too long.%0
NS_E_WMPFLASH_CANT_FIND_COM_SERVER - 0xC00D10C9 - (4297)
To play the selected item, you must install the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe Web site.%0
NS_E_WMPFLASH_INCOMPATIBLEVERSION - 0xC00D10CA - (4298)
To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website.%0
NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS - 0xC00D10CB - (4299)
Windows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls.%0
NS_E_NEED_CORE_REFERENCE - 0xC00D10CC - (4300)
The use of this method requires an existing reference to the Player object.%0
NS_E_MEDIACD_READ_ERROR - 0xC00D10CD - (4301)
Windows Media Player cannot play the CD. The disc might be dirty or damaged.%0
NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS - 0xC00D10CE - (4302)
Windows Media Player cannot play the file because your Internet security settings prohibit the use of ActiveX controls.%0
NS_E_FLASH_PLAYBACK_NOT_ALLOWED - 0xC00D10CF - (4303)
Flash playback has been turned off in Windows Media Player.%0
NS_E_UNABLE_TO_CREATE_RIP_LOCATION - 0xC00D10D0 - (4304)
Windows Media Player cannot rip the CD because a valid rip location cannot be created.%0
NS_E_WMPCORE_SOME_CODECS_MISSING - 0xC00D10D1 - (4305)
Windows Media Player cannot play the file because a required codec is not installed on your computer.%0
NS_E_WMP_RIP_FAILED - 0xC00D10D2 - (4306)
Windows Media Player cannot rip one or more tracks from the CD.%0
NS_E_WMP_FAILED_TO_RIP_TRACK - 0xC00D10D3 - (4307)
Windows Media Player encountered a problem while ripping the track from the CD.%0
NS_E_WMP_ERASE_FAILED - 0xC00D10D4 - (4308)
Windows Media Player encountered a problem while erasing the disc.%0
NS_E_WMP_FORMAT_FAILED - 0xC00D10D5 - (4309)
Windows Media Player encountered a problem while formatting the device.%0
NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE - 0xC00D10D6 - (4310)
This file cannot be burned to a CD because it is not located on your computer.%0
NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD - 0xC00D10D7 - (4311)
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.%0
NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD - 0xC00D10D8 - (4312)
This file is too large to fit on a disc.%0
NS_E_WMP_FILE_NO_DURATION - 0xC00D10D9 - (4313)
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.%0
NS_E_PDA_FAILED_TO_BURN - 0xC00D10DA - (4314)
Windows Media Player encountered a problem while burning the file to the disc.%0
NS_S_NEED_TO_BUY_BURN_RIGHTS - 0x000D10DB - (4315)
No burn rights. You will be prompted to buy burn rights when you try to burn this file to an audio CD.%0
NS_E_FAILED_DOWNLOAD_ABORT_BURN - 0xC00D10DC - (4316)
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.%0
NS_E_WMPCORE_DEVICE_DRIVERS_MISSING - 0xC00D10DD - (4317)
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.%0
NS_S_WMPCORE_PLAYLISTCLEARABORT - 0x000D10FE - (4350)
Failed to clear playlist because it was aborted by user.%0
NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT - 0x000D10FF - (4351)
Failed to remove item in the playlist since it was aborted by user.%0
NS_S_WMPCORE_PLAYLIST_CREATION_PENDING - 0x000D1102 - (4354)
Playlist is being generated asynchronously.%0
NS_S_WMPCORE_MEDIA_VALIDATION_PENDING - 0x000D1103 - (4355)
Validation of the media is pending...%0
NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED - 0x000D1104 - (4356)
Encountered more than one Repeat block during ASX processing.%0
NS_S_WMPCORE_COMMAND_NOT_AVAILABLE - 0x000D1105 - (4357)
Current state of WMP disallows calling this method or property.%0
NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED - 0x000D1106 - (4358)
Name for the playlist has been auto generated.%0
NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS - 0x000D1107 - (4359)
The imported playlist does not contain all items from the original.%0
NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA - 0x000D1108 - (4360)
The M3U playlist has been ignored because it only contains one item.%0
NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING - 0x000D1109 - (4361)
The open for the child playlist associated with this media is pending.%0
NS_S_WMPCORE_MORE_NODES_AVAIABLE - 0x000D110A - (4362)
More nodes support the interface requested, but the array for returning them is full.%0
NS_E_WMPIM_USEROFFLINE - 0xC00D1126 - (4390)
Windows Media Player has detected that you are not connected to the Internet. Connect to the Internet, and then try again.%0
NS_E_WMPIM_USERCANCELED - 0xC00D1127 - (4391)
The attempt to connect to the Internet was canceled.%0
NS_E_WMPIM_DIALUPFAILED - 0xC00D1128 - (4392)
The attempt to connect to the Internet failed.%0
NS_E_WINSOCK_ERROR_STRING - 0xC00D1129 - (4393)
Windows Media Player has encountered an unknown network error.%0
NS_E_WMPBR_NOLISTENER - 0xC00D1130 - (4400)
No window is currently listening to Backup and Restore events.%0
NS_E_WMPBR_BACKUPCANCEL - 0xC00D1131 - (4401)
Your media usage rights were not backed up because the backup was canceled.%0
NS_E_WMPBR_RESTORECANCEL - 0xC00D1132 - (4402)
Your media usage rights were not restored because the restoration was canceled.%0
NS_E_WMPBR_ERRORWITHURL - 0xC00D1133 - (4403)
An error occurred while backing up or restoring your media usage rights. A required web page cannot be displayed.%0
NS_E_WMPBR_NAMECOLLISION - 0xC00D1134 - (4404)
Your media usage rights were not backed up because the backup was canceled.%0
NS_S_WMPBR_SUCCESS - 0x000D1135 - (4405)
Backup or Restore successful!.%0
NS_S_WMPBR_PARTIALSUCCESS - 0x000D1136 - (4406)
Transfer complete with limitations.%0
NS_E_WMPBR_DRIVE_INVALID - 0xC00D1137 - (4407)
Windows Media Player cannot restore your media usage rights from the specified location. Choose another location, and then try again.%0
NS_E_WMPBR_BACKUPRESTOREFAILED - 0xC00D1138 - (4408)
Windows Media Player cannot backup or restore your media usage rights.%0
NS_S_WMPEFFECT_TRANSPARENT - 0x000D1144 - (4420)
Request to the effects control to change transparency status to transparent.%0
NS_S_WMPEFFECT_OPAQUE - 0x000D1145 - (4421)
Request to the effects control to change transparency status to opaque.%0
NS_S_OPERATION_PENDING - 0x000D114E - (4430)
The requested application pane is performing an operation and will not be released.%0
NS_E_WMP_CONVERT_FILE_FAILED - 0xC00D1158 - (4440)
Windows Media Player cannot add the file to the library.%0
NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL - 0xC00D1159 - (4441)
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.%0
NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL - 0xC00D115A - (4442)
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.%0
NS_E_WMP_CONVERT_FILE_CORRUPT - 0xC00D115B - (4443)
Windows Media Player cannot add the file to the library. The file might not be valid.%0
NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL - 0xC00D115C - (4444)
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.%0
NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL - 0xC00D115D - (4445)
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.%0
NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER - 0xC00D115E - (4446)
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.%0
NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS - 0xC00D1160 - (4448)
Windows Media Player cannot play this DVD. Try installing an updated driver for your video card or obtaining a newer video card.%0
NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED - 0xC00D1161 - (4449)
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.%0
NS_E_DVD_NO_SUBPICTURE_STREAM - 0xC00D1162 - (4450)
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.%0
NS_E_DVD_COPY_PROTECT - 0xC00D1163 - (4451)
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.%0
NS_E_DVD_AUTHORING_PROBLEM - 0xC00D1164 - (4452)
Windows Media Player cannot play the DVD. The disc was created in a manner that the Player does not support.%0
NS_E_DVD_INVALID_DISC_REGION - 0xC00D1165 - (4453)
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.%0
NS_E_DVD_COMPATIBLE_VIDEO_CARD - 0xC00D1166 - (4454)
Windows Media Player cannot play the DVD because your video card does not support DVD playback.%0
NS_E_DVD_MACROVISION - 0xC00D1167 - (4455)
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.%0
NS_E_DVD_SYSTEM_DECODER_REGION - 0xC00D1168 - (4456)
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.%0
NS_E_DVD_DISC_DECODER_REGION - 0xC00D1169 - (4457)
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.%0
NS_E_DVD_NO_VIDEO_STREAM - 0xC00D116A - (4458)
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.%0
NS_E_DVD_NO_AUDIO_STREAM - 0xC00D116B - (4459)
Windows Media Player cannot play DVD audio. Verify that your sound card is set up correctly, and then try again.%0
NS_E_DVD_GRAPH_BUILDING - 0xC00D116C - (4460)
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.%0
NS_E_DVD_NO_DECODER - 0xC00D116D - (4461)
Windows Media Player cannot play the DVD because a compatible DVD decoder is not installed on your computer.%0
NS_E_DVD_PARENTAL - 0xC00D116E - (4462)
Windows Media Player cannot play the scene because it has a parental rating higher than the rating that you are authorized to view.%0
NS_E_DVD_CANNOT_JUMP - 0xC00D116F - (4463)
Windows Media Player cannot skip to the requested location on the DVD.%0
NS_E_DVD_DEVICE_CONTENTION - 0xC00D1170 - (4464)
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.%0
NS_E_DVD_NO_VIDEO_MEMORY - 0xC00D1171 - (4465)
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.%0
NS_E_DVD_CANNOT_COPY_PROTECTED - 0xC00D1172 - (4466)
Windows Media Player cannot rip the DVD because it is copy protected.%0
NS_E_DVD_REQUIRED_PROPERTY_NOT_SET - 0xC00D1173 - (4467)
One of more of the required properties has not been set.%0
NS_E_DVD_INVALID_TITLE_CHAPTER - 0xC00D1174 - (4468)
The specified title and/or chapter number does not exist on this DVD.%0
NS_E_NO_CD_BURNER - 0xC00D1176 - (4470)
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.%0
NS_E_DEVICE_IS_NOT_READY - 0xC00D1177 - (4471)
Windows Media Player does not detect storage media in the selected device. Insert storage media into the device, and then try again.%0
NS_E_PDA_UNSUPPORTED_FORMAT - 0xC00D1178 - (4472)
Windows Media Player cannot sync this file. The Player might not support the file type.%0
NS_E_NO_PDA - 0xC00D1179 - (4473)
Windows Media Player does not detect a portable device. Connect your portable device, and then try again.%0
NS_E_PDA_UNSPECIFIED_ERROR - 0xC00D117A - (4474)
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.%0
NS_E_MEMSTORAGE_BAD_DATA - 0xC00D117B - (4475)
Windows Media Player encountered an error while burning a CD.%0
NS_E_PDA_FAIL_SELECT_DEVICE - 0xC00D117C - (4476)
Windows Media Player encountered an error while communicating with a portable device or CD drive.%0
NS_E_PDA_FAIL_READ_WAVE_FILE - 0xC00D117D - (4477)
Windows Media Player cannot open the WAV file.%0
NS_E_IMAPI_LOSSOFSTREAMING - 0xC00D117E - (4478)
Windows Media Player failed to burn all the files to the CD. Select a slower recording speed, and then try again.%0
NS_E_PDA_DEVICE_FULL - 0xC00D117F - (4479)
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.%0
NS_E_FAIL_LAUNCH_ROXIO_PLUGIN - 0xC00D1180 - (4480)
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.%0
NS_E_PDA_DEVICE_FULL_IN_SESSION - 0xC00D1181 - (4481)
Windows Media Player did not sync some files to the device because there is not enough storage space on the device.%0
NS_E_IMAPI_MEDIUM_INVALIDTYPE - 0xC00D1182 - (4482)
The disc in the burner is not valid. Insert a blank disc into the burner, and then try again.%0
NS_E_PDA_MANUALDEVICE - 0xC00D1183 - (4483)
Windows Media Player cannot perform the requested action because the device does not support sync.%0
NS_E_PDA_PARTNERSHIPNOTEXIST - 0xC00D1184 - (4484)
To perform the requested action, you must first set up sync with the device.%0
NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP - 0xC00D1185 - (4485)
You have already created sync partnerships with 16 devices. To create a new sync partnership, you must first end an existing partnership.%0
NS_E_PDA_NO_TRANSCODE_OF_DRM - 0xC00D1186 - (4486)
Windows Media Player cannot sync the file because protected files cannot be converted to the required quality level or file format.%0
NS_E_PDA_TRANSCODECACHEFULL - 0xC00D1187 - (4487)
The folder that stores converted files is full. Either empty the folder or increase its size, and then try again.%0
NS_E_PDA_TOO_MANY_FILE_COLLISIONS - 0xC00D1188 - (4488)
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.%0
NS_E_PDA_CANNOT_TRANSCODE - 0xC00D1189 - (4489)
Windows Media Player cannot convert the file to the format required by the device.%0
NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY - 0xC00D118A - (4490)
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.%0
NS_E_PROCESSINGSHOWSYNCWIZARD - 0xC00D118B - (4491)
Windows Media Player is already trying to start the Device Setup Wizard.%0
NS_E_PDA_TRANSCODE_NOT_PERMITTED - 0xC00D118C - (4492)
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.%0
NS_E_PDA_INITIALIZINGDEVICES - 0xC00D118D - (4493)
Windows Media Player is busy setting up devices. Try again later.%0
NS_E_PDA_OBSOLETE_SP - 0xC00D118E - (4494)
Your device is using an outdated driver that is no longer supported by Windows Media Player.%0
NS_E_PDA_TITLE_COLLISION - 0xC00D118F - (4495)
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.%0
NS_E_PDA_DEVICESUPPORTDISABLED - 0xC00D1190 - (4496)
Automatic and manual sync have been turned off temporarily. To sync to a device, restart Windows Media Player.%0
NS_E_PDA_NO_LONGER_AVAILABLE - 0xC00D1191 - (4497)
This device is not available. Connect the device to the computer, and then try again.%0
NS_E_PDA_ENCODER_NOT_RESPONDING - 0xC00D1192 - (4498)
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.%0
NS_E_PDA_CANNOT_SYNC_FROM_LOCATION - 0xC00D1193 - (4499)
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.%0
NS_E_WMP_PROTOCOL_PROBLEM - 0xC00D1194 - (4500)
Windows Media Player cannot open the specified URL. Verify that the Player is configured to use all available protocols, and then try again.%0
NS_E_WMP_NO_DISK_SPACE - 0xC00D1195 - (4501)
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.%0
NS_E_WMP_LOGON_FAILURE - 0xC00D1196 - (4502)
The server denied access to the file. Verify that you are using the correct user name and password.%0
NS_E_WMP_CANNOT_FIND_FILE - 0xC00D1197 - (4503)
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.%0
NS_E_WMP_SERVER_INACCESSIBLE - 0xC00D1198 - (4504)
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.%0
NS_E_WMP_UNSUPPORTED_FORMAT - 0xC00D1199 - (4505)
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.%0
NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT - 0xC00D119A - (4506)
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.%0
NS_E_WMP_PLAYLIST_EXISTS - 0xC00D119B - (4507)
Windows Media Player cannot create the playlist because the name already exists. Type a different playlist name.%0
NS_E_WMP_NONMEDIA_FILES - 0xC00D119C - (4508)
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.%0
NS_E_WMP_INVALID_ASX - 0xC00D119D - (4509)
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.%0
NS_E_WMP_ALREADY_IN_USE - 0xC00D119E - (4510)
Windows Media Player is already in use. Stop playing any items, close all Player dialog boxes, and then try again.%0
NS_E_WMP_IMAPI_FAILURE - 0xC00D119F - (4511)
Windows Media Player encountered an error while burning. Verify that the burner is connected properly and that the disc is clean and not damaged.%0
NS_E_WMP_WMDM_FAILURE - 0xC00D11A0 - (4512)
Windows Media Player has encountered an unknown error with your portable device. Reconnect your portable device, and then try again.%0
NS_E_WMP_CODEC_NEEDED_WITH_4CC - 0xC00D11A1 - (4513)
A codec is required to play this file. To determine if this codec is available to download from the web, click Web Help.%0
NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG - 0xC00D11A2 - (4514)
An audio codec is needed to play this file. To determine if this codec is available to download from the web, click Web Help.%0
NS_E_WMP_MSSAP_NOT_AVAILABLE - 0xC00D11A3 - (4515)
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.%0
NS_E_WMP_WMDM_INTERFACEDEAD - 0xC00D11A4 - (4516)
Windows Media Player no longer detects a portable device. Reconnect your portable device, and then try again.%0
NS_E_WMP_WMDM_NOTCERTIFIED - 0xC00D11A5 - (4517)
Windows Media Player cannot sync the file because the portable device does not support protected files.%0
NS_E_WMP_WMDM_LICENSE_NOTEXIST - 0xC00D11A6 - (4518)
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.%0
NS_E_WMP_WMDM_LICENSE_EXPIRED - 0xC00D11A7 - (4519)
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.%0
NS_E_WMP_WMDM_BUSY - 0xC00D11A8 - (4520)
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.%0
NS_E_WMP_WMDM_NORIGHTS - 0xC00D11A9 - (4521)
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.%0
NS_E_WMP_WMDM_INCORRECT_RIGHTS - 0xC00D11AA - (4522)
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.%0
NS_E_WMP_IMAPI_GENERIC - 0xC00D11AB - (4523)
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.%0
NS_E_WMP_IMAPI_DEVICE_NOTPRESENT - 0xC00D11AD - (4525)
Windows Media Player cannot burn the files. Verify that the burner is connected properly, and then try again.%0
NS_E_WMP_IMAPI_DEVICE_BUSY - 0xC00D11AE - (4526)
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.%0
NS_E_WMP_IMAPI_LOSS_OF_STREAMING - 0xC00D11AF - (4527)
Windows Media Player cannot burn the files to the CD.%0
NS_E_WMP_SERVER_UNAVAILABLE - 0xC00D11B0 - (4528)
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.%0
NS_E_WMP_FILE_OPEN_FAILED - 0xC00D11B1 - (4529)
Windows Media Player encountered a problem while playing the file.%0
NS_E_WMP_VERIFY_ONLINE - 0xC00D11B2 - (4530)
Windows Media Player must connect to the Internet to verify the file's media usage rights. Connect to the Internet, and then try again.%0
NS_E_WMP_SERVER_NOT_RESPONDING - 0xC00D11B3 - (4531)
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.%0
NS_E_WMP_DRM_CORRUPT_BACKUP - 0xC00D11B4 - (4532)
Windows Media Player cannot restore your media usage rights because it could not find any backed up rights on your computer.%0
NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE - 0xC00D11B5 - (4533)
Windows Media Player cannot download media usage rights because the server is not available (for example, the server might be busy or not online).%0
NS_E_WMP_NETWORK_FIREWALL - 0xC00D11B6 - (4534)
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:").%0
NS_E_WMP_NO_REMOVABLE_MEDIA - 0xC00D11B7 - (4535)
Insert the removable media, and then try again.%0
NS_E_WMP_PROXY_CONNECT_TIMEOUT - 0xC00D11B8 - (4536)
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.%0
NS_E_WMP_NEED_UPGRADE - 0xC00D11B9 - (4537)
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.%0
NS_E_WMP_AUDIO_HW_PROBLEM - 0xC00D11BA - (4538)
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.%0
NS_E_WMP_INVALID_PROTOCOL - 0xC00D11BB - (4539)
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:").%0
NS_E_WMP_INVALID_LIBRARY_ADD - 0xC00D11BC - (4540)
Windows Media Player cannot add the file to the library because the file format is not supported.%0
NS_E_WMP_MMS_NOT_SUPPORTED - 0xC00D11BD - (4541)
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:").%0
NS_E_WMP_NO_PROTOCOLS_SELECTED - 0xC00D11BE - (4542)
Windows Media Player cannot play the file because there are no streaming protocols selected. Select one or more protocols, and then try again.%0
NS_E_WMP_GOFULLSCREEN_FAILED - 0xC00D11BF - (4543)
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.%0
NS_E_WMP_NETWORK_ERROR - 0xC00D11C0 - (4544)
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.%0
NS_E_WMP_CONNECT_TIMEOUT - 0xC00D11C1 - (4545)
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.%0
NS_E_WMP_MULTICAST_DISABLED - 0xC00D11C2 - (4546)
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.%0
NS_E_WMP_SERVER_DNS_TIMEOUT - 0xC00D11C3 - (4547)
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.%0
NS_E_WMP_PROXY_NOT_FOUND - 0xC00D11C4 - (4548)
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.%0
NS_E_WMP_TAMPERED_CONTENT - 0xC00D11C5 - (4549)
Windows Media Player cannot play the file because it is corrupted.%0
NS_E_WMP_OUTOFMEMORY - 0xC00D11C6 - (4550)
Your computer is running low on memory. Quit other programs, and then try again.%0
NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED - 0xC00D11C7 - (4551)
Windows Media Player cannot play, burn, rip, or sync the file because a required audio codec is not installed on your computer.%0
NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED - 0xC00D11C8 - (4552)
Windows Media Player cannot play the file because the required video codec is not installed on your computer.%0
NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE - 0xC00D11C9 - (4553)
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.%0
NS_E_WMP_DRM_DRIVER_AUTH_FAILURE - 0xC00D11CA - (4554)
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.%0
NS_E_WMP_NETWORK_RESOURCE_FAILURE - 0xC00D11CB - (4555)
Windows Media Player encountered a network error. Restart the Player.%0
NS_E_WMP_UPGRADE_APPLICATION - 0xC00D11CC - (4556)
Windows Media Player is not installed properly. Reinstall the Player.%0
NS_E_WMP_UNKNOWN_ERROR - 0xC00D11CD - (4557)
Windows Media Player encountered an unknown error.%0
NS_E_WMP_INVALID_KEY - 0xC00D11CE - (4558)
Windows Media Player cannot play the file because the required codec is not valid.%0
NS_E_WMP_CD_ANOTHER_USER - 0xC00D11CF - (4559)
The CD drive is in use by another user. Wait for the task to complete, and then try again.%0
NS_E_WMP_DRM_NEEDS_AUTHORIZATION - 0xC00D11D0 - (4560)
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.%0
NS_E_WMP_BAD_DRIVER - 0xC00D11D1 - (4561)
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.%0
NS_E_WMP_ACCESS_DENIED - 0xC00D11D2 - (4562)
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.%0
NS_E_WMP_LICENSE_RESTRICTS - 0xC00D11D3 - (4563)
The content provider prohibits this action. Go to the content provider's online store to get new media usage rights.%0
NS_E_WMP_INVALID_REQUEST - 0xC00D11D4 - (4564)
Windows Media Player cannot perform the requested action at this time.%0
NS_E_WMP_CD_STASH_NO_SPACE - 0xC00D11D5 - (4565)
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.%0
NS_E_WMP_DRM_NEW_HARDWARE - 0xC00D11D6 - (4566)
Your media usage rights have become corrupted or are no longer valid. This might happen if you have replaced hardware components in your computer.%0
NS_E_WMP_DRM_INVALID_SIG - 0xC00D11D7 - (4567)
The required Windows Media Digital Rights Management (DRM) component cannot be validated. You might be able to resolve the problem by reinstalling the Player.%0
NS_E_WMP_DRM_CANNOT_RESTORE - 0xC00D11D8 - (4568)
You have exceeded your restore limit for the day. Try restoring your media usage rights tomorrow.%0
NS_E_WMP_BURN_DISC_OVERFLOW - 0xC00D11D9 - (4569)
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.%0
NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE - 0xC00D11DA - (4570)
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.%0
NS_E_WMP_DRM_NO_SECURE_CLOCK - 0xC00D11DB - (4571)
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.%0
NS_E_WMP_DRM_NO_RIGHTS - 0xC00D11DC - (4572)
Windows Media Player cannot play, burn, rip, or sync the protected file because you do not have the appropriate rights.%0
NS_E_WMP_DRM_INDIV_FAILED - 0xC00D11DD - (4573)
Windows Media Player encountered an error during upgrade.%0
NS_E_WMP_SERVER_NONEWCONNECTIONS - 0xC00D11DE - (4574)
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.%0
NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST - 0xC00D11DF - (4575)
A number of queued files cannot be played. To find information about the problem, click the icon next to each file in the List pane.%0
NS_E_WMP_IMAPI2_ERASE_FAIL - 0xC00D11E0 - (4576)
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.%0
NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY - 0xC00D11E1 - (4577)
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.%0
NS_E_WMP_DRM_COMPONENT_FAILURE - 0xC00D11E2 - (4578)
A Windows Media Digital Rights Management (DRM) component encountered a problem. Contact Microsoft Product Support.%0
NS_E_WMP_DRM_NO_DEVICE_CERT - 0xC00D11E3 - (4579)
It is not possible to obtain the device's certificate. Please contact the device manufacturer for a firmware update or for other steps to resolve this problem.%0
NS_E_WMP_SERVER_SECURITY_ERROR - 0xC00D11E4 - (4580)
Windows Media Player encountered an error when connecting to the server. The security information from the server could not be validated.%0
NS_E_WMP_AUDIO_DEVICE_LOST - 0xC00D11E5 - (4581)
An audio device was disconnected or reconfigured. Verify that the audio device is connected, and then try to play the item again.%0
NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE - 0xC00D11E6 - (4582)
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.%0
NS_E_SYNCWIZ_DEVICE_FULL - 0xC00D11EE - (4590)
Windows Media Player cannot save the sync settings because your device is full. Delete some unneeded files on your device and then try again.%0
NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS - 0xC00D11EF - (4591)
It is not possible to change sync settings at this time. Try again later.%0
NS_E_TRANSCODE_DELETECACHEERROR - 0xC00D11F0 - (4592)
Windows Media Player cannot delete these files right now. If the Player is syncing, wait until it is complete and then try again.%0
NS_E_CD_NO_BUFFERS_READ - 0xC00D11F8 - (4600)
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.%0
NS_E_CD_EMPTY_TRACK_QUEUE - 0xC00D11F9 - (4601)
No CD track was specified for playback.%0
NS_E_CD_NO_READER - 0xC00D11FA - (4602)
The CD filter was not able to create the CD reader.%0
NS_E_CD_ISRC_INVALID - 0xC00D11FB - (4603)
Invalid ISRC code.%0
NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID - 0xC00D11FC - (4604)
Invalid Media Catalog Number.%0
NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION - 0xC00D11FD - (4605)
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.%0
NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS - 0xC00D11FE - (4606)
Windows Media Player cannot estimate the CD drive's playback speed because the CD track is too short.%0
NS_E_CD_QUEUEING_DISABLED - 0xC00D11FF - (4607)
Cannot queue the CD track because queuing is not enabled.%0
NS_E_WMP_DRM_ACQUIRING_LICENSE - 0xC00D1202 - (4610)
Windows Media Player cannot download additional media usage rights until the current download is complete.%0
NS_E_WMP_DRM_LICENSE_EXPIRED - 0xC00D1203 - (4611)
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.%0
NS_E_WMP_DRM_LICENSE_NOTACQUIRED - 0xC00D1204 - (4612)
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.%0
NS_E_WMP_DRM_LICENSE_NOTENABLED - 0xC00D1205 - (4613)
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.%0
NS_E_WMP_DRM_LICENSE_UNUSABLE - 0xC00D1206 - (4614)
The media usage rights for this file are not valid. If you obtained this file from an online store, contact the store for assistance.%0
NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED - 0xC00D1207 - (4615)
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.%0
NS_E_WMP_DRM_LICENSE_NOSAP - 0xC00D1208 - (4616)
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. If you obtained this file from an online store, contact the store for further assistance.%0
NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE - 0xC00D1209 - (4617)
Windows Media Player cannot download media usage rights at this time. Try again later.%0
NS_E_WMP_LICENSE_REQUIRED - 0xC00D120A - (4618)
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.%0
NS_E_WMP_PROTECTED_CONTENT - 0xC00D120B - (4619)
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.%0
NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED - 0xC00D122A - (4650)
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.%0
NS_E_PDA_CANNOT_SYNC_FROM_INTERNET - 0xC00D1234 - (4660)
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.%0
NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST - 0xC00D1235 - (4661)
This playlist is not valid or is corrupted. Create a new playlist using Windows Media Player, then sync the new playlist instead.%0
NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE - 0xC00D1236 - (4662)
Windows Media Player encountered a problem while syncing the file to the device.%0
NS_E_PDA_SYNC_FAILED - 0xC00D1237 - (4663)
Windows Media Player encountered an error while syncing to the device.%0
NS_E_PDA_DELETE_FAILED - 0xC00D1238 - (4664)
Windows Media Player cannot delete a file from the device.%0
NS_E_PDA_FAILED_TO_RETRIEVE_FILE - 0xC00D1239 - (4665)
Windows Media Player cannot copy a file from the device to your library.%0
NS_E_PDA_DEVICE_NOT_RESPONDING - 0xC00D123A - (4666)
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.%0
NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO - 0xC00D123B - (4667)
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.%0
NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE - 0xC00D123C - (4668)
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 syncing it. For information about how to decrypt a file, see Windows Help and Support.%0
NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO - 0xC00D123D - (4669)
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.%0
NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO - 0xC00D123E - (4670)
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.%0
NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE - 0xC00D123F - (4671)
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.%0
NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG - 0xC00D1240 - (4672)
Windows Media Player cannot sync the file to your computer because the file name is too long. Try renaming the file on the device.%0
NS_E_PDA_CEWMDM_DRM_ERROR - 0xC00D1241 - (4673)
Windows Media Player cannot sync the file because the device is not responding. This typically occurs when there is a problem with the device firmwa re.%0
NS_E_INCOMPLETE_PLAYLIST - 0xC00D1242 - (4674)
NS_E_INCOMPLETE_PLAYLIST
NS_E_PDA_SYNC_RUNNING - 0xC00D1243 - (4675)
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.%0
NS_E_PDA_SYNC_LOGIN_ERROR - 0xC00D1244 - (4676)
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.%0
NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND - 0xC00D1245 - (4677)
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.%0
NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE - 0xC00D1246 - (4678)
It is not possible to sync subscription files to this device.%0
NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING - 0xC00D1247 - (4679)
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.%0
NS_E_WMP_HWND_NOTFOUND - 0xC00D125C - (4700)
The Windows Media Player download manager cannot function properly because the Player main window cannot be found. Try restarting the Player.%0
NS_E_BKGDOWNLOAD_WRONG_NO_FILES - 0xC00D125D - (4701)
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.%0
NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB - 0xC00D125E - (4702)
Windows Media Player tried to complete a download that was already canceled. The file will not be available.%0
NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB - 0xC00D125F - (4703)
Windows Media Player tried to cancel a download that was already completed. The file will not be removed.%0
NS_E_BKGDOWNLOAD_NOJOBPOINTER - 0xC00D1260 - (4704)
Windows Media Player is trying to access a download that is not valid.%0
NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE - 0xC00D1261 - (4705)
This download was not created by Windows Media Player.%0
NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE - 0xC00D1262 - (4706)
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.%0
NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE - 0xC00D1263 - (4707)
The Windows Media Player download manager plug-in cannot start. This might occur if the system is out of resources.%0
NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE - 0xC00D1264 - (4708)
The Windows Media Player download manager cannot move the file.%0
NS_E_BKGDOWNLOAD_CALLFUNCFAILED - 0xC00D1265 - (4709)
The Windows Media Player download manager cannot perform a task because the system has no resources to allocate.%0
NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT - 0xC00D1266 - (4710)
The Windows Media Player download manager cannot perform a task because the task took too long to run.%0
NS_E_BKGDOWNLOAD_CALLFUNCENDED - 0xC00D1267 - (4711)
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.%0
NS_E_BKGDOWNLOAD_WMDUNPACKFAILED - 0xC00D1268 - (4712)
The Windows Media Player download manager cannot expand a WMD file. The file will be deleted and the operation will not be completed successfully.%0
NS_E_BKGDOWNLOAD_FAILEDINITIALIZE - 0xC00D1269 - (4713)
The Windows Media Player download manager cannot start. This might occur if the system is out of resources.%0
NS_E_INTERFACE_NOT_REGISTERED_IN_GIT - 0xC00D126A - (4714)
Windows Media Player cannot access a required functionality. This might occur if the wrong system files or Player DLLs are loaded.%0
NS_E_BKGDOWNLOAD_INVALID_FILE_NAME - 0xC00D126B - (4715)
Windows Media Player cannot get the file name of the requested download. The requested download will be canceled.%0
NS_E_IMAGE_DOWNLOAD_FAILED - 0xC00D128E - (4750)
Windows Media Player encountered an error while downloading an image.%0
NS_E_WMP_UDRM_NOUSERLIST - 0xC00D12C0 - (4800)
Windows Media Player cannot update your media usage rights because the Player cannot verify the list of activated users of this computer.%0
NS_E_WMP_DRM_NOT_ACQUIRING - 0xC00D12C1 - (4801)
Windows Media Player is trying to acquire media usage rights for a file that is no longer being used. Rights acquisition will stop.%0
NS_E_WMP_BSTR_TOO_LONG - 0xC00D12F2 - (4850)
The parameter is not valid.%0
NS_E_WMP_AUTOPLAY_INVALID_STATE - 0xC00D12FC - (4860)
The state is not valid for this request.%0
NS_E_WMP_COMPONENT_REVOKED - 0xC00D1306 - (4870)
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.%0
NS_E_CURL_NOTSAFE - 0xC00D1324 - (4900)
The URL is not safe for the operation specified.%0
NS_E_CURL_INVALIDCHAR - 0xC00D1325 - (4901)
The URL contains one or more characters that are not valid.%0
NS_E_CURL_INVALIDHOSTNAME - 0xC00D1326 - (4902)
The URL contains a host name that is not valid.%0
NS_E_CURL_INVALIDPATH - 0xC00D1327 - (4903)
The URL contains a path that is not valid.%0
NS_E_CURL_INVALIDSCHEME - 0xC00D1328 - (4904)
The URL contains a scheme that is not valid.%0
NS_E_CURL_INVALIDURL - 0xC00D1329 - (4905)
The URL is not valid.%0
NS_E_CURL_CANTWALK - 0xC00D132B - (4907)
Windows Media Player cannot play the file. If you clicked a link on a web page, the link might not be valid.%0
NS_E_CURL_INVALIDPORT - 0xC00D132C - (4908)
The URL port is not valid.%0
NS_E_CURLHELPER_NOTADIRECTORY - 0xC00D132D - (4909)
The URL is not a directory.%0
NS_E_CURLHELPER_NOTAFILE - 0xC00D132E - (4910)
The URL is not a file.%0
NS_E_CURL_CANTDECODE - 0xC00D132F - (4911)
The URL contains characters that cannot be decoded. The URL might be truncated or incomplete.%0
NS_E_CURLHELPER_NOTRELATIVE - 0xC00D1330 - (4912)
The specified URL is not a relative URL.%0
NS_E_CURL_INVALIDBUFFERSIZE - 0xC00D1331 - (4913)
The buffer is smaller than the size specified.%0
NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED - 0xC00D1356 - (4950)
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.%0
NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES - 0xC00D1357 - (4951)
Windows Media Player cannot purchase or download content from multiple online stores.%0
NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT - 0xC00D1358 - (4952)
The file cannot be purchased or downloaded. The file might not be available from the online store.%0
NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE - 0x000D1359 - (4953)
The file is only available for purchase when you buy the entire album.%0
NS_E_NOT_CONTENT_PARTNER_TRACK - 0xC00D135A - (4954)
The provider of this file cannot be identified.%0
NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE - 0xC00D135B - (4955)
The file is only available for download when you buy the entire album.%0
NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE - 0xC00D135C - (4956)
You must buy the file before you can download it.%0
NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED - 0xC00D135D - (4957)
You have exceeded the maximum number of files that can be purchased in a single transaction.%0
NS_S_NAVIGATION_COMPLETE_WITH_ERRORS - 0x000D135E - (4958)
There were problems completing the requested navigation. There are identifiers missing in the catalog.%0
NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED - 0xC00D135F - (4959)
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.%0
NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT - 0xC00D1360 - (4960)
Windows Media Player cannot download this item because the server is not responding. The server might be temporarily unavailable or you might have lost your Internet connection.%0
NS_S_TRACK_ALREADY_DOWNLOADED - 0x000D1361 - (4961)
NS_S_TRACK_ALREADY_DOWNLOADED
NS_E_CONTENT_PARTNER_STILL_INITIALIZING - 0xC00D1362 - (4962)
The content provider is still initializing.
NS_E_OPEN_CONTAINING_FOLDER_FAILED - 0xC00D1363 - (4963)
The folder could not be opened. The folder might have been moved or deleted.
NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES - 0xC00D136A - (4970)
Windows Media Player could not add all of the images to the file because the images exceeded the 7 megabyte (MB) limit.%0
NS_E_REDIRECT - 0xC00D1388 - (5000)
The client redirected to another server.%0
NS_E_STALE_PRESENTATION - 0xC00D1389 - (5001)
The streaming media description is no longer current.%0
NS_E_NAMESPACE_WRONG_PERSIST - 0xC00D138A - (5002)
It is not possible to create a persistent namespace node under a transient parent node.%0
NS_E_NAMESPACE_WRONG_TYPE - 0xC00D138B - (5003)
It is not possible to store a value in a namespace node that has a different value type.%0
NS_E_NAMESPACE_NODE_CONFLICT - 0xC00D138C - (5004)
It is not possible to remove the root namespace node.%0
NS_E_NAMESPACE_NODE_NOT_FOUND - 0xC00D138D - (5005)
The specified namespace node could not be found.%0
NS_E_NAMESPACE_BUFFER_TOO_SMALL - 0xC00D138E - (5006)
The buffer supplied to hold namespace node string is too small.%0
NS_E_NAMESPACE_TOO_MANY_CALLBACKS - 0xC00D138F - (5007)
The callback list on a namespace node is at the maximum size.%0
NS_E_NAMESPACE_DUPLICATE_CALLBACK - 0xC00D1390 - (5008)
It is not possible to register an already-registered callback on a namespace node.%0
NS_E_NAMESPACE_CALLBACK_NOT_FOUND - 0xC00D1391 - (5009)
Cannot find the callback in the namespace when attempting to remove the callback.%0
NS_E_NAMESPACE_NAME_TOO_LONG - 0xC00D1392 - (5010)
The namespace node name exceeds the allowed maximum length.%0
NS_E_NAMESPACE_DUPLICATE_NAME - 0xC00D1393 - (5011)
Cannot create a namespace node that already exists.%0
NS_E_NAMESPACE_EMPTY_NAME - 0xC00D1394 - (5012)
The namespace node name cannot be a null string.%0
NS_E_NAMESPACE_INDEX_TOO_LARGE - 0xC00D1395 - (5013)
Finding a child namespace node by index failed because the index exceeded the number of children.%0
NS_E_NAMESPACE_BAD_NAME - 0xC00D1396 - (5014)
The namespace node name is invalid.%0
NS_E_NAMESPACE_WRONG_SECURITY - 0xC00D1397 - (5015)
It is not possible to store a value in a namespace node that has a different security type.%0
NS_E_CACHE_ARCHIVE_CONFLICT - 0xC00D13EC - (5100)
The archive request conflicts with other requests in progress.%0
NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND - 0xC00D13ED - (5101)
The specified origin server cannot be found.%0
NS_E_CACHE_ORIGIN_SERVER_TIMEOUT - 0xC00D13EE - (5102)
The specified origin server is not responding.%0
NS_E_CACHE_NOT_BROADCAST - 0xC00D13EF - (5103)
The internal code for HTTP status code 412 Precondition Failed due to not broadcast type.%0
NS_E_CACHE_CANNOT_BE_CACHED - 0xC00D13F0 - (5104)
The internal code for HTTP status code 403 Forbidden due to not cacheable.%0
NS_E_CACHE_NOT_MODIFIED - 0xC00D13F1 - (5105)
The internal code for HTTP status code 304 Not Modified.%0
NS_E_CANNOT_REMOVE_PUBLISHING_POINT - 0xC00D1450 - (5200)
It is not possible to remove a cache or proxy publishing point.%0
NS_E_CANNOT_REMOVE_PLUGIN - 0xC00D1451 - (5201)
It is not possible to remove the last instance of a type of plug-in.%0
NS_E_WRONG_PUBLISHING_POINT_TYPE - 0xC00D1452 - (5202)
Cache and proxy publishing points do not support this property or method.%0
NS_E_UNSUPPORTED_LOAD_TYPE - 0xC00D1453 - (5203)
The plug-in does not support the specified load type.%0
NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION - 0xC00D1454 - (5204)
The plug-in does not support any load types. The plug-in must support at least one load type.%0
NS_E_INVALID_PUBLISHING_POINT_NAME - 0xC00D1455 - (5205)
The publishing point name is invalid.%0
NS_E_TOO_MANY_MULTICAST_SINKS - 0xC00D1456 - (5206)
Only one multicast data writer plug-in can be enabled for a publishing point.%0
NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED - 0xC00D1457 - (5207)
The requested operation cannot be completed while the publishing point is started.%0
NS_E_MULTICAST_PLUGIN_NOT_ENABLED - 0xC00D1458 - (5208)
A multicast data writer plug-in must be enabled in order for this operation to be completed.%0
NS_E_INVALID_OPERATING_SYSTEM_VERSION - 0xC00D1459 - (5209)
This feature requires Windows Server 2003, Enterprise Edition.%0
NS_E_PUBLISHING_POINT_REMOVED - 0xC00D145A - (5210)
The requested operation cannot be completed because the specified publishing point has been removed.%0
NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST - 0xC00D145B - (5211)
Push publishing points are started when the encoder starts pushing the stream. This publishing point cannot be started by the server administrator.%0
NS_E_UNSUPPORTED_LANGUAGE - 0xC00D145C - (5212)
The specified language is not supported.%0
NS_E_WRONG_OS_VERSION - 0xC00D145D - (5213)
Windows Media Services will only run on Windows Server 2003, Standard Edition and Windows Server 2003, Enterprise Edition.%0
NS_E_PUBLISHING_POINT_STOPPED - 0xC00D145E - (5214)
The operation cannot be completed because the publishing point has been stopped.%0
NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING - 0xC00D14B4 - (5300)
The playlist entry is already playing.%0
NS_E_EMPTY_PLAYLIST - 0xC00D14B5 - (5301)
The playlist or directory you are requesting does not contain content.%0
NS_E_PLAYLIST_PARSE_FAILURE - 0xC00D14B6 - (5302)
The server was unable to parse the requested playlist file.%0
NS_E_PLAYLIST_UNSUPPORTED_ENTRY - 0xC00D14B7 - (5303)
The requested operation is not supported for this type of playlist entry.%0
NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST - 0xC00D14B8 - (5304)
Cannot jump to a playlist entry that is not inserted in the playlist.%0
NS_E_PLAYLIST_ENTRY_SEEK - 0xC00D14B9 - (5305)
Cannot seek to the desired playlist entry.%0
NS_E_PLAYLIST_RECURSIVE_PLAYLISTS - 0xC00D14BA - (5306)
Cannot play recursive playlist.%0
NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS - 0xC00D14BB - (5307)
The number of nested playlists exceeded the limit the server can handle.%0
NS_E_PLAYLIST_SHUTDOWN - 0xC00D14BC - (5308)
Cannot execute the requested operation because the playlist has been shut down by the Media Server.%0
NS_E_PLAYLIST_END_RECEDING - 0xC00D14BD - (5309)
The playlist has ended while receding.%0
NS_I_PLAYLIST_CHANGE_RECEDING - 0x400D14BE - (5310)
The playlist change occurred while receding.%0
NS_E_DATAPATH_NO_SINK - 0xC00D1518 - (5400)
The data path does not have an associated data writer plug-in.%0
NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS - 0x000D1519 - (5401)
The publishing point successfully started, but one or more of the requested data writer plug-ins failed.%0
NS_E_INVALID_PUSH_TEMPLATE - 0xC00D151A - (5402)
The specified push template is invalid.%0
NS_E_INVALID_PUSH_PUBLISHING_POINT - 0xC00D151B - (5403)
The specified push publishing point is invalid.%0
NS_E_CRITICAL_ERROR - 0xC00D151C - (5404)
The requested operation cannot be performed because the server or publishing point is in a critical error state.%0
NS_E_NO_NEW_CONNECTIONS - 0xC00D151D - (5405)
The content can not be played because the server is not currently accepting connections. Try connecting at a later time.%0
NS_E_WSX_INVALID_VERSION - 0xC00D151E - (5406)
The version of this playlist is not supported by the server.%0
NS_E_HEADER_MISMATCH - 0xC00D151F - (5407)
The command does not apply to the current media header user by a server component.%0
NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME - 0xC00D1520 - (5408)
The specified publishing point name is already in use.%0
NS_E_NO_SCRIPT_ENGINE - 0xC00D157C - (5500)
There is no script engine available for this file.%0
NS_E_PLUGIN_ERROR_REPORTED - 0xC00D157D - (5501)
The plug-in has reported an error. See the Troubleshooting tab or the NT Application Event Log for details.%0
NS_E_SOURCE_PLUGIN_NOT_FOUND - 0xC00D157E - (5502)
No enabled data source plug-in is available to access the requested content.%0
NS_E_PLAYLIST_PLUGIN_NOT_FOUND - 0xC00D157F - (5503)
No enabled playlist parser plug-in is available to access the requested content.%0
NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED - 0xC00D1580 - (5504)
The data source plug-in does not support enumeration.%0
NS_E_MEDIA_PARSER_INVALID_FORMAT - 0xC00D1581 - (5505)
The server cannot stream the selected file because it is either damaged or corrupt. Select a different file.%0
NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED - 0xC00D1582 - (5506)
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.%0
NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER - 0xC00D1583 - (5507)
The plug-in cannot be loaded because it requires Windows Server 2003, Enterprise Edition.%0
NS_E_WIZARD_RUNNING - 0xC00D1584 - (5508)
Another wizard is currently running. Please close the other wizard or wait until it finishes before attempting to run this wizard again.%0
NS_E_INVALID_LOG_URL - 0xC00D1585 - (5509)
Invalid log URL. Multicast logging URL must look like "http://servername/isapibackend.dll" .%0
NS_E_INVALID_MTU_RANGE - 0xC00D1586 - (5510)
Invalid MTU specified. The valid range for maximum packet size is between 36 and 65507 bytes .%0
NS_E_INVALID_PLAY_STATISTICS - 0xC00D1587 - (5511)
Invalid play statistics for logging .%0
NS_E_LOG_NEED_TO_BE_SKIPPED - 0xC00D1588 - (5512)
The log needs to be skipped .%0
NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED - 0xC00D1589 - (5513)
The size of the data exceeded the limit the WMS HTTP Download Data Source plugin can handle.%0
NS_E_PORT_IN_USE - 0xC00D158A - (5514)
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.%0
NS_E_PORT_IN_USE_HTTP - 0xC00D158B - (5515)
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.%0
NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE - 0xC00D158C - (5516)
The WMS HTTP Download Data Source plugin was unable to receive the remote server's response.%0
NS_E_ARCHIVE_REACH_QUOTA - 0xC00D158D - (5517)
The archive plug-in has reached its quota.%0
NS_E_ARCHIVE_ABORT_DUE_TO_BCAST - 0xC00D158E - (5518)
The archive plug-in aborted because the source was from broadcast.%0
NS_E_ARCHIVE_GAP_DETECTED - 0xC00D158F - (5519)
The archive plug-in detected an interrupt in the source.%0
NS_E_AUTHORIZATION_FILE_NOT_FOUND - 0xC00D1590 - (5520)
The system cannot find the file specified.%0
NS_E_BAD_MARKIN - 0xC00D1B58 - (7000)
The mark-in time should be greater than 0 and less than the mark-out time.%0
NS_E_BAD_MARKOUT - 0xC00D1B59 - (7001)
The mark-out time should be greater than the mark-in time and less than the file duration.%0
NS_E_NOMATCHING_MEDIASOURCE - 0xC00D1B5A - (7002)
No matching media type is found in the source %1.%0
NS_E_UNSUPPORTED_SOURCETYPE - 0xC00D1B5B - (7003)
The specified source type is not supported.%0
NS_E_TOO_MANY_AUDIO - 0xC00D1B5C - (7004)
It is not possible to specify more than one audio input.%0
NS_E_TOO_MANY_VIDEO - 0xC00D1B5D - (7005)
It is not possible to specify more than two video inputs.%0
NS_E_NOMATCHING_ELEMENT - 0xC00D1B5E - (7006)
No matching element is found in the list.%0
NS_E_MISMATCHED_MEDIACONTENT - 0xC00D1B5F - (7007)
The profile's media types must match the media types defined for the session.%0
NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP - 0xC00D1B60 - (7008)
It is not possible to remove an active source while encoding.%0
NS_E_AUDIODEVICE_BUSY - 0xC00D1B61 - (7009)
It is not possible to open the specified audio capture device because it is currently in use.%0
NS_E_AUDIODEVICE_UNEXPECTED - 0xC00D1B62 - (7010)
It is not possible to open the specified audio capture device because an unexpected error has occurred.%0
NS_E_AUDIODEVICE_BADFORMAT - 0xC00D1B63 - (7011)
The audio capture device does not support the specified audio format.%0
NS_E_VIDEODEVICE_BUSY - 0xC00D1B64 - (7012)
It is not possible to open the specified video capture device because it is currently in use.%0
NS_E_VIDEODEVICE_UNEXPECTED - 0xC00D1B65 - (7013)
It is not possible to open the specified video capture device because an unexpected error has occurred.%0
NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING - 0xC00D1B66 - (7014)
This operation is not allowed while encoding.%0
NS_E_NO_PROFILE_IN_SOURCEGROUP - 0xC00D1B67 - (7015)
No profile is set for the source.%0
NS_E_VIDEODRIVER_UNSTABLE - 0xC00D1B68 - (7016)
The video capture driver returned an unrecoverable error. It is now in an unstable state.%0
NS_E_VIDCAPSTARTFAILED - 0xC00D1B69 - (7017)
It was not possible to start the video device.%0
NS_E_VIDSOURCECOMPRESSION - 0xC00D1B6A - (7018)
The video source does not support the requested output format or color depth.%0
NS_E_VIDSOURCESIZE - 0xC00D1B6B - (7019)
The video source does not support the requested capture size.%0
NS_E_ICMQUERYFORMAT - 0xC00D1B6C - (7020)
It was not possible to obtain output information from the video compressor.%0
NS_E_VIDCAPCREATEWINDOW - 0xC00D1B6D - (7021)
It was not possible to create a video capture window.%0
NS_E_VIDCAPDRVINUSE - 0xC00D1B6E - (7022)
There is already a stream active on this video device.%0
NS_E_NO_MEDIAFORMAT_IN_SOURCE - 0xC00D1B6F - (7023)
No media format is set in source.%0
NS_E_NO_VALID_OUTPUT_STREAM - 0xC00D1B70 - (7024)
Cannot find a valid output stream from the source.%0
NS_E_NO_VALID_SOURCE_PLUGIN - 0xC00D1B71 - (7025)
It was not possible to find a valid source plug-in for the specified source.%0
NS_E_NO_ACTIVE_SOURCEGROUP - 0xC00D1B72 - (7026)
No source is currently active.%0
NS_E_NO_SCRIPT_STREAM - 0xC00D1B73 - (7027)
No script stream is set in the current source.%0
NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING - 0xC00D1B74 - (7028)
This operation is not allowed while archiving.%0
NS_E_INVALIDPACKETSIZE - 0xC00D1B75 - (7029)
The setting for the maximum packet size is not valid.%0
NS_E_PLUGIN_CLSID_INVALID - 0xC00D1B76 - (7030)
The plug-in CLSID specified is not valid.%0
NS_E_UNSUPPORTED_ARCHIVETYPE - 0xC00D1B77 - (7031)
This archive type is not supported.%0
NS_E_UNSUPPORTED_ARCHIVEOPERATION - 0xC00D1B78 - (7032)
This archive operation is not supported.%0
NS_E_ARCHIVE_FILENAME_NOTSET - 0xC00D1B79 - (7033)
The local archive file name was not set.%0
NS_E_SOURCEGROUP_NOTPREPARED - 0xC00D1B7A - (7034)
The source is not yet prepared.%0
NS_E_PROFILE_MISMATCH - 0xC00D1B7B - (7035)
Profiles on the sources do not match.%0
NS_E_INCORRECTCLIPSETTINGS - 0xC00D1B7C - (7036)
The specified crop values are not valid.%0
NS_E_NOSTATSAVAILABLE - 0xC00D1B7D - (7037)
No statistics are available at this time.%0
NS_E_NOTARCHIVING - 0xC00D1B7E - (7038)
The encoder is not archiving.%0
NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED - 0xC00D1B7F - (7039)
This operation is only allowed during encoding.%0
NS_E_NOSOURCEGROUPS - 0xC00D1B80 - (7040)
This SourceGroupCollection doesn't contain any SourceGroups.%0
NS_E_INVALIDINPUTFPS - 0xC00D1B81 - (7041)
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.%0
NS_E_NO_DATAVIEW_SUPPORT - 0xC00D1B82 - (7042)
It is not possible to display your source or output video in the Video panel.%0
NS_E_CODEC_UNAVAILABLE - 0xC00D1B83 - (7043)
One or more codecs required to open this content could not be found.%0
NS_E_ARCHIVE_SAME_AS_INPUT - 0xC00D1B84 - (7044)
The archive file has the same name as an input file. Change one of the names before continuing.%0
NS_E_SOURCE_NOTSPECIFIED - 0xC00D1B85 - (7045)
The source has not been set up completely.%0
NS_E_NO_REALTIME_TIMECOMPRESSION - 0xC00D1B86 - (7046)
It is not possible to apply time compression to a broadcast session.%0
NS_E_UNSUPPORTED_ENCODER_DEVICE - 0xC00D1B87 - (7047)
It is not possible to open this device.%0
NS_E_UNEXPECTED_DISPLAY_SETTINGS - 0xC00D1B88 - (7048)
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.%0
NS_E_NO_AUDIODATA - 0xC00D1B89 - (7049)
No audio data has been received for several seconds. Check the audio source and restart the encoder.%0
NS_E_INPUTSOURCE_PROBLEM - 0xC00D1B8A - (7050)
One or all of the specified sources are not working properly. Check that the sources are configured correctly.%0
NS_E_WME_VERSION_MISMATCH - 0xC00D1B8B - (7051)
The supplied configuration file is not supported by this version of the encoder.%0
NS_E_NO_REALTIME_PREPROCESS - 0xC00D1B8C - (7052)
It is not possible to use image preprocessing with live encoding.%0
NS_E_NO_REPEAT_PREPROCESS - 0xC00D1B8D - (7053)
It is not possible to use two-pass encoding when the source is set to loop.%0
NS_E_CANNOT_PAUSE_LIVEBROADCAST - 0xC00D1B8E - (7054)
It is not possible to pause encoding during a broadcast.%0
NS_E_DRM_PROFILE_NOT_SET - 0xC00D1B8F - (7055)
A DRM profile has not been set for the current session.%0
NS_E_DUPLICATE_DRMPROFILE - 0xC00D1B90 - (7056)
The profile ID is already used by a DRM profile. Specify a different profile ID.%0
NS_E_INVALID_DEVICE - 0xC00D1B91 - (7057)
The setting of the selected device does not support control for playing back tapes.%0
NS_E_SPEECHEDL_ON_NON_MIXEDMODE - 0xC00D1B92 - (7058)
You must specify a mixed voice and audio mode in order to use an optimization definition file.%0
NS_E_DRM_PASSWORD_TOO_LONG - 0xC00D1B93 - (7059)
The specified password is too long. Type a password with fewer than 8 characters.%0
NS_E_DEVCONTROL_FAILED_SEEK - 0xC00D1B94 - (7060)
It is not possible to seek to the specified mark-in point.%0
NS_E_INTERLACE_REQUIRE_SAMESIZE - 0xC00D1B95 - (7061)
When you choose to maintain the interlacing in your video, the output video size must match the input video size.%0
NS_E_TOO_MANY_DEVICECONTROL - 0xC00D1B96 - (7062)
Only one device control plug-in can control a device.%0
NS_E_NO_MULTIPASS_FOR_LIVEDEVICE - 0xC00D1B97 - (7063)
You must also enable storing content to hard disk temporarily in order to use two-pass encoding with the input device.%0
NS_E_MISSING_AUDIENCE - 0xC00D1B98 - (7064)
An audience is missing from the output stream configuration.%0
NS_E_AUDIENCE_CONTENTTYPE_MISMATCH - 0xC00D1B99 - (7065)
All audiences in the output tree must have the same content type.%0
NS_E_MISSING_SOURCE_INDEX - 0xC00D1B9A - (7066)
A source index is missing from the output stream configuration.%0
NS_E_NUM_LANGUAGE_MISMATCH - 0xC00D1B9B - (7067)
The same source index in different audiences should have the same number of languages.%0
NS_E_LANGUAGE_MISMATCH - 0xC00D1B9C - (7068)
The same source index in different audiences should have the same languages.%0
NS_E_VBRMODE_MISMATCH - 0xC00D1B9D - (7069)
The same source index in different audiences should use the same VBR encoding mode.%0
NS_E_INVALID_INPUT_AUDIENCE_INDEX - 0xC00D1B9E - (7070)
The bit rate index specified is not valid.%0
NS_E_INVALID_INPUT_LANGUAGE - 0xC00D1B9F - (7071)
The specified language is not valid.%0
NS_E_INVALID_INPUT_STREAM - 0xC00D1BA0 - (7072)
The specified source type is not valid.%0
NS_E_EXPECT_MONO_WAV_INPUT - 0xC00D1BA1 - (7073)
The source must be a mono channel .wav file.%0
NS_E_INPUT_WAVFORMAT_MISMATCH - 0xC00D1BA2 - (7074)
All the source .wav files must have the same format.%0
NS_E_RECORDQ_DISK_FULL - 0xC00D1BA3 - (7075)
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.%0
NS_E_NO_PAL_INVERSE_TELECINE - 0xC00D1BA4 - (7076)
It is not possible to apply the inverse telecine feature to PAL content.%0
NS_E_ACTIVE_SG_DEVICE_DISCONNECTED - 0xC00D1BA5 - (7077)
A capture device in the current active source is no longer available.%0
NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED - 0xC00D1BA6 - (7078)
A device used in the current active source for device control is no longer available.%0
NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER - 0xC00D1BA7 - (7079)
No frames have been submitted to the analyzer for analysis.%0
NS_E_INPUT_DOESNOT_SUPPORT_SMPTE - 0xC00D1BA8 - (7080)
The source video does not support time codes.%0
NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS - 0xC00D1BA9 - (7081)
It is not possible to generate a time code when there are multiple sources in a session.%0
NS_E_BAD_CONTENTEDL - 0xC00D1BAA - (7082)
The voice codec optimization definition file can not be found or is corrupted.%0
NS_E_INTERLACEMODE_MISMATCH - 0xC00D1BAB - (7083)
The same source index in different audiences should have the same interlace mode.%0
NS_E_NONSQUAREPIXELMODE_MISMATCH - 0xC00D1BAC - (7084)
The same source index in different audiences should have the same nonsquare pixel mode.%0
NS_E_SMPTEMODE_MISMATCH - 0xC00D1BAD - (7085)
The same source index in different audiences should have the same time code mode.%0
NS_E_END_OF_TAPE - 0xC00D1BAE - (7086)
Either the end of the tape has been reached or there is no tape. Check the device and tape.%0
NS_E_NO_MEDIA_IN_AUDIENCE - 0xC00D1BAF - (7087)
No audio or video input has been specified.%0
NS_E_NO_AUDIENCES - 0xC00D1BB0 - (7088)
The profile must contain a bit rate.%0
NS_E_NO_AUDIO_COMPAT - 0xC00D1BB1 - (7089)
You must specify at least one audio stream to be compatible with Windows Media Player 7.1.%0
NS_E_INVALID_VBR_COMPAT - 0xC00D1BB2 - (7090)
Using a VBR encoding mode is not compatible with Windows Media Player 7.1.%0
NS_E_NO_PROFILE_NAME - 0xC00D1BB3 - (7091)
You must specify a profile name.%0
NS_E_INVALID_VBR_WITH_UNCOMP - 0xC00D1BB4 - (7092)
It is not possible to use a VBR encoding mode with uncompressed audio or video.%0
NS_E_MULTIPLE_VBR_AUDIENCES - 0xC00D1BB5 - (7093)
It is not possible to use MBR encoding with VBR encoding.%0
NS_E_UNCOMP_COMP_COMBINATION - 0xC00D1BB6 - (7094)
It is not possible to mix uncompressed and compressed content in a session.%0
NS_E_MULTIPLE_AUDIO_CODECS - 0xC00D1BB7 - (7095)
All audiences must use the same audio codec.%0
NS_E_MULTIPLE_AUDIO_FORMATS - 0xC00D1BB8 - (7096)
All audiences should use the same audio format to be compatible with Windows Media Player 7.1.%0
NS_E_AUDIO_BITRATE_STEPDOWN - 0xC00D1BB9 - (7097)
The audio bit rate for an audience with a higher total bit rate must be greater than one with a lower total bit rate.%0
NS_E_INVALID_AUDIO_PEAKRATE - 0xC00D1BBA - (7098)
The audio peak bit rate setting is not valid.%0
NS_E_INVALID_AUDIO_PEAKRATE_2 - 0xC00D1BBB - (7099)
The audio peak bit rate setting must be greater than the audio bit rate setting.%0
NS_E_INVALID_AUDIO_BUFFERMAX - 0xC00D1BBC - (7100)
The setting for the maximum buffer size for audio is not valid.%0
NS_E_MULTIPLE_VIDEO_CODECS - 0xC00D1BBD - (7101)
All audiences must use the same video codec.%0
NS_E_MULTIPLE_VIDEO_SIZES - 0xC00D1BBE - (7102)
All audiences should use the same video size to be compatible with Windows Media Player 7.1.%0
NS_E_INVALID_VIDEO_BITRATE - 0xC00D1BBF - (7103)
The video bit rate setting is not valid.%0
NS_E_VIDEO_BITRATE_STEPDOWN - 0xC00D1BC0 - (7104)
The video bit rate for an audience with a higher total bit rate must be greater than one with a lower total bit rate.%0
NS_E_INVALID_VIDEO_PEAKRATE - 0xC00D1BC1 - (7105)
The video peak bit rate setting is not valid.%0
NS_E_INVALID_VIDEO_PEAKRATE_2 - 0xC00D1BC2 - (7106)
The video peak bit rate setting must be greater than the video bit rate setting.%0
NS_E_INVALID_VIDEO_WIDTH - 0xC00D1BC3 - (7107)
The video width setting is not valid.%0
NS_E_INVALID_VIDEO_HEIGHT - 0xC00D1BC4 - (7108)
The video height setting is not valid.%0
NS_E_INVALID_VIDEO_FPS - 0xC00D1BC5 - (7109)
The video frame rate setting is not valid.%0
NS_E_INVALID_VIDEO_KEYFRAME - 0xC00D1BC6 - (7110)
The video key frame setting is not valid.%0
NS_E_INVALID_VIDEO_IQUALITY - 0xC00D1BC7 - (7111)
The video image quality setting is not valid.%0
NS_E_INVALID_VIDEO_CQUALITY - 0xC00D1BC8 - (7112)
The video codec quality setting is not valid.%0
NS_E_INVALID_VIDEO_BUFFER - 0xC00D1BC9 - (7113)
The video buffer setting is not valid.%0
NS_E_INVALID_VIDEO_BUFFERMAX - 0xC00D1BCA - (7114)
The setting for the maximum buffer size for video is not valid.%0
NS_E_INVALID_VIDEO_BUFFERMAX_2 - 0xC00D1BCB - (7115)
The value of the video maximum buffer size setting must be greater than the video buffer size setting.%0
NS_E_INVALID_VIDEO_WIDTH_ALIGN - 0xC00D1BCC - (7116)
The alignment of the video width is not valid.%0
NS_E_INVALID_VIDEO_HEIGHT_ALIGN - 0xC00D1BCD - (7117)
The alignment of the video height is not valid.%0
NS_E_MULTIPLE_SCRIPT_BITRATES - 0xC00D1BCE - (7118)
All bit rates must have the same script bit rate.%0
NS_E_INVALID_SCRIPT_BITRATE - 0xC00D1BCF - (7119)
The script bit rate specified is not valid.%0
NS_E_MULTIPLE_FILE_BITRATES - 0xC00D1BD0 - (7120)
All bit rates must have the same file transfer bit rate.%0
NS_E_INVALID_FILE_BITRATE - 0xC00D1BD1 - (7121)
The file transfer bit rate is not valid.%0
NS_E_SAME_AS_INPUT_COMBINATION - 0xC00D1BD2 - (7122)
All audiences in a profile should either be same as input or have video width and height specified.%0
NS_E_SOURCE_CANNOT_LOOP - 0xC00D1BD3 - (7123)
This source type does not support looping.%0
NS_E_INVALID_FOLDDOWN_COEFFICIENTS - 0xC00D1BD4 - (7124)
The fold-down value needs to be between -144 and 0.%0
NS_E_DRMPROFILE_NOTFOUND - 0xC00D1BD5 - (7125)
The specified DRM profile does not exist in the system.%0
NS_E_INVALID_TIMECODE - 0xC00D1BD6 - (7126)
The specified time code is not valid.%0
NS_E_NO_AUDIO_TIMECOMPRESSION - 0xC00D1BD7 - (7127)
It is not possible to apply time compression to a video-only session.%0
NS_E_NO_TWOPASS_TIMECOMPRESSION - 0xC00D1BD8 - (7128)
It is not possible to apply time compression to a session that is using two-pass encoding.%0
NS_E_TIMECODE_REQUIRES_VIDEOSTREAM - 0xC00D1BD9 - (7129)
It is not possible to generate a time code for an audio-only session.%0
NS_E_NO_MBR_WITH_TIMECODE - 0xC00D1BDA - (7130)
It is not possible to generate a time code when you are encoding content at multiple bit rates.%0
NS_E_INVALID_INTERLACEMODE - 0xC00D1BDB - (7131)
The video codec selected does not support maintaining interlacing in video.%0
NS_E_INVALID_INTERLACE_COMPAT - 0xC00D1BDC - (7132)
Maintaining interlacing in video is not compatible with Windows Media Player 7.1.%0
NS_E_INVALID_NONSQUAREPIXEL_COMPAT - 0xC00D1BDD - (7133)
Allowing nonsquare pixel output is not compatible with Windows Media Player 7.1.%0
NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL - 0xC00D1BDE - (7134)
Only capture devices can be used with device control.%0
NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR - 0xC00D1BDF - (7135)
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.%0
NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT - 0xC00D1BE0 - (7136)
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.%0
NS_E_DEVICECONTROL_UNSTABLE - 0xC00D1BE1 - (7137)
The device is in an unstable state. Check that the device is functioning properly and a tape is in place.
NS_E_INVALID_PIXEL_ASPECT_RATIO - 0xC00D1BE2 - (7138)
The pixel aspect ratio value must be between 1 and 255.
NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH - 0xC00D1BE3 - (7139)
All streams with different languages in the same audience must have same properties.%0
NS_E_INVALID_PROFILE_CONTENTTYPE - 0xC00D1BE4 - (7140)
The profile must contain at least one audio or video stream.%0
NS_E_TRANSFORM_PLUGIN_NOT_FOUND - 0xC00D1BE5 - (7141)
The transform plug-in could not be found.%0
NS_E_TRANSFORM_PLUGIN_INVALID - 0xC00D1BE6 - (7142)
The transform plug-in is not valid. It may be damaged or you may not have the required permissions to access the plug-in.%0
NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS - 0xC00D1BE7 - (7143)
To use two-pass encoding, you must enable device control and setup an edit decision list (EDL) that has at least one entry.%0
NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING - 0xC00D1BE8 - (7144)
When you choose to maintain the interlacing in your video, the output video size must be a multiple of 4.%0
NS_E_MARKIN_UNSUPPORTED - 0xC00D1BE9 - (7145)
Markin/Markout is unsupported with this source type.%0
NS_E_DRM_INVALID_APPLICATION - 0xC00D2711 - (10001)
A problem has occurred in the Digital Rights Management component. Contact product support for this application.%0
NS_E_DRM_LICENSE_STORE_ERROR - 0xC00D2712 - (10002)
License storage is not working. Contact Microsoft product support.%0
NS_E_DRM_SECURE_STORE_ERROR - 0xC00D2713 - (10003)
Secure storage is not working. Contact Microsoft product support.%0
NS_E_DRM_LICENSE_STORE_SAVE_ERROR - 0xC00D2714 - (10004)
License acquisition did not work. Acquire a new license or contact the content provider for further assistance.%0
NS_E_DRM_SECURE_STORE_UNLOCK_ERROR - 0xC00D2715 - (10005)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0
NS_E_DRM_INVALID_CONTENT - 0xC00D2716 - (10006)
The media file is corrupted. Contact the content provider to get a new file.%0
NS_E_DRM_UNABLE_TO_OPEN_LICENSE - 0xC00D2717 - (10007)
The license is corrupted. Acquire a new license.%0
NS_E_DRM_INVALID_LICENSE - 0xC00D2718 - (10008)
The license is corrupted or invalid. Acquire a new license%0
NS_E_DRM_INVALID_MACHINE - 0xC00D2719 - (10009)
Licenses cannot be copied from one computer to another. Use License Management to transfer licenses, or get a new license for the media file.%0
NS_E_DRM_ENUM_LICENSE_FAILED - 0xC00D271B - (10011)
License storage is not working. Contact Microsoft product support.%0
NS_E_DRM_INVALID_LICENSE_REQUEST - 0xC00D271C - (10012)
The media file is corrupted. Contact the content provider to get a new file.%0
NS_E_DRM_UNABLE_TO_INITIALIZE - 0xC00D271D - (10013)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0
NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE - 0xC00D271E - (10014)
The license could not be acquired. Try again later.%0
NS_E_DRM_INVALID_LICENSE_ACQUIRED - 0xC00D271F - (10015)
License acquisition did not work. Acquire a new license or contact the content provider for further assistance.%0
NS_E_DRM_NO_RIGHTS - 0xC00D2720 - (10016)
The requested operation cannot be performed on this file.%0
NS_E_DRM_KEY_ERROR - 0xC00D2721 - (10017)
The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.%0.
NS_E_DRM_ENCRYPT_ERROR - 0xC00D2722 - (10018)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0
NS_E_DRM_DECRYPT_ERROR - 0xC00D2723 - (10019)
The media file is corrupted. Contact the content provider to get a new file.%0
NS_E_DRM_LICENSE_INVALID_XML - 0xC00D2725 - (10021)
The license is corrupted. Acquire a new license.%0
NS_S_DRM_LICENSE_ACQUIRED - 0x000D2726 - (10022)
Status message: The license was acquired.%0
NS_S_DRM_INDIVIDUALIZED - 0x000D2727 - (10023)
Status message: The security upgrade has been completed.%0
NS_E_DRM_NEEDS_INDIVIDUALIZATION - 0xC00D2728 - (10024)
A security upgrade is required to perform the operation on this media file.%0
NS_E_DRM_ALREADY_INDIVIDUALIZED - 0xC00D2729 - (10025)
You already have the latest security components. No upgrade is necessary at this time.%0
NS_E_DRM_ACTION_NOT_QUERIED - 0xC00D272A - (10026)
The application cannot perform this action. Contact product support for this application.%0
NS_E_DRM_ACQUIRING_LICENSE - 0xC00D272B - (10027)
You cannot begin a new license acquisition process until the current one has been completed.%0
NS_E_DRM_INDIVIDUALIZING - 0xC00D272C - (10028)
You cannot begin a new security upgrade until the current one has been completed.%0
NS_E_BACKUP_RESTORE_FAILURE - 0xC00D272D - (10029)
Failure in Backup-Restore.%0
NS_E_BACKUP_RESTORE_BAD_REQUEST_ID - 0xC00D272E - (10030)
Bad Request ID in Backup-Restore.%0
NS_E_DRM_PARAMETERS_MISMATCHED - 0xC00D272F - (10031)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT - 0xC00D2730 - (10032)
A license cannot be created for this media file. Reinstall the application.%0
NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT - 0xC00D2731 - (10033)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT - 0xC00D2732 - (10034)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT - 0xC00D2733 - (10035)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT - 0xC00D2734 - (10036)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT - 0xC00D2735 - (10037)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_INDIVIDUALIZE_ERROR - 0xC00D2736 - (10038)
The security upgrade failed. Try again later.%0
NS_E_DRM_LICENSE_OPEN_ERROR - 0xC00D2737 - (10039)
License storage is not working. Contact Microsoft product support.%0
NS_E_DRM_LICENSE_CLOSE_ERROR - 0xC00D2738 - (10040)
License storage is not working. Contact Microsoft product support.%0
NS_E_DRM_GET_LICENSE_ERROR - 0xC00D2739 - (10041)
License storage is not working. Contact Microsoft product support.%0
NS_E_DRM_QUERY_ERROR - 0xC00D273A - (10042)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_REPORT_ERROR - 0xC00D273B - (10043)
A problem has occurred in the Digital Rights Management component. Contact product support for this application.%0
NS_E_DRM_GET_LICENSESTRING_ERROR - 0xC00D273C - (10044)
License storage is not working. Contact Microsoft product support.%0
NS_E_DRM_GET_CONTENTSTRING_ERROR - 0xC00D273D - (10045)
The media file is corrupted. Contact the content provider to get a new file.%0
NS_E_DRM_MONITOR_ERROR - 0xC00D273E - (10046)
A problem has occurred in the Digital Rights Management component. Try again later.%0
NS_E_DRM_UNABLE_TO_SET_PARAMETER - 0xC00D273F - (10047)
The application has made an invalid call to the Digital Rights Management component. Contact product support for this application.%0
NS_E_DRM_INVALID_APPDATA - 0xC00D2740 - (10048)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_INVALID_APPDATA_VERSION - 0xC00D2741 - (10049)
A problem has occurred in the Digital Rights Management component. Contact product support for this application.%0.
NS_E_DRM_BACKUP_EXISTS - 0xC00D2742 - (10050)
Licenses are already backed up in this location.%0
NS_E_DRM_BACKUP_CORRUPT - 0xC00D2743 - (10051)
One or more backed-up licenses are missing or corrupt.%0
NS_E_DRM_BACKUPRESTORE_BUSY - 0xC00D2744 - (10052)
You cannot begin a new backup process until the current process has been completed.%0
NS_E_BACKUP_RESTORE_BAD_DATA - 0xC00D2745 - (10053)
Bad Data sent to Backup-Restore.%0
NS_S_DRM_MONITOR_CANCELLED - 0x000D2746 - (10054)
Status message: License monitoring has been cancelled.%0
NS_S_DRM_ACQUIRE_CANCELLED - 0x000D2747 - (10055)
Status message: License acquisition has been cancelled.%0
NS_E_DRM_LICENSE_UNUSABLE - 0xC00D2748 - (10056)
The license is invalid. Contact the content provider for further assistance.%0
NS_E_DRM_INVALID_PROPERTY - 0xC00D2749 - (10057)
A required property was not set by the application. Contact product support for this application.%0.
NS_E_DRM_SECURE_STORE_NOT_FOUND - 0xC00D274A - (10058)
A problem has occurred in the Digital Rights Management component of this application. Try to acquire a license again.%0
NS_E_DRM_CACHED_CONTENT_ERROR - 0xC00D274B - (10059)
Windows Media Digital Rights Management (DRM) cannot play the protected file because you do not have the appropriate rights.%0
NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE - 0xC00D274C - (10060)
A problem occurred during the security upgrade. Try again later.%0
NS_E_DRM_DRIVER_AUTH_FAILURE - 0xC00D274D - (10061)
Certified driver components are required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.%0
NS_E_DRM_NEED_UPGRADE_MSSAP - 0xC00D274E - (10062)
One or more of the Secure Audio Path components were not found or an entry point in those components was not found.%0
NS_E_DRM_REOPEN_CONTENT - 0xC00D274F - (10063)
Status message: Reopen the file.%0
NS_E_DRM_DRIVER_DIGIOUT_FAILURE - 0xC00D2750 - (10064)
Certain driver functionality is required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.%0
NS_E_DRM_INVALID_SECURESTORE_PASSWORD - 0xC00D2751 - (10065)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_APPCERT_REVOKED - 0xC00D2752 - (10066)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_RESTORE_FRAUD - 0xC00D2753 - (10067)
You cannot restore your license(s).%0
NS_E_DRM_HARDWARE_INCONSISTENT - 0xC00D2754 - (10068)
The licenses for your media files are corrupted. Contact Microsoft product support.%0
NS_E_DRM_SDMI_TRIGGER - 0xC00D2755 - (10069)
To transfer this media file, you must upgrade the application.%0
NS_E_DRM_SDMI_NOMORECOPIES - 0xC00D2756 - (10070)
You cannot make any more copies of this media file.%0
NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT - 0xC00D2757 - (10071)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT - 0xC00D2758 - (10072)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_LICENSE_NOTACQUIRED - 0xC00D2759 - (10073)
Unable to obtain license.%0
NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT - 0xC00D275A - (10074)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT - 0xC00D275B - (10075)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_BUFFER_TOO_SMALL - 0xC00D275C - (10076)
The buffer supplied is not sufficient.%0.
NS_E_DRM_UNSUPPORTED_PROPERTY - 0xC00D275D - (10077)
The property requested is not supported.%0.
NS_E_DRM_ERROR_BAD_NET_RESP - 0xC00D275E - (10078)
The specified server cannot perform the requested operation.%0.
NS_E_DRM_STORE_NOTALLSTORED - 0xC00D275F - (10079)
Some of the licenses could not be stored.%0.
NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID - 0xC00D2760 - (10080)
The Digital Rights Management security upgrade component could not be validated. Contact Microsoft product support.%0
NS_E_DRM_INVALID_DATA - 0xC00D2761 - (10081)
Invalid or corrupt data was encountered.%0
NS_E_DRM_POLICY_DISABLE_ONLINE - 0xC00D2762 - (10082)
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.%0
NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT - 0xC00D2763 - (10083)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_NOT_CONFIGURED - 0xC00D2764 - (10084)
Not all of the necessary properties for DRM have been set.%0
NS_E_DRM_DEVICE_ACTIVATION_CANCELED - 0xC00D2765 - (10085)
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.%0
NS_E_BACKUP_RESTORE_TOO_MANY_RESETS - 0xC00D2766 - (10086)
Too many resets in Backup-Restore.%0
NS_E_DRM_DEBUGGING_NOT_ALLOWED - 0xC00D2767 - (10087)
Running this process under a debugger while using DRM content is not allowed.%0
NS_E_DRM_OPERATION_CANCELED - 0xC00D2768 - (10088)
The user canceled the DRM operation.%0
NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED - 0xC00D2769 - (10089)
The license you are using has associated output restrictions. This license is unusable until these restrictions are queried.%0
NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT - 0xC00D276A - (10090)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT - 0xC00D276B - (10091)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT - 0xC00D276C - (10092)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT - 0xC00D276D - (10093)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_S_DRM_BURNABLE_TRACK - 0x000D276E - (10094)
The track is burnable and had no playlist burn limit.%0.
NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION - 0x000D276F - (10095)
The track is burnable but has a playlist burn limit.%0.
NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION - 0xC00D2770 - (10096)
The specified track has exceeded it's specified playlist burn limit in this playlist.%0.
NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION - 0xC00D2771 - (10097)
The specified track has exceeded it's track burn limit.%0.
NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT - 0xC00D2772 - (10098)
A problem has occurred in obtaining the device's certificate.%0.
NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK - 0xC00D2773 - (10099)
A problem has occurred in obtaining the device's secure clock. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK - 0xC00D2774 - (10100)
A problem has occurred in setting the device's secure clock. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER - 0xC00D2775 - (10101)
A problem has occurred in obtaining the secure clock from server. Contact Microsoft product support.%0.
NS_E_DRM_POLICY_METERING_DISABLED - 0xC00D2776 - (10102)
This content requires the metering policy to be enabled.%0.
NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED - 0xC00D2777 - (10103)
Transfer of chained licenses unsupported.%0.
NS_E_DRM_SDK_VERSIONMISMATCH - 0xC00D2778 - (10104)
The Digital Rights Management component is not installed properly. Reinstall the Player.%0.
NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET - 0xC00D2779 - (10105)
The file could not be transferred because the device clock is not set. %0.
NS_E_LICENSE_HEADER_MISSING_URL - 0xC00D277A - (10106)
The content header is missing an acquisition URL.%0
NS_E_DEVICE_NOT_WMDRM_DEVICE - 0xC00D277B - (10107)
The current attached device does not support WMDRM.%0
NS_E_DRM_INVALID_APPCERT - 0xC00D277C - (10108)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION - 0xC00D277D - (10109)
The client application has been forcefully terminated during a DRM petition.%0.
NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE - 0xC00D277E - (10110)
The client application has been forcefully terminated during a DRM challenge.%0.
NS_E_DRM_CHECKPOINT_FAILED - 0xC00D277F - (10111)
Secure storage protection error. Restore your licenses from a previous backup and try again.%0
NS_E_DRM_BB_UNABLE_TO_INITIALIZE - 0xC00D2780 - (10112)
A problem has occurred in the Digital Rights Management root of trust. Contact Microsoft product support.%0
NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID - 0xC00D2781 - (10113)
A problem has occurred in retrieving the Digital Rights Management machine identification. Contact Microsoft product support.%0
NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE - 0xC00D2782 - (10114)
A problem has occurred in opening the Digital Rights Management data storage file. Contact Microsoft product support.%0
NS_E_DRM_DATASTORE_CORRUPT - 0xC00D2783 - (10115)
The Digital Rights Management data storage is not functioning properly. Contact Microsoft product support.%0.
NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT - 0xC00D2784 - (10116)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_STUBLIB_REQUIRED - 0xC00D2785 - (10117)
A secured library is required to access the requested functionality.%0.
NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT - 0xC00D2786 - (10118)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE - 0xC00D2787 - (10119)
A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.%0.
NS_E_DRM_INVALID_MIGRATION_IMAGE - 0xC00D2788 - (10120)
A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.%0.
NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED - 0xC00D2789 - (10121)
A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.%0.
NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE - 0xC00D278A - (10122)
A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.%0.
NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID - 0xC00D278B - (10123)
A problem has occurred in the Digital Rights Management component during license migration. Contact Microsoft product support.%0.
NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE - 0xC00D278C - (10124)
The Digital Rights Management component is in use during license migration. Contact Microsoft product support.%0.
NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH - 0xC00D278D - (10125)
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.%0.
NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS - 0xC00D278E - (10126)
Migration Image already exists. Contact Microsoft product support.%0.
NS_E_DRM_HARDWAREID_MISMATCH - 0xC00D278F - (10127)
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.%0.
NS_E_INVALID_DRMV2CLT_STUBLIB - 0xC00D2790 - (10128)
The wrong stublib has been linked to an application or DLL using drmv2clt.dll.%0
NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA - 0xC00D2791 - (10129)
The legacy V2 data being imported is invalid
NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS - 0xC00D2792 - (10130)
The license being imported already exists
NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD - 0xC00D2793 - (10131)
The password of the Legacy V2 SST entry being imported is incorrect
NS_E_DRM_MIGRATION_NOT_SUPPORTED - 0xC00D2794 - (10132)
Migration is not supported by the plugin
NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT - 0xC00D2795 - (10133)
A migration importer cannot be created for this media file. Reinstall the application.%0
NS_E_DRM_CHECKPOINT_MISMATCH - 0xC00D2796 - (10134)
The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.%0.
NS_E_DRM_CHECKPOINT_CORRUPT - 0xC00D2797 - (10135)
The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.%0.
NS_E_REG_FLUSH_FAILURE - 0xC00D2798 - (10136)
The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.%0.
NS_E_HDS_KEY_MISMATCH - 0xC00D2799 - (10137)
The requested action cannot be performed because a problem occurred with the Windows Media Digital Rights Management (DRM) components on your computer.%0.
NS_E_DRM_MIGRATION_OPERATION_CANCELLED - 0xC00D279A - (10138)
Migration was cancelled by the user.%0
NS_E_DRM_MIGRATION_OBJECT_IN_USE - 0xC00D279B - (10139)
Migration object is already in use and cannot be called until the current operation completes.%0
NS_E_DRM_MALFORMED_CONTENT_HEADER - 0xC00D279C - (10140)
The content header does not comply with DRM requirements and cannot be used.%0
NS_E_DRM_LICENSE_EXPIRED - 0xC00D27D8 - (10200)
The license for this file has expired and is no longer valid. Contact your content provider for further assistance.%0
NS_E_DRM_LICENSE_NOTENABLED - 0xC00D27D9 - (10201)
The license for this file is not valid yet, but will be at a future date.%0
NS_E_DRM_LICENSE_APPSECLOW - 0xC00D27DA - (10202)
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.%0
NS_E_DRM_STORE_NEEDINDI - 0xC00D27DB - (10203)
The license cannot be stored as it requires security upgrade of Digital Rights Management component.%0.
NS_E_DRM_STORE_NOTALLOWED - 0xC00D27DC - (10204)
Your machine does not meet the requirements for storing the license.%0.
NS_E_DRM_LICENSE_APP_NOTALLOWED - 0xC00D27DD - (10205)
The license for this file requires an upgraded version of your player or a different player.%0.
NS_S_DRM_NEEDS_INDIVIDUALIZATION - 0x000D27DE - (10206)
A security upgrade is required to perform the operation on this media file.%0
NS_E_DRM_LICENSE_CERT_EXPIRED - 0xC00D27DF - (10207)
The license server's certificate expired. Make sure your system clock is set correctly. Contact your content provider for further assistance. %0.
NS_E_DRM_LICENSE_SECLOW - 0xC00D27E0 - (10208)
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.%0
NS_E_DRM_LICENSE_CONTENT_REVOKED - 0xC00D27E1 - (10209)
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.%0
NS_E_DRM_DEVICE_NOT_REGISTERED - 0xC00D27E2 - (10210)
The content owner for the license you just acquired requires your device to register to the current machine.%0
NS_E_DRM_LICENSE_NOSAP - 0xC00D280A - (10250)
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.%0
NS_E_DRM_LICENSE_NOSVP - 0xC00D280B - (10251)
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.%0
NS_E_DRM_LICENSE_NOWDM - 0xC00D280C - (10252)
The license for this file requires Windows Driver Model (WDM) audio drivers. Contact your sound card manufacturer for further assistance.%0
NS_E_DRM_LICENSE_NOTRUSTEDCODEC - 0xC00D280D - (10253)
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.%0
NS_E_DRM_SOURCEID_NOT_SUPPORTED - 0xC00D280E - (10254)
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.%0
NS_E_DRM_NEEDS_UPGRADE_TEMPFILE - 0xC00D283D - (10301)
An updated version of your media player is required to play the selected content.%0
NS_E_DRM_NEED_UPGRADE_PD - 0xC00D283E - (10302)
A new version of the Digital Rights Management component is required. Contact product support for this application to get the latest version.%0
NS_E_DRM_SIGNATURE_FAILURE - 0xC00D283F - (10303)
Failed to either create or verify the content header.%0
NS_E_DRM_LICENSE_SERVER_INFO_MISSING - 0xC00D2840 - (10304)
Could not read the necessary information from the system registry.%0
NS_E_DRM_BUSY - 0xC00D2841 - (10305)
The DRM subsystem is currently locked by another application or user. Try again later.%0
NS_E_DRM_PD_TOO_MANY_DEVICES - 0xC00D2842 - (10306)
There are too many target devices registered on the portable media.%0
NS_E_DRM_INDIV_FRAUD - 0xC00D2843 - (10307)
The security upgrade cannot be completed because the allowed number of daily upgrades has been exceeded. Try again tomorrow.%0
NS_E_DRM_INDIV_NO_CABS - 0xC00D2844 - (10308)
The security upgrade cannot be completed because the server is unable to perform the operation. Try again later.%0
NS_E_DRM_INDIV_SERVICE_UNAVAILABLE - 0xC00D2845 - (10309)
The security upgrade cannot be performed because the server is not available. Try again later.%0
NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE - 0xC00D2846 - (10310)
Windows Media Player cannot restore your licenses because the server is not available. Try again later.%0
NS_E_DRM_CLIENT_CODE_EXPIRED - 0xC00D2847 - (10311)
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.%0
NS_E_DRM_NO_UPLINK_LICENSE - 0xC00D2848 - (10312)
The chained license cannot be created because the referenced uplink license does not exist.
NS_E_DRM_INVALID_KID - 0xC00D2849 - (10313)
The specified KID is invalid
NS_E_DRM_LICENSE_INITIALIZATION_ERROR - 0xC00D284A - (10314)
License initialization did not work. Contact Microsoft product support.%0
NS_E_DRM_CHAIN_TOO_LONG - 0xC00D284C - (10316)
The uplink license of a chained license cannot itself be a chained license.
NS_E_DRM_UNSUPPORTED_ALGORITHM - 0xC00D284D - (10317)
The specified encryption algorithm is unsupported.
NS_E_DRM_LICENSE_DELETION_ERROR - 0xC00D284E - (10318)
License deletion did not work. Contact Microsoft product support.%0
NS_E_DRM_INVALID_CERTIFICATE - 0xC00D28A0 - (10400)
The client's certificate is corrupted or the signature cannot be verified.%0
NS_E_DRM_CERTIFICATE_REVOKED - 0xC00D28A1 - (10401)
The client's certificate has been revoked.%0
NS_E_DRM_LICENSE_UNAVAILABLE - 0xC00D28A2 - (10402)
There is no license available for the requested action.%0
NS_E_DRM_DEVICE_LIMIT_REACHED - 0xC00D28A3 - (10403)
The maximum number of devices in use has been reached. Unable to open additional devices.%0
NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY - 0xC00D28A4 - (10404)
The proximity detection procedure could not confirm that the receiver is near the transmitter in the network.%0
NS_E_DRM_MUST_REGISTER - 0xC00D28A5 - (10405)
The client must be registered before executing the intended operation.%0
NS_E_DRM_MUST_APPROVE - 0xC00D28A6 - (10406)
The client must be approved before executing the intended operation.%0
NS_E_DRM_MUST_REVALIDATE - 0xC00D28A7 - (10407)
The client must be revalidated before executing the intended operation.%0
NS_E_DRM_INVALID_PROXIMITY_RESPONSE - 0xC00D28A8 - (10408)
The response to the proximity detection challenge is invalid.%0
NS_E_DRM_INVALID_SESSION - 0xC00D28A9 - (10409)
The requested session is invalid.%0
NS_E_DRM_DEVICE_NOT_OPEN - 0xC00D28AA - (10410)
The device must be opened before it can be used to receive content.%0
NS_E_DRM_DEVICE_ALREADY_REGISTERED - 0xC00D28AB - (10411)
Device registration failed because the device is already registered.%0
NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION - 0xC00D28AC - (10412)
Unsupported WMDRM-ND protocol version.%0
NS_E_DRM_UNSUPPORTED_ACTION - 0xC00D28AD - (10413)
The requested action is not supported.%0
NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE - 0xC00D28AE - (10414)
The certificate does not have an adequate security level for the requested action.%0
NS_E_DRM_UNABLE_TO_OPEN_PORT - 0xC00D28AF - (10415)
Unable to open the specified port for receiving Proximity messages.%0
NS_E_DRM_BAD_REQUEST - 0xC00D28B0 - (10416)
The message format is invalid.%0
NS_E_DRM_INVALID_CRL - 0xC00D28B1 - (10417)
The Certificate Revocation List is invalid or corrupted.%0
NS_E_DRM_ATTRIBUTE_TOO_LONG - 0xC00D28B2 - (10418)
The length of the attribute name or value is too long.%0
NS_E_DRM_EXPIRED_LICENSEBLOB - 0xC00D28B3 - (10419)
The license blob passed in the cardea request is expired.%0
NS_E_DRM_INVALID_LICENSEBLOB - 0xC00D28B4 - (10420)
The license blob passed in the cardea request is invalid. Contact Microsoft product support.%0
NS_E_DRM_INCLUSION_LIST_REQUIRED - 0xC00D28B5 - (10421)
The requested operation can not be performed because the license does not contain an inclusion list.%0
NS_E_DRM_DRMV2CLT_REVOKED - 0xC00D28B6 - (10422)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_DRM_RIV_TOO_SMALL - 0xC00D28B7 - (10423)
A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED - 0xC00D2904 - (10500)
Windows Media Player does not support the level of output protection required by the content.%0
NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED - 0xC00D2905 - (10501)
Windows Media Player does not support the level of protection required for compressed digital video.%0
NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED - 0xC00D2906 - (10502)
Windows Media Player does not support the level of protection required for uncompressed digital video.%0
NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED - 0xC00D2907 - (10503)
Windows Media Player does not support the level of protection required for analog video.%0
NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED - 0xC00D2908 - (10504)
Windows Media Player does not support the level of protection required for compressed digital audio.%0
NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED - 0xC00D2909 - (10505)
Windows Media Player does not support the level of protection required for uncompressed digital audio.%0
NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED - 0xC00D290A - (10506)
Windows Media Player does not support the scheme of output protection required by the content.%0
NS_S_REBOOT_RECOMMENDED - 0x000D2AF8 - (11000)
Installation was successful; however, some file cleanup is not complete. For best results, restart your computer.%0
NS_S_REBOOT_REQUIRED - 0x000D2AF9 - (11001)
Installation was successful; however, some file cleanup is not complete. To continue, you must restart your computer.%0
NS_E_REBOOT_RECOMMENDED - 0xC00D2AFA - (11002)
Installation was not successful and some file cleanup is not complete. For best results, restart your computer.%0
NS_E_REBOOT_REQUIRED - 0xC00D2AFB - (11003)
Installation was not successful. To continue, you must restart your computer.%0
NS_E_SETUP_INCOMPLETE - 0xC00D2AFC - (11004)
Installation was not successful.%0.
NS_E_SETUP_DRM_MIGRATION_FAILED - 0xC00D2AFD - (11005)
Setup cannot migrate the Windows Media Digital Rights Management (DRM) components.%0.
NS_E_SETUP_IGNORABLE_FAILURE - 0xC00D2AFE - (11006)
Some skin or playlist components cannot be installed.%0.
NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE - 0xC00D2AFF - (11007)
Setup cannot migrate the Windows Media Digital Rights Management (DRM) components. In addition, some skin or playlist components cannot be installed.%0.
NS_E_SETUP_BLOCKED - 0xC00D2B00 - (11008)
Installation is blocked because your computer does not meet one or more of the setup requirements.%0.
NS_E_UNKNOWN_PROTOCOL - 0xC00D2EE0 - (12000)
The specified protocol is not supported.%0
NS_E_REDIRECT_TO_PROXY - 0xC00D2EE1 - (12001)
The client is redirected to a proxy server.%0
NS_E_INTERNAL_SERVER_ERROR - 0xC00D2EE2 - (12002)
The server encountered an unexpected condition which prevented it from fulfilling the request.%0
NS_E_BAD_REQUEST - 0xC00D2EE3 - (12003)
The request could not be understood by the server.%0
NS_E_ERROR_FROM_PROXY - 0xC00D2EE4 - (12004)
The proxy experienced an error while attempting to contact the media server.%0
NS_E_PROXY_TIMEOUT - 0xC00D2EE5 - (12005)
The proxy did not receive a timely response while attempting to contact the media server.%0
NS_E_SERVER_UNAVAILABLE - 0xC00D2EE6 - (12006)
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.%0
NS_E_REFUSED_BY_SERVER - 0xC00D2EE7 - (12007)
The server is refusing to fulfill the requested operation.%0
NS_E_INCOMPATIBLE_SERVER - 0xC00D2EE8 - (12008)
The server is not a compatible streaming media server.%0
NS_E_MULTICAST_DISABLED - 0xC00D2EE9 - (12009)
The content cannot be streamed because the Multicast protocol has been disabled.%0
NS_E_INVALID_REDIRECT - 0xC00D2EEA - (12010)
The server redirected the player to an invalid location.%0
NS_E_ALL_PROTOCOLS_DISABLED - 0xC00D2EEB - (12011)
The content cannot be streamed because all protocols have been disabled.%0
NS_E_MSBD_NO_LONGER_SUPPORTED - 0xC00D2EEC - (12012)
The MSBD protocol is no longer supported. Please use HTTP to connect to the Windows Media stream.%0
NS_E_PROXY_NOT_FOUND - 0xC00D2EED - (12013)
The proxy server could not be located. Please check your proxy server configuration.%0
NS_E_CANNOT_CONNECT_TO_PROXY - 0xC00D2EEE - (12014)
Unable to establish a connection to the proxy server. Please check your proxy server configuration.%0
NS_E_SERVER_DNS_TIMEOUT - 0xC00D2EEF - (12015)
Unable to locate the media server. The operation timed out.%0
NS_E_PROXY_DNS_TIMEOUT - 0xC00D2EF0 - (12016)
Unable to locate the proxy server. The operation timed out.%0
NS_E_CLOSED_ON_SUSPEND - 0xC00D2EF1 - (12017)
Media closed because Windows was shut down.%0
NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER - 0xC00D2EF2 - (12018)
Unable to read the contents of a playlist file from a media server.%0
NS_E_SESSION_NOT_FOUND - 0xC00D2EF3 - (12019)
Session not found.%0
NS_E_REQUIRE_STREAMING_CLIENT - 0xC00D2EF4 - (12020)
Content requires a streaming media client.%0
NS_E_PLAYLIST_ENTRY_HAS_CHANGED - 0xC00D2EF5 - (12021)
A command applies to a previous playlist entry.%0
NS_E_PROXY_ACCESSDENIED - 0xC00D2EF6 - (12022)
The proxy server is denying access. The username and/or password might be incorrect.%0
NS_E_PROXY_SOURCE_ACCESSDENIED - 0xC00D2EF7 - (12023)
The proxy could not provide valid authentication credentials to the media server.%0
NS_E_NETWORK_SINK_WRITE - 0xC00D2EF8 - (12024)
The network sink failed to write data to the network.%0
NS_E_FIREWALL - 0xC00D2EF9 - (12025)
Packets are not being received from the server. The packets might be blocked by a filtering device, such as a network firewall.%0
NS_E_MMS_NOT_SUPPORTED - 0xC00D2EFA - (12026)
The MMS protocol is not supported. Please use HTTP or RTSP to connect to the Windows Media stream.%0
NS_E_SERVER_ACCESSDENIED - 0xC00D2EFB - (12027)
The Windows Media server is denying access. The username and/or password might be incorrect.%0
NS_E_RESOURCE_GONE - 0xC00D2EFC - (12028)
The Publishing Point or file on the Windows Media Server is no longer available.%0
NS_E_NO_EXISTING_PACKETIZER - 0xC00D2EFD - (12029)
There is no existing packetizer plugin for a stream.%0
NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE - 0xC00D2EFE - (12030)
The response from the media server could not be understood. This might be caused by an incompatible proxy server or media server.%0
NS_I_RECONNECTED - 0x400D2EFF - (12031)
The client is reconnected.%0
NS_E_RESET_SOCKET_CONNECTION - 0xC00D2F00 - (12032)
The Windows Media Server reset the network connection.%0
NS_I_NOLOG_STOP - 0x400D2F01 - (12033)
Forcing a switch to a pending header on start.%0
NS_E_TOO_MANY_HOPS - 0xC00D2F02 - (12034)
The request could not reach the media server (too many hops).%0
NS_I_EXISTING_PACKETIZER - 0x400D2F03 - (12035)
There is already an existing packetizer plugin for the stream.%0
NS_I_MANUAL_PROXY - 0x400D2F04 - (12036)
The proxy setting is manual.%0
NS_E_TOO_MUCH_DATA_FROM_SERVER - 0xC00D2F05 - (12037)
The server is sending too much data. The connection has been terminated.%0
NS_E_CONNECT_TIMEOUT - 0xC00D2F06 - (12038)
It was not possible to establish a connection to the media server in a timely manner. The media server may be down for maintenance, or it may be necessary to use a proxy server to access this media server.%0
NS_E_PROXY_CONNECT_TIMEOUT - 0xC00D2F07 - (12039)
It was not possible to establish a connection to the proxy server in a timely manner. Please check your proxy server configuration.%0
NS_E_SESSION_INVALID - 0xC00D2F08 - (12040)
Session not found.%0
NS_S_EOSRECEDING - 0x000D2F09 - (12041)
EOS hit during rewinding.%0
NS_E_PACKETSINK_UNKNOWN_FEC_STREAM - 0xC00D2F0A - (12042)
Unknown packet sink stream.%0
NS_E_PUSH_CANNOTCONNECT - 0xC00D2F0B - (12043)
Unable to establish a connection to the server. Ensure Windows Media Services is started and the HTTP Server control protocol is properly enabled.%0
NS_E_INCOMPATIBLE_PUSH_SERVER - 0xC00D2F0C - (12044)
The Server service that received the HTTP push request is not a compatible version of Windows Media Services (WMS). This error may 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.%0
NS_S_CHANGENOTICE - 0x000D2F0D - (12045)
Internal.%0
NS_E_END_OF_PLAYLIST - 0xC00D32C8 - (13000)
The playlist has reached its end.%0
NS_E_USE_FILE_SOURCE - 0xC00D32C9 - (13001)
Use file source.%0
NS_E_PROPERTY_NOT_FOUND - 0xC00D32CA - (13002)
The property was not found.%0
NS_E_PROPERTY_READ_ONLY - 0xC00D32CC - (13004)
The property is read only.%0
NS_E_TABLE_KEY_NOT_FOUND - 0xC00D32CD - (13005)
The table key was not found.%0
NS_E_INVALID_QUERY_OPERATOR - 0xC00D32CF - (13007)
Invalid query operator.%0
NS_E_INVALID_QUERY_PROPERTY - 0xC00D32D0 - (13008)
Invalid query property.%0
NS_E_PROPERTY_NOT_SUPPORTED - 0xC00D32D2 - (13010)
The property is not supported.%0
NS_E_SCHEMA_CLASSIFY_FAILURE - 0xC00D32D4 - (13012)
Schema classification failure.%0
NS_E_METADATA_FORMAT_NOT_SUPPORTED - 0xC00D32D5 - (13013)
The metadata format is not supported.%0
NS_E_METADATA_NO_EDITING_CAPABILITY - 0xC00D32D6 - (13014)
Cannot edit the metadata.%0
NS_E_METADATA_CANNOT_SET_LOCALE - 0xC00D32D7 - (13015)
Cannot set the locale id.%0
NS_E_METADATA_LANGUAGE_NOT_SUPORTED - 0xC00D32D8 - (13016)
The language is not supported in the format.%0
NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE - 0xC00D32D9 - (13017)
There is no RFC1766 name translation for the supplied locale id.%0
NS_E_METADATA_NOT_AVAILABLE - 0xC00D32DA - (13018)
The metadata (or metadata item) is not available.%0
NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE - 0xC00D32DB - (13019)
The cached metadata (or metadata item) is not available.%0
NS_E_METADATA_INVALID_DOCUMENT_TYPE - 0xC00D32DC - (13020)
The metadata document is invalid.%0
NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE - 0xC00D32DD - (13021)
The metadata content identifier is not available.%0
NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE - 0xC00D32DE - (13022)
Cannot retrieve metadata from the offline metadata cache.%0
MF_E_PLATFORM_NOT_INITIALIZED - 0xC00D36B0 - (14000)
Platform not initialized. Please call MFStartup().%0
MF_E_BUFFERTOOSMALL - 0xC00D36B1 - (14001)
The buffer was too small to carry out the requested action.%0
MF_E_INVALIDREQUEST - 0xC00D36B2 - (14002)
The request is invalid in the current state.%0
MF_E_INVALIDSTREAMNUMBER - 0xC00D36B3 - (14003)
The stream number provided was invalid.%0
MF_E_INVALIDMEDIATYPE - 0xC00D36B4 - (14004)
The data specified for the media type is invalid, inconsistent, or not supported by this object.%0
MF_E_NOTACCEPTING - 0xC00D36B5 - (14005)
The callee is currently not accepting further input.%0
MF_E_NOT_INITIALIZED - 0xC00D36B6 - (14006)
This object needs to be initialized before the requested operation can be carried out.%0
MF_E_UNSUPPORTED_REPRESENTATION - 0xC00D36B7 - (14007)
The requested representation is not supported by this object.%0
MF_E_NO_MORE_TYPES - 0xC00D36B9 - (14009)
An object ran out of media types to suggest therefore the requested chain of streaming objects cannot be completed.%0
MF_E_UNSUPPORTED_SERVICE - 0xC00D36BA - (14010)
The object does not support the specified service.%0
MF_E_UNEXPECTED - 0xC00D36BB - (14011)
An unexpected error has occurred in the operation requested.%0
MF_E_INVALIDNAME - 0xC00D36BC - (14012)
Invalid name.%0
MF_E_INVALIDTYPE - 0xC00D36BD - (14013)
Invalid type.%0
MF_E_INVALID_FILE_FORMAT - 0xC00D36BE - (14014)
The file does not conform to the relevant file format specification.%0
MF_E_INVALIDINDEX - 0xC00D36BF - (14015)
Invalid index.%0
MF_E_INVALID_TIMESTAMP - 0xC00D36C0 - (14016)
An invalid timestamp was given.%0
MF_E_UNSUPPORTED_SCHEME - 0xC00D36C3 - (14019)
The scheme of the given URL is unsupported.%0
MF_E_UNSUPPORTED_BYTESTREAM_TYPE - 0xC00D36C4 - (14020)
The byte stream type of the given URL is unsupported.%0
MF_E_UNSUPPORTED_TIME_FORMAT - 0xC00D36C5 - (14021)
The given time format is unsupported.%0
MF_E_NO_SAMPLE_TIMESTAMP - 0xC00D36C8 - (14024)
The Media Sample does not have a timestamp.%0
MF_E_NO_SAMPLE_DURATION - 0xC00D36C9 - (14025)
The Media Sample does not have a duration.%0
MF_E_INVALID_STREAM_DATA - 0xC00D36CB - (14027)
The request failed because the data in the stream is corrupt.%0
MF_E_RT_UNAVAILABLE - 0xC00D36CF - (14031)
Real time services are not available.%0
MF_E_UNSUPPORTED_RATE - 0xC00D36D0 - (14032)
The specified rate is not supported.%0
MF_E_THINNING_UNSUPPORTED - 0xC00D36D1 - (14033)
This component does not support stream-thinning.%0
MF_E_REVERSE_UNSUPPORTED - 0xC00D36D2 - (14034)
The call failed because no reverse playback rates are available.%0
MF_E_UNSUPPORTED_RATE_TRANSITION - 0xC00D36D3 - (14035)
The requested rate transition cannot occur in the current state.%0
MF_E_RATE_CHANGE_PREEMPTED - 0xC00D36D4 - (14036)
The requested rate change has been pre-empted and will not occur.%0
MF_E_NOT_FOUND - 0xC00D36D5 - (14037)
The specified object or value does not exist.%0
MF_E_NOT_AVAILABLE - 0xC00D36D6 - (14038)
The requested value is not available.%0
MF_E_NO_CLOCK - 0xC00D36D7 - (14039)
The specified operation requires a clock and no clock is available.%0
MF_S_MULTIPLE_BEGIN - 0x000D36D8 - (14040)
This callback and state had already been passed in to this event generator earlier.%0
MF_E_MULTIPLE_BEGIN - 0xC00D36D9 - (14041)
This callback has already been passed in to this event generator.%0
MF_E_MULTIPLE_SUBSCRIBERS - 0xC00D36DA - (14042)
Some component is already listening to events on this event generator.%0
MF_E_TIMER_ORPHANED - 0xC00D36DB - (14043)
This timer was orphaned before its callback time arrived.%0
MF_E_STATE_TRANSITION_PENDING - 0xC00D36DC - (14044)
A state transition is already pending.%0
MF_E_UNSUPPORTED_STATE_TRANSITION - 0xC00D36DD - (14045)
The requested state transition is unsupported.%0
MF_E_UNRECOVERABLE_ERROR_OCCURRED - 0xC00D36DE - (14046)
An unrecoverable error has occurred.%0
MF_E_SAMPLE_HAS_TOO_MANY_BUFFERS - 0xC00D36DF - (14047)
The provided sample has too many buffers.%0
MF_E_SAMPLE_NOT_WRITABLE - 0xC00D36E0 - (14048)
The provided sample is not writable.%0
MF_E_INVALID_KEY - 0xC00D36E2 - (14050)
The specified key is not valid.%0
MF_E_BAD_STARTUP_VERSION - 0xC00D36E3 - (14051)
You are calling MFStartup with the wrong MF_VERSION. Mismatched bits?%0
MF_E_UNSUPPORTED_CAPTION - 0xC00D36E4 - (14052)
The caption of the given URL is unsupported.%0
MF_E_INVALID_POSITION - 0xC00D36E5 - (14053)
The operation on the current offset is not permitted.%0
MF_E_ATTRIBUTENOTFOUND - 0xC00D36E6 - (14054)
The requested attribute was not found.%0
MF_E_PROPERTY_TYPE_NOT_ALLOWED - 0xC00D36E7 - (14055)
The specified property type is not allowed in this context.%0
MF_E_PROPERTY_TYPE_NOT_SUPPORTED - 0xC00D36E8 - (14056)
The specified property type is not supported.%0
MF_E_PROPERTY_EMPTY - 0xC00D36E9 - (14057)
The specified property is empty.%0
MF_E_PROPERTY_NOT_EMPTY - 0xC00D36EA - (14058)
The specified property is not empty.%0
MF_E_PROPERTY_VECTOR_NOT_ALLOWED - 0xC00D36EB - (14059)
The vector property specified is not allowed in this context.%0
MF_E_PROPERTY_VECTOR_REQUIRED - 0xC00D36EC - (14060)
A vector property is required in this context.%0
MF_E_OPERATION_CANCELLED - 0xC00D36ED - (14061)
The operation is cancelled.%0
MF_E_BYTESTREAM_NOT_SEEKABLE - 0xC00D36EE - (14062)
The provided bytestream was expected to be seekable and it is not.%0
MF_E_DISABLED_IN_SAFEMODE - 0xC00D36EF - (14063)
The Media Foundation platform is disabled when the system is running in Safe Mode.%0
MF_E_CANNOT_PARSE_BYTESTREAM - 0xC00D36F0 - (14064)
The Media Source could not parse the byte stream.%0
MF_E_SOURCERESOLVER_MUTUALLY_EXCLUSIVE_FLAGS - 0xC00D36F1 - (14065)
Mutually exclusive flags have been specified to source resolver. This flag combination is invalid.%0
MF_E_MEDIAPROC_WRONGSTATE - 0xC00D36F2 - (14066)
MediaProc is in the wrong state.%0
MF_E_RT_THROUGHPUT_NOT_AVAILABLE - 0xC00D36F3 - (14067)
Real time I/O service can not provide requested throughput.%0
MF_E_RT_TOO_MANY_CLASSES - 0xC00D36F4 - (14068)
The workqueue cannot be registered with more classes.%0
MF_E_RT_WOULDBLOCK - 0xC00D36F5 - (14069)
This operation cannot succeed because another thread owns this object.%0
MF_E_NO_BITPUMP - 0xC00D36F6 - (14070)
Internal. Bitpump not found.%0
MF_E_RT_OUTOFMEMORY - 0xC00D36F7 - (14071)
No more RT memory available.%0
MF_E_RT_WORKQUEUE_CLASS_NOT_SPECIFIED - 0xC00D36F8 - (14072)
An MMCSS class has not been set for this work queue.%0
MF_E_CANNOT_CREATE_SINK - 0xC00D36FA - (14074)
Activate failed to create mediasink. Call OutputNode::GetUINT32(MF_TOPONODE_MAJORTYPE) for more information.%0
MF_E_BYTESTREAM_UNKNOWN_LENGTH - 0xC00D36FB - (14075)
The length of the provided bytestream is unknown.%0
MF_E_SESSION_PAUSEWHILESTOPPED - 0xC00D36FC - (14076)
The media session cannot pause from a stopped state.%0
MF_S_ACTIVATE_REPLACED - 0x000D36FD - (14077)
The activate could not be created in the remote process for some reason it was replaced with empty one.%0
MF_E_FORMAT_CHANGE_NOT_SUPPORTED - 0xC00D36FE - (14078)
The data specified for the media type is supported, but would require a format change, which is not supported by this object.%0
MF_E_INVALID_WORKQUEUE - 0xC00D36FF - (14079)
The operation failed because an invalid combination of workqueue ID and flags was specified.%0
MF_E_DRM_UNSUPPORTED - 0xC00D3700 - (14080)
No DRM support is available.%0
MF_E_UNAUTHORIZED - 0xC00D3701 - (14081)
This operation is not authorized.%0
MF_E_OUT_OF_RANGE - 0xC00D3702 - (14082)
The value is not in the specified or valid range.%0
MF_E_INVALID_CODEC_MERIT - 0xC00D3703 - (14083)
The registered codec merit is not valid.%0
MF_E_HW_MFT_FAILED_START_STREAMING - 0xC00D3704 - (14084)
Hardware MFT failed to start streaming due to lack of hardware resources.%0
MF_E_OPERATION_IN_PROGRESS - 0xC00D3705 - (14085)
The operation is already in progress.%0
MF_E_HARDWARE_DRM_UNSUPPORTED - 0xC00D3706 - (14086)
No Hardware DRM support is available.%0
MF_E_ASF_PARSINGINCOMPLETE - 0xC00D3A98 - (15000)
Not enough data have been parsed to carry out the requested action.%0
MF_S_ASF_PARSEINPROGRESS - 0x400D3A98 - (15000)
Parsing is still in progress and is not yet complete.%0
MF_E_ASF_MISSINGDATA - 0xC00D3A99 - (15001)
There is a gap in the ASF data provided.%0
MF_E_ASF_INVALIDDATA - 0xC00D3A9A - (15002)
The data provided are not valid ASF.%0
MF_E_ASF_OPAQUEPACKET - 0xC00D3A9B - (15003)
The packet is opaque, so the requested information cannot be returned.%0
MF_E_ASF_NOINDEX - 0xC00D3A9C - (15004)
The requested operation failed since there is no appropriate ASF index.%0
MF_E_ASF_OUTOFRANGE - 0xC00D3A9D - (15005)
The value supplied is out of range for this operation.%0
MF_E_ASF_INDEXNOTLOADED - 0xC00D3A9E - (15006)
The index entry requested needs to be loaded before it can be available.%0
MF_E_ASF_TOO_MANY_PAYLOADS - 0xC00D3A9F - (15007)
The packet has reached the maximum number of payloads.%0
MF_E_ASF_UNSUPPORTED_STREAM_TYPE - 0xC00D3AA0 - (15008)
Stream type is not supported.%0
MF_E_ASF_DROPPED_PACKET - 0xC00D3AA1 - (15009)
One or more ASF packets were dropped.%0
MF_E_NO_EVENTS_AVAILABLE - 0xC00D3E80 - (16000)
There are no events available in the queue.%0
MF_E_INVALID_STATE_TRANSITION - 0xC00D3E82 - (16002)
A media source cannot go from the stopped state to the paused state.%0
MF_E_END_OF_STREAM - 0xC00D3E84 - (16004)
The media stream cannot process any more samples because there are no more samples in the stream.%0
MF_E_SHUTDOWN - 0xC00D3E85 - (16005)
The request is invalid because Shutdown() has been called.%0
MF_E_MP3_NOTFOUND - 0xC00D3E86 - (16006)
The MP3 object was not found.%0
MF_E_MP3_OUTOFDATA - 0xC00D3E87 - (16007)
The MP3 parser ran out of data before finding the MP3 object.%0
MF_E_MP3_NOTMP3 - 0xC00D3E88 - (16008)
The file is not really a MP3 file.%0
MF_E_MP3_NOTSUPPORTED - 0xC00D3E89 - (16009)
The MP3 file is not supported.%0
MF_E_NO_DURATION - 0xC00D3E8A - (16010)
The Media stream has no duration.%0
MF_E_INVALID_FORMAT - 0xC00D3E8C - (16012)
The Media format is recognized but is invalid.%0
MF_E_PROPERTY_NOT_FOUND - 0xC00D3E8D - (16013)
The property requested was not found.%0
MF_E_PROPERTY_READ_ONLY - 0xC00D3E8E - (16014)
The property is read only.%0
MF_E_PROPERTY_NOT_ALLOWED - 0xC00D3E8F - (16015)
The specified property is not allowed in this context.%0
MF_E_MEDIA_SOURCE_NOT_STARTED - 0xC00D3E91 - (16017)
The media source is not started.%0
MF_E_UNSUPPORTED_FORMAT - 0xC00D3E98 - (16024)
The Media format is recognized but not supported.%0
MF_E_MP3_BAD_CRC - 0xC00D3E99 - (16025)
The MPEG frame has bad CRC.%0
MF_E_NOT_PROTECTED - 0xC00D3E9A - (16026)
The file is not protected.%0
MF_E_MEDIA_SOURCE_WRONGSTATE - 0xC00D3E9B - (16027)
The media source is in the wrong state.%0
MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED - 0xC00D3E9C - (16028)
No streams are selected in source presentation descriptor.%0
MF_E_CANNOT_FIND_KEYFRAME_SAMPLE - 0xC00D3E9D - (16029)
No key frame sample was found.%0
MF_E_UNSUPPORTED_CHARACTERISTICS - 0xC00D3E9E - (16030)
The characteristics of the media source are not supported.%0
MF_E_NO_AUDIO_RECORDING_DEVICE - 0xC00D3E9F - (16031)
No audio recording device was found.%0
MF_E_AUDIO_RECORDING_DEVICE_IN_USE - 0xC00D3EA0 - (16032)
The requested audio recording device is currently in use.%0
MF_E_AUDIO_RECORDING_DEVICE_INVALIDATED - 0xC00D3EA1 - (16033)
The audio recording device is no longer present.%0
MF_E_VIDEO_RECORDING_DEVICE_INVALIDATED - 0xC00D3EA2 - (16034)
The video recording device is no longer present.%0
MF_E_VIDEO_RECORDING_DEVICE_PREEMPTED - 0xC00D3EA3 - (16035)
The video recording device is preempted by another immersive application.%0
MF_E_NETWORK_RESOURCE_FAILURE - 0xC00D4268 - (17000)
An attempt to acquire a network resource failed.%0
MF_E_NET_WRITE - 0xC00D4269 - (17001)
Error writing to the network.%0
MF_E_NET_READ - 0xC00D426A - (17002)
Error reading from the network.%0
MF_E_NET_REQUIRE_NETWORK - 0xC00D426B - (17003)
Internal. Entry cannot complete operation without network.%0
MF_E_NET_REQUIRE_ASYNC - 0xC00D426C - (17004)
Internal. Async op is required.%0
MF_E_NET_BWLEVEL_NOT_SUPPORTED - 0xC00D426D - (17005)
Internal. Bandwidth levels are not supported.%0
MF_E_NET_STREAMGROUPS_NOT_SUPPORTED - 0xC00D426E - (17006)
Internal. Stream groups are not supported.%0
MF_E_NET_MANUALSS_NOT_SUPPORTED - 0xC00D426F - (17007)
Manual stream selection is not supported.%0
MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR - 0xC00D4270 - (17008)
Invalid presentation descriptor.%0
MF_E_NET_CACHESTREAM_NOT_FOUND - 0xC00D4271 - (17009)
Cannot find cache stream.%0
MF_I_MANUAL_PROXY - 0x400D4272 - (17010)
The proxy setting is manual.%0
MF_E_NET_REQUIRE_INPUT - 0xC00D4274 - (17012)
Internal. Entry cannot complete operation without input.%0
MF_E_NET_REDIRECT - 0xC00D4275 - (17013)
The client redirected to another server.%0
MF_E_NET_REDIRECT_TO_PROXY - 0xC00D4276 - (17014)
The client is redirected to a proxy server.%0
MF_E_NET_TOO_MANY_REDIRECTS - 0xC00D4277 - (17015)
The client reached maximum redirection limit.%0
MF_E_NET_TIMEOUT - 0xC00D4278 - (17016)
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.%0
MF_E_NET_CLIENT_CLOSE - 0xC00D4279 - (17017)
The control socket is closed by the client.%0
MF_E_NET_BAD_CONTROL_DATA - 0xC00D427A - (17018)
The server received invalid data from the client on the control connection.%0
MF_E_NET_INCOMPATIBLE_SERVER - 0xC00D427B - (17019)
The server is not a compatible streaming media server.%0
MF_E_NET_UNSAFE_URL - 0xC00D427C - (17020)
Url.%0
MF_E_NET_CACHE_NO_DATA - 0xC00D427D - (17021)
Data is not available.%0
MF_E_NET_EOL - 0xC00D427E - (17022)
End of line.%0
MF_E_NET_BAD_REQUEST - 0xC00D427F - (17023)
The request could not be understood by the server.%0
MF_E_NET_INTERNAL_SERVER_ERROR - 0xC00D4280 - (17024)
The server encountered an unexpected condition which prevented it from fulfilling the request.%0
MF_E_NET_SESSION_NOT_FOUND - 0xC00D4281 - (17025)
Session not found.%0
MF_E_NET_NOCONNECTION - 0xC00D4282 - (17026)
There is no connection established with the Windows Media server. The operation failed.%0
MF_E_NET_CONNECTION_FAILURE - 0xC00D4283 - (17027)
The network connection has failed.%0
MF_E_NET_INCOMPATIBLE_PUSHSERVER - 0xC00D4284 - (17028)
The Server service that received the HTTP push request is not a compatible version of Windows Media Services (WMS). This error may 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.%0
MF_E_NET_SERVER_ACCESSDENIED - 0xC00D4285 - (17029)
The Windows Media server is denying access. The username and/or password might be incorrect.%0
MF_E_NET_PROXY_ACCESSDENIED - 0xC00D4286 - (17030)
The proxy server is denying access. The username and/or password might be incorrect.%0
MF_E_NET_CANNOTCONNECT - 0xC00D4287 - (17031)
Unable to establish a connection to the server.%0
MF_E_NET_INVALID_PUSH_TEMPLATE - 0xC00D4288 - (17032)
The specified push template is invalid.%0
MF_E_NET_INVALID_PUSH_PUBLISHING_POINT - 0xC00D4289 - (17033)
The specified push publishing point is invalid.%0
MF_E_NET_BUSY - 0xC00D428A - (17034)
The requested resource is in use.%0
MF_E_NET_RESOURCE_GONE - 0xC00D428B - (17035)
The Publishing Point or file on the Windows Media Server is no longer available.%0
MF_E_NET_ERROR_FROM_PROXY - 0xC00D428C - (17036)
The proxy experienced an error while attempting to contact the media server.%0
MF_E_NET_PROXY_TIMEOUT - 0xC00D428D - (17037)
The proxy did not receive a timely response while attempting to contact the media server.%0
MF_E_NET_SERVER_UNAVAILABLE - 0xC00D428E - (17038)
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.%0
MF_E_NET_TOO_MUCH_DATA - 0xC00D428F - (17039)
The encoding process was unable to keep up with the amount of supplied data.%0
MF_E_NET_SESSION_INVALID - 0xC00D4290 - (17040)
Session not found.%0
MF_E_OFFLINE_MODE - 0xC00D4291 - (17041)
The requested URL is not available in offline mode.%0
MF_E_NET_UDP_BLOCKED - 0xC00D4292 - (17042)
A device in the network is blocking UDP traffic.%0
MF_E_NET_UNSUPPORTED_CONFIGURATION - 0xC00D4293 - (17043)
The specified configuration value is not supported.%0
MF_E_NET_PROTOCOL_DISABLED - 0xC00D4294 - (17044)
The networking protocol is disabled.%0
MF_E_NET_COMPANION_DRIVER_DISCONNECT - 0xC00D4295 - (17045)
The companion driver asked the OS to disconnect from the receiver.%0
MF_E_ALREADY_INITIALIZED - 0xC00D4650 - (18000)
This object has already been initialized and cannot be re-initialized at this time.%0
MF_E_BANDWIDTH_OVERRUN - 0xC00D4651 - (18001)
The amount of data passed in exceeds the given bitrate and buffer window.%0
MF_E_LATE_SAMPLE - 0xC00D4652 - (18002)
The sample was passed in too late to be correctly processed.%0
MF_E_FLUSH_NEEDED - 0xC00D4653 - (18003)
The requested action cannot be carried out until the object is flushed and the queue is emptied.%0
MF_E_INVALID_PROFILE - 0xC00D4654 - (18004)
The profile is invalid.%0
MF_E_INDEX_NOT_COMMITTED - 0xC00D4655 - (18005)
The index that is being generated needs to be committed before the requested action can be carried out.%0
MF_E_NO_INDEX - 0xC00D4656 - (18006)
The index that is necessary for the requested action is not found.%0
MF_E_CANNOT_INDEX_IN_PLACE - 0xC00D4657 - (18007)
The requested index cannot be added in-place to the specified ASF content.%0
MF_E_MISSING_ASF_LEAKYBUCKET - 0xC00D4658 - (18008)
The ASF leaky bucket parameters must be specified in order to carry out this request.%0
MF_E_INVALID_ASF_STREAMID - 0xC00D4659 - (18009)
The stream id is invalid. The valid range for ASF stream id is from 1 to 127.%0
MF_E_STREAMSINK_REMOVED - 0xC00D4A38 - (19000)
The requested Stream Sink has been removed and cannot be used.%0
MF_E_STREAMSINKS_OUT_OF_SYNC - 0xC00D4A3A - (19002)
The various Stream Sinks in this Media Sink are too far out of sync for the requested action to take place.%0
MF_E_STREAMSINKS_FIXED - 0xC00D4A3B - (19003)
Stream Sinks cannot be added to or removed from this Media Sink because its set of streams is fixed.%0
MF_E_STREAMSINK_EXISTS - 0xC00D4A3C - (19004)
The given Stream Sink already exists.%0
MF_E_SAMPLEALLOCATOR_CANCELED - 0xC00D4A3D - (19005)
Sample allocations have been canceled.%0
MF_E_SAMPLEALLOCATOR_EMPTY - 0xC00D4A3E - (19006)
The sample allocator is currently empty, due to outstanding requests.%0
MF_E_SINK_ALREADYSTOPPED - 0xC00D4A3F - (19007)
When we try to stop a stream sink, it is already stopped.%0
MF_E_ASF_FILESINK_BITRATE_UNKNOWN - 0xC00D4A40 - (19008)
The ASF file sink could not reserve AVIO because the bitrate is unknown.%0
MF_E_SINK_NO_STREAMS - 0xC00D4A41 - (19009)
No streams are selected in sink presentation descriptor.%0
MF_S_SINK_NOT_FINALIZED - 0x000D4A42 - (19010)
The sink has not been finalized before shut down. This may cause sink to generate corrupted content.%0
MF_E_METADATA_TOO_LONG - 0xC00D4A43 - (19011)
A metadata item was too long to write to the output container.%0
MF_E_SINK_NO_SAMPLES_PROCESSED - 0xC00D4A44 - (19012)
The operation failed because no samples were processed by the sink.%0
MF_E_SINK_HEADERS_NOT_FOUND - 0xC00D4A45 - (19013)
Sink could not create valid output file because required headers were not provided to the sink.%0
MF_E_VIDEO_REN_NO_PROCAMP_HW - 0xC00D4E20 - (20000)
There is no available procamp hardware with which to perform color correction.%0
MF_E_VIDEO_REN_NO_DEINTERLACE_HW - 0xC00D4E21 - (20001)
There is no available deinterlacing hardware with which to deinterlace the video stream.%0
MF_E_VIDEO_REN_COPYPROT_FAILED - 0xC00D4E22 - (20002)
A video stream requires copy protection to be enabled, but there was a failure in attempting to enable copy protection.%0
MF_E_VIDEO_REN_SURFACE_NOT_SHARED - 0xC00D4E23 - (20003)
A component is attempting to access a surface for sharing that is not shared.%0
MF_E_VIDEO_DEVICE_LOCKED - 0xC00D4E24 - (20004)
A component is attempting to access a shared device that is already locked by another component.%0
MF_E_NEW_VIDEO_DEVICE - 0xC00D4E25 - (20005)
The device is no longer available. The handle should be closed and a new one opened.%0
MF_E_NO_VIDEO_SAMPLE_AVAILABLE - 0xC00D4E26 - (20006)
A video sample is not currently queued on a stream that is required for mixing.%0
MF_E_NO_AUDIO_PLAYBACK_DEVICE - 0xC00D4E84 - (20100)
No audio playback device was found.%0
MF_E_AUDIO_PLAYBACK_DEVICE_IN_USE - 0xC00D4E85 - (20101)
The requested audio playback device is currently in use.%0
MF_E_AUDIO_PLAYBACK_DEVICE_INVALIDATED - 0xC00D4E86 - (20102)
The audio playback device is no longer present.%0
MF_E_AUDIO_SERVICE_NOT_RUNNING - 0xC00D4E87 - (20103)
The audio service is not running.%0
MF_E_TOPO_INVALID_OPTIONAL_NODE - 0xC00D520E - (21006)
The topology contains an invalid optional node. Possible reasons are incorrect number of outputs and inputs or optional node is at the beginning or end of a segment.%0
MF_E_TOPO_CANNOT_FIND_DECRYPTOR - 0xC00D5211 - (21009)
No suitable transform was found to decrypt the content.%0
MF_E_TOPO_CODEC_NOT_FOUND - 0xC00D5212 - (21010)
No suitable transform was found to encode or decode the content.%0
MF_E_TOPO_CANNOT_CONNECT - 0xC00D5213 - (21011)
Unable to find a way to connect nodes.%0
MF_E_TOPO_UNSUPPORTED - 0xC00D5214 - (21012)
Unsupported operations in topoloader.%0
MF_E_TOPO_INVALID_TIME_ATTRIBUTES - 0xC00D5215 - (21013)
The topology or its nodes contain incorrectly set time attributes.%0
MF_E_TOPO_LOOPS_IN_TOPOLOGY - 0xC00D5216 - (21014)
The topology contains loops, which are unsupported in media foundation topologies.%0
MF_E_TOPO_MISSING_PRESENTATION_DESCRIPTOR - 0xC00D5217 - (21015)
A source stream node in the topology does not have a presentation descriptor.%0
MF_E_TOPO_MISSING_STREAM_DESCRIPTOR - 0xC00D5218 - (21016)
A source stream node in the topology does not have a stream descriptor.%0
MF_E_TOPO_STREAM_DESCRIPTOR_NOT_SELECTED - 0xC00D5219 - (21017)
A stream descriptor was set on a source stream node but it was not selected on the presentation descriptor.%0
MF_E_TOPO_MISSING_SOURCE - 0xC00D521A - (21018)
A source stream node in the topology does not have a source.%0
MF_E_TOPO_SINK_ACTIVATES_UNSUPPORTED - 0xC00D521B - (21019)
The topology loader does not support sink activates on output nodes.%0
MF_E_SEQUENCER_UNKNOWN_SEGMENT_ID - 0xC00D61AC - (25004)
The sequencer cannot find a segment with the given ID.%0
MF_S_SEQUENCER_CONTEXT_CANCELED - 0x000D61AD - (25005)
The context was canceled.%0
MF_E_NO_SOURCE_IN_CACHE - 0xC00D61AE - (25006)
Cannot find source in source cache.%0
MF_S_SEQUENCER_SEGMENT_AT_END_OF_STREAM - 0x000D61AF - (25007)
Cannot update topology flags.%0
MF_E_TRANSFORM_TYPE_NOT_SET - 0xC00D6D60 - (28000)
A valid type has not been set for this stream or a stream that it depends on.%0
MF_E_TRANSFORM_STREAM_CHANGE - 0xC00D6D61 - (28001)
A stream change has occurred. Output cannot be produced until the streams have been renegotiated.%0
MF_E_TRANSFORM_INPUT_REMAINING - 0xC00D6D62 - (28002)
The transform cannot take the requested action until all of the input data it currently holds is processed or flushed.%0
MF_E_TRANSFORM_PROFILE_MISSING - 0xC00D6D63 - (28003)
The transform requires a profile but no profile was supplied or found.%0
MF_E_TRANSFORM_PROFILE_INVALID_OR_CORRUPT - 0xC00D6D64 - (28004)
The transform requires a profile but the supplied profile was invalid or corrupt.%0
MF_E_TRANSFORM_PROFILE_TRUNCATED - 0xC00D6D65 - (28005)
The transform requires a profile but the supplied profile ended unexpectedly while parsing.%0
MF_E_TRANSFORM_PROPERTY_PID_NOT_RECOGNIZED - 0xC00D6D66 - (28006)
The property ID does not match any property supported by the transform.%0
MF_E_TRANSFORM_PROPERTY_VARIANT_TYPE_WRONG - 0xC00D6D67 - (28007)
The variant does not have the type expected for this property ID.%0
MF_E_TRANSFORM_PROPERTY_NOT_WRITEABLE - 0xC00D6D68 - (28008)
An attempt was made to set the value on a read-only property.%0
MF_E_TRANSFORM_PROPERTY_ARRAY_VALUE_WRONG_NUM_DIM - 0xC00D6D69 - (28009)
The array property value has an unexpected number of dimensions.%0
MF_E_TRANSFORM_PROPERTY_VALUE_SIZE_WRONG - 0xC00D6D6A - (28010)
The array or blob property value has an unexpected size.%0
MF_E_TRANSFORM_PROPERTY_VALUE_OUT_OF_RANGE - 0xC00D6D6B - (28011)
The property value is out of range for this transform.%0
MF_E_TRANSFORM_PROPERTY_VALUE_INCOMPATIBLE - 0xC00D6D6C - (28012)
The property value is incompatible with some other property or mediatype set on the transform.%0
MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_OUTPUT_MEDIATYPE - 0xC00D6D6D - (28013)
The requested operation is not supported for the currently set output mediatype.%0
MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_INPUT_MEDIATYPE - 0xC00D6D6E - (28014)
The requested operation is not supported for the currently set input mediatype.%0
MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION - 0xC00D6D6F - (28015)
The requested operation is not supported for the currently set combination of mediatypes.%0
MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES - 0xC00D6D70 - (28016)
The requested feature is not supported in combination with some other currently enabled feature.%0
MF_E_TRANSFORM_NEED_MORE_INPUT - 0xC00D6D72 - (28018)
The transform cannot produce output until it gets more input samples.%0
MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_SPKR_CONFIG - 0xC00D6D73 - (28019)
The requested operation is not supported for the current speaker configuration.%0
MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING - 0xC00D6D74 - (28020)
The transform cannot accept mediatype changes in the middle of processing.%0
MF_S_TRANSFORM_DO_NOT_PROPAGATE_EVENT - 0x000D6D75 - (28021)
The caller should not propagate this event to downstream components.%0
MF_E_UNSUPPORTED_D3D_TYPE - 0xC00D6D76 - (28022)
The input type is not supported for D3D device.%0
MF_E_TRANSFORM_ASYNC_LOCKED - 0xC00D6D77 - (28023)
The caller does not appear to support this transform's asynchronous capabilities.%0
MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER - 0xC00D6D78 - (28024)
An audio compression manager driver could not be initialized by the transform.%0
MF_E_LICENSE_INCORRECT_RIGHTS - 0xC00D7148 - (29000)
You are not allowed to open this file. Contact the content provider for further assistance.%0
MF_E_LICENSE_OUTOFDATE - 0xC00D7149 - (29001)
The license for this media file has expired. Get a new license or contact the content provider for further assistance.%0
MF_E_LICENSE_REQUIRED - 0xC00D714A - (29002)
You need a license to perform the requested operation on this media file.%0
MF_E_DRM_HARDWARE_INCONSISTENT - 0xC00D714B - (29003)
The licenses for your media files are corrupted. Contact Microsoft product support.%0
MF_E_NO_CONTENT_PROTECTION_MANAGER - 0xC00D714C - (29004)
The APP needs to provide IMFContentProtectionManager callback to access the protected media file.%0
MF_E_LICENSE_RESTORE_NO_RIGHTS - 0xC00D714D - (29005)
Client does not have rights to restore licenses.%0
MF_E_BACKUP_RESTRICTED_LICENSE - 0xC00D714E - (29006)
Licenses are restricted and hence can not be backed up.%0
MF_E_LICENSE_RESTORE_NEEDS_INDIVIDUALIZATION - 0xC00D714F - (29007)
License restore requires machine to be individualized.%0
MF_S_PROTECTION_NOT_REQUIRED - 0x000D7150 - (29008)
Protection for stream is not required.%0
MF_E_COMPONENT_REVOKED - 0xC00D7151 - (29009)
Component is revoked.%0
MF_E_TRUST_DISABLED - 0xC00D7152 - (29010)
Trusted functionality is currently disabled on this component.%0
MF_E_WMDRMOTA_NO_ACTION - 0xC00D7153 - (29011)
No Action is set on WMDRM Output Trust Authority.%0
MF_E_WMDRMOTA_ACTION_ALREADY_SET - 0xC00D7154 - (29012)
Action is already set on WMDRM Output Trust Authority.%0
MF_E_WMDRMOTA_DRM_HEADER_NOT_AVAILABLE - 0xC00D7155 - (29013)
DRM Heaader is not available.%0
MF_E_WMDRMOTA_DRM_ENCRYPTION_SCHEME_NOT_SUPPORTED - 0xC00D7156 - (29014)
Current encryption scheme is not supported.%0
MF_E_WMDRMOTA_ACTION_MISMATCH - 0xC00D7157 - (29015)
Action does not match with current configuration.%0
MF_E_WMDRMOTA_INVALID_POLICY - 0xC00D7158 - (29016)
Invalid policy for WMDRM Output Trust Authority.%0
MF_E_POLICY_UNSUPPORTED - 0xC00D7159 - (29017)
The policies that the Input Trust Authority requires to be enforced are unsupported by the outputs.%0
MF_E_OPL_NOT_SUPPORTED - 0xC00D715A - (29018)
The OPL that the license requires to be enforced are not supported by the Input Trust Authority.%0
MF_E_TOPOLOGY_VERIFICATION_FAILED - 0xC00D715B - (29019)
The topology could not be successfully verified.%0
MF_E_SIGNATURE_VERIFICATION_FAILED - 0xC00D715C - (29020)
Signature verification could not be completed successfully for this component.%0
MF_E_DEBUGGING_NOT_ALLOWED - 0xC00D715D - (29021)
Running this process under a debugger while using protected content is not allowed.%0
MF_E_CODE_EXPIRED - 0xC00D715E - (29022)
MF component has expired.%0
MF_E_GRL_VERSION_TOO_LOW - 0xC00D715F - (29023)
The current GRL on the machine does not meet the minimum version requirements.%0
MF_E_GRL_RENEWAL_NOT_FOUND - 0xC00D7160 - (29024)
The current GRL on the machine does not contain any renewal entries for the specified revocation.%0
MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND - 0xC00D7161 - (29025)
The current GRL on the machine does not contain any extensible entries for the specified extension GUID.%0
MF_E_KERNEL_UNTRUSTED - 0xC00D7162 - (29026)
The kernel isn't secure for high security level content.%0
MF_E_PEAUTH_UNTRUSTED - 0xC00D7163 - (29027)
The response from protected environment driver isn't valid.%0
MF_E_NON_PE_PROCESS - 0xC00D7165 - (29029)
A non-PE process tried to talk to PEAuth.%0
MF_E_REBOOT_REQUIRED - 0xC00D7167 - (29031)
We need to reboot the machine.%0
MF_S_WAIT_FOR_POLICY_SET - 0x000D7168 - (29032)
Protection for this stream is not guaranteed to be enforced until the MEPolicySet event is fired.%0
MF_S_VIDEO_DISABLED_WITH_UNKNOWN_SOFTWARE_OUTPUT - 0x000D7169 - (29033)
This video stream is disabled because it is being sent to an unknown software output.%0
MF_E_GRL_INVALID_FORMAT - 0xC00D716A - (29034)
The GRL file is not correctly formed, it may have been corrupted or overwritten.%0
MF_E_GRL_UNRECOGNIZED_FORMAT - 0xC00D716B - (29035)
The GRL file is in a format newer than those recognized by this GRL Reader.%0
MF_E_ALL_PROCESS_RESTART_REQUIRED - 0xC00D716C - (29036)
The GRL was reloaded and required all processes that can run protected media to restart.%0
MF_E_PROCESS_RESTART_REQUIRED - 0xC00D716D - (29037)
The GRL was reloaded and the current process needs to restart.%0
MF_E_USERMODE_UNTRUSTED - 0xC00D716E - (29038)
The user space is untrusted for protected content play.%0
MF_E_PEAUTH_SESSION_NOT_STARTED - 0xC00D716F - (29039)
PEAuth communication session hasn't been started.%0
MF_E_INSUFFICIENT_BUFFER - 0xC00D7170 - (29040)
Insufficient memory for response.%0
MF_E_PEAUTH_PUBLICKEY_REVOKED - 0xC00D7171 - (29041)
PEAuth's public key is revoked.%0
MF_E_GRL_ABSENT - 0xC00D7172 - (29042)
The GRL is absent.%0
MF_S_PE_TRUSTED - 0x000D7173 - (29043)
The Protected Environment is trusted.%0
MF_E_PE_UNTRUSTED - 0xC00D7174 - (29044)
The Protected Environment is untrusted.%0
MF_E_PEAUTH_NOT_STARTED - 0xC00D7175 - (29045)
The Protected Environment Authorization service (PEAUTH) has not been started.%0
MF_E_INCOMPATIBLE_SAMPLE_PROTECTION - 0xC00D7176 - (29046)
The sample protection algorithms supported by components are not compatible.%0
MF_E_PE_SESSIONS_MAXED - 0xC00D7177 - (29047)
No more protected environment sessions can be supported.%0
MF_E_HIGH_SECURITY_LEVEL_CONTENT_NOT_ALLOWED - 0xC00D7178 - (29048)
WMDRM ITA does not allow protected content with high security level for this release.%0
MF_E_TEST_SIGNED_COMPONENTS_NOT_ALLOWED - 0xC00D7179 - (29049)
WMDRM ITA cannot allow the requested action for the content as one or more components is not properly signed.%0
MF_E_ITA_UNSUPPORTED_ACTION - 0xC00D717A - (29050)
WMDRM ITA does not support the requested action.%0
MF_E_ITA_ERROR_PARSING_SAP_PARAMETERS - 0xC00D717B - (29051)
WMDRM ITA encountered an error in parsing the Secure Audio Path parameters.%0
MF_E_POLICY_MGR_ACTION_OUTOFBOUNDS - 0xC00D717C - (29052)
The Policy Manager action passed in is invalid.%0
MF_E_BAD_OPL_STRUCTURE_FORMAT - 0xC00D717D - (29053)
The structure specifying Output Protection Level is not the correct format.%0
MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_PROTECTION_GUID - 0xC00D717E - (29054)
WMDRM ITA does not recognize the Explicite Analog Video Output Protection guid specified in the license.%0
MF_E_NO_PMP_HOST - 0xC00D717F - (29055)
IMFPMPHost object not available.%0
MF_E_ITA_OPL_DATA_NOT_INITIALIZED - 0xC00D7180 - (29056)
WMDRM ITA could not initialize the Output Protection Level data.%0
MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT - 0xC00D7181 - (29057)
WMDRM ITA does not recognize the Analog Video Output specified by the OTA.%0
MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT - 0xC00D7182 - (29058)
WMDRM ITA does not recognize the Digital Video Output specified by the OTA.%0
MF_E_RESOLUTION_REQUIRES_PMP_CREATION_CALLBACK - 0xC00D7183 - (29059)
The protected stream cannot be resolved without the callback PKEY_PMP_Creation_Callback in the configuration property store.%0
MF_E_INVALID_AKE_CHANNEL_PARAMETERS - 0xC00D7184 - (29060)
A valid hostname and port number could not be found in the DTCP parameters.%0
MF_E_CONTENT_PROTECTION_SYSTEM_NOT_ENABLED - 0xC00D7185 - (29061)
The content protection system was not enabled by the application.%0
MF_E_UNSUPPORTED_CONTENT_PROTECTION_SYSTEM - 0xC00D7186 - (29062)
The content protection system is not supported.%0
MF_E_DRM_MIGRATION_NOT_SUPPORTED - 0xC00D7187 - (29063)
DRM migration is not supported for the content.%0
MF_E_HDCP_AUTHENTICATION_FAILURE - 0xC00D7188 - (29064)
Authentication of the HDCP link failed.%0
MF_E_HDCP_LINK_FAILURE - 0xC00D7189 - (29065)
The HDCP link failed after being established.%0
MF_E_CLOCK_INVALID_CONTINUITY_KEY - 0xC00D9C40 - (40000)
The continuity key supplied is not currently valid.%0
MF_E_CLOCK_NO_TIME_SOURCE - 0xC00D9C41 - (40001)
No Presentation Time Source has been specified.%0
MF_E_CLOCK_STATE_ALREADY_SET - 0xC00D9C42 - (40002)
The clock is already in the requested state.%0
MF_E_CLOCK_NOT_SIMPLE - 0xC00D9C43 - (40003)
The clock has too many advanced features to carry out the request.%0
MF_S_CLOCK_STOPPED - 0x000D9C44 - (40004)
Timer::SetTimer returns this success code if called happened while timer is stopped. Timer is not going to be dispatched until clock is running.%0
MF_E_NO_MORE_DROP_MODES - 0xC00DA028 - (41000)
The component does not support any more drop modes.%0
MF_E_NO_MORE_QUALITY_LEVELS - 0xC00DA029 - (41001)
The component does not support any more quality levels.%0
MF_E_DROPTIME_NOT_SUPPORTED - 0xC00DA02A - (41002)
The component does not support drop time functionality.%0
MF_E_QUALITYKNOB_WAIT_LONGER - 0xC00DA02B - (41003)
Quality Manager needs to wait longer before bumping the Quality Level up.%0
MF_E_QM_INVALIDSTATE - 0xC00DA02C - (41004)
Quality Manager is in an invalid state. Quality Management is off at this moment.%0
MF_E_TRANSCODE_NO_CONTAINERTYPE - 0xC00DA410 - (42000)
No transcode output container type is specified.%0
MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS - 0xC00DA411 - (42001)
The profile does not have a media type configuration for any selected source streams.%0
MF_E_TRANSCODE_NO_MATCHING_ENCODER - 0xC00DA412 - (42002)
Cannot find an encoder MFT that accepts the user preferred output type.%0
MF_E_TRANSCODE_INVALID_PROFILE - 0xC00DA413 - (42003)
The profile is invalid.%0
MF_E_ALLOCATOR_NOT_INITIALIZED - 0xC00DA7F8 - (43000)
Memory allocator is not initialized.%0
MF_E_ALLOCATOR_NOT_COMMITED - 0xC00DA7F9 - (43001)
Memory allocator is not committed yet.%0
MF_E_ALLOCATOR_ALREADY_COMMITED - 0xC00DA7FA - (43002)
Memory allocator has already been committed.%0
MF_E_STREAM_ERROR - 0xC00DA7FB - (43003)
An error occurred in media stream.%0
MF_E_INVALID_STREAM_STATE - 0xC00DA7FC - (43004)
Stream is not in a state to handle the request.%0
MF_E_HW_STREAM_NOT_CONNECTED - 0xC00DA7FD - (43005)
Hardware stream is not connected yet.%0
MF_E_NO_CAPTURE_DEVICES_AVAILABLE - 0xC00DABE0 - (44000)
No capture devices are available.%0
MF_E_CAPTURE_SINK_OUTPUT_NOT_SET - 0xC00DABE1 - (44001)
No output was set for recording.%0
MF_E_CAPTURE_SINK_MIRROR_ERROR - 0xC00DABE2 - (44002)
The current capture sink configuration does not support mirroring.%0
MF_E_CAPTURE_SINK_ROTATE_ERROR - 0xC00DABE3 - (44003)
The current capture sink configuration does not support rotation.%0
MF_E_CAPTURE_ENGINE_INVALID_OP - 0xC00DABE4 - (44004)
The op is invalid.%0
MF_E_CAPTURE_ENGINE_ALL_EFFECTS_REMOVED - 0xC00DABE5 - (44005)
The effects previously added were incompatible with the new topology which caused all effects to be removed.%0
MF_E_CAPTURE_SOURCE_NO_INDEPENDENT_PHOTO_STREAM_PRESENT - 0xC00DABE6 - (44006)
The current capture source does not have an independent photo stream.%0
MF_E_CAPTURE_SOURCE_NO_VIDEO_STREAM_PRESENT - 0xC00DABE7 - (44007)
The current capture source does not have a video stream.%0
MF_E_CAPTURE_SOURCE_NO_AUDIO_STREAM_PRESENT - 0xC00DABE8 - (44008)
The current capture source does not have an audio stream.%0
MF_E_CAPTURE_SOURCE_DEVICE_EXTENDEDPROP_OP_IN_PROGRESS - 0xC00DABE9 - (44009)
The capture source device has an asynchronous extended property operation in progress.%0
MF_E_CAPTURE_PROPERTY_SET_DURING_PHOTO - 0xC00DABEA - (44010)
A property cannot be set because a photo or photo sequence is in progress.%0
MF_E_CAPTURE_NO_SAMPLES_IN_QUEUE - 0xC00DABEB - (44011)
No more samples in queue.%0
MF_E_HW_ACCELERATED_THUMBNAIL_NOT_SUPPORTED - 0xC00DABEC - (44012)
Hardware accelerated thumbnail generation is not supported for the currently selected mediatype on the mediacapture stream.%0

No comments:

Post a Comment