XblMatchmakingGetHopperStatisticsResult
Get the result for an XblMatchmakingGetHopperStatisticsAsync call.Syntax
Parameters
asyncBlock _In_Type: XAsyncBlock* The AsyncBlock for this operation. bufferSize _In_
Type: size_t The size of the provided buffer. Use XblMatchmakingGetHopperStatisticsResultSize to get the size required. buffer _Out_writes_bytes_to_(bufferSize,bufferUsed)
Type: void A caller allocated byte buffer to write result into. ptrToBuffer _Outptr_
Type: XblHopperStatisticsResponse** Strongly typed pointer that points into buffer. This is a pointer within buffer and should not be freed separately. bufferUsed _Out_opt_
Type: size_t* Number of bytes written to the buffer.
