XAppBroadcastUnregisterIsAppBroadcastingChanged
Remove an app broadcast status change event handler.Syntax
Parameters
token _In_Type: XTaskQueueRegistrationToken Event handler token created by XAppBroadcastRegisterIsAppBroadcastingChanged. Used to unregister the callback. wait _In_
Type: bool Tells the unregister function to wait in the case that the callback function is running some blocking function. This guarantees that once this function returns there will be no more callbacks; hence safe to shut down.
Return value
Type: boolRemarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Requirements
Header: XAppCapture.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
GameDVR OverviewXAppCapture Members
XAppBroadcastRegisterIsAppBroadcastingChanged
XAppBroadcastMonitorCallback
