Searched refs:hMemW (Results 1 – 1 of 1) sorted by relevance
363 HGLOBAL hMemW; in clip_mch_request_selection() local367 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() local527 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 …]