NativeAPIRhIsX64Process Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void RhIsX64Process(
int InProcessId,
out bool OutResult
)
Public Shared Sub RhIsX64Process (
InProcessId As Integer,
<OutAttribute> ByRef OutResult As Boolean
)
public:
static void RhIsX64Process(
int InProcessId,
[OutAttribute] bool% OutResult
)
static member RhIsX64Process :
InProcessId : int *
OutResult : bool byref -> unit
Parameters
- InProcessId
- Type: SystemInt32
- OutResult
- Type: SystemBoolean
See Also