Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 209 of file shlfileop.cpp.
Referenced by CDesktopFolder::DeleteItems(), and SHELL_ConfirmDialogW().
{ struct confirm_msg_info info; info.lpszText = lpszText; info.lpszCaption = lpszCaption; info.hIcon = hIcon; info.bYesToAll = bYesToAll; return DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_YESTOALL_MSGBOX), hWnd, ConfirmMsgBoxProc, (LPARAM)&info); }