C
void CbMsgDefault( WORD translatedMsg, void * pObj, GOL_MSG * pMsg );
Overview
This function performs the actual state change based on the translated message given. The following state changes are supported:
Translated Message |
Input Source |
Set/Clear State Bit |
Description |
CB_MSG_CHECKED |
Touch Screen, Keyboard |
Set CB_CHECKED |
Check Box will be redrawn in checked state. |
CB_MSG_UNCHECKED |
Touch Screen, Keyboard |
Clear CB_CHECKED |
Check Box will be redrawn in un-checked state. |
Input Parameters
Input Parameters |
Description |
WORD translatedMsg |
The translated message |
GOL_MSG * pMsg |
The pointer to the GOL message |
pCb |
The pointer to the object whose state will be modified |
Returns
none
Preconditions
none
Side Effects
none