ACE.AdsDDGetProcedureProperty 方法 (IntPtr, String, UInt16, Byte, UInt16) | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 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
)
查看代码参数
- hObject
- 类型:IntPtr
- strProcName
- 类型:String
- usPropertyID
- 类型:UInt16
- pvProperty
- 类型:Byte
- pusPropertyLen
- 类型:UInt16
返回值
类型:
UInt32参见