
22.04.2008, 05:09
|
|
Познающий
Регистрация: 24.02.2006
Сообщений: 34
Провел на форуме: 136883
Репутация:
50
|
|
Код:
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
Points to a SYSTEMTIME structure to receive the current system date and time.
Return Values
This function does not return a value.
See Also
GetLocalTime, GetSystemTimeAdjustment, SetSystemTime, SYSTEMTIME
|
|
|