Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceBase::ServiceHandle Property

 

Gets the service control handle for the service.

Namespace:   System.ServiceProcess
Assembly:  System.ServiceProcess (in System.ServiceProcess.dll)

protected:
property IntPtr ServiceHandle {
	IntPtr get();
}

Property Value

Type: System::IntPtr

An IntPtr structure that contains the service control handle for the service.

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
Return to top
Show:
© 2017 Microsoft