ACE.AdsDDGetIndexFileProperty Method (IntPtr, String, String, Word, Word, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsDDGetIndexFileProperty(
hObject AS IntPtr,
strTableName AS STRING,
strIndexFileName AS STRING,
usPropertyID AS WORD,
pusProperty REF WORD,
pusPropertyLen REF WORD
) AS DWORD
public static uint AdsDDGetIndexFileProperty(
IntPtr hObject,
string strTableName,
string strIndexFileName,
ushort usPropertyID,
ref ushort pusProperty,
ref ushort pusPropertyLen
)
Request Example
View SourceParameters
- hObject
- Type: IntPtr
- strTableName
- Type: String
- strIndexFileName
- Type: String
- usPropertyID
- Type: Word
- pusProperty
- Type: Word
- pusPropertyLen
- Type: Word
Return Value
Type:
DWordSee Also