struct ripl_machine_info_1 {
unsigned char rmi1_name[CNLEN+1];
unsigned char LSFAR * LSPTR rmi1_remark;
};
where:
- The first field in this data structure is identical
to that in the previous level.
- rmi1_remark points to an ASCIIZ string that
contains descriptive information about the workstation. It can be up to
48 bytes long. This field is optional; a NULL pointer or string indicates
that there is no remark.
[Back]
[Next]