microsoft / DesktopBridgeToUWP-Samples

This repo contains the samples that demonstrate the usage patterns for the Desktop Conversion extensions.
MIT License
494 stars 271 forks source link

Add CPP WinRT sample for WinMain COM BG tasks #104

Closed aruproy14 closed 3 years ago

aruproy14 commented 3 years ago

This change adds a CppWinRT console app that implements a basic WinMain COM background task that calculates primes on a 15 minute timer until a cancellation is received or until the background task is canceled. The console app has the option of handling one background task per process instance (which is commented out), or keep handling background tasks until the process exits for some other reason.