|
ServiceStatusProcessWaitHint Field |
The estimated time required for a pending start, stop, pause, or continue operation, in
milliseconds. Before the specified amount of time has elapsed, the service should make its
next call to the function with either an
incremented value or a change in
. If the amount of time specified by
passes, and has not been
incremented or has not changed, the service control manager
or service control program can assume that an error has occurred and the service should be
stopped. However, if the service shares a process with other services, the service control
manager cannot terminate the service application because it would have to terminate the
other services sharing the process as well.
Namespace: Xcalibur.NativeMethods.V2.ServicesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax Public WaitHint As UInteger
public:
unsigned int WaitHint
val mutable WaitHint: uint32
Field Value
UInt32See Also