SERVICE_NOTIFY_2 class base struct

Represents service status notification information. It is used by the NotifyServiceStatusChange function.

Inheritance

Constructors

SERVICE_NOTIFY_2()

Properties

dwNotificationStatus int
getter/setter pair
dwNotificationTriggered int
getter/setter pair
dwVersion int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pContext Pointer<NativeType>
getter/setter pair
pfnNotifyCallback Pointer<NativeFunction<PFN_SC_NOTIFY_CALLBACK>>
getter/setter pair
pszServiceNames Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ServiceStatus SERVICE_STATUS_PROCESS
getter/setter pair

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