[get]
[get]
[set]
Properties for the Property method.
Properties for the Property method.
| AccBuddyListProp_Session | The IAccSession associated with this buddy list [get] IAccSession** |
| AccBuddyListProp_MaxGroupCount | The maximum number of groups allowed on the buddy list [get] xp_s32* |
| AccBuddyListProp_MaxBuddyCount | The maximum number of buddies allowed on the buddy list [get] xp_s32* |
| AccBuddyListProp_MaxGroupNameLength | The maximum length a group name can be [get] xp_s32* |
| AccBuddyListProp_MaxBuddyNameLength | The maximum length a buddy name can be [get] xp_s32* |
| AccBuddyListProp_MaxBuddyCountPerGroup | The maximum number of buddies that can be in a group [get] xp_s32* |
| AccBuddyListProp_Ready | Determines if state information has been received for all buddies on the buddy list [get] xp_bool* |
Retrieves a specific group by its position in the list.
Get the group position given a group object.
| HRESULT IAccBuddyList::InsertGroup | ( | [in] xp_kvariant | group, | |
| [in, defaultvalue(-1)] xp_int | position, | |||
| [out, retval, defaultvalue(0)] IAccGroup ** | groupRetval | |||
| ) |
Inserts a new group to the Buddy List in the given position. Specify -1 for position to add to the end of the list.
| HRESULT IAccBuddyList::RemoveGroup | ( | [in] xp_int | position | ) |
Removes the given group from the Buddy List.
Moves the position of the given group in the Buddy List.
| HRESULT IAccBuddyList::MoveBuddy | ( | [in] xp_int | fromGroup, | |
| [in] xp_int | fromPosition, | |||
| [in] xp_int | toGroup, | |||
| [in] xp_int | toPosition | |||
| ) |
Moves the position of the given buddy in the Buddy List.
Finds the group in the Buddy List.
Finds the buddy in the Buddy List.
| HRESULT IAccBuddyList::GetFrequentBuddies | ( | [in, defaultvalue(0)] xp_int | num, | |
| [out, retval] xp_variant * | sortedBuddies | |||
| ) |
Gets the "num" most frequent-accessed users, as a list of IAccUsers. If num is 0, a system default is used.
xp_int IAccBuddyList::GroupCount [get] |
Get the number of groups in the buddy list.
| xp_variant IAccBuddyList::Property( [in] AccBuddyListProp property) | ( | [in] AccBuddyListProp | property | ) | [get] |
Get a specific property of the Buddy List.
| xp_kvariant IAccBuddyList::Property( [in] AccBuddyListProp property) | ( | [in] AccBuddyListProp | property | ) | [set] |
Set a specific property of the Buddy List.