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

# PFGetHttpRetrySettings

> Gets the current HTTP retry settings for the SDK.

Gets the current HTTP retry settings for the SDK.

## Syntax

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

### Parameters

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

Pointer to retry settings that will be populated.

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