Home
last modified time | relevance | path

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

/reactos/base/applications/regedit/
H A Dtreeview.c566 WCHAR szNewKey[128]; in CreateNewKey() local
589 wsprintf(szNewKey, szNewKeyFormat, iIndex++); in CreateNewKey()
590 …nResult = RegCreateKeyExW(hKey, szNewKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hNew… in CreateNewKey()
605 hNewItem = InsertNode(hwndTV, hItem, szNewKey); in CreateNewKey()