NativeAPIRtlCreateSuspendedProcess Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void RtlCreateSuspendedProcess(
string InEXEPath,
string InCommandLine,
int InProcessCreationFlags,
out int OutProcessId,
out int OutThreadId
)
Public Shared Sub RtlCreateSuspendedProcess (
InEXEPath As String,
InCommandLine As String,
InProcessCreationFlags As Integer,
<OutAttribute> ByRef OutProcessId As Integer,
<OutAttribute> ByRef OutThreadId As Integer
)
public:
static void RtlCreateSuspendedProcess(
String^ InEXEPath,
String^ InCommandLine,
int InProcessCreationFlags,
[OutAttribute] int% OutProcessId,
[OutAttribute] int% OutThreadId
)
static member RtlCreateSuspendedProcess :
InEXEPath : string *
InCommandLine : string *
InProcessCreationFlags : int *
OutProcessId : int byref *
OutThreadId : int byref -> unit
Parameters
- InEXEPath
- Type: SystemString
- InCommandLine
- Type: SystemString
- InProcessCreationFlags
- Type: SystemInt32
- OutProcessId
- Type: SystemInt32
- OutThreadId
- Type: SystemInt32
See Also