XblAchievementsResultGetNextResult
Get XblAchievementsResultHandle from an XblAchievementsResultGetNextAsync call.Syntax
Parameters
async _In_Type: XAsyncBlock* The same AsyncBlock that passed to XblAchievementsResultGetNextAsync. result _Out_
Type: XblAchievementsResultHandle* Returns the next achievement result handle. Note that this is a separate handle than the one passed to the XblAchievementsResultGetNextAsync API. Each result handle must be closed separately.
