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

# XblSocialManagerSetRichPresencePollingStatus

> XblSocialManagerSetRichPresencePollingStatus

# XblSocialManagerSetRichPresencePollingStatus

Sets whether to enable social manager to poll every 30 seconds from the presence service.

## Syntax

```cpp theme={null}
HRESULT XblSocialManagerSetRichPresencePollingStatus(  
         XblUserHandle user,  
         bool shouldEnablePolling  
)  
```

### Parameters

*user*   \_In\_\
Type: XblUserHandle

XBOX Live User to enable polling for.

*shouldEnablePolling*   \_In\_\
Type: bool

Whether or not polling should enabled.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

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

- [XblSocialManagerPresenceTitleRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord.md)
- [Presence](/services/xbox-services/community/presence/index.md)
- [XblSocialManagerPresenceRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord.md)
- [Overview of Social features](/services/xbox-services/community/live-social-overview.md)
- [Best practices for calling XBOX services](/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
