An array of Win2kSCAction objects that define the failure actions that Windows 2000 should execute when the corresponding service fails. The order that you add the Win2kSCAction objects to the list displayed in the IDE determines the order in which Windows 2000 will execute those actions. For example, the first time the service fails, the Windows 2000 Service Control Manager (SCM) performs the first action. The second time that service fails, it performs the second action.
See the SERVICE_FAILURE_ACTIONS Win32 API help documentation. This value is used for the lpsaActions and cActions fields in this structure.