RecAPI.kRecSettingCreateInt Method (IntPtr, STSTYPES, String, STSFLAGS, Int32)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecSettingCreateInt(
out IntPtr created_setting,
STSTYPES type,
string symb_name,
STSFLAGS flags,
int def_value
)
Public Shared Function kRecSettingCreateInt (
<OutAttribute> ByRef created_setting As IntPtr,
type As STSTYPES,
symb_name As String,
flags As STSFLAGS,
def_value As Integer
) As RECERR
public:
static RECERR kRecSettingCreateInt(
[OutAttribute] IntPtr% created_setting,
STSTYPES type,
String^ symb_name,
STSFLAGS flags,
int def_value
)
Parameters
- created_setting
- Type: System.IntPtr
- type
- Type: OmniPageCSDK.ArgTypes.STSTYPES
- symb_name
- Type: System.String
- flags
- Type: OmniPageCSDK.ArgTypes.STSFLAGS
- def_value
- Type: System.Int32
Return Value
Type:
RECERR
See Also