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