Condividi tramite


CWindow::GetWindowProcessID

Recupera l'identificatore del processo che ha creato la finestra.

DWORD GetWindowProcessID( ) throw();

Note

Vedere GetWindowThreadProcessID in Windows SDK.

Esempio

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

Requisiti

Header: atlwin.h

Vedere anche

Riferimenti

Classe di CWindow

CWindow::GetWindowThreadID