XNetworkingStatisticsBuffer
A union declaring buffer space for holding all possible output structure types returned when querying networking statistics with XNetworkingQueryStatistics.
union XNetworkingStatisticsBuffer {
XNetworkingTcpQueuedReceivedBufferUsageStatistics tcpQueuedReceiveBufferUsage;
}
tcpQueuedReceiveBufferUsage
Type: XNetworkingTcpQueuedReceivedBufferUsageStatistics
The structure populated when querying the TitleTcpQueuedReceivedBufferUsage, SystemTcpQueuedReceivedBufferUsage, or ToolsTcpQueuedReceivedBufferUsage XNetworkingStatisticsType.
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.
Header: XNetworking.h
Supported Platforms: Windows, Xbox One family consoles and Xbox Series consoles