RecAPI.kRecGetNextMatchingTemplate Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetNextMatchingTemplate( IntPtr PrevMatchingId, out IntPtr NextMatchingId, out int Confidence )
<DllImportAttribute("kernelapi", 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", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetNextMatchingTemplate( IntPtr PrevMatchingId, [OutAttribute] IntPtr% NextMatchingId, [OutAttribute] int% Confidence )