XNetworkingStatisticsBuffer

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

Syntax

union XNetworkingStatisticsBuffer {  
    XNetworkingTcpQueuedReceivedBufferUsageStatistics tcpQueuedReceiveBufferUsage;  
}

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