vx_req_account_list_buddies_and_groups
Retrieve a list of all buddies and buddy groups for a given account.
#include <VxcRequests.h>
Public Attributes
Name | |
---|---|
vx_req_base_t | base The common properties for all requests. |
VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
int | refresh When set to 1, this interrogates the server for the list of buddies. |
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable account_handle
VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.
variable refresh
int refresh;
When set to 1, this interrogates the server for the list of buddies.
Note: V5 only. This is ignored by V4.
The default value is 0.