|
EnumServiceStatusProcessServiceName Field |
The name of a service in the service control manager database. The maximum string length is
256 characters. The service control manager database preserves the case of the characters,
but service name comparisons are always case insensitive. A slash (/), backslash (\),
comma, and space are invalid service name characters.
Namespace: Xcalibur.NativeMethods.V2.ServicesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public string ServiceName
Public ServiceName As String
public:
String^ ServiceName
val mutable ServiceName: string
Field Value
StringSee Also