I want to use the function “findwindowex” (windows API)
I wanted to know what appropriate values for the parameter “ClassName”.
Are the tables that are here show the possible values?
If not – where can I find details of all types “ClassName”?
(Am I understood? I do not know good English.)
I want to use the function findwindowex (windows API) I wanted to know what
Share
No, those are the names of some classes registered by the system. A great many Windows applications will be built with classes registered by those applications.
If you wish to find the name of the window class used by a particular window, use
GetClassName().