AddMember

Add a new member to the end of a struct/union.

参数

arg1 The type name of the struct/union (parent).

arg2 新成员的类型。

arg3 新成员的名称。

[arg4] 数组大小。大于零的值将使该成员成为一个数组。

[arg5] 从结构的开始偏移,仅用于隐式填充结构。与其他成员重叠是允许的。

结果

此命令不会设置任何结果变量。