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

#include <mresmgr.h>

Data Fields

Uint32 type
 
Uint32 filename_id
 
Uint32 offset
 

Detailed Description

Structure defines resouce type information.

Definition at line 152 of file mresmgr.h.

Field Documentation

◆ filename_id

Uint32 filename_id

The ID of file name.

Definition at line 173 of file mresmgr.h.

◆ offset

Uint32 offset

The offset of the resource type section. relative to the resource package header.

Definition at line 178 of file mresmgr.h.

◆ type

Uint32 type

The resouce type. It can be one of the following values:

  • NCSRT_STRING
    The string resource type.
  • NCSRT_TEXT
    The string text resource type.
  • NCSRT_IMAGE
    The image resource type.
  • NCSRT_UI
    The UI resource type.
  • NCSRT_RDR
    The renderer resource type.
  • NCSRT_RDRSET
    The NCSRT_RDR set resource type.
  • NCSRT_BINARY
    The user-defined data resource type.

Definition at line 170 of file mresmgr.h.


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