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

# PFSetHttpRetrySettings

> Sets global HTTP retry settings for the SDK.

Sets global HTTP retry settings for the SDK.

## Syntax

```cpp theme={null}
HRESULT PFSetHttpRetrySettings(  
    const PFHttpRetrySettings* settings  
)  
```

### Parameters

**`settings`**   [PFHttpRetrySettings\*](/services/playfab/api-references/c/pfhttpconfig/structs/pfhttpretrysettings)

Pointer to retry settings.

### Return value

Type: HRESULT

Result code for this API operation.

## Requirements

**Header:** PFHttpConfig.h

## See also

[PFHttpConfig members](/services/playfab/api-references/c/pfhttpconfig/pfhttpconfig_members)
