GPRegisterCdKeyResponseArg

GameSpy SDK

GPRegisterCdKeyResponseArg

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

typedef struct 
{
GPResult result;
} GPRegisterCdKeyResponseArg;

Members

result
The result of the register uniquenick operation; GP_NO_ERROR if successful.

Section Reference: Gamespy Presence SDK

See Also: gpRegisterCdKey, GPResult