Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c298 HGLOBAL hMem = NULL; in clip_mch_request_selection() local
394 str = (char_u *)GlobalLock(hMem); in clip_mch_request_selection()
398 maxlen = (int)GlobalSize(hMem); in clip_mch_request_selection()
443 if (hMem != NULL) in clip_mch_request_selection()
444 GlobalUnlock(hMem); in clip_mch_request_selection()
461 HGLOBAL hMem = NULL; in clip_mch_set_selection() local
547 GlobalUnlock(hMem); in clip_mch_set_selection()
583 SetClipboardData(CF_TEXT, hMem); in clip_mch_set_selection()
584 hMem = 0; in clip_mch_set_selection()
593 if (hMem) in clip_mch_set_selection()
[all …]