Freigeben über


XblMultiplayerSearchHandleGetTags

Get a pointer to an array of tags attached with the search handle.

Syntax

HRESULT XblMultiplayerSearchHandleGetTags(  
         XblMultiplayerSearchHandle handle,  
         const XblMultiplayerSessionTag** tags,  
         size_t* tagsCount  
)  

Parameters

handle   _In_
Type: XblMultiplayerSearchHandle

Handle to the search handle details.

tags   _Out_
Type: XblMultiplayerSessionTag**

Passes back a pointer to array of tags. The memory for the pointer will remain valid for the life of the XblMultiplayerSessionHandle object until it is closed.

tagsCount   _Out_
Type: size_t*

Passes back the count of tags in the array.

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