RecAPIkRecSetIntSetting Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetIntSettingW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetIntSetting( int sid, string setting, int new_value )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSetIntSettingW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecSetIntSetting ( sid As Integer, setting As String, new_value As Integer ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSetIntSettingW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetIntSetting( int sid, String^ setting, int new_value )