Windows error 0x00040100, 262400

Detailed Error Information

DRAGDROP_S_DROP[1]

MessageSuccessful drop took place
Declared inwinerror.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
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code256 (0x0100)

Questions

2votes
1answer

Cant play sound more then 7 times in android

When i play sound files in android i am getting this error: > 11-17 15:58:14.482 158-20904/? E/OMXNodeInstance: > setConfig(f3f:google.mp3.decoder, ConfigPriority(0x6f800002)) ERROR: > Undefined(0x80001001) 11-17 15:58:14.482 158-20904/? I/ACodec: codec does not > support config priority (err -2147483648) 11-17 15:58:14.483 158-20904/? > I/MediaCodec: MediaCodec will operate in async mode 11-17 15:58:14.488 > [...] read more
android
media

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0