Conversation

Q: What is Windows.Devices.Lights.dll? Follow-up question: Why is its FindLampArray function spinning in a loop calling Sleep(250)? Follow-up question that is more of a statement: Should FindLampArray spin in a Sleep(250) loop when explorer's UI thread is waiting on it?
6
92
Technically explorer's UI thread is blocked in windows.immersiveshell.serviceprovider.dll!CImmersiveShellController::Start which is blocked on twinui.pcshell.dll!wil::details::WaitForCompletion<Windows::Foundation::IAsyncOperation<Windows::Devices::Lights::LampArray*ptr64>*ptr64>
4
14