RecAPIkRecGetSectionIndex Method |
Note: This API is now obsolete.
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecGetSectionIndexW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] [ObsoleteAttribute("Deprecated method")] public static RECERR kRecGetSectionIndex( int sid, string pSection, out UIntPtr pIndex )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecGetSectionIndexW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] <ObsoleteAttribute("Deprecated method")> 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)] [ObsoleteAttribute(L"Deprecated method")] static RECERR kRecGetSectionIndex( int sid, String^ pSection, [OutAttribute] UIntPtr% pIndex )