RecAPIkRecGetSectionIndex Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecGetSectionIndexW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetSectionIndex( int sid, string pSection, out UIntPtr pIndex )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecGetSectionIndexW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecGetSectionIndex ( sid As Integer, pSection As String, <OutAttribute> ByRef pIndex As UIntPtr ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecGetSectionIndexW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetSectionIndex( int sid, String^ pSection, [OutAttribute] UIntPtr% pIndex )