Is there any method that I can use to prevent the PIN lock.
SystemIdleTimerReset does not work. I want it for when I am on the phone and
do not have to unlock to take off of mute! I would turn it off but it is an
enforced policy (through MSFP).

Any help and/or code example would be much appreciated.

Re: prevent PIN lock by Yaroslav

Yaroslav
Thu May 25 10:59:47 CDT 2006

Try SHIdleTimerReset API.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"Brian Gorbett" <BrianGorbett@discussions.microsoft.com> wrote in message
news:18151A84-E264-490C-B549-BB0AF536BC8A@microsoft.com...
> Is there any method that I can use to prevent the PIN lock.
> SystemIdleTimerReset does not work. I want it for when I am on the phone
> and
> do not have to unlock to take off of mute! I would turn it off but it is
> an
> enforced policy (through MSFP).
>
> Any help and/or code example would be much appreciated.



Re: prevent PIN lock by BrianGorbett

BrianGorbett
Thu May 25 14:51:02 CDT 2006

Is this different then SystemIdleTimerReset?

"Yaroslav Goncharov" wrote:

> Try SHIdleTimerReset API.
>
> --
> Yaroslav Goncharov
> Spb Software House, http://spbsoftwarehouse.com
> Pocket PC Developer Network, http://pocketpcdn.com
>
>
> "Brian Gorbett" <BrianGorbett@discussions.microsoft.com> wrote in message
> news:18151A84-E264-490C-B549-BB0AF536BC8A@microsoft.com...
> > Is there any method that I can use to prevent the PIN lock.
> > SystemIdleTimerReset does not work. I want it for when I am on the phone
> > and
> > do not have to unlock to take off of mute! I would turn it off but it is
> > an
> > enforced policy (through MSFP).
> >
> > Any help and/or code example would be much appreciated.
>
>
>

Re: prevent PIN lock by Yaroslav

Yaroslav
Fri May 26 03:25:25 CDT 2006

Yes, it is.

SystemIdleTimerReset resets a Windows CE timer that is responsible for
automatic device suspending. SHIdleTimerReset resets a Shell timer that is
related to Shell features such as password lock, home screen timeout etc.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"Brian Gorbett" <BrianGorbett@discussions.microsoft.com> wrote in message
news:D528676E-982E-46F5-ABC1-E9B909FD71BC@microsoft.com...
> Is this different then SystemIdleTimerReset?
>
> "Yaroslav Goncharov" wrote:
>
>> Try SHIdleTimerReset API.
>>
>> --
>> Yaroslav Goncharov
>> Spb Software House, http://spbsoftwarehouse.com
>> Pocket PC Developer Network, http://pocketpcdn.com
>>
>>
>> "Brian Gorbett" <BrianGorbett@discussions.microsoft.com> wrote in message
>> news:18151A84-E264-490C-B549-BB0AF536BC8A@microsoft.com...
>> > Is there any method that I can use to prevent the PIN lock.
>> > SystemIdleTimerReset does not work. I want it for when I am on the
>> > phone
>> > and
>> > do not have to unlock to take off of mute! I would turn it off but it
>> > is
>> > an
>> > enforced policy (through MSFP).
>> >
>> > Any help and/or code example would be much appreciated.
>>
>>
>>