mGNCS API Reference  v1.2.0
A new control set and a new framework for MiniGUI apps
Data Fields
_NCS_EVENT_HANDLER Struct Reference

#include <mcomponent.h>

Data Fields

UINT message
 
void * handler
 

Detailed Description

A struct of event-handler mapping

Note
only used for param
See also
NCS_EVENT_HANDLER_NODE

Definition at line 366 of file mcomponent.h.

Field Documentation

void* handler

The event callback pointer

Definition at line 374 of file mcomponent.h.

UINT message

The event code

Definition at line 370 of file mcomponent.h.


The documentation for this struct was generated from the following file: