Movie2Error Delegate

CVB.Net Documentation
Error callback for the Movie2.dll

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb.Movie2 (in Stemmer.Cvb.Movie2.dll) Version: 14.0.0.0
Syntax

public delegate void Movie2Error(
	IntPtr recorder,
	int errorcode,
	string errormessage,
	string errorlocation,
	IntPtr userdata
)

Parameters

recorder
Type: SystemIntPtr
recorder object for which the callback has been invoked
errorcode
Type: SystemInt32
error that occurred
errormessage
Type: SystemString
error message
errorlocation
Type: SystemString
additional error information
userdata
Type: SystemIntPtr
private data pointer
See Also

Reference