RecAPIkRecSettingSave Method (Int32, IntPtr, String, Boolean, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.0.0.0 (22.0.22462.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
)
<DllImportAttribute("kernelapi", 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", 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:
RECERR
See Also