XStoreShowProductPageUIResult

Gets the result of a call to XStoreShowProductPageUIAsync.

Syntax

HRESULT XStoreShowProductPageUIResult(
         XAsyncBlock* async
)

Parameters

async   _Inout_
Type: XAsyncBlock*

An XAsyncBlock object that when the call completes, contains the product page UI result.

Return value

Type: HRESULT

Returns S_OK upon success, or an error code otherwise.

Remarks

You can use the XAsyncBlock object to poll for the function call status, and to retrieve the result.

To get the result of a call to XStoreDownloadAndInstallPackagesAsync, call XStoreDownloadAndInstallPackagesResult.

To get the number of items in the result that is returned by XStoreDownloadAndInstallPackagesResult, call XStoreDownloadAndInstallPackagesResultCount.

Requirements

Header: XStore.h

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

See also

XStore
XAsyncBlock
XStoreShowAssociatedProductsUIResult