RecAPIkRecGetFirstItemUD Method (Int32, String, String, UInt32)
|
Note: This API is now obsolete.
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax [ObsoleteAttribute("Deprecated method")]
public static RECERR kRecGetFirstItemUD(
int sid,
string pSection,
out string pUDitem,
out uint pitemattrib
)
<ObsoleteAttribute("Deprecated method")>
Public Shared Function kRecGetFirstItemUD (
sid As Integer,
pSection As String,
<OutAttribute> ByRef pUDitem As String,
<OutAttribute> ByRef pitemattrib As UInteger
) As RECERR
public:
[ObsoleteAttribute(L"Deprecated method")]
static RECERR kRecGetFirstItemUD(
int sid,
String^ pSection,
[OutAttribute] String^% pUDitem,
[OutAttribute] unsigned int% pitemattrib
)
Parameters
- sid
- Type: SystemInt32
- pSection
- Type: SystemString
- pUDitem
- Type: SystemString
- pitemattrib
- Type: SystemUInt32
Return Value
Type:
RECERRSee Also