Click here to Skip to main content
15,886,584 members
Articles / Desktop Programming / Win32

A C++ Wrapper for WaitForMultipleObjects API

Rate me:
Please Sign up or sign in to vote.
4.77/5 (20 votes)
18 Dec 2013CPOL9 min read 47.5K   1.1K   37  
Describes a C++ class that encapsulates the WaitForMultipleObjects API usage pattern making it easy to integrate it with C++ objects.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer IBM
Taiwan Taiwan
Developer with expertise on drivers, daemons and applications, both legacy desktop apps and new age web based apps. My choice of programming languages are C++ & Python and I use Django for web based app development.

When not coding, I do a bit of photography, read stuff and love making my hands greasy.

I live in Taipei, work for IBM and am fluent in Chinese.

The views and opinions expressed in this article are mine and do not necessarily reflect the policy or position of my employer.

Comments and Discussions