NSpGroup_ReleaseInfo
You can use theNSpGroup_ReleaseInfo
function to release memory held by the group information structure.
void NSpGroup_ReleaseInfo ( NSpGameReference inGame, NSpGroupInfoPtr inInfo);
inGame
- An opaque reference to your game object.
inInfo
- A pointer to an array of group information structures.
DESCRIPTION
For eachNSpGroup_GetInfo
call, you should execute a correspondingNSpGroup_ReleaseInfo
call to release the memory held by the group information structure.