GPDeleteProfileResponseArg

GameSpy SDK

GPDeleteProfileResponseArg

This arg data type contains the data for a delete profile operation. It is generated by a call to the callback passed to gpDeleteProfile.

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

Members

result
Result of the operation.
profile
the profile that was deleted.

Section Reference: Gamespy Presence SDK

See Also: gpDeleteProfile