0

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?

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
grexter89
  • 1,091
  • 10
  • 23
  • Does [this thread](http://stackoverflow.com/questions/18895865/getclipboarddata-on-a-delay-rendered-data-inside-a-clipboard-viewer-causes-recur) help you? – Binkan Salaryman Sep 16 '15 at 11:28
  • No, it doesn't. I'm already handling `WM_DRAWCLIPBOARD` as this message is always sent when the clipboard is changed. But it doesn't help me figuring out if it's rendered delayed. – grexter89 Sep 16 '15 at 11:39
  • 1
    Why does it matter if it's rendered delayed? – Mark Jansen Sep 16 '15 at 11:40
  • It was an answer (http://stackoverflow.com/a/2579846/2352031) to another question that I stumbled upon, that made me concerned about this – grexter89 Sep 16 '15 at 11:48

0 Answers0