gpProfilesReport

GameSpy SDK

gpProfilesReport

Debug function to dump information on known profiles to the console.

void gpProfilesReport(
GPConnection * connection,
void (*)(const char * output) report );
RoutineRequired HeaderDistribution
gpProfilesReport<gp.h>SDKZIP

Parameters

connection
[in] A GP connection interface.
report
[in] A user-supplied function to be triggered with each line of info. See remarks.

Remarks

This is a debug-only function that will dump the contents of the internal profile map to the user-supplied function.

The user-supplied function is most commonly printf.

Section Reference: Gamespy Presence SDK