ReactOS 0.4.16-dev-937-g7afcd2a
|
Go to the source code of this file.
Macros | |
#define | DAYLIGHT_TIME 1 |
#define | STANDARD_TIME 0 |
#define | UNKNOWN_TIME -1 |
Functions | |
template<typename TimeType , typename TimeBType > | |
static errno_t __cdecl | common_ftime_s (TimeBType *const tp) throw () |
errno_t __cdecl | _ftime32_s (__timeb32 *const tp) |
void __cdecl | _ftime32 (__timeb32 *const tp) |
errno_t __cdecl | _ftime64_s (__timeb64 *const tp) |
void __cdecl | _ftime64 (__timeb64 *const tp) |
Variables | |
static __time64_t | elapsed_minutes_cache = 0 |
static int | dstflag_cache = UNKNOWN_TIME |
Definition at line 87 of file ftime.cpp.
Referenced by _ftime32().
Definition at line 97 of file ftime.cpp.
Referenced by _ftime64().
Definition at line 36 of file ftime.cpp.
|
static |
Definition at line 29 of file ftime.cpp.
Referenced by common_ftime_s().
|
static |
Definition at line 17 of file ftime.cpp.
Referenced by common_ftime_s().