Windows error 0x00040200, 262656

Detailed Error Information

IMAPI_S_PROPERTIESIGNORED[1]

Declared inimapierror.h

MPEG2_S_MORE_DATA_AVAILABLE[2]

Declared inMpeg2Error.h

EVENT_S_SOME_SUBSCRIBERS_FAILED[3]

MessageAn event was able to invoke some but not all of the subscribers
Declared inwinerror.h

HRESULT analysis[4]

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
FacilityCode4 (0x004)
NameFACILITY_ITF[4][3]
DescriptionThe source of the error code is COM/OLE Interface management.[4][3]
Error Code512 (0x0200)

Questions

3votes
0answers

Calculating size of memory zones in Linux

I would appreciate if someone could help me to do some calculations based on the following output: init_memory_mapping: 0000000000000000-0000000037bfe000 0000000000 - 0000200000 page 4k 0000200000 - 0037a00000 page 2M 0037a00000 - 0037bfe000 page 4k kernel direct mapping tables up to 0x37bfdfff @ [mem 0x009fa000-0x009fffff] RAMDISK: 7d11f000 - 7fff0000 Allocated new [...] read more
linux
memory
memory-management
linux-kernel
2votes
4answers

Android: Why i am not able to play sound on button click after some clicks?

I have done like if user click on the Button then the Sound is play. But right now i am not able to listern sound after some clicks. I dont know why ? Here is the code that i am using to play the sound. Code: case R.id.lockView: playSound(R.raw.dooropen); break; [...] read more
android
audio
android-ndk
media-player
2votes
3answers

Has anyone been successful at a assembler based led blinker for an xcore?

I am liking the http://www.xmos.com chips but want to get a lower level understanding of what is going on. Basically assembler. I am trying to sort out something as simple as an led blinker, set the led, count to N clear the led, count to N, loop forever. Sure I [...] read more
assembly
embedded

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0