Michael Fritscher

Hook up "End Process" button.
oldstable
Alexandre Julliard 2005-09-14 15:37:15 +00:00
parent cf3eddee66
commit e99b69dba3
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,12 @@ ProcessPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
break;
case WM_COMMAND:
/* Handle the button clicks */
switch (LOWORD(wParam))
{
case IDC_ENDPROCESS:
ProcessPage_OnEndProcess();
}
break;
case WM_SIZE: