summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MsgHandler.cpp
diff options
context:
space:
mode:
authorJulian Löhr <julian.loehr@outlook.com>2015-11-08 00:43:08 +0100
committerJulian Löhr <julian.loehr@outlook.com>2015-12-06 18:16:08 +0100
commit2b39219367cd1384116b343ec3e14a459927414f (patch)
tree187263009204f1784eeaf082a1f870ca02c721c1 /Source/Core/Common/MsgHandler.cpp
parenta0ac2b867368aa6f82ee3c471fea2cf1a450b37c (diff)
Remove explicit Wait on Overlap Event
GetOverlappedResult also waits on the event internally (See https://msdn.microsoft.com/en-us/library/windows/desktop/ms683209(v=vs.85).aspx). So instead of explicitly waiting for it before, use its wait. To distinguish between cancel and complete, the status of the request is used, which is saved in the "Internal" member (See https://msdn.microsoft.com/en-us/library/windows/desktop/ms684342(v=vs.85).aspx).
Diffstat (limited to 'Source/Core/Common/MsgHandler.cpp')
0 files changed, 0 insertions, 0 deletions