We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785f7f3 commit 2f76bdeCopy full SHA for 2f76bde
src/um/winsvc.rs
@@ -204,6 +204,9 @@ STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
204
lpsaActions: LPSC_ACTION,
205
}}
206
pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
207
+STRUCT!{struct SERVICE_DELAYED_AUTO_START_INFO {
208
+ fDelayedAutostart: BOOL,
209
+}}
210
STRUCT!{struct SERVICE_FAILURE_ACTIONS_FLAG {
211
fFailureActionsOnNonCrashFailures: BOOL,
212
0 commit comments