ACEUNPUB.AdsDDSetObjectProperty 方法 (IntPtr, UInt16, String, String, UInt16, Char, UInt16) | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 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
)
查看代码参数
- hDictionary
- 类型:IntPtr
- usObjectType
- 类型:UInt16
- pucParent
- 类型:String
- pucName
- 类型:String
- usPropertyID
- 类型:UInt16
- pucProperty
- 类型:Char
- usPropertyLen
- 类型:UInt16
返回值
类型:
UInt32参见