Click or drag to resize

NativeMethodsredirectError Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.redirectError(OpenCvSharp.CvErrorCallback,System.IntPtr,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static IntPtr redirectError(
	CvErrorCallback errCallback,
	IntPtr userdata,
	ref IntPtr prevUserdata
)

Parameters

errCallback
Type: OpenCvSharpCvErrorCallback

[Missing <param name="errCallback"/> documentation for "M:OpenCvSharp.NativeMethods.redirectError(OpenCvSharp.CvErrorCallback,System.IntPtr,System.IntPtr@)"]

userdata
Type: SystemIntPtr

[Missing <param name="userdata"/> documentation for "M:OpenCvSharp.NativeMethods.redirectError(OpenCvSharp.CvErrorCallback,System.IntPtr,System.IntPtr@)"]

prevUserdata
Type: SystemIntPtr

[Missing <param name="prevUserdata"/> documentation for "M:OpenCvSharp.NativeMethods.redirectError(OpenCvSharp.CvErrorCallback,System.IntPtr,System.IntPtr@)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.redirectError(OpenCvSharp.CvErrorCallback,System.IntPtr,System.IntPtr@)"]

See Also