RecAPIkRecGetMatchingInfo Method (IntPtr, String)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public static RECERR kRecGetMatchingInfo(
IntPtr MatchId,
out string FullName
)
Public Shared Function kRecGetMatchingInfo (
MatchId As IntPtr,
<OutAttribute> ByRef FullName As String
) As RECERR
public:
static RECERR kRecGetMatchingInfo(
IntPtr MatchId,
[OutAttribute] String^% FullName
)
Parameters
- MatchId
- Type: SystemIntPtr
- FullName
- Type: SystemString
Return Value
Type:
RECERRSee Also