The Windows button doesn't directly control the app. It will bring up the start screen, which doesn't force the app to suspend. The app will go to the background and suspend if the user chooses to switch to another app.
Your app should handle the suspension and resuming events.
--Rob