DGLE2   Young, strong and crazy!
Public Member Functions | Public Attributes | List of all members
TWindowMessage Struct Reference

Structure with window event message information. More...

#include <DGLE_Types.h>

Public Member Functions

 TWindowMessage ()
 
 TWindowMessage (E_WINDOW_MESSAGE_TYPE msg, uint32 param1=0, uint32 param2=0, void *param3=NULL)
 

Public Attributes

E_WINDOW_MESSAGE_TYPE eMessage
 Window message type identifier.
 
uint32 ui32Param1
 Message first parameter.
 
uint32 ui32Param2
 Message second parameter.
 
void * pParam3
 Message third parameter.
 

Detailed Description

Structure with window event message information.

See Also
IEvWindowMessage

Constructor & Destructor Documentation

TWindowMessage ( )
inline
TWindowMessage ( E_WINDOW_MESSAGE_TYPE  msg,
uint32  param1 = 0,
uint32  param2 = 0,
void *  param3 = NULL 
)
inline

Member Data Documentation

Window message type identifier.

void* pParam3

Message third parameter.

Points to specific message data.

uint32 ui32Param1

Message first parameter.

uint32 ui32Param2

Message second parameter.


Sun Nov 16 2014 09:47:30   Generated by   doxygen   Content copyrighted to DGLE Team