|
WindowsApiSERVICE_FAILURE_ACTIONSlpCommand Field
|
The command line of the process for the CreateProcess function to execute in response to the SC_ACTION_RUN_COMMAND service controller action. This process runs under the same account as the service.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
SyntaxPublic lpCommand As String
public:
String^ lpCommand
val mutable lpCommand: string
View SourceField Value
String
Remarks
If this value is NULL, the command is unchanged. If the value is an empty string (""), the command is deleted and no program is run when the service fails.
See Also