Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 80 of file drvdefext.cpp.
{ PDWORD Progress; PBOOLEAN pSuccess; switch(Command) { case PROGRESS: Progress = (PDWORD)ActionInfo; SendDlgItemMessageW(hChkdskDrvDialog, 14002, PBM_SETPOS, (WPARAM)*Progress, 0); break; case DONE: pSuccess = (PBOOLEAN)ActionInfo; bChkdskSuccess = (*pSuccess); break; case VOLUMEINUSE: case INSUFFICIENTRIGHTS: case FSNOTSUPPORTED: case CLUSTERSIZETOOSMALL: bChkdskSuccess = FALSE; FIXME("\n"); break; default: break; } return TRUE; }