Changeset 69 for trunk/include/helpers/dosh.h
- Timestamp:
- May 19, 2001, 3:47:20 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r67 r69 46 46 47 47 PSZ doshQuerySysErrorMsg(APIRET arc); 48 49 ULONG doshQuerySysUptime(VOID); 48 50 49 51 /* ****************************************************************** … … 765 767 an extra call to doshExecQueryBldLevel. */ 766 768 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; 771 789 772 790 } EXECUTABLE, *PEXECUTABLE;
Note:
See TracChangeset
for help on using the changeset viewer.