Page 1 of 1

Pocket PC battery life

PostPosted: 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.

PostPosted: Mar 11, 2008 @ 5:35pm
by norwy

PostPosted: Mar 11, 2008 @ 5:45pm
by Dan East

PostPosted: 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.