Windows error 0x80030057, -2147286953

Detailed Error Information

STG_E_INVALIDPARAMETER[1]

MessageInvalid parameter error.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code87 (0x0057)

Questions

2votes
1answer

How do you remove IPropertyStorage automatically added LOCALE property?

According to the Remarks section for the IPropertyStorage::WriteMultiple Method... > When a new property set is created, the special codepage (Property ID 1) and > Locale ID (Property ID 0x80000000) properties are written to the property set > automatically. However, I would like for my PropertySet to omit the LOCALE [...] read more
c++
ipropertystorage
1vote
2answers

What does "Invalid parameter error. 0x80030057 (STG_E_INVALIDPARAMETER)" usually mean?

I came across the COM error: > Invalid parameter error. HRESULT 0x80030057 (STG_E_INVALIDPARAMETER) when dealing with an Excel interop component called Aspose and couldn't figure out why this error when opening an Excel file. Nor could I find anything here on Stack Overflow so it MUST be asked: What is [...] read more
com
parameters
com-interop
hresult

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