RecAPI.kRecSettingGetHandle Method (String, IntPtr, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static RECERR kRecSettingGetHandle(
string symb_name,
out IntPtr ret_handle,
out bool has_setting
)
Public Shared Function kRecSettingGetHandle (
symb_name As String,
<OutAttribute> ByRef ret_handle As IntPtr,
<OutAttribute> ByRef has_setting As Boolean
) As RECERR
public:
static RECERR kRecSettingGetHandle(
String^ symb_name,
[OutAttribute] IntPtr% ret_handle,
[OutAttribute] bool% has_setting
)
Parameters
- symb_name
- Type: System.String
- ret_handle
- Type: System.IntPtr
- has_setting
- Type: System.Boolean
Return Value
Type:
RECERR
See Also