gpProfilesReport
Debug function to dump information on known profiles to the console.
- void gpProfilesReport(
- GPConnection * connection,
- void (*)(const char * output) report );
Routine | Required Header | Distribution |
---|---|---|
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