Hello oh great Microsoft developing community!
I have just started working with C++ and I want to put a file into the clipboard, if possible on demand. I only have a Bytestream of the file and want to build it when its needed.
I want to have the file in the FormatList (actually, I have the file already there), but use delayed rendering. Only when paste is called the file should be build.
What do I have to do? I am more than confused, do I have to use Ole with Ole.SetClipboard (And what kind of cf-format do I have to put into the Formatetc then? Or is a simple Clipboard.SetData(file.xyz) enough?