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