$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [thread] Obtaining thread id on Windows
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-09 15:29:52
> There is no documented way of getting a
> thread id from a thread handle in Windows XP.
If you mean Win API, there's GetThreadID(handle) function.