终止过久没有返回的 Windows API 函数 ---- “CancelSynchronousIo”

Marks pending synchronous I/O operations that are issued by the specified thread as canceled.

BOOL WINAPI CancelSynchronousIo(
  _In_ HANDLE hThread
);

https://docs.microsoft.com/zh-cn/windows/win32/fileio/cancelsynchronousio-func

posted on 2019-10-17 14:26  liujx2019  阅读(334)  评论(0编辑  收藏  举报

导航