Click here to Skip to main content
16,017,238 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC and exception handling Pin
Jack Puppy31-May-05 8:52
Jack Puppy31-May-05 8:52 
GeneralRe: MFC and exception handling Pin
Cedric Moonen31-May-05 20:03
Cedric Moonen31-May-05 20:03 
GeneralRe: MFC and exception handling Pin
Bob Stanneveld31-May-05 10:37
Bob Stanneveld31-May-05 10:37 
GeneralPower Management Pin
Momotte31-May-05 4:28
Momotte31-May-05 4:28 
GeneralRe: Power Management Pin
Toby Opferman31-May-05 14:36
Toby Opferman31-May-05 14:36 
GeneralRe: Power Management Pin
geo_m31-May-05 19:44
geo_m31-May-05 19:44 
GeneralRe: Power Management Pin
Momotte1-Jun-05 1:04
Momotte1-Jun-05 1:04 
GeneralRe: Power Management Pin
geo_m1-Jun-05 1:24
geo_m1-Jun-05 1:24 
I scanned the OnNow specifications and Windows and found this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndevio/html/onnowapp.asp[^]

Where (at nearly bottom of the page) they write:

The OnNow-capable operating system can ensure that the PC system is in the working state at a scheduled time. To do this, applications can use timer objects to wake the PC from a low power state (assuming sufficient power is available). The operating system will track all timer objects and program the hardware with the next wake-up time when putting the system into the sleep state.

Create, Open, Set, and Cancel capabilities will be provided in "Waitable Timer" objects for use by event-handling applications or by Windows 2000 services. The following is an example:

BOOL SetWaitableTimer(HANDLE hTimer, const LARGE INTEGER *lpDueTime, LONG 
      lPeriod, PTIMERAPCROUTINE pfnCompletionRoutine, LPVOID 
      lpArgToCompletionRoutine, BOOL fResume)

GeneralRe: Power Management Pin
Momotte1-Jun-05 6:07
Momotte1-Jun-05 6:07 
GeneralRe: Power Management Pin
geo_m1-Jun-05 8:33
geo_m1-Jun-05 8:33 
Generalstarting application.... Pin
Deian31-May-05 3:43
Deian31-May-05 3:43 
GeneralRe: starting application.... Pin
toxcct31-May-05 3:50
toxcct31-May-05 3:50 
GeneralRe: starting application.... Pin
Deian31-May-05 3:52
Deian31-May-05 3:52 
GeneralRe: starting application.... Pin
David Crow1-Jun-05 2:34
David Crow1-Jun-05 2:34 
GeneralRe: starting application.... Pin
Deian1-Jun-05 20:16
Deian1-Jun-05 20:16 
GeneralReplace bits within UInt32 Pin
zuschauer198031-May-05 3:22
zuschauer198031-May-05 3:22 
GeneralRe: Replace bits within UInt32 Pin
Ryan Binns31-May-05 3:28
Ryan Binns31-May-05 3:28 
GeneralRe: Replace bits within UInt32 Pin
David Crow31-May-05 3:30
David Crow31-May-05 3:30 
GeneralRe: Replace bits within UInt32 Pin
PJ Arends31-May-05 9:06
professionalPJ Arends31-May-05 9:06 
Questionhow to create a transparent pen? Pin
pritamkd31-May-05 2:09
pritamkd31-May-05 2:09 
AnswerRe: how to create a transparent pen? Pin
Kaworu231-May-05 5:03
Kaworu231-May-05 5:03 
GeneralRe: how to create a transparent pen? Pin
pritamkd31-May-05 8:30
pritamkd31-May-05 8:30 
GeneralLine numbers Pin
Stirfie31-May-05 1:54
Stirfie31-May-05 1:54 
GeneralRe: Line numbers Pin
Ravi Bhavnani31-May-05 2:08
professionalRavi Bhavnani31-May-05 2:08 
GeneralRe: Line numbers Pin
Alexander M.,31-May-05 2:45
Alexander M.,31-May-05 2:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.