ACE.AdsSetScope Method (IntPtr, Word, Byte, Word, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsSetScope(
hIndex AS IntPtr,
usScopeOption AS WORD,
abScope AS BYTE[],
usScopeLen AS WORD,
usDataType AS WORD
) AS DWORD
public static uint AdsSetScope(
IntPtr hIndex,
ushort usScopeOption,
byte[] abScope,
ushort usScopeLen,
ushort usDataType
)
Request Example
View SourceParameters
- hIndex
- Type: IntPtr
- usScopeOption
- Type: Word
- abScope
- Type: Byte
- usScopeLen
- Type: Word
- usDataType
- Type: Word
Return Value
Type:
DWordSee Also