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
)
<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: 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