XSystemHandleTrack
Registers a callback to track handle lifetime events in the Gaming Runtime.Syntax
Parameters
callback _In_Type: XSystemHandleCallback A user defined callback that will be called on handle creation and destruction. To disable handle tracking pass in NULL for the callback. context _In_opt_
Type: void * User define context to be passed to the callback.
