RecAPIkRecSetZoneAttribute Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetZoneAttributeW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetZoneAttribute( IntPtr hPage, int nZone, string key, string value )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSetZoneAttributeW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecSetZoneAttribute ( hPage As IntPtr, nZone As Integer, key As String, value As String ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSetZoneAttributeW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetZoneAttribute( IntPtr hPage, int nZone, String^ key, String^ value )