-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFBANext.spa.h
125 lines (87 loc) · 2.38 KB
/
FBANext.spa.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
////////////////////////////////////////////////////////////////////
//
// FBANext.spa.h
//
// Auto-generated on Thursday, 26 January 2012 at 23:26:25
// Xbox LIVE Game Config project version 1.0.17.0
// SPA Compiler version 1.0.0.0
//
////////////////////////////////////////////////////////////////////
#ifndef __FBANEXT_SPA_H__
#define __FBANEXT_SPA_H__
#ifdef __cplusplus
extern "C" {
#endif
//
// Title info
//
#define TITLEID_FBANEXT 0xFBAFBA00
//
// Context ids
//
// These values are passed as the dwContextId to XUserSetContext.
//
//
// Context values
//
// These values are passed as the dwContextValue to XUserSetContext.
//
// Values for X_CONTEXT_PRESENCE
// Values for X_CONTEXT_GAME_MODE
//
// Property ids
//
// These values are passed as the dwPropertyId value to XUserSetProperty
// and as the dwPropertyId value in the XUSER_PROPERTY structure.
//
//
// Achievement ids
//
// These values are used in the dwAchievementId member of the
// XUSER_ACHIEVEMENT structure that is used with
// XUserWriteAchievements and XUserCreateAchievementEnumerator.
//
//
// AvatarAssetAward ids
//
//
// Stats view ids
//
// These are used in the dwViewId member of the XUSER_STATS_SPEC structure
// passed to the XUserReadStats* and XUserCreateStatsEnumerator* functions.
//
// Skill leaderboards for ranked game modes
// Skill leaderboards for unranked (standard) game modes
// Title defined leaderboards
#define STATS_VIEW_FBANEXTLEADER 1
//
// Stats view column ids
//
// These ids are used to read columns of stats views. They are specified in
// the rgwColumnIds array of the XUSER_STATS_SPEC structure. Rank, rating
// and gamertag are not retrieved as custom columns and so are not included
// in the following definitions. They can be retrieved from each row's
// header (e.g., pStatsResults->pViews[x].pRows[y].dwRank, etc.).
//
// Column ids for FBANEXTLEADER
//
// Matchmaking queries
//
// These values are passed as the dwProcedureIndex parameter to
// XSessionSearch to indicate which matchmaking query to run.
//
//
// Gamer pictures
//
// These ids are passed as the dwPictureId parameter to XUserAwardGamerTile.
//
//
// Strings
//
// These ids are passed as the dwStringId parameter to XReadStringsFromSpaFile.
//
#define SPASTRING_FBANEXTLEADER_NAME 2
#ifdef __cplusplus
}
#endif
#endif // __FBANEXT_SPA_H__