ACE.AdsSetScope Method (IntPtr, Word, String, 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,
strScope AS STRING,
usScopeLen AS WORD,
usDataType AS WORD
) AS DWORD
public static uint AdsSetScope(
IntPtr hIndex,
ushort usScopeOption,
string strScope,
ushort usScopeLen,
ushort usDataType
)
Request Example
View SourceParameters
- hIndex
- Type: IntPtr
- usScopeOption
- Type: Word
- strScope
- Type: String
- usScopeLen
- Type: Word
- usDataType
- Type: Word
Return Value
Type:
DWordSee Also