Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 547 of file drive.cpp.
Referenced by CDefaultContextMenu::DoFormat().
{ FORMAT_DRIVE_CONTEXT Context; int result; TRACE("%p, 0x%08x, 0x%08x, 0x%08x - stub\n", hwnd, drive, fmtID, options); Context.Drive = drive; Context.Options = options; result = DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_FORMAT_DRIVE), hwnd, FormatDriveDlg, (LPARAM)&Context); return result; }