ReactOS 0.4.16-dev-852-gcfcc8d8
__crt_lc_time_data Struct Reference

#include <corecrt_internal.h>

Collaboration diagram for __crt_lc_time_data:

Public Attributes

charwday_abbr [7]
 
charwday [7]
 
charmonth_abbr [12]
 
charmonth [12]
 
charampm [2]
 
charww_sdatefmt
 
charww_ldatefmt
 
charww_timefmt
 
int ww_caltype
 
long refcount
 
wchar_t_W_wday_abbr [7]
 
wchar_t_W_wday [7]
 
wchar_t_W_month_abbr [12]
 
wchar_t_W_month [12]
 
wchar_t_W_ampm [2]
 
wchar_t_W_ww_sdatefmt
 
wchar_t_W_ww_ldatefmt
 
wchar_t_W_ww_timefmt
 
wchar_t_W_ww_locale_name
 

Detailed Description

Definition at line 428 of file corecrt_internal.h.

Member Data Documentation

◆ _W_ampm

wchar_t* __crt_lc_time_data::_W_ampm[2]

Definition at line 444 of file corecrt_internal.h.

◆ _W_month

wchar_t* __crt_lc_time_data::_W_month[12]

Definition at line 443 of file corecrt_internal.h.

Referenced by _W_Getmonths().

◆ _W_month_abbr

wchar_t* __crt_lc_time_data::_W_month_abbr[12]

Definition at line 442 of file corecrt_internal.h.

Referenced by _W_Getmonths().

◆ _W_wday

wchar_t* __crt_lc_time_data::_W_wday[7]

Definition at line 441 of file corecrt_internal.h.

Referenced by _W_Getdays().

◆ _W_wday_abbr

wchar_t* __crt_lc_time_data::_W_wday_abbr[7]

Definition at line 440 of file corecrt_internal.h.

Referenced by _W_Getdays().

◆ _W_ww_ldatefmt

wchar_t* __crt_lc_time_data::_W_ww_ldatefmt

Definition at line 446 of file corecrt_internal.h.

◆ _W_ww_locale_name

wchar_t* __crt_lc_time_data::_W_ww_locale_name

Definition at line 448 of file corecrt_internal.h.

◆ _W_ww_sdatefmt

wchar_t* __crt_lc_time_data::_W_ww_sdatefmt

Definition at line 445 of file corecrt_internal.h.

◆ _W_ww_timefmt

wchar_t* __crt_lc_time_data::_W_ww_timefmt

Definition at line 447 of file corecrt_internal.h.

◆ ampm

char* __crt_lc_time_data::ampm[2]

Definition at line 434 of file corecrt_internal.h.

◆ month

char* __crt_lc_time_data::month[12]

Definition at line 433 of file corecrt_internal.h.

Referenced by _Getmonths_l().

◆ month_abbr

char* __crt_lc_time_data::month_abbr[12]

Definition at line 432 of file corecrt_internal.h.

Referenced by _Getmonths_l().

◆ refcount

long __crt_lc_time_data::refcount

Definition at line 439 of file corecrt_internal.h.

◆ wday

char* __crt_lc_time_data::wday[7]

Definition at line 431 of file corecrt_internal.h.

Referenced by _Getdays_l().

◆ wday_abbr

char* __crt_lc_time_data::wday_abbr[7]

Definition at line 430 of file corecrt_internal.h.

Referenced by _Getdays_l().

◆ ww_caltype

int __crt_lc_time_data::ww_caltype

Definition at line 438 of file corecrt_internal.h.

◆ ww_ldatefmt

char* __crt_lc_time_data::ww_ldatefmt

Definition at line 436 of file corecrt_internal.h.

◆ ww_sdatefmt

char* __crt_lc_time_data::ww_sdatefmt

Definition at line 435 of file corecrt_internal.h.

◆ ww_timefmt

char* __crt_lc_time_data::ww_timefmt

Definition at line 437 of file corecrt_internal.h.


The documentation for this struct was generated from the following file: