RecAPI.kRecCreateEmptySection Method |
Note: This API is now obsolete.
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecCreateEmptySectionW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] [ObsoleteAttribute("Deprecated method")] public static RECERR kRecCreateEmptySection( int sid, string pSectName )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecCreateEmptySectionW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] <ObsoleteAttribute("Deprecated method")> 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)] [ObsoleteAttribute(L"Deprecated method")] static RECERR kRecCreateEmptySection( int sid, String^ pSectName )