RecAPIkRecWriteImg 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 kRecWriteImg( int sid, byte[] pBuff )
<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 kRecWriteImg ( sid As Integer, pBuff As Byte() ) 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 kRecWriteImg( int sid, [InAttribute] array<unsigned char>^ pBuff )