RecAPIkRecGetNextMatchingTemplate Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetNextMatchingTemplate( IntPtr PrevMatchingId, out IntPtr NextMatchingId, out int Confidence )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecGetNextMatchingTemplate ( PrevMatchingId As IntPtr, <OutAttribute> ByRef NextMatchingId As IntPtr, <OutAttribute> ByRef Confidence As Integer ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetNextMatchingTemplate( IntPtr PrevMatchingId, [OutAttribute] IntPtr% NextMatchingId, [OutAttribute] int% Confidence )