XblMultiplayerSearchHandleGetSessionReference

Get the session reference for the session the search handle is associated with.

Syntax

HRESULT XblMultiplayerSearchHandleGetSessionReference(  
         XblMultiplayerSearchHandle handle,  
         XblMultiplayerSessionReference* sessionRef  
)  

Parameters

handle   _In_
Type: XblMultiplayerSearchHandle

Handle to the search handle details.

sessionRef   _Out_
Type: XblMultiplayerSessionReference*

Passes back the associated session reference.

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