RecAPIkRecLoadImg Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecLoadImg( int sid, IntPtr hIFile, out IntPtr phPage, int page )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecLoadImg ( sid As Integer, hIFile As IntPtr, <OutAttribute> ByRef phPage As IntPtr, page As Integer ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecLoadImg( int sid, IntPtr hIFile, [OutAttribute] IntPtr% phPage, int page )