XblMatchmakingGetMatchTicketDetailsResultSize

Get the result size for an XblMatchmakingGetMatchTicketDetailsAsync call.

Syntax

HRESULT XblMatchmakingGetMatchTicketDetailsResultSize(  
         XAsyncBlock* asyncBlock,  
         size_t* resultSizeInBytes  
)  

Parameters

asyncBlock   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

resultSizeInBytes   _Out_
Type: size_t*

The size in bytes required to store the Create Match Ticket result.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: matchmaking_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

matchmaking_c