WindowsServiceManager.CreateService

public static IntPtr CreateService( IntPtr SC_HANDLE,
	string lpSvcName,
	string lpDisplayName,
	int dwDesiredAccess,
	int dwServiceType,
	int dwStartType,
	int dwErrorControl,
	string lpPathName,
	string lpLoadOrderGroup,
	int lpdwTagId,
	string lpDependencies,
	string lpServiceStartName,
	string lpPassword );

Parameters

IntPtr SC_HANDLE

string lpSvcName

string lpDisplayName

int dwDesiredAccess

int dwServiceType

int dwStartType

int dwErrorControl

string lpPathName

string lpLoadOrderGroup

int lpdwTagId

string lpDependencies

string lpServiceStartName

string lpPassword


See also:

Class WindowsServiceManager

© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic