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