Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MNComponent.cpp File Reference

#include "MNComponent.h"

Functions

LRESULT CALLBACK GlobalProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 Is used to process all the callback functions.


Variables

vector< REGCOMPONENTclist

Function Documentation

LRESULT CALLBACK GlobalProc HWND    hwnd,
UINT    message,
WPARAM    wParam,
LPARAM    lParam
 

Is used to process all the callback functions.

Parameters:
hwnd  the window handle to the window the events go to
message  the windows message to pass to the callback
wParam  the submessage (see windows docs).
lParam  the subparameter (see windows docs).
Returns:
what the appropriate component's FireEvent() method returns otherwise if returns what DefWindowProc() returns.
See also:
MNComponent::FireEvents


Variable Documentation

vector< REGCOMPONENT > clist
 


Generated on Tue Oct 22 19:00:42 2002 for GuiLib by doxygen1.2.18