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