Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dautocomp.cpp22 CComPtr<IACLCustomMRU> pMRU; // Create an MRU list in AutoComplete_AddMRU() local
24 IID_IACLCustomMRU, (LPVOID *)&pMRU); in AutoComplete_AddMRU()
31 hr = pMRU->Initialize(pszKey, 'z' - 'a' + 1); // Load the list from registry in AutoComplete_AddMRU()
38 hr = pManager->Append(pMRU); // Add to the manager in AutoComplete_AddMRU()