CWindow::GetWindowThreadID
指定されたウィンドウを作成したスレッドの識別子を取得します。
DWORD GetWindowThreadID( ) throw();
解説
Windows SDK の「GetWindowThreadProcessID」を参照してください。
使用例
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetWindowThreadID() to retrieve the id of the thread
//that created the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwID = myWindow.GetWindowThreadID();
必要条件
**ヘッダー:**atlwin.h