An audit log entry is written when service-status auditing is on, and a service performs a NetServiceStatus call that updates the service status (svcs_status). An audit entry is written only if the status of one of the following values changes:

struct ae_servicestat {  unsigned short ae_ss_compname; /* offset */
  unsigned short ae_ss_username; /* offset */
  unsigned short ae_ss_svcname;  /* offset */
  unsigned short ae_ss_status;
  unsigned long  ae_ss_code;
  unsigned short ae_ss_text;     /* offset */
  unsigned short ae_ss_returnval;
};

where:


[Back] [Next]