ReactOS 0.4.16-dev-321-g63bb46a
|
#include <winsvc.h>
Public Attributes | |
DWORD | dwResetPeriod |
LPSTR | lpRebootMsg |
LPSTR | lpCommand |
DWORD | cActions |
SC_ACTION * | lpsaActions |
DWORD _SERVICE_FAILURE_ACTIONSA::cActions |
Definition at line 212 of file winsvc.h.
Referenced by AddService(), GetServices(), QueryConfig2A(), QueryFailure(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), SetFailureActions(), and ShowFailureActions().
DWORD _SERVICE_FAILURE_ACTIONSA::dwResetPeriod |
Definition at line 209 of file winsvc.h.
Referenced by QueryConfig2A(), QueryFailure(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), and ShowFailureActions().
LPSTR _SERVICE_FAILURE_ACTIONSA::lpCommand |
Definition at line 211 of file winsvc.h.
Referenced by QueryConfig2A(), QueryFailure(), QueryServiceConfig2A(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), and ShowFailureActions().
LPSTR _SERVICE_FAILURE_ACTIONSA::lpRebootMsg |
Definition at line 210 of file winsvc.h.
Referenced by QueryConfig2A(), QueryFailure(), QueryServiceConfig2A(), RChangeServiceConfig2A(), and RQueryServiceConfig2A().
SC_ACTION * _SERVICE_FAILURE_ACTIONSA::lpsaActions |
Definition at line 213 of file winsvc.h.
Referenced by AddService(), GetServices(), QueryConfig2A(), QueryFailure(), QueryServiceConfig2A(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), SetFailure(), and ShowFailureActions().