I have an application where I am passing a handle ID of a window and calling UpdateWindow() method on that.The Problem is for small applications like notepad it takes hardly some 100 ms to finish updating the window,where as for my application it takes 1 min to finish updating the window.
Hence,I wanted to know what are the methods which are being called in the background ,so that I can identify where is the time lag for my application.