Windows error 0xC0380001, -1070071807

Detailed Error Information

ERROR_VOLMGR_DATABASE_FULL[1]

MessageThe configuration database is full.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode56 (0x038)
NameFACILITY_USERMODE_VOLMGR[2][1]
DescriptionThe source of the error code is the user mode volume manager[2][1]
Error Code1 (0x0001)

Questions

3votes
1answer

Programmatically opening Tools Menu of F12 Internet Explorer Developer tools Using PostMessage and ALT+T

I'm trying to programmatically open the pull-down menu, "Tools", of the F12 Developer Tools Of an instance of Internet Explorer by using a series of calls to the function PostMessage simulating the action (ALT+T) as described below. I have the handle of the IE instance and it's children windows. I'm [...] read more
internet-explorer
winapi
ie-developer-tools
0votes
0answers

Alt+key not working with PostMessage(use32.dll)

I read this answer Link It is exactly what i tring to do,i need to send postmessage Alt+'E' to winApp but it's not working i used Spy++ and duplicate Wparametr and Lparametr and build it with postmessage. I did the same but i can't get the Alt+E action. Any one [...] read more
c#
postmessage
user32

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