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