RecAPIkRecGetLastInsertPos Method |
Note: This API is now obsolete.
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] [ObsoleteAttribute("Deprecated method")] public static RECERR kRecGetLastInsertPos( int sid, int nSectIndex, out UIntPtr pPos )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] <ObsoleteAttribute("Deprecated method")> Public Shared Function kRecGetLastInsertPos ( sid As Integer, nSectIndex As Integer, <OutAttribute> ByRef pPos As UIntPtr ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] [ObsoleteAttribute(L"Deprecated method")] static RECERR kRecGetLastInsertPos( int sid, int nSectIndex, [OutAttribute] UIntPtr% pPos )