Searched refs:lpMalloc (Results 1 – 1 of 1) sorted by relevance
298 LPMALLOC lpMalloc; in GetInfoTip() local299 HRESULT hr = SHGetMalloc(&lpMalloc); in GetInfoTip()304 wchar_t* pMem = reinterpret_cast<wchar_t*>(lpMalloc->Alloc(len)); in GetInfoTip()311 lpMalloc->Release(); in GetInfoTip()
Completed in 24 milliseconds