Windows error 0x80030001, -2147287039

Detailed Error Information

STG_E_INVALIDFUNCTION[1]

MessageUnable to perform requested operation.
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 Code1 (0x0001)

Questions

16votes
3answers

how can I get around the 0x80030001 error when trying to copy files from a set of search results in Windows Explorer?

I'd like to search for mp3 files in a subfolder on my Android phone and copy them to my computer so I can listen to them. These are podcasts. When I use Windows Explorer to do this I get this error when I try to copy them: 0x80030001 unable to [...] read more
windows-7
windows-explorer
android
1vote
4answers

Decoding pcie config space capabilites manually - looking for example

I don't have an o/s running so I can't decode pcie using something like lspci (I wish lspci would take input from a file!). I have a hex dump below (this is a Xilinx Ultrascale FPGA but the question is generic), I'm trying to understand where the capabilities start and [...] read more
pci
pci-e

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