Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 438 of file progress.c.
Referenced by ProgressWindowProc().
{ PAINTSTRUCT ps; if (hdc) return PROGRESS_Draw (infoPtr, hdc); hdc = BeginPaint (infoPtr->Self, &ps); PROGRESS_Draw (infoPtr, hdc); EndPaint (infoPtr->Self, &ps); return 0; }