RecAPIPlusRecCloseDoc Method
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax[DllImportAttribute("RecAPIPlus.dll", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Ansi)]
public static RECERR RecCloseDoc(
int sid,
IntPtr hDoc
)
<DllImportAttribute("RecAPIPlus.dll", CallingConvention := CallingConvention.StdCall,
CharSet := CharSet.Ansi>]
Public Shared Function RecCloseDoc (
sid As Integer,
hDoc As IntPtr
) As RECERR
public:
[DllImportAttribute(L"RecAPIPlus.dll", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Ansi)]
static RECERR RecCloseDoc(
int sid,
IntPtr hDoc
)
Parameters
- sid
- Type: SystemInt32
- hDoc
- Type: SystemIntPtr
Return Value
Type:
RECERR
See Also