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

# [DEPRECATED] XUserGetMsaTokenSilentlyResultSize

> [DEPRECATED] XUserGetMsaTokenSilentlyResultSize

# \[DEPRECATED] XUserGetMsaTokenSilentlyResultSize

<Note>This function is now deprecated.</Note>

Gets the buffer size for holding the results of a call to
[XUserGetMsaTokenSilentlyAsync](/reference/system/xuser/functions/xusergetmsatokensilentlyasync).

## Syntax

```cpp theme={null}
HRESULT XUserGetMsaTokenSilentlyResultSize(
         XAsyncBlock* async,
         size_t* tokenSize
)
```

## Requirements

**Header:** XUser.h

**Library:** xgameruntime.lib

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[XUser](/reference/system/xuser/xuser_members)

[XUserGetMsaTokenSilentlyAsync](/reference/system/xuser/functions/xusergetmsatokensilentlyasync)

[XUserGetMsaTokenSilentlyResult](/reference/system/xuser/functions/xusergetmsatokensilentlyresult)


## Related topics

- [XUser](/reference/system/xuser/xuser_members.md)
- [[DEPRECATED] XUserGetMsaTokenSilentlyResult](/reference/system/xuser/functions/xusergetmsatokensilentlyresult.md)
- [[DEPRECATED] XUserGetMsaTokenSilentlyAsync](/reference/system/xuser/functions/xusergetmsatokensilentlyasync.md)
- [XUserGetMsaTokenSilentlyOptions](/reference/system/xuser/enums/xusergetmsatokensilentlyoptions.md)
- [XUserGetTokenAndSignatureResultSize](/reference/system/xuser/functions/xusergettokenandsignatureresultsize.md)
