Click or drag to resize

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
)

Parameters

InEXEPath
Type: SystemString
InCommandLine
Type: SystemString
InProcessCreationFlags
Type: SystemInt32
OutProcessId
Type: SystemInt32
OutThreadId
Type: SystemInt32
See Also