vx_resp_account_list_buddies_and_groups

More...

#include <VxcResponses.h>

Public Attributes

Name
vx_resp_base_tbase
The common properties for all responses.
intbuddy_count
The number of buddies found in the list.
intgroup_count
The number of groups found in the list.
vx_buddy_t **buddies
A collection of buddy structures.
vx_group_t **groups
A collection of group structures.

Detailed Description

struct vx_resp_account_list_buddies_and_groups;

See: vx_req_account_list_buddies_and_groups

Public Attributes Documentation

variable base

vx_resp_base_t base;

The common properties for all responses.

variable buddy_count

int buddy_count;

The number of buddies found in the list.

variable group_count

int group_count;

The number of groups found in the list.

variable buddies

vx_buddy_t ** buddies;

A collection of buddy structures.

variable groups

vx_group_t ** groups;

A collection of group structures.