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
UseXGameStreamingGetTouchBundleVersionNameSize 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 consolesSee also
XGameStreamingXGameStreamingGetTouchBundleVersion
