node-win32-api icon indicating copy to clipboard operation
node-win32-api copied to clipboard

缺少SendMessageTimeoutW和SendMessageTimeoutA

Open xmsz-stu opened this issue 2 years ago • 2 comments

https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendmessagetimeoutw

xmsz-stu avatar Sep 02 '23 04:09 xmsz-stu

Yeah I'm also needing this, using just SendMessageW eventually causes deadlocks when something goes wrong and the receiving app isn't able to read the message. This eventually causes my entire app to stop working because the wrapper for SendMessageW just waits infinitely for a return.

laztheripper avatar Sep 21 '23 12:09 laztheripper

SendMessageTimeoutW() added

waitingsong avatar Jun 28 '24 09:06 waitingsong