Example #1
0
	void SetProgressValue(ULONGLONG Completed)
	{
		TaskbarList->SetProgressValue(hwnd, Completed, Total);
	}