GPNewProfileResponseArg
The arg parameter passed to a callback generated by a call to gpNewProfile is of this type.
- typedef struct
- {
- GPResult result;
- GPProfile profile;
- } GPNewProfileResponseArg;
Members
- result
- The result of the inquiry; GP_NO_ERROR if successful.
- profile
- The newly created profile, if successful.
Section Reference: Gamespy Presence SDK