Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx295 LPMALLOC lpMalloc; in GetInfoTip() local
296 HRESULT hr = SHGetMalloc(&lpMalloc); in GetInfoTip()
301 wchar_t* pMem = reinterpret_cast<wchar_t*>(lpMalloc->Alloc(len)); in GetInfoTip()
308 lpMalloc->Release(); in GetInfoTip()