Ignore:
Timestamp:
Sep 27, 2001, 10:15:15 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/apmh.h

    r92 r104  
    176176                usLowestAPMVersion;
    177177
     178        BOOL    fAlreadyRead;
     179                    // TRUE after the first call to aphReadStatus
     180
    178181        // the following are valid after a call to
    179182        // apmhReadStatus
     
    198201    typedef APMHOPEN *PAPMHOPEN;
    199202
    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);
    202205    typedef APMHREADSTATUS *PAPMHREADSTATUS;
    203206
Note: See TracChangeset for help on using the changeset viewer.