次の方法で共有


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

参照

参照

CWindow クラス

CWindow::GetWindowProcessID

その他の技術情報

CWindow のメンバー