Skip to main content

XNetworkingStatisticsBuffer

A union declaring buffer space for holding all possible output structure types returned when querying networking statistics with XNetworkingQueryStatistics.

Syntax

Members

tcpQueuedReceiveBufferUsage
Type: XNetworkingTcpQueuedReceivedBufferUsageStatistics
The structure populated when querying the TitleTcpQueuedReceivedBufferUsage, SystemTcpQueuedReceivedBufferUsage, or ToolsTcpQueuedReceivedBufferUsage XNetworkingStatisticsType.

Remarks

Only one substructure field within the union will be written by the XNetworkingQueryStatistics function. That field is determined by the XNetworkingStatisticsType passed to that function. Any additional memory defined by the union as a whole but that lies beyond the end of the reported substructure is not modified by the call to XNetworkingQueryStatistics.

Requirements

Header: XNetworking.h Supported Platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

XNetworking
XNetworkingQueryStatistics
Last modified on August 20, 2026