NativeAPIRtlInstallService Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void RtlInstallService(
string InServiceName,
string InExePath,
string InChannelName
)
Public Shared Sub RtlInstallService (
InServiceName As String,
InExePath As String,
InChannelName As String
)
public:
static void RtlInstallService(
String^ InServiceName,
String^ InExePath,
String^ InChannelName
)
static member RtlInstallService :
InServiceName : string *
InExePath : string *
InChannelName : string -> unit
Parameters
- InServiceName
- Type: SystemString
- InExePath
- Type: SystemString
- InChannelName
- Type: SystemString
See Also