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

Field Documentation

Uint32 filename_id

The ID of file name.

Definition at line 161 of file mresmgr.h.

Uint32 offset

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

Definition at line 166 of file mresmgr.h.

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 158 of file mresmgr.h.


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