Windows error 0x80040012, -2147221486

Detailed Error Information

OLE_E_NOSTORAGE[1]

MessageNot able to perform the operation because object is not given storage yet
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
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 Code18 (0x0012)

Questions

1vote
0answers

What does HRESULT 0x80040012 (OLE_E_NOSTORAGE) mean?

My Google-Fu has obediently told me that the following error Not able to perform the operation because object is not given storage yet (Exception from HRESULT: 0x80040012 (OLE_E_NOSTORAGE)) which is being thrown from a C++ function called in a C# project is, in fact, an error which is related to [...] read more
c#
c++
com

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