> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblSocialManagerEvent

> XblSocialManagerEvent

# XblSocialManagerEvent

소셜 그래프에서 무언가 변경되었다는 이벤트입니다.

## Syntax

```cpp theme={null}
typedef struct XblSocialManagerEvent {  
    XblUserHandle user;  
    XblSocialManagerEventType eventType;  
    hr eventType;  
    XblSocialManagerUserGroupHandle groupAffected;  
    XblSocialManagerUser* usersAffected[XBL_SOCIAL_MANAGER_MAX_AFFECTED_USERS_PER_EVENT];  
} XblSocialManagerEvent  
```

### Members

*user*\
Type: XblUserHandle

그래프가 변경된 사용자입니다.

*eventType*\
Type: [XblSocialManagerEventType](/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagereventtype)

이 이벤트의 유형입니다.

*eventType*\
Type: hr

발생한 오류 또는 S\_OK.

*groupAffected*\
Type: XblSocialManagerUserGroupHandle

XblSocialManagerEventType::SocialUserGroupLoaded에 대해 로드되었거나 XblSocialManagerEventType::SocialUserGroupUpdated에 대해 업데이트된 사용자 그룹입니다. 다른 유형의 이벤트에서는 null이 됩니다.

*usersAffected*\
Type: [XblSocialManagerUser\*](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser)\[XBL\_SOCIAL\_MANAGER\_MAX\_AFFECTED\_USERS\_PER\_EVENT]

영향을 받은 사용자입니다. 반환된 포인터는 다음 XblSocialManagerDoWork 호출 시까지 유효합니다.

## Argument of

[XblSocialManagerDoWork](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerdowork)

## Requirements

**Header:** social\_manager\_c.h

## See also

[social\_manager\_c](/reference/live/xsapi-c/social_manager_c/social_manager_c_members)


## Related topics

- [XblSocialManagerEventType](/ko/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagereventtype.md)
- [Social Manager 개요](/ko/services/xbox-services/community/social-manager/live-social-manager-overview.md)
- [XblSocialManagerUser](/ko/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblSocialManagerDoWork](/ko/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerdowork.md)
- [XblSocialManagerUpdateSocialUserGroup](/ko/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerupdatesocialusergroup.md)
