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: flags: none; facility: 0 (FACILITY_NULL); error: 6800 (more)

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