The PBM_SETPOS message sets the current position for a progress bar and redraws the bar to reflect the new position.
PBM_SETPOS wParam = (WPARAM) nNewPos; lParam = 0;
Returns the previous position.