RegisterClass
RegisterClass is a fundamental function in the Microsoft Windows operating system's graphical user interface (GUI) programming. It is part of the Windows API and is used to inform the operating system about a new window class. A window class is a template that defines the properties and behavior of a window, such as its appearance, style, and how it handles messages.
When a program needs to create a window, it first defines a window class using the WNDCLASS
Once a window class is registered, a program can create multiple instances of windows based on that