Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c367 WCHAR *hMemWstr = (WCHAR *)GlobalLock(hMemW); in clip_mch_request_selection() local
382 if (hMemWstr[str_size] == NUL) in clip_mch_request_selection()
385 to_free = str = utf16_to_enc((short_u *)hMemWstr, &str_size); in clip_mch_request_selection()