NativeAPIRhInjectLibraryEx Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static int RhInjectLibraryEx(
int InTargetPID,
int InWakeUpTID,
int InInjectionOptions,
string InLibraryPath_x86,
string InLibraryPath_x64,
IntPtr InPassThruBuffer,
int InPassThruSize
)
Public Shared Function RhInjectLibraryEx (
InTargetPID As Integer,
InWakeUpTID As Integer,
InInjectionOptions As Integer,
InLibraryPath_x86 As String,
InLibraryPath_x64 As String,
InPassThruBuffer As IntPtr,
InPassThruSize As Integer
) As Integer
public:
static int RhInjectLibraryEx(
int InTargetPID,
int InWakeUpTID,
int InInjectionOptions,
String^ InLibraryPath_x86,
String^ InLibraryPath_x64,
IntPtr InPassThruBuffer,
int InPassThruSize
)
static member RhInjectLibraryEx :
InTargetPID : int *
InWakeUpTID : int *
InInjectionOptions : int *
InLibraryPath_x86 : string *
InLibraryPath_x64 : string *
InPassThruBuffer : IntPtr *
InPassThruSize : int -> int
Parameters
- InTargetPID
- Type: SystemInt32
- InWakeUpTID
- Type: SystemInt32
- InInjectionOptions
- Type: SystemInt32
- InLibraryPath_x86
- Type: SystemString
- InLibraryPath_x64
- Type: SystemString
- InPassThruBuffer
- Type: SystemIntPtr
- InPassThruSize
- Type: SystemInt32
Return Value
Type:
Int32See Also