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 Header.
name Group name.
paneNum The number of panes belonging to the group.
padding (Not used.)

See Also

Lyt
GroupBegin

Revision History

2010/01/26
Initial version.

CONFIDENTIAL