mGNCS API Reference  v1.5.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 378 of file mcomponent.h.

Field Documentation

◆ handler

void* handler

The event callback pointer

Definition at line 386 of file mcomponent.h.

◆ message

UINT message

The event code

Definition at line 382 of file mcomponent.h.


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