Click or drag to resize

RecAPI._kRecGetSectionContentW Method

See kRecGetSectionContent.

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
[DllImportAttribute("kernelapi", EntryPoint = "kRecGetSectionContentW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR _kRecGetSectionContentW(
	int sid,
	string section,
	out IntPtr pString,
	out uint pAttrib
)

Parameters

sid
Type: System.Int32
section
Type: System.String
pString
Type: System.IntPtr
pAttrib
Type: System.UInt32

Return Value

Type: RECERR
See Also