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

# Services C API overview - PFServiceConfig.h

> Services C API overview - PFServiceConfig.h

## Functions

| Function                                                                                                                            | Description                                                                                 |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [PFServiceConfigCloseHandle](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfigclosehandle)               | Closes a PFServiceConfigHandle.                                                             |
| [PFServiceConfigCreateHandle](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfigcreatehandle)             | Creates a PlayFab service configuration.                                                    |
| [PFServiceConfigDuplicateHandle](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfigduplicatehandle)       | Duplicates a PFServiceConfigHandle.                                                         |
| [PFServiceConfigGetAPIEndpoint](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfiggetapiendpoint)         | Gets the API endpoint for a service configuration.                                          |
| [PFServiceConfigGetAPIEndpointSize](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfiggetapiendpointsize) | Gets the size of the buffer needed to hold the API endpoint for a service configuration.    |
| [PFServiceConfigGetTitleId](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfiggettitleid)                 | Gets the PlayFab titleId for a service configuration.                                       |
| [PFServiceConfigGetTitleIdSize](/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfiggettitleidsize)         | Gets the size of the buffer needed to hold the PlayFab titleId for a service configuration. |


## Related topics

- [SDK Lifecycle](/services/playfab/sdks/c/lifecycle.md)
- [Services C API overview - PFEntity.h](/services/playfab/api-references/c/pfentity/pfentity_members.md)
- [Services C API overview - PFEventPipeline.h](/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members.md)
- [Services C API overview - PFCatalogTypes.h](/services/playfab/api-references/c/pfcatalogtypes/pfcatalogtypes_members.md)
- [Services C API overview - PFLeaderboardsTypes.h](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
