XblAchievementsGetAchievementsForTitleIdResult
Get XblAchievementsResultHandle from an XblAchievementsGetAchievementsForTitleIdAsync call.
Syntax
HRESULT XblAchievementsGetAchievementsForTitleIdResult(
XAsyncBlock* async,
XblAchievementsResultHandle* result
)
Parameters
async _In_
Type: XAsyncBlock*
The same AsyncBlock that passed to XblAchievementsGetAchievementsForTitleIdAsync.
result _Out_
Type: XblAchievementsResultHandle*
Achievement result handle.
Return value
Type: HRESULT
HRESULT return code for this API operation.
Remarks
Use XblAchievementsResultGetAchievements to get the list.
Requirements
Header: achievements_c.h
Library: Microsoft.Xbox.Services.14x.GDK.C.lib