次の方法で共有


XblStatisticChangeEventArgs

サブスクライブした統計の変化に関する情報を格納します。

構文

typedef struct XblStatisticChangeEventArgs {  
    uint64_t xboxUserId;  
    char serviceConfigurationId[XBL_SCID_LENGTH];  
    XblStatistic latestStatistic;  
} XblStatisticChangeEventArgs  

メンバー

xboxUserId
型: uint64_t

サブスクリプションの作成に使用される Xbox ユーザー ID。

serviceConfigurationId
型: char[XBL_SCID_LENGTH]

サブスクリプションの作成に使用されるサービス コンフィグ ID。

latestStatistic
型: XblStatistic

更新された値を使用した統計情報。

以下の引数:

XblStatisticChangedHandler

要件

ヘッダー: user_statistics_c.h

関連項目

user_statistics_c