Click or drag to resize

CvInvokeCvErrorCallbackBeginInvoke Method

http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public virtual IAsyncResult BeginInvoke(
	int status,
	IntPtr funcName,
	IntPtr errMsg,
	IntPtr fileName,
	int line,
	IntPtr userData,
	AsyncCallback callback,
	Object object
)

Parameters

status
Type: SystemInt32

[Missing <param name="status"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

funcName
Type: SystemIntPtr

[Missing <param name="funcName"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

errMsg
Type: SystemIntPtr

[Missing <param name="errMsg"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

fileName
Type: SystemIntPtr

[Missing <param name="fileName"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

userData
Type: SystemIntPtr

[Missing <param name="userData"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

See Also