RecAPI.kRecSettingGetNextChild Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecSettingGetNextChild( IntPtr the_parent, IntPtr prev_child, out IntPtr the_child )
<DllImportAttribute("kernelapi", 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", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecSettingGetNextChild( IntPtr the_parent, IntPtr prev_child, [OutAttribute] IntPtr% the_child )