Changeset 104 for trunk/include/helpers/apmh.h
- Timestamp:
- Sep 27, 2001, 10:15:15 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/apmh.h
r92 r104 176 176 usLowestAPMVersion; 177 177 178 BOOL fAlreadyRead; 179 // TRUE after the first call to aphReadStatus 180 178 181 // the following are valid after a call to 179 182 // apmhReadStatus … … 198 201 typedef APMHOPEN *PAPMHOPEN; 199 202 200 APIRET APIENTRY apmhReadStatus(PAPM pApm );201 typedef APIRET APIENTRY APMHREADSTATUS(PAPM pApm );203 APIRET APIENTRY apmhReadStatus(PAPM pApm, PBOOL pfChanged); 204 typedef APIRET APIENTRY APMHREADSTATUS(PAPM pApm, PBOOL pfChanged); 202 205 typedef APMHREADSTATUS *PAPMHREADSTATUS; 203 206
Note:
See TracChangeset
for help on using the changeset viewer.