Freigeben über


XblAchievementsResultGetNextResult

Get XblAchievementsResultHandle from an XblAchievementsResultGetNextAsync call.

Syntax

HRESULT XblAchievementsResultGetNextResult(  
         XAsyncBlock* async,  
         XblAchievementsResultHandle* result  
)  

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.141.GSDK.C.lib

See also

achievements_c