QUERY_SERVICE_CONFIG class base struct

Contains configuration information for an installed service. It is used by the QueryServiceConfig function.

Inheritance

Constructors

QUERY_SERVICE_CONFIG()

Properties

dwErrorControl int
getter/setter pair
dwServiceType int
getter/setter pair
dwStartType int
getter/setter pair
dwTagId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lpBinaryPathName Pointer<Utf16>
getter/setter pair
lpDependencies Pointer<Utf16>
getter/setter pair
lpDisplayName Pointer<Utf16>
getter/setter pair
lpLoadOrderGroup Pointer<Utf16>
getter/setter pair
lpServiceStartName Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited