| NativeAPIRhInjectLibrary Method  | 
  
    Namespace: 
   EasyHook
    Assembly:
   EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
 Syntax
Syntaxpublic static void RhInjectLibrary(
	int InTargetPID,
	int InWakeUpTID,
	int InInjectionOptions,
	string InLibraryPath_x86,
	string InLibraryPath_x64,
	IntPtr InPassThruBuffer,
	int InPassThruSize
)
Public Shared Sub RhInjectLibrary ( 
	InTargetPID As Integer,
	InWakeUpTID As Integer,
	InInjectionOptions As Integer,
	InLibraryPath_x86 As String,
	InLibraryPath_x64 As String,
	InPassThruBuffer As IntPtr,
	InPassThruSize As Integer
)
public:
static void RhInjectLibrary(
	int InTargetPID, 
	int InWakeUpTID, 
	int InInjectionOptions, 
	String^ InLibraryPath_x86, 
	String^ InLibraryPath_x64, 
	IntPtr InPassThruBuffer, 
	int InPassThruSize
)
static member RhInjectLibrary : 
        InTargetPID : int * 
        InWakeUpTID : int * 
        InInjectionOptions : int * 
        InLibraryPath_x86 : string * 
        InLibraryPath_x64 : string * 
        InPassThruBuffer : IntPtr * 
        InPassThruSize : int -> unit 
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
See Also