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
)
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall,
CharSet := CharSet.Ansi>]
Public Shared Function kRecGetItemCount (
sid As Integer,
nSectIndex As UInteger,
<OutAttribute> ByRef pItemCount As UIntPtr
) As RECERR
public:
[DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Ansi)]
static RECERR kRecGetItemCount(
int sid,
unsigned int nSectIndex,
[OutAttribute] UIntPtr% pItemCount
)
Parameters
- sid
- Type: System.Int32
- nSectIndex
- Type: System.UInt32
- pItemCount
- Type: System.UIntPtr
Return Value
Type:
RECERR
See Also