LampArrayStatusCallback
Title defined callback for LampArray status changed events. This function is registered with RegisterLampArrayStatusCallback.Syntax
Parameters
context _In_opt_Type: void* A pointer to an object containing relevant information for the callback. This pointer was passed to RegisterLampArrayStatusCallback. currentStatus
Type: LampArrayStatus The new status of the LampArray. previousStatus
Type: LampArrayStatus The previous status of the LampArray. lampArray _In_
Type: ILampArray* Device which triggered the callback.
Return value
Type: voidRemarks
This function’s definition is determined by the developer, but the parameters of that function must match in order for the callback to occur. This function is used to define the LampArray device callback registered with RegisterLampArrayStatusCallback. It will define the function that is called whenever the LampArray status changes.Requirements
Header: LampArray.h Library: xgameplatform.lib Supported platforms: XBOX One family consoles and XBOX Series consolesSee also
Lighting API OverviewLighting Basics
RegisterLampArrayStatusCallback
UnregisterLampArrayCallback
