Windows error 0x88982F40, -2003292352

Detailed Error Information

WINCODEC_ERR_PROPERTYNOTFOUND[1]

MessageThe specified bitmap property cannot be found.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2200 (0x898)
NameFACILITY_WINCODEC_DWRITE_DWM[1]
Error Code12096 (0x2f40)

Questions

0votes
1answer

Jpeg writing xmp for null property

I have a program which can read xmp Data in C# but some images have some properties NULL and when I am trying to write xmp data for a NULL property it gives an exception: > Property cannot be found :Exception from HRESULT: 0x88982F40 Is it possible to set values [...] read more
c#
metadata
jpeg
photoshop
xmp

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