RequestPowerNotifications question

T

Tim Johnson

I'm looking into using this API from C# using P/invoke, but one enum I need
is called PBT_TRANSITION. I don't know what its value is, and I cannot
figure out where this thing is defined in any of the files I have for evc4.0
or Visual Studio .Net. Anybody have a clue?

--

Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
 
T

Tim Wilson

I did a quick search and got the define, below, from the "pm.h" header file
that I believe I acquired as part of the PPC 2003 SDK.
#define PBT_TRANSITION 0x00000001 // broadcast specifying system
power state transition
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top