Compounds | ||
struct | AppGeneric | The base structure for applications |
struct | cWinApp | The cWinApp structure is your application object |
These structures represent applications' major building blocks. In fact, your application is an instance of cWinApp (please note that module_t structure contains m_process field that is a pointer to 'your' instance), which is important, since it allows for the usage of forms, controls, as well as other interface elements.
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |