RecAPIkRecCreateEmptySection Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecCreateEmptySectionW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecCreateEmptySection( int sid, string pSectName )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecCreateEmptySectionW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecCreateEmptySection ( sid As Integer, pSectName As String ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecCreateEmptySectionW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecCreateEmptySection( int sid, String^ pSectName )