async handle #2570
Unanswered
determin1st
asked this question in
Q&A
async handle
#2570
Replies: 1 comment
-
oke, ive tested again, the windows version 6.1 (win7) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as i understand correctly, the handle that is obtained with
CreateFileA('CONOUT$', ...)
is the inherited handle from ConEmu. The question is - does it depend on ConEmu to allow asynchronous operations with for exampleWriteFileEx
? running on Windows 7,WriteFileEx
gives me the "incorrect descriptor" error code, which means the handle issue. doingWriteFile
is fine but it does write synchronouslyBeta Was this translation helpful? Give feedback.
All reactions