Windows error 0x000D1105, 856325

Detailed Error Information

NS_S_WMPCORE_COMMAND_NOT_AVAILABLE[1]

MessageCurrent state of WMP disallows calling this method or property.%0
Declared innserror.h

HRESULT analysis[2]

FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code4357 (0x1105)

Questions

2votes
2answers

basic playback with programmatically created windows media player

I was trying to "just quickly integrate" the Windows Media Player via COM to play single files from the local file system or http sources - but due to the sparse documentation and online resources to its usage when not embedding into some kind of an Ole container, i couldn't [...] read more
c++
windows
com
atl
windows-media-player

Comments

Leave a comment

(plain text only)

Sources

  1. nserror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0