Searched refs:hMemVim (Results 1 – 1 of 1) sorted by relevance
462 HGLOBAL hMemVim = NULL; in clip_mch_set_selection() local555 hMemVim = GlobalAlloc(GMEM_MOVEABLE|GMEM_DDESHARE, in clip_mch_set_selection()557 lpszMemVim = (VimClipType_t *)GlobalLock(hMemVim); in clip_mch_set_selection()559 GlobalUnlock(hMemVim); in clip_mch_set_selection()574 SetClipboardData(cbd->format, hMemVim); in clip_mch_set_selection()575 hMemVim = 0; in clip_mch_set_selection()597 if (hMemVim) in clip_mch_set_selection()598 GlobalFree(hMemVim); in clip_mch_set_selection()