struct Group
{
ut::BinaryBlockHeader blockHeader;
char name[ResourceNameStrMax];
ut::ResU16 paneNum;
ut::ResU8 padding[2];
};
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.
| blockHeader | Header. | |
|---|---|---|
| name | Group name. | |
| paneNum | The number of panes belonging to the group. | |
| padding | (Not used.) |
CONFIDENTIAL