hClibMemory = GetClipboardData(CF_TEXT);
if(!hClibMemory) // if not text data just go away
{
return S4TK_PasteFailed;
}