Home
last modified time | relevance | path

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

/reactos/base/applications/regedit/
H A Dtreeview.c25 …item_path(HWND hwndTV, HTREEITEM hItem, HKEY* phKey, LPWSTR* pKeyPath, int* pPathLen, int* pMaxLen) in get_item_path() argument
42 …if(!get_item_path(hwndTV, TreeView_GetParent(hwndTV, hItem), phKey, pKeyPath, pPathLen, pMaxLen)) … in get_item_path()
54 maxLen = *pMaxLen - *pPathLen; in get_item_path()
63 newStr = HeapReAlloc(GetProcessHeap(), 0, *pKeyPath, *pMaxLen * 2); in get_item_path()
66 *pMaxLen *= 2; in get_item_path()