Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the association between a title and achievements.
Syntax
typedef struct XblAchievementTitleAssociation {
const char* name;
uint32_t titleId;
} XblAchievementTitleAssociation
Members
name
Type: const char*
The UTF-8 encoded localized name of the title.
titleId
Type: uint32_t
The title ID.
Member of
Requirements
Header: achievements_c.h