Click or drag to resize

NativeAPIRtlCaptureStackBackTrace Method

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static short RtlCaptureStackBackTrace(
	int InFramesToSkip,
	int InFramesToCapture,
	IntPtr OutBackTrace,
	IntPtr OutBackTraceHash
)

Parameters

InFramesToSkip
Type: SystemInt32
InFramesToCapture
Type: SystemInt32
OutBackTrace
Type: SystemIntPtr
OutBackTraceHash
Type: SystemIntPtr

Return Value

Type: Int16
See Also