XblAchievementTitleAssociation

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

XblAchievement

Requirements

Header: achievements_c.h

See also

achievements_c