The error code you get might not be the one you want

213 · Raymond Chen · Jan. 19, 2022, 3:21 p.m.
A customer was following the instructions on how to create a register a background task from a Win32 desktop app, but they found that the sample code failed with an exception: bool taskRegistered = false; std::wstring sampleTaskName = L"SampleTask"; auto allTasks = BackgroundTaskRegistration::AllTasks(); The post The error code you get might not be the one you want appeared first on The Old New Thing....