|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winsvc.h>

Public Attributes | |
| DWORD | dwResetPeriod |
| LPSTR | lpRebootMsg |
| LPSTR | lpCommand |
| DWORD | cActions |
| SC_ACTION * | lpsaActions |
| DWORD _SERVICE_FAILURE_ACTIONSA::cActions |
Definition at line 218 of file winsvc.h.
Referenced by AddService(), GetServices(), QueryConfig2A(), QueryFailure(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), SetFailureActions(), and ShowFailureActions().
| DWORD _SERVICE_FAILURE_ACTIONSA::dwResetPeriod |
Definition at line 215 of file winsvc.h.
Referenced by QueryConfig2A(), QueryFailure(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), and ShowFailureActions().
| LPSTR _SERVICE_FAILURE_ACTIONSA::lpCommand |
Definition at line 217 of file winsvc.h.
Referenced by QueryConfig2A(), QueryFailure(), QueryServiceConfig2A(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), and ShowFailureActions().
| LPSTR _SERVICE_FAILURE_ACTIONSA::lpRebootMsg |
Definition at line 216 of file winsvc.h.
Referenced by QueryConfig2A(), QueryFailure(), QueryServiceConfig2A(), RChangeServiceConfig2A(), and RQueryServiceConfig2A().
| SC_ACTION * _SERVICE_FAILURE_ACTIONSA::lpsaActions |
Definition at line 219 of file winsvc.h.
Referenced by AddService(), GetServices(), QueryConfig2A(), QueryFailure(), QueryServiceConfig2A(), RChangeServiceConfig2A(), RQueryServiceConfig2A(), SetFailure(), and ShowFailureActions().