This macro allows you to specify the name of a window class that will superclass an existing window class. CWndClassInfo manages the information of the superclass.
At a Glance
| Header file: | Atlwin.h |
| Windows CE versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
Syntax
DECLARE_WND_SUPERCLASS( WndClassName, OrigWndClassName )
See Also