Click or drag to resize

RecAPI.leave_recapiLogO Method

See internal.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
[DllImportAttribute("recdiag", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static IntPtr leave_recapiLogO(
	IntPtr logvd,
	string funcname,
	int rc,
	[CallerFilePathAttribute] string filePath = "",
	[CallerLineNumberAttribute] int lineNumber = 0
)

Parameters

logvd
Type: System.IntPtr
funcname
Type: System.String
rc
Type: System.Int32
filePath (Optional)
Type: System.String
lineNumber (Optional)
Type: System.Int32

Return Value

Type: IntPtr
See Also