Searched refs:get_item_path (Results 1 – 1 of 1) sorted by relevance
/reactos/base/applications/regedit/ |
H A D | treeview.c | 25 static BOOL get_item_path(HWND hwndTV, HTREEITEM hItem, HKEY* phKey, LPWSTR* pKeyPath, int* pPathLe… in get_item_path() function 42 …if(!get_item_path(hwndTV, TreeView_GetParent(hwndTV, hItem), phKey, pKeyPath, pPathLen, pMaxLen)) … in get_item_path() 92 …if (maxLen == -1 || !hItem || !get_item_path(hwndTV, hItem, phRootKey, &pathBuffer, &pathLen, &max… in GetItemPath()
|