Class Methods
| Method | Description |
| Create | Creates a window. |
CWindowImplBase Methods
| Method | Description |
| DefWindowProc | Provides default message processing. |
| GetWndClassInfo | Returns a static instance of CWndClassInfo, which manages the window class information. |
| Subclass Window | Subclasses a window. |
| UnsubclassWindow | Restores a previously subclassed window. |
| WindowProc | Processes messages sent to the window. |