 |
LocalFileTimeToFileTime ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Converts a local file time to a file time based on the Coordinated Universal Time (UTC). |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL LocalFileTimeToFileTime(
CONST FILETIME *lpLocalFileTime, // local file time
LPFILETIME lpFileTime // file time
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER LocalFileTimeToFileTime IN kernel32;
STRING LOCALFILETIME,;
STRING @ FILETIME
|
 |
 |
 |
| Parameters: |
 |
lpLocalFileTime
[in] Pointer to a FILETIME structure that specifies the local file time to be converted into a UTC-based file time.
lpFileTime
[out] Pointer to a FILETIME structure to receive the converted UTC-based file time. This parameter cannot be the same as the lpLocalFileTime parameter.
|
 |
 |
| Return value: |
 |
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
|
 |
 |
| Word Index links for the LocalFileTimeToFileTime : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-29 12:00:00 | | Modified: | 2001-11-26 16:03:28 | Visited in last 7 days: 21 |