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