> ## 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.

# XblSocialManagerRemoveLocalUser

> XblSocialManagerRemoveLocalUser

# XblSocialManagerRemoveLocalUser

지정된 로컬 사용자에 대한 소셜 그래프를 즉시 제거합니다.

## Syntax

```cpp theme={null}
HRESULT XblSocialManagerRemoveLocalUser(  
         XblUserHandle user  
)  
```

### Parameters

*user*   \_In\_\
Type: XblUserHandle

제거할 XBOX Live 사용자입니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## Remarks

사용자가 제거되면 해당 사용자의 소셜 그래프와 사용자 그룹도 소멸됩니다. 사용자가 제거된 후에는 해당 사용자와 관련된 향후 이벤트가 없습니다. [XblSocialManagerAddLocalUser](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanageraddlocaluser)를 사용하여 로컬 사용자에 대한 소셜 그래프를 생성한 경우에만 이 API를 호출하세요.

## Requirements

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

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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


## Related topics

- [XblSocialManagerAddLocalUser](/ko/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanageraddlocaluser.md)
- [XblSocialManagerGetLocalUserCount](/ko/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagergetlocalusercount.md)
- [Social Manager 개요](/ko/services/xbox-services/community/social-manager/live-social-manager-overview.md)
- [XblAchievementsManagerRemoveLocalUser](/ko/reference/live/xsapi-c/achievements_manager_c/functions/xblachievementsmanagerremovelocaluser.md)
- [XblSocialManagerGetLocalUsers](/ko/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagergetlocalusers.md)
