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

#include <mresmgr.h>

Data Fields

Uint32 class_id
 
Uint32 wnd_id
 
Uint32 serial_num
 
Uint32 caption_id
 
Uint32 rdr_id
 
Sint32 x
 
Sint32 y
 
Uint32 w
 
Uint32 h
 
DWORD32 style
 
DWORD32 ex_style
 
DWORD32 bk_color
 
Uint32 font_id
 
Uint32 size
 
Uint32 offset_props
 
Uint32 offset_ctrls
 
Uint32 nr_props
 
Uint32 nr_ctrls
 
Uint32 offset_adddata
 
Uint32 size_adddata
 

Detailed Description

Structure defines UI resource header.

Definition at line 184 of file mresmgr.h.

Field Documentation

DWORD32 bk_color

The back color of window.

Definition at line 221 of file mresmgr.h.

Uint32 caption_id

The window caption id.

Definition at line 196 of file mresmgr.h.

Uint32 class_id

The class id.

Definition at line 187 of file mresmgr.h.

DWORD32 ex_style

The extended style of the window.

Definition at line 218 of file mresmgr.h.

Uint32 font_id

Reserved. The font id of window.

Definition at line 224 of file mresmgr.h.

Uint32 h

The height of the window.

Definition at line 212 of file mresmgr.h.

Uint32 nr_ctrls

The number of controls.

Definition at line 240 of file mresmgr.h.

Uint32 nr_props

The number of window properties.

Definition at line 237 of file mresmgr.h.

Uint32 offset_adddata

The offset of window additional data.

Definition at line 243 of file mresmgr.h.

Uint32 offset_ctrls

The offset of controls.

Definition at line 234 of file mresmgr.h.

Uint32 offset_props

The offset of window properties.

Definition at line 231 of file mresmgr.h.

Uint32 rdr_id

The window renderer resource id.

Definition at line 199 of file mresmgr.h.

Uint32 serial_num

The serial number of window.

Definition at line 193 of file mresmgr.h.

Uint32 size

The size of window information, which contains properties, additional data and sub controls.

Definition at line 228 of file mresmgr.h.

Uint32 size_adddata

The size of window additional data.

Definition at line 246 of file mresmgr.h.

DWORD32 style

The style of the window.

Definition at line 215 of file mresmgr.h.

Uint32 w

The width of the window.

Definition at line 209 of file mresmgr.h.

Uint32 wnd_id

The window id.

Definition at line 190 of file mresmgr.h.

Sint32 x

The x coordinate of the window.

Definition at line 203 of file mresmgr.h.

Sint32 y

The y coordinate of the window.

Definition at line 206 of file mresmgr.h.


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