Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c460 HGLOBAL hMemRaw = NULL; in clip_mch_set_selection() local
485 hMemRaw = (LPSTR)GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE, in clip_mch_set_selection()
487 lpszMemRaw = (LPSTR)GlobalLock(hMemRaw); in clip_mch_set_selection()
492 GlobalUnlock(hMemRaw); in clip_mch_set_selection()
591 if (hMemRaw) in clip_mch_set_selection()
592 GlobalFree(hMemRaw); in clip_mch_set_selection()