nw::lyt::res::Group Structure

Syntax

struct Group
{
   ut::BinaryBlockHeader blockHeader;
   char name[ResourceNameStrMax];
   ut::ResU16 paneNum;
   ut::ResU8 padding[2];
};

Description

Data block for defining a group.

res::DATABLOCKKIND_GROUP is specified for kind in blockHeader.

The following data structure follows this structure.

char panes[paneNum][ResourceNameStrMax]

The names of panes belonging to the group are stored in panes.

Member Variables

blockHeader ut::BinaryBlockHeader Header.
name char Group name.
paneNum ut::ResU16 The number of panes belonging to the group.
padding ut::ResU8 (Not used.)

See Also

Lyt
GroupBegin

Revision History

2010/01/26
Initial version.

CONFIDENTIAL