9.GetSystemTime
原文:
The
GetSystemTime function retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC).
VOID GetSystemTime(
LPSYSTEMTIME
lpSystemTime
// address of system time structure
);
Parameters
lpSystemTime
Pointer to a
SYSTEMTIME structure to receive the current system date and time.
Return Values
This function does not return a value.
QuickInfo
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Requires version 1.0 or later.
Header: Declared in winbase.h.
Import Library: Use kernel32.lib.
Windows: Requires Windows 95 or later.
Windows CE: Requires version 1.0 or later.
Header: Declared in winbase.h.
Import Library: Use kernel32.lib.
See Also
翻译:
GetSystemTime函数以格林尼治时间形式返回当前系统的日期和时间。
VOID GetSystemTime(
LPSYSTEMTIME
lpSystemTime
//
系统时间结构体地址
);
参数:指向用于接受当前系统时间和日期的结构体的指针。
返回值:无。
博客围绕GetSystemTime展开,虽未给出具体原文和翻译内容,但可推测是关于该函数在系统时间获取方面的相关介绍,涉及系统、函数等信息技术概念。
1272

被折叠的 条评论
为什么被折叠?



