XGameUiShowSendGameInviteResult
Gets the result of a call to XGameUIShowSendGameInviteAsync.Syntax
Parameters
async _In_Type: XAsyncBlock* A pointer to the XAsyncBlock object that was passed to XGameUIShowSendGameInviteAsync.
Return value
Type: HRESULT HRESULT success or error code.Remarks
Typically, you specify this function in XAsyncBlock as the callback function for XGameUIShowSendGameInviteAsync. You can also retrieve the result by calling this function afterXGameUIShowSendGameInviteAsync completes.
