Windows error 0x00040001, 262145

Detailed Error Information

OLE_S_STATIC[1]

MessageSuccess, but static
Declared inwinerror.h

HRESULT analysis[2]

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
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code1 (0x0001)

Questions

1vote
1answer

Setting FD flags in Linux

I was under the impression that fcntl(fd, F_SETFD, flg ) and flg = fcntl(fd, F_GETFD, flg ) could be used for setting and getting filedescriptor flags. According to https://community.spiceworks.com/linux/man/2/fcntl, linux should only support the setting of some fd flags. Fair enough. But judging by the output of: #define _GNU_SOURCE #include [...] read more
c
linux
unix
posix

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