Redigera

Dela via


PlayFab Party Xbox Live Helper Libary Typedefs

The Party Xbox Live Helper Library uses several typedefs for convenient declarations of arrays of core types. Additional typedefs provided by PlayFab Party are used within the PlayFab Party Xbox Live Helper Library.

Arrays

A number of structs and method parameters use constant arrays of core types. To simplify usage and declaration of these arrays, the following typedefs are provided.

typedef const struct PartyXblStateChange * const * PartyXblStateChangeArray;
typedef class PartyXblChatUser * const * PartyXblChatUserArray;
Typedef Core type
PartyXblStateChangeArray PartyXblStateChange
PartyXblChatUserArray PartyLocalUser

Requirements

Header: PartyXboxLive.h

See also

Party typedefs