hClibMemory = GetClipboardData(CF_TEXT);
if(!hClibMemory) // if not text data just go away
{
return S4TK_PasteFailed;
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: clipboard formatThreaded View
|
Click Here to Expand Forum to Full Width |