XPackageRegisterPackageInstalled
Registers a callback to be called when an installation is completed.Syntax
Parameters
queue _In_Type: XTaskQueueHandle The asynchronous queue on which the callback is to run. context _In_opt_
Type: void* Context to be passed to the callback. callback _In_
Type: XPackageInstalledCallback* User-defined callback to be called when an installation is completed. token _Out_
Type: XTaskQueueRegistrationToken* On return, contains a token that identifies the callback that can be used to unregister the callback with XPackageUnregisterPackageInstalled.
