RecAPIkRecSettingCreateInt Method (IntPtr, STSTYPES, IntPtr, String, STSFLAGS, Int32)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public static RECERR kRecSettingCreateInt(
out IntPtr created_setting,
STSTYPES type,
IntPtr root_of_creation,
string symb_name,
STSFLAGS flags,
int def_value
)
Public Shared Function kRecSettingCreateInt (
<OutAttribute> ByRef created_setting As IntPtr,
type As STSTYPES,
root_of_creation As IntPtr,
symb_name As String,
flags As STSFLAGS,
def_value As Integer
) As RECERR
public:
static RECERR kRecSettingCreateInt(
[OutAttribute] IntPtr% created_setting,
STSTYPES type,
IntPtr root_of_creation,
String^ symb_name,
STSFLAGS flags,
int def_value
)
Parameters
- created_setting
- Type: SystemIntPtr
- type
- Type: Kofax.OmniPageCSDK.ArgTypesSTSTYPES
- root_of_creation
- Type: SystemIntPtr
- symb_name
- Type: SystemString
- flags
- Type: Kofax.OmniPageCSDK.ArgTypesSTSFLAGS
- def_value
- Type: SystemInt32
Return Value
Type:
RECERRSee Also