Changeset 572 for OCO/trunk/drv16/apmevent.cpp
- Timestamp:
- Nov 30, 2012, 12:11:17 AM (13 years ago)
- Location:
- OCO/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/OCO/branches/DAZ 511-525
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
OCO/trunk/drv16/apmevent.cpp
r468 r572 4 4 #include <vidvci.h> 5 5 #include <dos.h> 6 #include " APM.H" /* "m2_api.h" included here */6 #include "apm.h" /* "m2_api.h" included here */ 7 7 #include <devhelp.h> 8 8 #include <i86.h> … … 17 17 #endif 18 18 19 char APMDD_Name[] = "APM$ "; /* Advanced Power Management */ 20 /* device driver name */ 21 /* */ 22 IDC_TABLE APMDD_Table; /* Advanced Power Management */ 23 ULONG APM_IDC_Entry; /* device driver IDC table. */ 24 USHORT APM_DS_Reg; /* */ 25 USHORT APM_Enabled = 0; /* Set to 1 if APM is enabled */ 26 ULONG APM_Reg_add; /* */ 27 USHORT APM_State = APM_STATE_READY; /* Current Power state */ 28 USHORT Suspend_In_Progress; 29 USHORT Resume_In_Progress; 30 USHORT DD_ds; 31 APM_REG_REQ APM_Reg_Req; 32 void far *APM_Reg_Add; 19 33 int fAPMSuspend = FALSE; 20 34
Note:
See TracChangeset
for help on using the changeset viewer.