The information in this article applies to:
SUMMARYIn addition to use of the power button or idle counter timeout, Windows CE can be switched from the on state to the suspend state programmatically. MORE INFORMATIONThere are two ways that to activate the suspend state programmatically. The most direct way is to call the function (this is not documented in the online documentation):
The alternate and more indirect way is to simulate the pressing of the Off button by sending the VK_OFF keydown event into the input queue (with the SendInput() function). The user input queue handler will recognize this key and initiate the GwesPowerOff()System sequence.
Additional query words: kbDSupport
Keywords : kbETK201 kbVC500 kbWinCE kbWinCE211 kbWinCE212 |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |