Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c542 LPSTR lpszMem = (LPSTR)GlobalLock(hMem); in clip_mch_set_selection() local
544 if (lpszMem) in clip_mch_set_selection()
546 mch_memmove((char_u *)lpszMem, str, metadata.txtlen); in clip_mch_set_selection()