ACE.AdsDDSetSubscriptionProperty Method (IntPtr, String, Word, Byte, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsDDSetSubscriptionProperty(
hDictionary AS IntPtr,
strSubscriptionName AS STRING,
usPropertyID AS WORD,
pvProperty AS BYTE[],
usPropertyLen AS WORD
) AS DWORD
public static uint AdsDDSetSubscriptionProperty(
IntPtr hDictionary,
string strSubscriptionName,
ushort usPropertyID,
byte[] pvProperty,
ushort usPropertyLen
)
Request Example
View SourceParameters
- hDictionary
- Type: IntPtr
- strSubscriptionName
- Type: String
- usPropertyID
- Type: Word
- pvProperty
- Type: Byte
- usPropertyLen
- Type: Word
Return Value
Type:
DWordSee Also