module_t Struct Reference

Collaboration diagram for module_t:

Collaboration graph


Public Attributes

struct DisplayGraphicsm_gfx
struct cWinAppm_process


Detailed Description

Structure of the application module. Contains pointers to the graphics device context and to the current cywin application. Use this structure with the init_module() function.

See also:
init_module , Processes and Modules


Member Data Documentation

struct DisplayGraphics * m_gfx
 

Pointer to graphics device context.

Parameters:
module   The pointer to a module_t object

struct cWinApp * m_process
 

Pointer to the current cywin application.