Click or drag to resize

RecAPI.kRecSettingSave Method (Int32, IntPtr, String, Boolean, Boolean)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
[DllImportAttribute("kernelapi", EntryPoint = "kRecSettingSaveW", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Unicode)]
public static RECERR kRecSettingSave(
	int sid,
	IntPtr root_of_subtree,
	string filename,
	bool save_all,
	bool append
)

Parameters

sid
Type: System.Int32
root_of_subtree
Type: System.IntPtr
filename
Type: System.String
save_all
Type: System.Boolean
append
Type: System.Boolean

Return Value

Type: RECERR
See Also