RecAPIkRecSettingCopyValues Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecSettingCopyValues( IntPtr node, int from_sid, int to_sid, bool whole_subtree )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecSettingCopyValues ( node As IntPtr, from_sid As Integer, to_sid As Integer, whole_subtree As Boolean ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecSettingCopyValues( IntPtr node, int from_sid, int to_sid, bool whole_subtree )