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

#include <mresmgr.h>

Data Fields

Uint32 size
 
char ext [NCSRT_EXT_LEN+1]
 
void * data
 

Detailed Description

Structure defines the header of incore image resource.

Definition at line 297 of file mresmgr.h.

Field Documentation

◆ data

void* data

The pointer to real image data.

Definition at line 306 of file mresmgr.h.

◆ ext

char ext[NCSRT_EXT_LEN+1]

The extended name of image data.

See also
NCSRT_EXT_LEN

Definition at line 303 of file mresmgr.h.

◆ size

Uint32 size

The size of incore real image data, not include header.

Definition at line 300 of file mresmgr.h.


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