mGNCS API Reference  v1.2.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 285 of file mresmgr.h.

Field Documentation

void* data

The pointer to real image data.

Definition at line 294 of file mresmgr.h.

char ext[NCSRT_EXT_LEN+1]

The extended name of image data.

See also
NCSRT_EXT_LEN

Definition at line 291 of file mresmgr.h.

Uint32 size

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

Definition at line 288 of file mresmgr.h.


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