RecAPI.kRecStopWriteImg Method |
Note: This API is now obsolete.
Namespace: OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", 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", 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", 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 )