Page 1 of 1

workaround for GetIdleTime?

PostPosted: Oct 14, 2006 @ 1:24pm
by MrMister
Im trying to write a simple service dll that will launch an app of choice after a certain amount of idle time passes.

According to MSDN, there is a function called GetIdleTime (not found in sdk headers though, had to do a GetProcAddress from coredll to get it) and apparently is not supported on my device (always returns -1)

So, is there another way to check how long the device has been idle? Im finding it very difficult to find any information on how to query for idle time on pocket pc...surely there has to be some way?

RE: getIdleTime workaround

PostPosted: Mar 12, 2007 @ 3:48pm
by BrandonBlais