RecAPI.kRecSetUserDictionary Method (Int32, String, String)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax[DllImportAttribute("kernelapi", EntryPoint = "kRecSetUserDictionaryW",
CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecSetUserDictionary(
int sid,
string pFilename,
string pDefaultSection
)
<DllImportAttribute("kernelapi", EntryPoint := "kRecSetUserDictionaryW",
CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>]
Public Shared Function kRecSetUserDictionary (
sid As Integer,
pFilename As String,
pDefaultSection As String
) As RECERR
public:
[DllImportAttribute(L"kernelapi", EntryPoint = L"kRecSetUserDictionaryW",
CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)]
static RECERR kRecSetUserDictionary(
int sid,
String^ pFilename,
String^ pDefaultSection
)
Parameters
- sid
- Type: System.Int32
- pFilename
- Type: System.String
- pDefaultSection
- Type: System.String
Return Value
Type:
RECERR
See Also