Searched refs:lpszMemRaw (Results 1 – 1 of 1) sorted by relevance
482 LPSTR lpszMemRaw; in clip_mch_set_selection() local487 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()