GPNewUserResponseArg

GameSpy SDK

GPNewUserResponseArg

The arg parameter passed to a callback generated by a call to gpNewUser is of this type.

typedef struct 
{
GPResult result;
GPProfile profile;
} GPNewUserResponseArg;

Members

result
The result of the creation attempt; GP_NO_ERROR if successful.
profile
The profile created for the new user, if successful.

Section Reference: Gamespy Presence SDK

See Also: gpNewUser