make_event_watcher requires the event handle have EVENT_MODIFY_STATE #482
Labels
feature-request
New feature or request
improvement
Something that would improve the repo in some way
Consider this:
When the event is signaled and the TP wait callback is invoked here:
wil/include/wil/resource.h
Lines 3915 to 3924 in 6f60a1b
... the ResetEvent fails with a failfast:
wil/include/wil/resource.h
Lines 2502 to 2505 in 6f60a1b
... because I don't have Reset rights, only Synchronize.
Consider a policy flag to make that Reset optional.
The text was updated successfully, but these errors were encountered: