XStoreUnregisterGameLicenseChanged
Unregisters the specified title license changed callback.Syntax
Parameters
storeContextHandle _In_Type: XStoreContextHandle The store context handle for the user returned by XStoreCreateContext. token _In_
Type: XTaskQueueRegistrationToken A token identifying the callback to unregister. wait _In_
Type: bool Wait for any pending event callbacks to complete.
Return value
Type: bool Returns false if wait is false and the unregister is pending. Returns true otherwise.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
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
XStoreXStoreRegisterGameLicenseChanged
XStoreGameLicenseChangedCallback
