XStoreCloseLicenseHandle
Closes the specified store license handle.Syntax
Parameters
storeLicenseHandle _In_Type: XStoreLicenseHandle The handle to close.
Return value
Type: voidRemarks
This function is safe to call on a time-sensitive thread. This function closes the XStoreLicenseHandle returned by XStoreAcquireLicenseForPackageResult. Make sure to close each XStoreLicenseHandle when it is no longer being used to avoid a memory leak. See XStoreAcquireLicenseForPackageAsync 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 consolesConceptual documentation
See also
XStoreXStoreAcquireLicenseForPackageAsync
XStoreAcquireLicenseForPackageResult
XStoreIsLicenseValid
XStoreCloseLicenseHandle
XStoreRegisterPackageLicenseLost
XStoreUnregisterPackageLicenseLost
