次の方法で共有


XblAchievementTitleAssociation

タイトルと実績との間の関連付けを表します。

構文

typedef struct XblAchievementTitleAssociation {  
    const char* name;  
    uint32_t titleId;  
} XblAchievementTitleAssociation  

メンバー

name
型: const char*

ローカライズされたタイトルの UTF-8 エンコードされた名前。

titleId
型: uint32_t

タイトル ID。

以下のメンバーです。

XblAchievement

要件

ヘッダー: achievements_c.h

関連項目

achievements_c