XUserUnregisterForDeviceAssociationChanged
Unregisters a previously registered user device association change callback.Syntax
Parameters
tokenType: XTaskQueueRegistrationToken The token that XUserRegisterForDeviceAssociationChanged returns when registering the callback. wait
Type: bool Specify true to wait until the callback unregisters; false to immediately return.
Return value
Type: bool Returns true if the callback successfully unregisters; false otherwise.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
