RecAPIkRecStopWriteImg Method |
Note: This API is now obsolete.
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] [ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecPutImgArea or kRecCreateImg functions.")] public static RECERR kRecStopWriteImg( int sid, out IntPtr hPage )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] <ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecPutImgArea or kRecCreateImg functions.")> Public Shared Function kRecStopWriteImg ( sid As Integer, <OutAttribute> ByRef hPage As IntPtr ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] [ObsoleteAttribute(L"Insecure for managed code. Use the more advanced kRecPutImgArea or kRecCreateImg functions.")] static RECERR kRecStopWriteImg( int sid, [OutAttribute] IntPtr% hPage )