👩💻 Join our community of thousands of amazing developers!
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....