GPSuggestUniqueNickResponseArg
The arg parameter passed to a callback generated by a call to gpSuggestUniqueNick is of this type.
- typedef structÂ
- {
- GPResult result;
- int numSuggestedNicks;
- gsi_char ** suggestedNicks;
- }Â GPSuggestUniqueNickResponseArg;
Members
- result
- The result of the suggest uniquenick operation; GP_NO_ERROR if successful.
- numSuggestedNicks
- The number of suggested uniquenicks contained in this struct.
- suggestedNicks
- An array of suggested uniquenicks. The number of elements in the array is specified by numSuggestedNicks.
Section Reference: Gamespy Presence SDK
See Also: gpSuggestUniqueNick, GPResult