gpProcess
This function does any necessary processing that needs to be done on connection.
- GPResult gpProcess(
- GPConnection * connection );
Routine | Required Header | Distribution |
---|---|---|
gpProcess | <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.
Remarks
This function does any necessary processing that needs to be done on connection. This includes checking for buddy messages, checking for buddy status changes, and completing any non-blocking operations. This functions should be called frequently, typically in the application’s main loop. If an operation is finished during a call to this function, any necessary callbacks will be called.
Section Reference: Gamespy Presence SDK