XStoreShowAssociatedProductsUIResult

Gets the result of a call to XStoreShowAssociatedProductsUIAsync.

Syntax

HRESULT XStoreShowAssociatedProductsUIResult(
         XAsyncBlock* async
)

Parameters

async   _Inout_
Type: XAsyncBlock*

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

Return value

Type: HRESULT

Returns S_OK upon success, or an error code otherwise.

Remarks

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

To see the set of available add–ons associated with your title, call XStoreShowAssociatedProductsUIAsync.

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

Requirements

Header: XStore.h

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

See also

XStore
XAsyncBlock
XStoreShowProductPageUIResult