Ignore:
Timestamp:
May 19, 2001, 3:47:20 PM (24 years ago)
Author:
umoeller
Message:

New folder sorting. Updated folder refresh. Misc other changes.

File:
1 edited

Legend:

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

    r67 r69  
    4646
    4747    PSZ doshQuerySysErrorMsg(APIRET arc);
     48
     49    ULONG doshQuerySysUptime(VOID);
    4850
    4951    /* ******************************************************************
     
    765767           an extra call to doshExecQueryBldLevel. */
    766768
    767         PSZ                 pszDescription;     // whole string (first non-res name tbl entry)
    768         PSZ                 pszVendor;          // vendor substring (if IBM BLDLEVEL format)
    769         PSZ                 pszVersion;         // version substring (if IBM BLDLEVEL format)
    770         PSZ                 pszInfo;            // module info substring (if IBM BLDLEVEL format)
     769        PSZ                 pszDescription;
     770                // whole string (first non-res name tbl entry)
     771        PSZ                 pszVendor;
     772                // vendor substring (if IBM BLDLEVEL format)
     773        PSZ                 pszVersion;
     774                // version substring (if IBM BLDLEVEL format)
     775
     776        PSZ                 pszInfo;
     777                // module info substring (if IBM BLDLEVEL format)
     778
     779        // if pszInfo is extended DESCRIPTION field, the following
     780        // are set as well:
     781        PSZ                 pszBuildDateTime,
     782                            pszBuildMachine,
     783                            pszASD,
     784                            pszLanguage,
     785                            pszCountry,
     786                            pszRevision,
     787                            pszUnknown,
     788                            pszFixpak;
    771789
    772790    } EXECUTABLE, *PEXECUTABLE;
Note: See TracChangeset for help on using the changeset viewer.