Searched refs:pMRU (Results 1 – 1 of 1) sorted by relevance
22 CComPtr<IACLCustomMRU> pMRU; // Create an MRU list in AutoComplete_AddMRU() local24 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()