Searched refs:lpszMemW (Results 1 – 1 of 1) sorted by relevance
507 WCHAR *lpszMemW; in clip_mch_set_selection() local527 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()