ACE.AdsDDSetProcedureProperty Method (IntPtr, String, Word, Char, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsDDSetProcedureProperty(
hDictionary AS IntPtr,
strProcedureName AS STRING,
usPropertyID AS WORD,
strProperty AS CHAR[],
usPropertyLen AS WORD
) AS DWORD
public static uint AdsDDSetProcedureProperty(
IntPtr hDictionary,
string strProcedureName,
ushort usPropertyID,
char[] strProperty,
ushort usPropertyLen
)
Request Example
View SourceParameters
- hDictionary
- Type: IntPtr
- strProcedureName
- Type: String
- usPropertyID
- Type: Word
- strProperty
- Type: Char
- usPropertyLen
- Type: Word
Return Value
Type:
DWordSee Also