Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c482 LPSTR lpszMemRaw; in clip_mch_set_selection() local
487 lpszMemRaw = (LPSTR)GlobalLock(hMemRaw); in clip_mch_set_selection()
488 if (lpszMemRaw != NULL) in clip_mch_set_selection()
490 STRCPY(lpszMemRaw, p_enc); in clip_mch_set_selection()
491 memcpy(lpszMemRaw + STRLEN(p_enc) + 1, str, txtlen + 1); in clip_mch_set_selection()