XStoreQueryGameAndDlcPackageUpdatesResultCount
Gets the number of updates retrieved by XStoreQueryGameAndDlcPackageUpdatesAsync.Syntax
Parameters
async _In_Type: XAsyncBlock* The XAsyncBlock passed to XStoreQueryGameAndDlcPackageUpdatesAsync. The XAsyncBlock can be used to poll for the call’s status and retrieve call results. See XAsyncBlock for more information. count _Out_
Type: uint32_t* On success contains the number of updates retrieved.
Return value
Type: HRESULT HRESULT success or error code.Remarks
This result function allows you to retrieve the number of add-on licenses acquired when XStoreQueryGameAndDlcPackageUpdatesAsync was called. As such, this function should be called after XStoreQueryGameAndDlcPackageUpdatesAsync has been called, usually in the context of a callback function. See XStoreQueryGameAndDlcPackageUpdatesAsync for a usage example.Requirements
Header: XStore.h (included in XGameRuntime.h) Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XStoreXStoreQueryGameAndDlcPackageUpdatesAsync
XStoreQueryGameAndDlcPackageUpdatesResult
