RecAPI.kRecRecognize Method (Int32, IntPtr, String)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax[DllImportAttribute("kernelapi", EntryPoint = "kRecRecognizeW", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Unicode)]
public static RECERR kRecRecognize(
int sid,
IntPtr hPage,
string filename
)
<DllImportAttribute("kernelapi", EntryPoint := "kRecRecognizeW", CallingConvention := CallingConvention.StdCall,
CharSet := CharSet.Unicode>]
Public Shared Function kRecRecognize (
sid As Integer,
hPage As IntPtr,
filename As String
) As RECERR
public:
[DllImportAttribute(L"kernelapi", EntryPoint = L"kRecRecognizeW", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Unicode)]
static RECERR kRecRecognize(
int sid,
IntPtr hPage,
String^ filename
)
Parameters
- sid
- Type: System.Int32
- hPage
- Type: System.IntPtr
- filename
- Type: System.String
Return Value
Type:
RECERR
See Also