HWND HWNDPRIORITYCLASS = Getdlgitem (hwnd, idc_priorityclass);
ComboBox_addstring (HWndPriorityClass, Text ("NO LIMIT");
ComboBox_addstring (HWndPriorityClass, Text ("iDle"));
ComboBOX_Addstring (HWndPriorityClass, Text ("Below Normal");
ComboBox_Addstring (HWndPriorityClass, Text ("Normal"));
ComboBox_addstring (HWndPriorityClass, Text ("Above Normal"));
ComboBox_addstring (HWndPriorityClass, Text ("HIGH");
ComboBox_addstring (HWndPriorityClass, Text ("RealTime");
ComboBox_Setcursel (HWndPriorityClass, 0); // default to "no limit"