GPCheckResponseArg
The arg parameter passed to a callback generated by a call to gpCheckUser is of this type.
- typedef struct
- {
- GPResult result;
- GPProfile profile;
- } GPCheckResponseArg;
Members
- result
- Result of the check; GP_NO_ERROR if successful.
- profile
- Profile for the user being checked.
Section Reference: Gamespy Presence SDK
See Also: GPCallback, gpCheckUser, GPResult