RecAPIkRecGetNextZoneByName Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecGetNextZoneByNameW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetNextZoneByName( IntPtr hPage, string pFormFieldName, int PrevZone, out int nZone )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecGetNextZoneByNameW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecGetNextZoneByName ( hPage As IntPtr, pFormFieldName As String, PrevZone As Integer, <OutAttribute> ByRef nZone As Integer ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecGetNextZoneByNameW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetNextZoneByName( IntPtr hPage, String^ pFormFieldName, int PrevZone, [OutAttribute] int% nZone )