struct ripl_machine_info_12 {
unsigned char rmi12_name[CNLEN+1];
unsigned char LSFAR * LSPTR rmi12_remark;
unsigned char rmi12_adapter_address[NNLEN+1];
unsigned char rmi12_pad_1;
unsigned char rmi12_model_name[CNLEN+1];
}
where:
- The first four fields in this data structure are identical
to those in the previous level.
- rmi12_model_name is an ASCIIZ string that contains
the name of an existing RIPL client to be used as a model when creating
a new (clone) RIPL client.
[Back]
[Next]