Changeset 108 for trunk/include/helpers/stringh.h
- Timestamp:
- Oct 13, 2001, 7:57:58 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/stringh.h
r104 r108 91 91 ULONG strhWords(PSZ psz); 92 92 93 PSZ APIENTRY strhThousandsULong(PSZ pszTarget, ULONG ul, CHAR cThousands);94 typedef PSZ APIENTRY STRHTHOUSANDSULONG(PSZ pszTarget, ULONG ul, CHAR cThousands);95 typedef STRHTHOUSANDSULONG *PSTRHTHOUSANDSULONG;96 97 PSZ strhThousandsDouble(PSZ pszTarget, double dbl, CHAR cThousands);98 99 PSZ strhVariableDouble(PSZ pszTarget, double dbl, PSZ pszUnits,100 CHAR cThousands);101 102 VOID strhFileDate(PSZ pszBuf,103 FDATE *pfDate,104 ULONG ulDateFormat,105 CHAR cDateSep);106 107 VOID strhFileTime(PSZ pszBuf,108 FTIME *pfTime,109 ULONG ulTimeFormat,110 CHAR cTimeSep);111 112 VOID APIENTRY strhDateTime(PSZ pszDate,113 PSZ pszTime,114 DATETIME *pDateTime,115 ULONG ulDateFormat,116 CHAR cDateSep,117 ULONG ulTimeFormat,118 CHAR cTimeSep);119 typedef VOID APIENTRY STRHDATETIME(PSZ pszDate,120 PSZ pszTime,121 DATETIME *pDateTime,122 ULONG ulDateFormat,123 CHAR cDateSep,124 ULONG ulTimeFormat,125 CHAR cTimeSep);126 typedef STRHDATETIME *PSTRHDATETIME;127 128 93 #define STRH_BEGIN_CHARS "\x0d\x0a " 129 94 #define STRH_END_CHARS "\x0d\x0a /-"
Note:
See TracChangeset
for help on using the changeset viewer.