Windows error 0x00001A90, 6800

Detailed Error Information

TRANSACTIONAL_CONFLICT[1]

MessageThe function attempted to use a name that is reserved for use by another transaction.
Declared inwinerror.h

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

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 Code6800 (0x1a90)

Questions

1vote
1answer

How to call exported function from dll in C/C++?

My aim is to call some function via its address. How can I do it? I have done the next work for such aim, but at first(1) - I've got access violation ( don't know why ) and with the second I have some problems with calling function is ASM [...] read more
function
dll
call
dllexport
function-address

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