Michael Fritscher
Hook up "End Process" button.
This commit is contained in:
parent
cf3eddee66
commit
e99b69dba3
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user