ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <msvcrt.h>
Public Attributes | |
union { | |
const char * str [43] | |
struct { | |
const char * short_wday [7] | |
const char * wday [7] | |
const char * short_mon [12] | |
const char * mon [12] | |
const char * am | |
const char * pm | |
const char * short_date | |
const char * date | |
const char * time | |
} names | |
} | str |
LCID | lcid |
int | unk [2] |
union { | |
const MSVCRT_wchar_t * wstr [43] | |
struct { | |
const MSVCRT_wchar_t * short_wday [7] | |
const MSVCRT_wchar_t * wday [7] | |
const MSVCRT_wchar_t * short_mon [12] | |
const MSVCRT_wchar_t * mon [12] | |
const MSVCRT_wchar_t * am | |
const MSVCRT_wchar_t * pm | |
const MSVCRT_wchar_t * short_date | |
const MSVCRT_wchar_t * date | |
const MSVCRT_wchar_t * time | |
} names | |
} | wstr |
char | data [1] |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::am |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::date |
LCID MSVCRT___lc_time_data::lcid |
Definition at line 147 of file msvcrt.h.
Referenced by strftime_date(), and strftime_time().
const MSVCRT_wchar_t* MSVCRT___lc_time_data::mon[12] |
struct { ... } MSVCRT___lc_time_data::names |
struct { ... } MSVCRT___lc_time_data::names |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::pm |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::short_date |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::short_mon[12] |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::short_wday[7] |
Definition at line 133 of file msvcrt.h.
Referenced by _Strftime(), strftime_date(), and strftime_time().
union { ... } MSVCRT___lc_time_data::str |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::time |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::wday[7] |
const MSVCRT_wchar_t* MSVCRT___lc_time_data::wstr[43] |
union { ... } MSVCRT___lc_time_data::wstr |