GPGetReverseBuddiesResponseArg
The arg parameter passed to a callback generated by a call to gpGetReverseBuddies is of this type.
- typedef struct
- {
- GPResult result;
- int numProfiles;
- GPProfileSearchMatch * profiles;
- } GPGetReverseBuddiesResponseArg;
Members
- result
- Result of the inquiry; GP_NO_ERROR if successful.
- numProfiles
- The number of profiles that have you on their buddy list.
- profiles
- The list of profiles found.
Section Reference: Gamespy Presence SDK
See Also: gpGetReverseBuddies