Click or drag to resize

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

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecDeleteItemUDW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecDeleteItemUD(
	int sid,
	string pSection,
	string pUDitem,
	uint itemattrib
)

Parameters

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

Return Value

Type: RECERR
See Also