Skip to main content

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.

Return value

Type: HRESULT HRESULT return code for this API operation.

Requirements

Header: achievements_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

achievements_c
Last modified on August 4, 2026