Dec 31, 2010
Post comments count0
Post likes count2

What makes RealGetWindowClass so much more real than GetClassName?

Raymond Chen

There's and then there's . What makes more real? Recall from last time that the functions were added to support Windows accessibility. The goal with is to help accessibility tools identify what kind of window it is working with, even if the application did a little disguising in the form of superclassing. If you ask for the class name o...

Code