$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Connecting Windows Messages/Events with Boost callbacks
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-24 06:13:11
> I meant that somehow the Windows events were connected to user defined
> functions using boost::bind or something like that.
Are you sure you're talking about Windows events? Events are just
synchronization objects, they are not connected to any code.
http://msdn.microsoft.com/en-us/library/ms682396(v=vs.85).aspx