Where can I view the size (in bytes) of whatever my clipboard is currently holding in Microsoft Windows 7?

Where can I view the size (in bytes) of whatever my clipboard is currently holding in Microsoft Windows 7?


Solution 1:

You can use the win32clipboard module in python and perform many functions with the data in the Windows clipboard.
You would have to make it from scratch but it's possible to make a function that reads a copy of the data into the VM and examines its size.