Window Class Macros

These macros define window class utilities.

DECLARE_WND_CLASS

Allows you to specify the name of a new window class.

DECLARE_WND_SUPERCLASS

Allows you to specify the name of an existing window class on which a new window class will be based.

DECLARE_WND_CLASS_EX

Allows you to specify the parameters of a class.

See Also

Other Resources

ATL Macros