struct group_info_1 {
unsigned char grpi1_name[GNLEN+1];
unsigned char grpi1_pad_1;
unsigned char LSFAR * LSPTR grpi1_comment;
};
where:
- The first field in this data structure is identical
to that in the previous level.
- grpi1_pad_1 word-aligns the data structure
component.
- grpi1_comment points to an ASCIIZ string containing
the comment or remark of the group. The string can be NULL.
[Back]
[Next]