Windows error 0x00000301, 769

Detailed Error Information

COMPRESSION_DISABLED[1]

MessageCompression is disabled for this volume.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070301.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code769 (0x0301)

Questions

2votes
1answer

Is SQLite up to this task? Storing path names along with file properties

Currently I am looking for an embeddable database (C++, Win32) and I found SQLite quite charming. However, I'm wondering whether it even makes sense to store file paths along with the file properties in an SQL database. The number of files can run from a few hundred or thousand into [...] read more
c++
windows
sqlite
2votes
0answers

Getting ipsec-tools to work between Ubuntu Lucid hosts

I have two hosts, one is Charity with IP 67.207.128.184, the other is Hope with IP 67.207.130.204. I've installed the ipsec-tools package on each host. I have not installed racoon on either host. Charity has IPTables configured, whereas Hope does not. The following is a report on how IPTables is [...] read more
linux
ubuntu
networking
ipsec
0votes
0answers

Resolve the error is unfortunately has stopped?

this is my first program on android studio it is just hello word sample but there is a problem When I offer on a simulated This message appears "unfortunately My app has stopped" enter image description here please help me some lines from the logcat is : 07-31 13:29:51.031 795-795/? [...] read more
android
android-layout

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