Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dwinclip.c363 HGLOBAL hMemW; in clip_mch_request_selection() local
367 WCHAR *hMemWstr = (WCHAR *)GlobalLock(hMemW); in clip_mch_request_selection()
371 maxlen = (int)(GlobalSize(hMemW) / sizeof(WCHAR)); in clip_mch_request_selection()
386 GlobalUnlock(hMemW); in clip_mch_request_selection()
463 HGLOBAL hMemW = NULL; in clip_mch_set_selection() local
527 lpszMemW = (WCHAR *)GlobalLock(hMemW); in clip_mch_set_selection()
532 GlobalUnlock(hMemW); in clip_mch_set_selection()
576 if (hMemW != NULL) in clip_mch_set_selection()
579 hMemW = NULL; in clip_mch_set_selection()
595 if (hMemW) in clip_mch_set_selection()
[all …]