RecAPI.kRecGetUserDictionary Method (Int32, String, String)
|
Note: This API is now obsolete.
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax[ObsoleteAttribute("Deprecated method")]
public static RECERR kRecGetUserDictionary(
int sid,
out string pFilename,
out string pDefaultSection
)
<ObsoleteAttribute("Deprecated method")>
Public Shared Function kRecGetUserDictionary (
sid As Integer,
<OutAttribute> ByRef pFilename As String,
<OutAttribute> ByRef pDefaultSection As String
) As RECERR
public:
[ObsoleteAttribute(L"Deprecated method")]
static RECERR kRecGetUserDictionary(
int sid,
[OutAttribute] String^% pFilename,
[OutAttribute] String^% pDefaultSection
)
Parameters
- sid
- Type: System.Int32
- pFilename
- Type: System.String
- pDefaultSection
- Type: System.String
Return Value
Type:
RECERR
See Also