Windows error 0x00040002, 262146

Detailed Error Information

OLE_S_MAC_CLIPFORMAT[1]

MessageMacintosh clipboard format
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 Code2 (0x0002)

Questions

2votes
1answer

Identifier undefined

This has happened to me a few times and I am trying to figure out the root cause of it. In a nutshell I get these errors saying that something is undefined but as near as I can tell it shouldn't be. As is shown below, I have included pin_map.h [...] read more
c
compiler-errors
code-composer

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