Freigeben über


XblSocialRelationshipChangeEventArgs

Event arguments for a social relationship change.

Syntax

typedef struct XblSocialRelationshipChangeEventArgs {  
    uint64_t callerXboxUserId;  
    XblSocialNotificationType socialNotification;  
    uint64_t* xboxUserIds;  
    size_t xboxUserIdsCount;  
} XblSocialRelationshipChangeEventArgs  

Members

callerXboxUserId
Type: uint64_t

The Xbox user ID for the user who's social graph changes are being listed for.

socialNotification
Type: XblSocialNotificationType

The type of notification change.

xboxUserIds
Type: uint64_t*

The Xbox user ids who the event is for.

xboxUserIdsCount
Type: size_t

The number of strings in the xboxUserIds array.

Requirements

Header: social_c.h

See also

social_c