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