RecAPIkRecSettingSave Method (Int32, IntPtr, String, Boolean, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax [DllImportAttribute("KernelAPI.dll", 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
)
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSettingSaveW",
CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>]
Public Shared Function kRecSettingSave (
sid As Integer,
root_of_subtree As IntPtr,
filename As String,
save_all As Boolean,
append As Boolean
) As RECERR
public:
[DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSettingSaveW",
CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)]
static RECERR kRecSettingSave(
int sid,
IntPtr root_of_subtree,
String^ filename,
bool save_all,
bool append
)
Parameters
- sid
- Type: SystemInt32
- root_of_subtree
- Type: SystemIntPtr
- filename
- Type: SystemString
- save_all
- Type: SystemBoolean
- append
- Type: SystemBoolean
Return Value
Type:
RECERRSee Also