struct service_info_2 {
unsigned char svci2_name[SNLEN+1];
unsigned short svci2_status;
unsigned long svci2_code;
unsigned short svci2_pid;
unsigned char svci2_text[STXTLEN+1];
};
where:
- The first four fields in this data structure are identical
to those in the previous level.
- svci2_text is a null reserved ASCIIZ string,
except for stopped services (SERVICE_UNINSTALLED). In this case, svci2_text
specifies a related parameter string for the svci2_code component.
The value in this field cannot be longer than STXTLEN+1 bytes.
[Back]
[Next]