![]() |
|||||
|
Classes | |
struct | timeval |
A representation of current time, used by gettimeofday(). More... | |
Functions | |
void | gettimeofday (struct timeval *tv, void *dummy) |
Accesses the current UTC time. |
void gettimeofday | ( | struct timeval * | tv, | |
void * | dummy | |||
) |
Accesses the current UTC time.
Retrieves the current time and timezone information, relative to Greenwich Mean Time
tv | Pointer to a timeval structure to receive the time information | |
dummy | This parameter is not used |
References FILETIMEToUNIXTime(), timeval::tv_sec, and timeval::tv_usec.
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2010 |