Compartir a través de


XGameUiShowStateShareResult

Note that this method is a preview in the June 2024 GDK.

Gets the results from a XGameUiShowStateShareAsync call.

Syntax

HRESULT XGameUiShowStateShareResult(
  XAsyncBlock * async
)

Parameters

async   _In_
Type: XAsyncBlock *

A pointer to the XAsyncBlock that is passed to XAsyncRun.

Remarks

Failures will likely will only happen during development and usually indicate an invalid user was passed in or that the provided parameters did not refer to an accessible state.

Requirements

Header: XGameUI.h

Library: xgameruntime.lib

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

XGameUI members