Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than aygshell, prefix the name with the module name and a period.
SHIdleTimerReset (aygshell)
aygshell is for smart devices, not desktop Windows. Therefore, this information only applies to code using the .NET Compact Framework. To see if information for SHIdleTimerReset in other DLLs exists, click on Find References to the right.
.
C# Signature:
[DllImport("aygshell.dll", SetLastError=true)]
static extern void SHIdleTimerReset();
static extern TODO SHIdleTimerReset(TODO);
VB Signature:
Declare Sub SHIdleTimerReset Lib "Aygshell.dll" Alias "SHIdleTimerReset" ()
This function resets a system timer that controls whether or not the device will automatically go into a suspended state.
5/23/2012 9:58:50 PM - -121.240.166.66
This function resets a system timer that controls whether or not the device will automatically go into a suspended state.
5/23/2012 9:58:50 PM - -121.240.166.66
This function resets a system timer that controls whether or not the device will automatically go into a suspended state.
5/23/2012 9:58:50 PM - -121.240.166.66
This function resets a system timer that controls whether or not the device will automatically go into a suspended state. Alternate to SystemIdleTimerReset (on some devices only?)
3/16/2007 7:34:47 AM - lewisw@tesco.net-82.31.21.85
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).