Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c462 HGLOBAL hMemVim = NULL; in clip_mch_set_selection() local
555 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()