lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 312 forks source link

How to get ClassName? #114

Open smp12345 opened 3 years ago

smp12345 commented 3 years ago

I get all the child window handle through enumeration(EnumChildWindows) . How do I get the class name of each child window according to the handle?