20. [pywin32] WaitForMultipleObjectsEx 함수
pywin32/win32event2020. 9. 24. 00:26
int = WaitForMultipleObjectsEx(handleList, bWaitAll , milliseconds , bAlertable )
기본적인 기능은 WaitForMultipleObjects와 같습니다.
[pywin32/win32event] - 18. [pywin32] WaitForMultipleObjects 함수
추가적으로 bAlertable 인자가 있습니다. win32con.TRUE 일 때 경계 대기 상태가 된다고 하는데 이는 비동기 IO 작업 시 작업이 완료 되면 신호를 받도록 하는 인자입니다. 그런데 pywin32 에서는 잘 되지 않는 것 같습니다...
반응형
'pywin32 > win32event' 카테고리의 다른 글
21. [pywin32] WaitForInputIdle 함수 (0) | 2020.10.05 |
---|---|
19. [pywin32] WaitForSingleObjectEx 함수 (0) | 2020.09.23 |
18. [pywin32] WaitForMultipleObjects 함수 (0) | 2020.09.22 |
17. [pywin32] ReleaseSemaphore 함수 (0) | 2020.09.21 |
16. [pywin32] OpenSemaphore 함수 (0) | 2020.09.20 |
댓글()