10.GetLocalTime

博客主要提及了GetLocalTime,包含其原文及翻译内容,与信息技术相关,可能涉及Windows系统下的函数使用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

10.GetLocalTime

原文:

The GetLocalTime function retrieves the current local date and time.
VOID GetLocalTime(
  LPSYSTEMTIME lpSystemTime    // address of system time structure
);
 
Parameters
lpSystemTime
Pointer to a SYSTEMTIME structure to receive the current local 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.
See Also

翻译:

 GetLocalTime获得当前当地的时间和日期。
VOID GetLocalTime(
  LPSYSTEMTIME lpSystemTime   // 系统时间结构体的地址
);
参数:指向用来接收本地当前日期和时间的系统时间结构体的指针。
返回值:无。
PS D:\HK\Git\Soft\Make\MakeTest\MakeTest> make gcc -g -Wall -c main.c -o build/main.o main.c: In function 'GetCurrentTimeString': main.c:16:14: error: passing argument 1 of 'wsprintfA' from incompatible pointer type [-Wincompatible-pointer-types] 16 | wsprintf(buffer,"%02d:%02d:%02d",st.wHour,st.wMinute,st.wSecond); | ^~~~~~ | | | LPWSTR {aka short unsigned int *} In file included from C:/Program Files/C/x86_64-14.2.0-release-win32-seh-ucrt-rt_v12-rev1/mingw64/x86_64-w64-mingw32/include/windows.h:72, from main.c:4: C:/Program Files/C/x86_64-14.2.0-release-win32-seh-ucrt-rt_v12-rev1/mingw64/x86_64-w64-mingw32/include/winuser.h:170:36: note: expected 'LPSTR' {aka 'char *'} but argument is of type 'LPWSTR' {aka 'short unsigned int *'} 170 | WINUSERAPI int WINAPIV wsprintfA(LPSTR,LPCSTR,...); | ^~~~~ main.c: In function 'WndProc': main.c:36:31: error: passing argument 4 of 'TextOutA' from incompatible pointer type [-Wincompatible-pointer-types] 36 | TextOut(hdc,10,10,timeStr,wcslen(timeStr)); | ^~~~~~~ | | | WCHAR * {aka short unsigned int *} In file included from C:/Program Files/C/x86_64-14.2.0-release-win32-seh-ucrt-rt_v12-rev1/mingw64/x86_64-w64-mingw32/include/windows.h:71: C:/Program Files/C/x86_64-14.2.0-release-win32-seh-ucrt-rt_v12-rev1/mingw64/x86_64-w64-mingw32/include/wingdi.h:3458:64: note: expected 'LPCSTR' {aka 'const char *'} but argument is of type 'WCHAR *' {aka 'short unsigned int *'} 3458 | WINGDIAPI WINBOOL WINAPI TextOutA(HDC hdc,int x,int y,LPCSTR lpString,int c); | ~~~~~~~^~~~~~~~ make: *** [Makefile:50: main.o] Error 1
最新发布
03-15
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值