MS docs being clear as mud (and the class name strings not referenced very often), I was wondering whether the class name of a Win32 window class is actually case sensitive?
feedback
|
|
They are not case-sensitive. Window class names are string ATOMS, and according to MSDN,
| |||
|
feedback
|