#include <LobbyDBSpec.h>

Public Attributes | |
| RowIdOrHandle | id |
| [in] Which user | |
| RowIdOrHandle | friendId |
| [in] Which friend | |
| long long | creationTime |
| [out] When this row was added to the database. Used by GetFriends_Data only. | |
| bool | userFound |
| [out] If the user was found in the database | |
| bool | friendFound |
| [out] If the friend was found in the database | |
| bool | success |
| [out] If the query succeeded | |
| RakNet::RakString | queryResult |
| [out] Description of the query result. | |
1.5.7.1