Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1683

Copy to clipboard 1 to 9 via Plugin

$
0
0
I've taken a look at the TakeCmd.h file, and note the following;
Code:
/********************************************************************
 *
 * Clipboard functions
 *
 ********************************************************************/
 
int WINAPI CopyToClipboard( HANDLE nFile );
/*
    Copy the file referenced by the Windows file handle "nFile" to the clipboard
*/
    
int WINAPI CopyTextToClipboard( LPCTSTR pszText, int nLength );
/*
    Copy text (of length "nLength") to the clipboard...

Read more

Viewing all articles
Browse latest Browse all 1683

Trending Articles