Click or drag to resize

ACEUNPUB.AdsCreateMemTable Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsCreateMemTable(
	hConnection AS IntPtr,
	pucName AS STRING,
	usTableType AS WORD,
	usCharType AS WORD,
	pucFields AS STRING,
	ulSize AS DWORD,
	phTable OUT IntPtr
) AS DWORD
Request Example View Source

Parameters

hConnection
Type: IntPtr
pucName
Type: String
usTableType
Type: Word
usCharType
Type: Word
pucFields
Type: String
ulSize
Type: DWord
phTable
Type: IntPtr

Return Value

Type: DWord
See Also