Dynamic Windows Function [dw_percent_set_pos]
Syntax
void dw_percent_set_pos(HWND handle, unsigned int position)
Parameters
HWND handle: Handle to the percent bar to be set.
unsigned int position: Position of the percent bar within the range 0 to 100 or DW_PERCENT_INDETERMINATE.
Description
Sets the percent bar position.
Remarks
DW_PERCENT_INDETERMINATE is only supported in version 2.2 and higher.