RecAPI.kRecGetSectionIndex Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", EntryPoint = "kRecGetSectionIndexW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetSectionIndex( int sid, string pSection, out UIntPtr pIndex )
<DllImportAttribute("kernelapi", 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", EntryPoint = L"kRecGetSectionIndexW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetSectionIndex( int sid, String^ pSection, [OutAttribute] UIntPtr% pIndex )