Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c507 WCHAR *lpszMemW; in clip_mch_set_selection() local
527 lpszMemW = (WCHAR *)GlobalLock(hMemW); in clip_mch_set_selection()
528 if (lpszMemW != NULL) in clip_mch_set_selection()
530 memcpy(lpszMemW, out, len * sizeof(WCHAR)); in clip_mch_set_selection()
531 lpszMemW[len] = NUL; in clip_mch_set_selection()