Home
last modified time | relevance | path

Searched refs:hList1 (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/cpl/powercfg/
H A Dadvanced.c281 HWND hList1; in Adv_InitDialog() local
317 hList1 = GetDlgItem(hwndDlg, IDC_LIDCLOSE); in Adv_InitDialog()
318 SendMessage(hList1, CB_RESETCONTENT, 0, 0); in Adv_InitDialog()
323 AddItem(hList1, IDS_PowerActionNone1, (LPARAM)PowerActionNone, g_SystemBatteries); in Adv_InitDialog()
327 AddItem(hList1, IDS_PowerActionSleep, (LPARAM)PowerActionSleep, g_SystemBatteries); in Adv_InitDialog()
332 … AddItem(hList1, IDS_PowerActionHibernate, (LPARAM)PowerActionHibernate, g_SystemBatteries); in Adv_InitDialog()
339 ShowWindow(hList1, FALSE); in Adv_InitDialog()