XStoreShowProductPageUIResult
Gets the result of a call to XStoreShowProductPageUIAsync.Syntax
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 toXStoreDownloadAndInstallPackagesAsync, 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 consolesSee also
XStoreXAsyncBlock
XStoreShowAssociatedProductsUIResult
