SystemTimeToFileTime是一个进程,即系统时间本地时间。
SystemTimeToFileTime是一个进程,即系统时间本地时间。
SystemTimeToFileTimeThe SystemTimeToFileTime function converts a system time to a file time.
BOOL SystemTimeToFileTime( const SYSTEMTIME* lpSystemTime, LPFILETIME lpFileTime);
ParameterslpSystemTime Pointer to a SYSTEMTIME structure that contains the time to be converted. The wDayOfWeek member of the SYSTEMTIME structure is ignored.
lpFileTime Pointer to a FILETIME structure to receive the converted system time. Return ValuesIf the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Example Code For an example, see Changing a File Time to the Current Time.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server. |
Header | Declared in Winbase.h; include Windows.h. |
Library | link to Kernel32.lib. |
DLL | Requires Kernel32.dll. |