Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dinstall.c907 LPWSTR lpHotKey = NULL, lpInfoTip = NULL; in profile_items_callback() local
1020 GetLineText(hInf, SectionName, HotKey, &lpHotKey); in profile_items_callback()
1037 TRACE("Hotkey %s\n", debugstr_w(lpHotKey)); in profile_items_callback()
1076 if (SUCCEEDED(hr) && lpHotKey) in profile_items_callback()
1077 FIXME("Need to store hotkey %s in shell link\n", debugstr_w(lpHotKey)); in profile_items_callback()
1152 MyFree(lpHotKey); in profile_items_callback()