RecAPIkRecSettingGetNextChild Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecSettingGetNextChild( IntPtr the_parent, IntPtr prev_child, out IntPtr the_child )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecSettingGetNextChild ( the_parent As IntPtr, prev_child As IntPtr, <OutAttribute> ByRef the_child As IntPtr ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecSettingGetNextChild( IntPtr the_parent, IntPtr prev_child, [OutAttribute] IntPtr% the_child )