Freigeben über


XblTitleHistory

Data about whether the user has played the title.

Syntax

typedef struct XblTitleHistory {  
    bool hasUserPlayed;  
    time_t lastTimeUserPlayed;  
} XblTitleHistory  

Members

hasUserPlayed
Type: bool

Whether the user has played this title.

lastTimeUserPlayed
Type: time_t

The last time the user had played.

Member of

XblSocialManagerUser

Requirements

Header: social_manager_c.h

See also

social_manager_c