Click or drag to resize

NativeAPIRhInjectLibrary Method

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static void RhInjectLibrary(
	int InTargetPID,
	int InWakeUpTID,
	int InInjectionOptions,
	string InLibraryPath_x86,
	string InLibraryPath_x64,
	IntPtr InPassThruBuffer,
	int InPassThruSize
)

Parameters

InTargetPID
Type: SystemInt32
InWakeUpTID
Type: SystemInt32
InInjectionOptions
Type: SystemInt32
InLibraryPath_x86
Type: SystemString
InLibraryPath_x64
Type: SystemString
InPassThruBuffer
Type: SystemIntPtr
InPassThruSize
Type: SystemInt32
See Also