RecAPIkRecSetUserDictionary Method (Int32, String, String)
|
Note: This API is now obsolete.
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetUserDictionaryW",
CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
[ObsoleteAttribute("Deprecated method")]
public static RECERR kRecSetUserDictionary(
int sid,
string pFilename,
string pDefaultSection
)
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSetUserDictionaryW",
CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>]
<ObsoleteAttribute("Deprecated method")>
Public Shared Function kRecSetUserDictionary (
sid As Integer,
pFilename As String,
pDefaultSection As String
) As RECERR
public:
[DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSetUserDictionaryW",
CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)]
[ObsoleteAttribute(L"Deprecated method")]
static RECERR kRecSetUserDictionary(
int sid,
String^ pFilename,
String^ pDefaultSection
)
Parameters
- sid
- Type: SystemInt32
- pFilename
- Type: SystemString
- pDefaultSection
- Type: SystemString
Return Value
Type:
RECERR
See Also