Searched refs:lpMalloc (Results 1 – 1 of 1) sorted by relevance
295 LPMALLOC lpMalloc; in GetInfoTip() local296 HRESULT hr = SHGetMalloc(&lpMalloc); in GetInfoTip()301 wchar_t* pMem = reinterpret_cast<wchar_t*>(lpMalloc->Alloc(len)); in GetInfoTip()308 lpMalloc->Release(); in GetInfoTip()