RecAPI.kRecGetUserDictionary Method (Int32, String)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecGetUserDictionary(
int sid,
out string pFilename
)
Public Shared Function kRecGetUserDictionary (
sid As Integer,
<OutAttribute> ByRef pFilename As String
) As RECERR
public:
static RECERR kRecGetUserDictionary(
int sid,
[OutAttribute] String^% pFilename
)
Parameters
- sid
- Type: System.Int32
- pFilename
- Type: System.String
Return Value
Type:
RECERR
See Also