XblAchievementsManagerResultHandle

A handle to an achievement manager result.

Syntax

typedef struct XblAchievementsManagerResult * XblAchievementsManagerResultHandle;  

Remarks

This handle is used by other APIs to get the achievement objects and to get the next page of achievements from the service if there is one. The handle must be closed using XblAchievementsManagerResultCloseHandle when the result is no longer needed.

Member of

XblAchievementsManagerResultGetAchievements
XblAchievementsManagerResultDuplicateHandle
XblAchievementsManagerResultCloseHandle

Requirements

Header: achievements_manager_c.h

See also

achievements_manager_c