SystemTimeToFileTime PROC
(MS-Windows)
Converts a system time to a file time.
The wDayOfWeek member of the
SYSTEMTIME structure is ignored.
SystemTimeToFileTime PROTO, ; Convert a SYSTEMTIME structure lpSystemTime:PTR SYSTEMTIME, ; to a FILETIME structure lpFileTime:PTR FILETIME Returns: (BOOL) EAX = TRUE (non-zero) if successful, FALSE (zero) if fails. |
Argument | Win Type | MASM Type | Description |
---|---|---|---|
lpSystemTime | CONST SYSTEMTIME | PTR SYSTEMTIME | Pointer to a SYSTEMTIME structure that contains a time to be converted. |
lpFileTime | LPFILETIME | PTR FILETIME | Pointer to a FILETIME structure to receive the converted time. |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |