Service Status Data Structure

The NetServiceStatus API uses the following data structure:

 
struct service_status {
   unsigned short svcs_status;
   unsigned long  svcs_code;
   unsigned short svcs_pid;
   unsigned char  svcs_text[STXTLEN+1];
};

where:


[Back: Service Level 2]
[Next: NetServiceControl or Net32ServiceControl]