ReactOS 0.4.15-dev-7958-gcd0bb1a
__lc_time_data Struct Reference

#include <locale.h>

Collaboration diagram for __lc_time_data:

Public Attributes

union {
   char *   str [43]
 
   struct {
      char *   short_wday [7]
 
      char *   wday [7]
 
      char *   short_mon [12]
 
      char *   mon [12]
 
      char *   am
 
      char *   pm
 
      char *   short_date
 
      char *   date
 
      char *   time
 
   }   names
 
str
 
LCID lcid
 
int unk [2]
 
wchar_twstr [43]
 
char data [1]
 

Detailed Description

Definition at line 51 of file locale.h.

Member Data Documentation

◆ am

char* __lc_time_data::am

Definition at line 59 of file locale.h.

◆ data

char __lc_time_data::data[1]

Definition at line 69 of file locale.h.

◆ date

char* __lc_time_data::date

Definition at line 62 of file locale.h.

◆ lcid

LCID __lc_time_data::lcid

Definition at line 66 of file locale.h.

◆ mon

char* __lc_time_data::mon[12]

Definition at line 58 of file locale.h.

◆ 

struct { ... } __lc_time_data::names

◆ pm

char* __lc_time_data::pm

Definition at line 60 of file locale.h.

◆ short_date

char* __lc_time_data::short_date

Definition at line 61 of file locale.h.

◆ short_mon

char* __lc_time_data::short_mon[12]

Definition at line 57 of file locale.h.

◆ short_wday

char* __lc_time_data::short_wday[7]

Definition at line 55 of file locale.h.

◆ str [1/2]

char* __lc_time_data::str[43]

Definition at line 53 of file locale.h.

◆  [2/2]

union { ... } __lc_time_data::str

◆ time

char* __lc_time_data::time

Definition at line 63 of file locale.h.

◆ unk

int __lc_time_data::unk[2]

Definition at line 67 of file locale.h.

◆ wday

char* __lc_time_data::wday[7]

Definition at line 56 of file locale.h.

◆ wstr

wchar_t* __lc_time_data::wstr[43]

Definition at line 68 of file locale.h.


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