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

Field Documentation

◆ bk_color

DWORD32 bk_color

The back color of window.

Definition at line 233 of file mresmgr.h.

◆ caption_id

Uint32 caption_id

The window caption id.

Definition at line 208 of file mresmgr.h.

◆ class_id

Uint32 class_id

The class id.

Definition at line 199 of file mresmgr.h.

◆ ex_style

DWORD32 ex_style

The extended style of the window.

Definition at line 230 of file mresmgr.h.

◆ font_id

Uint32 font_id

Reserved. The font id of window.

Definition at line 236 of file mresmgr.h.

◆ h

Uint32 h

The height of the window.

Definition at line 224 of file mresmgr.h.

◆ nr_ctrls

Uint32 nr_ctrls

The number of controls.

Definition at line 252 of file mresmgr.h.

◆ nr_props

Uint32 nr_props

The number of window properties.

Definition at line 249 of file mresmgr.h.

◆ offset_adddata

Uint32 offset_adddata

The offset of window additional data.

Definition at line 255 of file mresmgr.h.

◆ offset_ctrls

Uint32 offset_ctrls

The offset of controls.

Definition at line 246 of file mresmgr.h.

◆ offset_props

Uint32 offset_props

The offset of window properties.

Definition at line 243 of file mresmgr.h.

◆ rdr_id

Uint32 rdr_id

The window renderer resource id.

Definition at line 211 of file mresmgr.h.

◆ serial_num

Uint32 serial_num

The serial number of window.

Definition at line 205 of file mresmgr.h.

◆ size

Uint32 size

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

Definition at line 240 of file mresmgr.h.

◆ size_adddata

Uint32 size_adddata

The size of window additional data.

Definition at line 258 of file mresmgr.h.

◆ style

DWORD32 style

The style of the window.

Definition at line 227 of file mresmgr.h.

◆ w

Uint32 w

The width of the window.

Definition at line 221 of file mresmgr.h.

◆ wnd_id

Uint32 wnd_id

The window id.

Definition at line 202 of file mresmgr.h.

◆ x

Sint32 x

The x coordinate of the window.

Definition at line 215 of file mresmgr.h.

◆ y

Sint32 y

The y coordinate of the window.

Definition at line 218 of file mresmgr.h.


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