struct server_info_10 {
unsigned char sv10_name[CNLEN + 1];
unsigned char LSFAR *LSPTR sv10_cell;
unsigned char LSFAR *LSPTR sv10_resdom;
};
where:
- The first field in this data structure is identical
to that in the previous level.
- sv10_cell is an ASCIIZ string containing the
name of the cell the server is configured in.
- sv10_resdom is an ASCIIZ string containing
the name of the resource domain the server belongs to.
Note: This level is only valid for DSS servers.
[Back]
[Next]