 |
StrFromTimeInterval ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Converts a time interval, specified in milliseconds, to a string. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int StrFromTimeInterval(
LPTSTR pszOut,
UINT cchMax,
DWORD dwTimeMS,
int digits
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER StrFromTimeInterval IN Shlwapi;
STRING @ pszOut,;
INTEGER cchMax,;
INTEGER dwTimeMS,;
INTEGER digits
|
 |
 |
 |
| Parameters: |
 |
pszOut
[out] Pointer to a character buffer that receives the converted string.
cchMax
[in] Size of pszOut, in characters. If cchMax is set to zero, StrFromTimeInterval will return the minimum size of the character buffer needed to hold the converted string. In this case, pszOut will not contain the converted string.
dwTimeMS
[in] Time interval, in milliseconds.
digits
[in] Maximum number of digits to be represented in pszOut. |
 |
 |
| Return value: |
 |
| Returns the number of characters in pszOut, excluding the NULL terminator. |
 |
 |
| My comment: |
 |
| An example of this function"s return: 3 hour 07 min 21 sec |
 |
 |
| Word Index links for the StrFromTimeInterval : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-15 12:00:00 | | Modified: | 2001-11-26 16:03:11 | Visited in last 7 days: 18 |