Click or drag to resize

ACE.AdsCreateIndex Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsCreateIndex(
	hObj AS IntPtr,
	strFileName AS STRING,
	strTag AS STRING,
	strExpr AS STRING,
	strCondition AS STRING,
	strWhile AS STRING,
	ulOptions AS DWORD,
	phIndex OUT IntPtr
) AS DWORD
Request Example View Source

Parameters

hObj
Type: IntPtr
strFileName
Type: String
strTag
Type: String
strExpr
Type: String
strCondition
Type: String
strWhile
Type: String
ulOptions
Type: DWord
phIndex
Type: IntPtr

Return Value

Type: DWord
See Also