Click or drag to resize

RecAPI.kRecGetItemCount Method (Int32, UInt32, UIntPtr)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecGetItemCount(
	int sid,
	uint nSectIndex,
	out UIntPtr pItemCount
)

Parameters

sid
Type: System.Int32
nSectIndex
Type: System.UInt32
pItemCount
Type: System.UIntPtr

Return Value

Type: RECERR
See Also