gpGetReverseBuddies

GameSpy SDK

gpGetReverseBuddies

Get profiles that have you on their buddy list.

GPResult gpGetReverseBuddies(
GPConnection * connection,
GPEnum blocking,
GPCallback callback,
void * param );
RoutineRequired HeaderDistribution
gpGetReverseBuddies<gp.h>SDKZIP

Return Value

This function returns GP_NO_ERROR upon success. Otherwise a valid GPResult is returned.

Parameters

connection
[in] A GP connection interface.
blocking
[in] GP_BLOCKING or GP_NON_BLOCKING
callback
[in] A GP callback that will be passed a GPGetReverseBuddiesResponseArg.
param
[in] Pointer to user-defined data. This value will be passed unmodified to the callback function.

Remarks

Get profiles that have you on their buddy list.