Skip to main content

XGameStreamingGetTouchBundleVersionNameSize

Gets the number of bytes required to store the version name of the touch adaptation bundle currently in use by the client app.

Syntax

Parameters

client   _In_
Type: XGameStreamingClientId
The streaming client that is being queried.

Return value

Type: size_t The size in bytes of the version name that is in the touch adaptation bundle that is currently being used on the specified client. If no version name is specified in the touch adaptation bundle then the size will be 0.

Remarks

Use XGameStreamingGetTouchBundleVersionNameSize to get the size before using XGameStreamingGetTouchBundleVersion to get the version name itself.

Requirements

Header: XGameStreaming.h Library: xgameruntime.lib Supported Platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

XGameStreaming
XGameStreamingGetTouchBundleVersion
Last modified on August 20, 2026