Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know that one can enable or disable wake timers on Windows Vista and later OS using PowerWriteACValueIndex or PowerWriteDCValueIndex APIs with the GUID_ALLOW_RTC_WAKE or {BD3B718A-0680-4D9D-8AB2-E1D2B4AC806D} from the GUID_SLEEP_SUBGROUP or {238C9FA8-0AAD-41ED-83F4-97BE242C8F20}
How do I do the same in Windows XP?

share|improve this question
Why the downvote??? – ahmd0 Dec 8 '12 at 10:11
The bottom of this MSDN page describes the mapping between XP and Vista+ functions: msdn.microsoft.com/en-us/library/windows/desktop/… – Hans Passant Dec 8 '12 at 14:33
@HansPassant: Thanks, I found it too. But that doesn't explain how to do what I want. Now I'm wondering if it's even supported by Windows XP? – ahmd0 Dec 8 '12 at 19:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.