다음을 통해 공유


XblSocialRelationshipChangeEventArgs

소셜 관계 변경에 대한 이벤트 인수입니다.

구문

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

멤버

callerXboxUserId
형식: uint64_t

소셜 그래프 변경이 나열된 사용자의 Xbox 사용자 ID입니다.

socialNotification
형식: XblSocialNotificationType

알림 변경 형식입니다.

xboxUserIds
형식: uint64_t*

이벤트 대상이 되는 Xbox 사용자 ID입니다.

xboxUserIdsCount
형식: size_t

xboxUserIds 배열에 있는 문자열 수입니다.

요건

헤더: social_c.h

참고

social_c