RecAPIkRecSettingSetDoubleArrayAt Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecSettingSetDoubleArrayAt( int sid, IntPtr sett, int index, double new_value )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecSettingSetDoubleArrayAt ( sid As Integer, sett As IntPtr, index As Integer, new_value As Double ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecSettingSetDoubleArrayAt( int sid, IntPtr sett, int index, double new_value )