ServiceBase::ServiceHandle Property
.NET Framework (current version)
Gets the service control handle for the service.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
The service control handle is used to communicate with the Service Control Manager (SCM). The handle can be used to update the service control manager's status information for the calling service using the unmanaged SetServiceStatus function.
SecurityPermission
for access to unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode.
.NET Framework
Available since 2.0
Available since 2.0
Show: