RecAPIkRecStartWriteImg 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 kRecStartWriteImg( int sid, IMG_INFO pImg )
<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 kRecStartWriteImg ( sid As Integer, pImg As IMG_INFO ) 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 kRecStartWriteImg( int sid, [InAttribute] IMG_INFO^ pImg )