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

# PFEntityGetTitleIdSize

> Gets the size of the buffer needed to hold the titleId string from an entity handle.

Gets the size of the buffer needed to hold the titleId string from an entity handle.

## Syntax

```cpp theme={null}
HRESULT PFEntityGetTitleIdSize(  
    PFEntityHandle entityHandle,  
    size_t* titleIdSize  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle returned from a auth call.

**`titleIdSize`**   size\_t\*<br />*output*

TBD

### Return value

Type: HRESULT

Result code for this API operation.

## Requirements

**Header:** PFEntity.h

## See also

[PFEntity members](/services/playfab/api-references/c/pfentity/pfentity_members)
