Sdílet prostřednictvím


CWindow::GetWindowThreadID

Načte identifikátor podprocesu, který vytvořili zadané okno.

DWORD GetWindowThreadID( ) throw();

Poznámky

Viz GetWindowThreadProcessID v .

Příklad

//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();

Požadavky

Záhlaví: atlwin.h

Viz také

Referenční dokumentace

Třída CWindow

CWindow::GetWindowProcessID