GPIsValidEmailResponseArg

GameSpy SDK

GPIsValidEmailResponseArg

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

typedef struct 
{
GPResult result;
gsi_char email[GP_EMAIL_LEN];
GPEnum isValid;
} GPIsValidEmailResponseArg;

Members

result
The result of the inquiry; GP_NO_ERROR if successful.
email
The eMail address being inquired about.
isValid
GPTrue if a user exists with the given eMail address; GPFalse otherwise.

Section Reference: Gamespy Presence SDK