ServicesControlOpenService Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static IntPtr OpenService(
	IntPtr hSCM,
	string sServiceName,
	int iDesiredAccess
)

Parameters

hSCM  IntPtr
 
sServiceName  String
 
iDesiredAccess  Int32
 

Return Value

IntPtr

See Also