shutdown dialog stuff
This commit is contained in:
@@ -14,3 +14,4 @@
|
|||||||
/* Function Prototypes */
|
/* Function Prototypes */
|
||||||
BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
||||||
BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
||||||
|
BOOL CALLBACK ShutdownDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -95,7 +95,7 @@ LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam)
|
|||||||
{
|
{
|
||||||
|
|
||||||
case IDM_SHUTDOWN:
|
case IDM_SHUTDOWN:
|
||||||
ExitWindowsDialog(hWnd);
|
DialogBox(hAppInstance, MAKEINTRESOURCE(DLG_POWER), hWnd, (DLGPROC)ShutdownDlgProc);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDM_FILE_NEW_GROUP:
|
case IDM_FILE_NEW_GROUP:
|
||||||
|
|||||||
Reference in New Issue
Block a user