I'm currently working on a clipboard monitor/history. As of now it works pretty well, but I'm concerned about clipboard data using delayed rendering. I would like to just ignore those, but I can't seem to figure out if the current data in the clipboard is rendered delayed.
I already checked user32.dll
clipboard functions, but it doesn't seem I can use one of those.
Is there a way to figure out, if the data is rendered delayed?