struct service_info_1 {
unsigned char svci1_name[SNLEN+1];
unsigned short svci1_status;
unsigned long svci1_code;
unsigned short svci1_pid;
};
where:
- The first field in this data structure is identical
to that in the previous level.
- svci1_status is a bit map denoting the status
of the network service. These bits are mapped the same as those for svcs_code.
- If the service fails, svci1_code is the error
code returned. In the case of a pending service, however, this parameter
serves as a bit-map mask providing information about that pending service.
The values for this field are the same as those for svcs_code.
- svci1_pid is the process identification number
(PID) of a service.
[Back]
[Next]