There is a difference in the MSDN description, however, I do not understand what the text means, what is the difference.
The function GetClassName
returns the name of the class to which the specified window belongs. The RealGetWindowClass function retrieves a string that indicates the type of window.
As an example, you can use windows calc.exe From GetClassName you get "SciCalc"
From RealGetWindowClass you get "# 32770"
I assume that I am really asking what is the "Window Type" compared to the "Window Class Name"?
source
share