|
EnumServiceStatusProcessDisplayName Field |
A display name that can be used by service control programs, such as Services in Control
Panel, to identify the service. This string has a maximum length of 256 characters. The
case is preserved in the service control manager. Display name comparisons are always
case-insensitive.
Namespace: Xcalibur.NativeMethods.V2.ServicesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public string DisplayName
Public DisplayName As String
public:
String^ DisplayName
val mutable DisplayName: string
Field Value
StringSee Also