Windows supports animated mouse cursors and I want to take a snapshot of all mouse cursor frames live, that is: I want to know exactly which frame of the cursor is being displayed to the user at the moment x (milliseconds is also important). It is essential that the frame index is extracted correctly. I use the DrawIconEx
function for this purpose.
What exists to figure out exactly which frame is being displayed right now?