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