Click or drag to resize

RecAPI.kRecAddItemUD Method (Int32, String, String, UInt32)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
[DllImportAttribute("kernelapi", EntryPoint = "kRecAddItemUDW", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Unicode)]
public static RECERR kRecAddItemUD(
	int sid,
	string section,
	string pUDitem,
	uint itemattrib
)

Parameters

sid
Type: System.Int32
section
Type: System.String
pUDitem
Type: System.String
itemattrib
Type: System.UInt32

Return Value

Type: RECERR
See Also