SystemTimeToFileTime

SystemTimeToFileTime是一個進程,即系統時間本地時間。

基本介紹

  • 中文名:系統時間本地時間
  • 外文名:SystemTimeToFileTime
  • Library:Link to Kernel32.lib.
  • DLL:Requires Kernel32.dll.
簡介,詳解,

簡介

SystemTimeToFileTimeThe SystemTimeToFileTime function converts a system time to a file time.

詳解

BOOL SystemTimeToFileTime( const SYSTEMTIME* lpSystemTime, LPFILETIME lpFileTime);
ParameterslpSystemTime [in] Pointer to a SYSTEMTIME structure that contains the time to be converted. The wDayOfWeek member of the SYSTEMTIME structure is ignored.
lpFileTime [out] 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.

相關詞條

熱門詞條

聯絡我們