![Xcalibur Systems LLC Logo](../icons/logo.png) |
QueryServiceConfigDependencies Field |
A pointer to an array of null-separated names of services or load ordering groups that must
start before this service. The array is doubly null-terminated. If the pointer is NULL or
if it points to an empty string, the service has no dependencies. If a group name is
specified, it must be prefixed by the SC_GROUP_IDENTIFIER (defined in WinSvc.h) character
to differentiate it from a service name, because services and service groups share the same
name space. Dependency on a service means that this service can only run if the service it
depends on is running. Dependency on a group means that this service can run if at least
one member of the group is running after an attempt to start all members of the group.
Namespace: Xcalibur.NativeMethods.V2.ServicesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic IntPtr Dependencies
Public Dependencies As IntPtr
public:
IntPtr Dependencies
val mutable Dependencies: IntPtr
Field Value
IntPtr
See Also