RequestPowerNotifications question

  • Thread starter Thread starter Tim Johnson
  • Start date Start date
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
 
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
 
Back
Top