GPConnectResponseArg
The arg parameter passed through to a GPCallback call after attempting to connect is of this type.
- typedef struct
- {
- GPResult result;
- GPProfile profile;
- gsi_char uniquenick[GP_UNIQUENICK_LEN];
- } GPConnectResponseArg;
Members
- result
- Result of the connection; GP_NO_ERROR if successful.
- profile
- Profile for the user being connected.
- uniquenick
- Uniquenick for the newly connected user.
Section Reference: Gamespy Presence SDK
See Also: gpConnect, GPCallback, GPResult