mGNCS4Touch API Reference  v1.5.0
A set of mGNCS-compliant controls for devices with a touch screen.
Data Fields
_NCS_ICONFLOW_ITEMINFO Struct Reference

#include <miconflow.h>

Data Fields

int index
 
PBITMAP bmp
 
const char * label
 
DWORD addData
 

Detailed Description

Structure of the iconflow item info, contains information about an item. This structure is used for creating or retrieving an item.

Definition at line 70 of file miconflow.h.

Field Documentation

◆ addData

DWORD addData

Attached additional data of this item

Definition at line 88 of file miconflow.h.

◆ bmp

PBITMAP bmp

The bitmap icon of the item

Definition at line 80 of file miconflow.h.

◆ index

int index

The index of the item

Definition at line 75 of file miconflow.h.

◆ label

const char* label

The text label of the item

Definition at line 85 of file miconflow.h.


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