Pocket PC battery life

Posted:
Mar 10, 2008 @ 10:18am
by youhana
I want to know how GapiDraw 3.6 affects the pocket pc battery life?
if there are any statistics it will be great.

Posted:
Mar 12, 2008 @ 6:37pm
by norwy
I found this method in the CGApplication class documentation :
CGapiApplication::Pause (Win32 only)
Pauses the application and skips the call to CGapiApplication::ProcessNextFrame in the subclass.
virtual HRESULT Pause(DWORD dwNumFrames);
Parameters
dwNumFrames
The number of frames to skip the call to CGapiApplication::ProcessNextFrame in the subclass.
Return values
The return value is S_OK.[/b]
I think that call this method is the right way to use the Sleep() method.