$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] Obtaining thread id on Windows
From: Yechezkel Mett (ymett.on.boost_at_[hidden])
Date: 2009-09-13 08:15:59
2009/9/11 Agustín K-ballo Bergé <kaballo86_at_[hidden]>:
> I do think its odd for PostThreadMessage to require an id rather than a
> handle.
PostThreadMessage works across processes so it can't use a handle.