Partage via


XblMultiplayerSetTransferHandleResult

Gets the result of a XblMultiplayerSetTransferHandleAsync operation.

Syntax

HRESULT XblMultiplayerSetTransferHandleResult(  
         XAsyncBlock* async,  
         XblMultiplayerSessionHandleId* handleId  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

handleId   _Out_
Type: XblMultiplayerSessionHandleId*

Passes back the multiplayer session handle ID. This handle holds the unique ID for a MPSD transfer handle.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: multiplayer_c.h

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

See also

multiplayer_c