RecAPI_kRecGetSectionContentW Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecGetSectionContentW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR _kRecGetSectionContentW( int sid, string section, out IntPtr pString, out uint pAttrib )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecGetSectionContentW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function _kRecGetSectionContentW ( sid As Integer, section As String, <OutAttribute> ByRef pString As IntPtr, <OutAttribute> ByRef pAttrib As UInteger ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecGetSectionContentW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR _kRecGetSectionContentW( int sid, String^ section, [OutAttribute] IntPtr% pString, [OutAttribute] unsigned int% pAttrib )