XblMultiplayerCreateSearchHandleResult
Get the result from an XblMultiplayerCreateSearchHandleAsync.Syntax
Parameters
async _In_Type: XAsyncBlock* The AsyncBlock for this operation. handle _Out_opt_
Type: XblMultiplayerSearchHandle* Passes back a handle to the local search handle object. If this parameter is null, the local search handle object will be freed immediately. Note that this does not destroy the search handle on the MPSD service side, that must be done with XblMultiplayerDeleteSearchHandleAsync. If this is non-null, the handle must later be closed with XblMultiplayerSearchHandleCloseHandle.
