CWindow::GetWindowProcessID
Načte identifikátor procesu, který vytvořil okna.
DWORD GetWindowProcessID( ) throw();
Poznámky
Viz GetWindowThreadProcessID v .
Příklad
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetWindowProcessID() to retrieve the id of the
//process that created the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwID = myWindow.GetWindowProcessID();
Požadavky
Záhlaví: atlwin.h